kicad/include
charras 801d4020b6 Some fixes. Boost 1.41 update 2009-11-20 19:51:39 +00:00
..
boost Some fixes. Boost 1.41 update 2009-11-20 19:51:39 +00:00
HersheyCyrillic.h Cleaned and optimized code about new hershey fonts and bold texts handling (see changelog) 2009-05-30 16:06:01 +00:00
HersheySimplexRoman_sans_normal.h Cleaned and optimized code about new hershey fonts and bold texts handling (see changelog) 2009-05-30 16:06:01 +00:00
appl_wxstruct.h make command-line invocation with relative paths work 2009-07-03 07:32:48 +00:00
base_struct.h Component library pin editing bug fixes from Brian Sidebotham. 2009-11-11 02:44:58 +00:00
bezier_curves.h in bezier_curves: changed calculations like dx*dx to (double)dx * dx to avoid integer overflow in calculation 2009-06-27 07:41:16 +00:00
bitmaps.h Isaac's via patch 2009-09-29 04:44:35 +00:00
block_commande.h More about undo/redo in pcbnew and minor cleanup 2009-08-12 10:40:01 +00:00
build_version.h Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt. 2009-04-05 20:49:15 +00:00
class_base_screen.h Fix save last grid size and other minor updates. 2009-10-14 19:43:31 +00:00
class_board_design_settings.h pcbnew Added: control of masks clearance. See changelog for more info 2009-11-04 19:08:08 +00:00
class_board_item.h Removed global default clearance, track size and vias drill. Use netclasses values only. 2009-10-21 19:16:25 +00:00
class_collector.h COLLECTOR::BasePtr() 2008-01-25 15:13:57 +00:00
class_drawpanel.h Fix save last grid size and other minor updates. 2009-10-14 19:43:31 +00:00
class_drc_item.h work around some gcc 4.3.3 compiler warnings 2009-10-05 04:22:27 +00:00
class_marker_base.h NETCLASS work, see CHANGELOG.txt 2009-09-10 15:22:26 +00:00
class_pcb_screen.h pcbnew: Starting work on undo/redo in pcbnew. Only some delete item commands are stored in undo/redo stack 2009-07-29 13:52:44 +00:00
class_sch_screen.h pcbnew: Starting work on undo/redo in pcbnew. Only some delete item commands are stored in undo/redo stack 2009-07-29 13:10:36 +00:00
class_undoredo_container.h Eeschema: fixed: bad undo/redo for Drag commands 2009-08-27 13:51:02 +00:00
colors.h Isaac's next color/layer work step 2009-10-10 01:25:53 +00:00
common.h Replace library editor pin properties dialog box and minor update. 2009-10-30 19:26:25 +00:00
confirm.h Code clarification about 3 confusing functions to display info: DisplayInfo (displaying a message info) and class members DisplayInfo and Display_Infos doing the same thing (see changelog) 2009-04-17 08:51:02 +00:00
dcsvg.h made kicad compilable with wxWidgets 2.9 (wxWidgets 3) 2009-04-13 05:58:11 +00:00
dialog_load_error.h Merged dialog_load_error_base and dialog_display_info_HTML_base, code cleaning 2009-07-13 07:01:57 +00:00
dlist.h injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
drawtxt.h code cleaning. Pcbnew: Minor enhancements in Plot dialog 2009-08-29 10:20:48 +00:00
eda_dde.h mouse synchronization from PCBNEW to EESCHEMA 2007-08-14 19:24:48 +00:00
eda_doc.h made GetAssociatedDocument() compatible with last changes in kicad path handling. 2009-04-07 15:54:40 +00:00
fctsys.h Build improvements, compiler warning fixes and build fixes, and lots of clean up. 2009-05-21 17:42:42 +00:00
gestfich.h More search path, compiler warning, and bug fixes. 2009-04-06 18:54:57 +00:00
get_component_dialog.h wxWidgets 2.9 string fixes and other minor updates. 2009-10-16 17:18:23 +00:00
gr_basic.h support for bezier curves 2009-06-25 20:45:27 +00:00
hershey_fonts.h Cleaned and optimized code about new hershey fonts and bold texts handling (see changelog) 2009-05-30 16:06:01 +00:00
hotkeys_basic.h Added hauptmech big patch, Updated documentation to match this patch. See CHANGELOG.txt 2009-06-19 20:13:22 +00:00
id.h pcbnew Rewrite the GUI relative to the tracks widths and vias diameters and drills selection and edition, for compatibility with new netclass approach. 2009-10-30 17:58:15 +00:00
kicad_msvc.h Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt. 2009-04-05 20:49:15 +00:00
kicad_string.h Splitted common.h subroutines to seperate include files. Minor code cleanup. 2009-01-19 19:08:42 +00:00
macros.h changes 2009-08-18 18:21:04 +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 Build improvements, compiler warning fixes and build fixes, and lots of clean up. 2009-05-21 17:42:42 +00:00
pcbcommon.h Command ID refactoring and other minor improvements. 2009-09-22 12:27:57 +00:00
pcbstruct.h Gerbview: fixed some problems in layers visibility selection. clean up. 2009-11-09 15:55:18 +00:00
plot_common.h Library component and draw object improvements and compile warning fix. 2009-10-05 17:52:41 +00:00
pyhandler.h move Python.h up so things would even compile 2007-08-12 03:32:45 +00:00
sch_item_struct.h fixed a recent bug in pcbnew print and plot dialogs: fine scale adjust displayed as 0.0 2009-07-27 14:32:40 +00:00
trigo.h Eeschema: code cleanup 2009-06-13 17:06:07 +00:00
worksheet.h Cleaned and optimized code about new hershey fonts and bold texts handling (see changelog) 2009-05-30 16:06:01 +00:00
wxBasePcbFrame.h pcbnew Added: control of masks clearance. See changelog for more info 2009-11-04 19:08:08 +00:00
wxEeschemaStruct.h Comment translations and other minor updates. 2009-11-04 20:46:53 +00:00
wxPcbStruct.h pcbnew Rewrite the GUI relative to the tracks widths and vias diameters and drills selection and edition, for compatibility with new netclass approach. 2009-10-30 17:58:15 +00:00
wxstruct.h AUI support into topmost CMakeLists.txt 2009-11-05 08:52:41 +00:00