kicad/include
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
..
boost 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
HersheyCyrillic.h.unused Use layer_widget in Gerbview 2010-02-03 14:05:17 +00:00
HersheySimplexRoman_sans_normal.h.unused Code cleaning. Use new font. 2010-02-01 21:23:27 +00:00
appl_wxstruct.h fix function comments, this time ones in *.cpp files until they 2010-11-12 10:59:16 -06:00
base_struct.h Schematic object improvements and other minor fixes. 2010-12-10 14:47:44 -05:00
bezier_curves.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
bitmaps.h Gerbview: 2010-12-15 21:15:24 +01:00
block_commande.h Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
build_version.h fix function comments, this time ones in *.cpp files until they 2010-11-12 10:59:16 -06:00
class_base_screen.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
class_board_design_settings.h pcbnew: More about work on color selection and items visibility: 2010-01-31 20:01:46 +00:00
class_board_item.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
class_collector.h Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
class_colors_design_settings.h pcbnew: More about work on color selection and items visibility: 2010-01-31 20:01:46 +00:00
class_drawpanel.h coding standards consistency updates 2010-11-12 09:17:10 -06:00
class_drc_item.h coding standards consistency updates 2010-11-12 09:17:10 -06:00
class_layerchoicebox.h Gerbview: Added new LayerBox 2010-11-04 22:43:42 +01:00
class_marker_base.h Schematic object hit testing improvements. 2010-12-13 10:59:00 -05:00
class_pcb_screen.h coding standards consistency updates 2010-11-12 09:17:10 -06:00
class_sch_screen.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
class_undoredo_container.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
colors.h Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
colors_selection.h forgotten file 2010-01-29 21:03:12 +00:00
common.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
confirm.h code cleaning. 2010-07-20 20:11:34 +02:00
dcsvg.h made kicad compilable with wxWidgets 2.9 (wxWidgets 3) 2009-04-13 05:58:11 +00:00
dialog_get_component.h Common dialog file housekeeping. Code cleanup, and minor fixes. 2010-11-20 11:59:59 +01:00
dialog_helpers.h Code cleanup 2010-11-19 19:50:23 +01:00
dialog_hotkeys_editor.h Common dialog file housekeeping. Code cleanup, and minor fixes. 2010-11-20 11:59:59 +01:00
dialog_load_error.h Common dialog file housekeeping. Code cleanup, and minor fixes. 2010-11-20 11:59:59 +01:00
dlist.h Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
drawtxt.h fix function comments, this time ones in *.cpp files until they 2010-11-12 10:59:16 -06:00
dsnlexer.h change IOError class name spelling to IO_ERROR to conform to coding standards 2010-11-09 09:45:11 -06:00
eda_dde.h mouse synchronization from PCBNEW to EESCHEMA 2007-08-14 19:24:48 +00:00
eda_doc.h fix function comments, this time ones in *.cpp files until they 2010-11-12 10:59:16 -06:00
fctsys.h Fixed build error for missing wxNullPtr definition building against wxWidgets < 2.9 2010-11-22 15:39:22 -05:00
gestfich.h fix function comments, this time ones in *.cpp files until they 2010-11-12 10:59:16 -06:00
gr_basic.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
hotkey_grid_table.h Fixed compatibility with wxWidegets 2.9.1. 2010-08-28 20:02:24 +02:00
hotkeys_basic.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
id.h Fixed compatibility with wxWidegets 2.9.1. 2010-08-28 20:02:24 +02:00
kicad_device_context.h add compile time message capability to INSTALL_*DC() 2010-12-13 07:23:47 -06:00
kicad_msvc.h Minor fixes and lots of coding policy changes. 2010-12-08 15:12:46 -05:00
kicad_string.h Put netform.cpp functions into a class so scratch memory objects can be freed. 2010-08-02 21:13:33 -05:00
layers_id_colors_and_visibility.h Work on colors handling, and others changes. see changelog. 2010-01-29 20:36:12 +00:00
macros.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
newstroke_font.h switch to RC4 2010-02-21 18:38:16 +00:00
online_help.h Code comment clean, cmake file cleanup 2008-08-11 11:45:29 +00:00
pad_shapes.h Code comment clean, cmake file cleanup 2008-08-11 11:45:29 +00:00
param_config.h added orto2 patch 2010-10-04 14:58:07 +02:00
pcbcommon.h Open file dialog fixes and minor code cleaning. 2010-05-17 16:35:46 -04:00
pcbstruct.h Code cleaning and more about work items visibility 2010-01-30 20:17:56 +00:00
plot_common.h Pcbnew plot functions: code cleanup, coding and UI policy fixes and minor enhancements 2010-12-12 12:41:18 +01:00
richio.h change IOError class name spelling to IO_ERROR to conform to coding standards 2010-11-09 09:45:11 -06:00
sch_item_struct.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
trigo.h fix function comments, this time ones in *.cpp files until they 2010-11-12 10:59:16 -06:00
worksheet.h small improvements for russian GOST 2009-12-02 13:06:55 +00:00
wxBasePcbFrame.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
wxEeschemaStruct.h More schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 16:39:31 -05:00
wxPcbStruct.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
wxstruct.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
xnode.h change IOError class name spelling to IO_ERROR to conform to coding standards 2010-11-09 09:45:11 -06:00