kicad/gerbview
jean-pierre charras 8faf1e7296 Gerbview:
Added: in file dialog, multiple file selection.
    Added: Draw mode selector (in left toolbar):
        Raw mode:
            a Gerber image is drawn on screen without buffering.
            Artifacts happen if there are negative items drawn, if more than one  Gerber file is shown.
        Stacked mode:
            each Geber image is drawn in a buffer and after drawn on screen
            No artifact with negative items.
            Each Gerber image covers previous images.
        OR mode (transparency mode):
            each Geber image is drawn in a buffer and after drawn on screen
            No artifact with negative items.
            Each Gerber image is "ORed" with previous images, like in Pcbnew.
    Try to optimize Draw function in buffered modes.
        (Useful for PC that have problems with "blit" graphic function)
    Fix minor issues.
2010-12-15 21:15:24 +01:00
..
dialogs Demo files cleanup and update 2010-12-04 18:38:41 +01:00
gerber_test_files Gerbview: add gerber test file. 2010-12-06 13:18:56 +01:00
CMakeLists.txt preparing Gerbview enhancements 2010-11-30 21:41:35 +01:00
Info.plist OSX - should resolve problems on case sensitive filesystem 2010-09-19 13:06:30 +02:00
block.cpp Formatting, code cleaning and fix erroneous or inconsistent comments in block functions 2010-11-13 12:02:24 +01:00
class_GERBER.cpp Gerbview: 2010-12-15 21:15:24 +01:00
class_GERBER.h Gerbview: 2010-12-15 21:15:24 +01:00
class_am_param.cpp Gerbview: Added support for complex definitions of parameters (like $3=$2+5/2) in aperture macros and primitives macro. 2010-12-01 20:30:52 +01:00
class_am_param.h Gerbview: Added support for complex definitions of parameters (like $3=$2+5/2) in aperture macros and primitives macro. 2010-12-01 20:30:52 +01:00
class_aperture_macro.cpp Gerbview: 2010-12-15 21:15:24 +01:00
class_aperture_macro.h Gerbview: 2010-12-15 21:15:24 +01:00
class_gerber_draw_item.cpp Gerbview: 2010-12-15 21:15:24 +01:00
class_gerber_draw_item.h Gerbview: 2010-12-15 21:15:24 +01:00
class_gerbview_layer_widget.cpp function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers 2010-11-12 10:36:43 -06:00
class_gerbview_layer_widget.h coding standards consistency updates 2010-11-12 09:17:10 -06:00
controle.cpp Gerbview: remove useless calls to SetToolbar() which create horizontal toolbar flicker under Windows. 2010-11-05 09:14:00 +01:00
dcode.cpp function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers 2010-11-12 10:36:43 -06:00
dcode.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
deltrack.cpp More work on Gerbview: code cleaning and cosmetic enhancements. 2010-10-06 19:28:07 +02:00
draw_gerber_screen.cpp Gerbview: 2010-12-15 21:15:24 +01:00
dummy_functions.cpp Gerbview code redesign 2010-09-28 16:42:05 +02:00
edit.cpp code cleaning 2010-11-18 22:16:28 +01:00
export_to_pcbnew.cpp More work on Gerbview: code cleaning and cosmetic enhancements. 2010-10-06 19:28:07 +02:00
files.cpp Gerbview: 2010-12-15 21:15:24 +01:00
gerberframe.cpp Gerbview: 2010-12-15 21:15:24 +01:00
gerbview.cpp Gerbview: 2010-12-15 21:15:24 +01:00
gerbview.h Gerbview: 2010-12-15 21:15:24 +01:00
gerbview.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
gerbview.ico Initial import of KiCad. 2007-05-06 16:03:28 +00:00
gerbview.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
gerbview_config.cpp Fixed compatibility with wxWidegets 2.9.1. 2010-08-28 20:02:24 +02:00
gerbview_config.h Fixed a bug about Aperture Definition having parameters for an aperture macro. See Changlog for not yet supported RX274X commands. Having still problems with arcs in some gereber files. 2010-10-09 13:03:03 +02:00
gerbview_doc.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
gerbview_id.h Gerbview: 2010-12-15 21:15:24 +01:00
hotkeys.cpp Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
hotkeys.h Gerbview code redesign 2010-09-28 16:42:05 +02:00
initpcb.cpp Gerbview: remove useless calls to SetToolbar() which create horizontal toolbar flicker under Windows. 2010-11-05 09:14:00 +01:00
locate.cpp Gerbview: added support forSF (scale factor), IO (Image Offset), OF (Offset) and MI (Mirror) commands. 2010-10-10 19:57:54 +02:00
menubar.cpp Gerbview: 2010-12-15 21:15:24 +01:00
onrightclick.cpp Gerbview: 2010-12-15 21:15:24 +01:00
options.cpp function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers 2010-11-12 10:36:43 -06:00
pcbplot.cpp More work on Gerbview: code cleaning and cosmetic enhancements. 2010-10-06 19:28:07 +02:00
pcbplot.h code cleaning and a minor problem fixed in Gerbview printing option 2010-01-04 19:09:33 +00:00
readgerb.cpp Gerbview: remove useless calls to SetToolbar() which create horizontal toolbar flicker under Windows. 2010-11-05 09:14:00 +01:00
rs274_read_XY_and_IJ_coordinates.cpp Pcbnew: For zone filling algo, change the default polygon library from Kbool to Boost::polygon (USE_BOOST_POLYGON_LIBRARY default is ON). (need to rebuild makefile) 2010-12-02 18:26:32 +01:00
rs274d.cpp Gerbview: fix an issue with gerber files having a line comment starting by G04 and a command after this comment, on the same line. 2010-11-04 19:51:18 +01:00
rs274x.cpp Gerbview: 2010-12-15 21:15:24 +01:00
select_layers_to_pcb.cpp More work on Gerbview: code cleaning and cosmetic enhancements. 2010-10-06 19:28:07 +02:00
toolbars_gerber.cpp Gerbview: 2010-12-15 21:15:24 +01:00
wxGerberFrame.h Gerbview: 2010-12-15 21:15:24 +01:00