• jean-pierre charras's avatar
    Gerbview: · 8faf1e72
    jean-pierre charras authored
        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.
    8faf1e72
Name
Last commit
Last update
..
dialogs Demo files cleanup and update
gerber_test_files Gerbview: add gerber test file.
CMakeLists.txt preparing Gerbview enhancements
Info.plist OSX - should resolve problems on case sensitive filesystem
block.cpp Formatting, code cleaning and fix erroneous or inconsistent comments in block functions
class_GERBER.cpp Gerbview:
class_GERBER.h Gerbview:
class_am_param.cpp Gerbview: Added support for complex definitions of parameters (like $3=$2+5/2) in aperture macros and primitives macro.
class_am_param.h Gerbview: Added support for complex definitions of parameters (like $3=$2+5/2) in aperture macros and primitives macro.
class_aperture_macro.cpp Gerbview:
class_aperture_macro.h Gerbview:
class_gerber_draw_item.cpp Gerbview:
class_gerber_draw_item.h Gerbview:
class_gerbview_layer_widget.cpp function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers
class_gerbview_layer_widget.h coding standards consistency updates
controle.cpp Gerbview: remove useless calls to SetToolbar() which create horizontal toolbar flicker under Windows.
dcode.cpp function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers
dcode.h Schematic component object encapsulation and Doxygen comment warning fixes.
deltrack.cpp More work on Gerbview: code cleaning and cosmetic enhancements.
draw_gerber_screen.cpp Gerbview:
dummy_functions.cpp Gerbview code redesign
edit.cpp code cleaning
export_to_pcbnew.cpp More work on Gerbview: code cleaning and cosmetic enhancements.
files.cpp Gerbview:
gerberframe.cpp Gerbview:
gerbview.cpp Loading commit data...
gerbview.h Loading commit data...
gerbview.icns Loading commit data...
gerbview.ico Loading commit data...
gerbview.rc Loading commit data...
gerbview_config.cpp Loading commit data...
gerbview_config.h Loading commit data...
gerbview_doc.icns Loading commit data...
gerbview_id.h Loading commit data...
hotkeys.cpp Loading commit data...
hotkeys.h Loading commit data...
initpcb.cpp Loading commit data...
locate.cpp Loading commit data...
menubar.cpp Loading commit data...
onrightclick.cpp Loading commit data...
options.cpp Loading commit data...
pcbplot.cpp Loading commit data...
pcbplot.h Loading commit data...
readgerb.cpp Loading commit data...
rs274_read_XY_and_IJ_coordinates.cpp Loading commit data...
rs274d.cpp Loading commit data...
rs274x.cpp Loading commit data...
select_layers_to_pcb.cpp Loading commit data...
toolbars_gerber.cpp Loading commit data...
wxGerberFrame.h Loading commit data...