kicad/pcbnew/board_stackup_manager
Jeff Young 19d270fe74 Text size sanity checking for TEXT_ITEMS_GRID.
Oh dear, there was a bunch going on here.  Firstly the move from int
to long long int for ValueFromString() means that we were no longer
catching overflows (as we were C-style casting it back to int in many
places).  But even when the overflow is caught, it would run in to
wxWidgets' empty string bug while trying to log it.

Fixes https://gitlab.com/kicad/code/kicad/issues/12577
2022-10-06 13:19:08 +01:00
..
board_stackup.cpp Split up Double2Str to a format function to make its use case clear 2022-09-17 00:10:22 -04:00
board_stackup.h Rename layer ids file. 2021-07-29 16:03:25 +01:00
board_stackup_reporter.cpp Nuke base_units from orbit 2022-09-16 04:38:10 +00:00
board_stackup_reporter.h Nip 3 no longer needed common includes 2020-10-25 20:01:13 -04:00
dialog_dielectric_list_manager.cpp Change Loss Tg to Loss Tan. 2022-09-08 16:17:32 +00:00
dialog_dielectric_list_manager.h Stackup manager: Add a dielectric manager to handle more easily user defined dielectric substrates 2019-09-12 10:37:05 +02:00
dialog_dielectric_list_manager_base.cpp Change Loss Tg to Loss Tan. 2022-09-08 16:17:32 +00:00
dialog_dielectric_list_manager_base.fbp Change Loss Tg to Loss Tan. 2022-09-08 16:17:32 +00:00
dialog_dielectric_list_manager_base.h Change Loss Tg to Loss Tan. 2022-09-08 16:17:32 +00:00
dielectric_material.cpp Split up Double2Str to a format function to make its use case clear 2022-09-17 00:10:22 -04:00
dielectric_material.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
panel_board_finish.cpp Support for dielectric colors in board stackup. 2021-12-24 11:39:50 +00:00
panel_board_finish.h Fix some layout issues in board stackup pane. 2021-02-24 21:42:00 +00:00
panel_board_finish_base.cpp Line styles for PCBNew shapes. 2021-12-24 12:36:59 +00:00
panel_board_finish_base.fbp Line styles for PCBNew shapes. 2021-12-24 12:36:59 +00:00
panel_board_finish_base.h Remove a couple of unused OnUpdateUI handlers. 2021-04-06 13:47:15 +01:00
panel_board_stackup.cpp Text size sanity checking for TEXT_ITEMS_GRID. 2022-10-06 13:19:08 +01:00
panel_board_stackup.h Add code to set better default layer widths. 2022-09-27 21:24:48 +00:00
panel_board_stackup_base.cpp Change Loss Tg to Loss Tan. 2021-09-07 10:49:17 +01:00
panel_board_stackup_base.fbp Change Loss Tg to Loss Tan. 2021-09-07 10:49:17 +01:00
panel_board_stackup_base.h PANEL_SETUP_BOARD_STACKUP: fix a incorrect behavior when changing layer count, 2021-07-16 20:39:00 +02:00
stackup_predefined_prms.cpp Support for dielectric colors in board stackup. 2021-12-24 11:39:50 +00:00
stackup_predefined_prms.h More wxString wide literals. 2022-02-05 21:29:34 +00:00