kicad/gerbview
jean-pierre charras 2d36a5d4f9 Gerbview: make buffer to read a line of Gerber file bigger.
Currently, the Gerber file is parsed line by line, This is most of time OK.
But warning: in rare cases some files can have *very long* lines (in fact
have only one line),  so the buffer must be very large.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18890
2024-10-10 18:33:33 +02:00
..
dialogs Gerbview: rename diff mode by forced opacity display mode and make opacity adjustable. 2024-05-10 16:22:55 +02:00
gerber_test_files Gerbview: fix some issues related to comments and primitives in macros: 2023-11-08 10:45:13 +01:00
navlib 3DConnexion navlibs need kiplatform 2024-10-01 17:11:01 +01:00
tools Remove redundant tooltips. 2024-08-18 17:18:07 -06:00
widgets Move LAYER_PRESENTATION to widgets/ 2024-08-07 06:49:53 +08:00
CMakeLists.txt Gerbview: make my fix about MINGW specific to MINGW (commit b5cb0087 broke QA build) 2024-09-21 17:38:31 +02:00
X2_gerber_attributes.cpp Unwrap the FROM_UTF8 macro in favor of direct function 2023-09-09 00:10:57 -04:00
X2_gerber_attributes.h GerbView header housekeeping. 2021-06-03 14:32:24 -04:00
am_param.cpp Gerbview: Aperture Macro: handle overwriting of variables 2023-02-11 18:22:29 +01:00
am_param.h Gerbview: Aperture Macro: handle overwriting of variables 2023-02-11 18:22:29 +01:00
am_primitive.cpp Cleanup geometry functions 2024-05-31 12:26:37 -07:00
am_primitive.h Gerbview: Aperture Macro: handle overwriting of variables 2023-02-11 18:22:29 +01:00
aperture_macro.cpp Gerbview: Aperture Macro: handle overwriting of variables 2023-02-11 18:22:29 +01:00
aperture_macro.h Gerbview: Aperture Macro: handle overwriting of variables 2023-02-11 18:22:29 +01:00
clear_gbr_drawlayers.cpp RIP EDA_RECT. 2022-08-31 23:57:24 +01:00
dcode.cpp Gerbview: fix incorrect rotation of DCode shape type regular polygon. 2023-12-31 18:29:23 +01:00
dcode.h Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00
evaluate.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
events_called_functions.cpp Gerbview: cleanup: remove a old and dead code. 2024-05-09 17:54:05 +02:00
excellon_defaults.h Gerbview, Excellon reader: add preference to configure default coordinates format. In Excellon drill files, the coordinate format is not specified, and sometimes units and zero option are even not specified, so some drill files cannot be read. In Preferences, default setting options are now added to specify by hand missing info. 2021-08-02 12:55:41 +02:00
excellon_image.h Fix overflow vulnerability in Gerbview 2022-02-01 15:50:27 -08:00
excellon_read_drill_file.cpp Fix issue with clang and older gcc 2023-09-13 07:29:15 -07:00
export_to_pcbnew.cpp Unify flip direction handling 2024-09-27 17:13:13 +01:00
export_to_pcbnew.h Remove convert_to_biu.h, merge contents to base_units.h 2022-09-16 21:09:28 -04:00
files.cpp Make simulation reporter warnings non-fatal. 2024-09-05 05:59:35 +03:00
gbr_display_options.h Gerbview: rename diff mode by forced opacity display mode and make opacity adjustable. 2024-05-10 16:22:55 +02:00
gbr_layout.cpp Remove a few EDA_RECT instances. 2022-08-31 01:22:49 +01:00
gbr_layout.h RIP EDA_RECT. 2022-08-31 23:57:24 +01:00
gerber_collectors.cpp Attempt to fix std::initializer_list lifetime issue. 2022-08-21 20:54:41 +01:00
gerber_collectors.h Attempt to fix std::initializer_list lifetime issue. 2022-08-21 20:54:41 +01:00
gerber_draw_item.cpp Unify flip direction handling 2024-09-27 17:13:13 +01:00
gerber_draw_item.h Support both short and long item descriptions. 2024-06-28 22:10:22 +01:00
gerber_file_image.cpp Performance 2024-03-02 00:03:46 +00:00
gerber_file_image.h Gerbview: make buffer to read a line of Gerber file bigger. 2024-10-10 18:33:33 +02:00
gerber_file_image_list.cpp Remove obsolete config_params.h includes 2023-09-25 20:40:29 -04:00
gerber_file_image_list.h gerbview: Cleanup some unsigned comparisons that were extraneous 2022-09-24 03:46:06 +01:00
gerbview.cpp Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
gerbview.h Gerbview: code cleanup. Remove many include, now useless. 2020-09-30 12:56:55 +02:00
gerbview.icns Add document type icons 2024-02-09 15:55:57 -08:00
gerbview_doc.icns Add document type icons 2024-02-09 15:55:57 -08:00
gerbview_draw_panel_gal.cpp Remove IU_PER_MM thats standalone 2022-09-16 21:09:27 -04:00
gerbview_draw_panel_gal.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
gerbview_frame.cpp Revert "Gerbview: Add build option do enable/disable the 3Dconnexion support." 2024-09-21 16:28:05 +02:00
gerbview_frame.h Revert "Gerbview: Add build option do enable/disable the 3Dconnexion support." 2024-09-21 16:28:05 +02:00
gerbview_id.h Ensure toolbar controls have the correct width on frame creation 2021-03-28 13:07:56 +01:00
gerbview_painter.cpp Cleanup geometry functions 2024-05-31 12:26:37 -07:00
gerbview_painter.h Painter base class should just live in gal instead of being in denial 2023-09-06 20:23:19 -04:00
gerbview_printout.cpp Reorganize layer numbering 2024-09-06 23:07:58 +00:00
gerbview_printout.h Further cleanup of LSET 2024-07-08 22:00:53 -07:00
gerbview_settings.cpp Gerbview: rename diff mode by forced opacity display mode and make opacity adjustable. 2024-05-10 16:22:55 +02:00
gerbview_settings.h All the preferences, all the time. 2021-12-24 13:08:44 +00:00
job_file_reader.cpp Make simulation reporter warnings non-fatal. 2024-09-05 05:59:35 +03:00
menubar.cpp Gerbview: rename diff mode by forced opacity display mode and make opacity adjustable. 2024-05-10 16:22:55 +02:00
readgerb.cpp Gerbview: fix some issues related to comments and primitives in macros: 2023-11-08 10:45:13 +01:00
rs274_read_XY_and_IJ_coordinates.cpp Gerbview: code refactor: move APERTURE_MACRO defs from am_primitive to aperture_macro. 2023-01-20 10:47:18 +01:00
rs274d.cpp Break ERROR_LOC out to its own header 2024-09-11 22:08:36 +01:00
rs274x.cpp Gerbview: minor fix: Show a warning if the deprecated %IPNEG% is found in file. 2024-08-03 18:19:58 +02:00
toolbars_gerber.cpp Gerbview: rename diff mode by forced opacity display mode and make opacity adjustable. 2024-05-10 16:22:55 +02:00