..
CMakeLists.txt
code cleaning. Pcbnew: Minor enhancements in Plot dialog
2009-08-29 10:20:48 +00:00
about_kicad.cpp
fixed problem in modedit when creating a new footprint. Minor others changes
2009-09-23 05:53:12 +00:00
base_screen.cpp
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
base_struct.cpp
Component library editor improvements and minor bug fixes.
2009-09-25 18:49:04 +00:00
basicframe.cpp
MsgPanel is sized dynamically based on system gui font size
2009-08-07 04:44:42 +00:00
bezier_curves.cpp
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
block_commande.cpp
More about undo/redo in pcbnew and minor cleanup
2009-08-12 10:40:01 +00:00
class_marker_base.cpp
better compatibility with wxWidgets 2.9. Markers enhancement in pcbnew (right click can display marker info)
2009-07-13 15:25:41 +00:00
class_plotter.cpp
code cleaning. Pcbnew: Minor enhancements in Plot dialog
2009-08-29 10:20:48 +00:00
class_undoredo_container.cpp
Eeschema: fixed: bad undo/redo for Drag commands
2009-08-27 13:51:02 +00:00
common.cpp
Component library object and other minor improvements.
2009-09-18 14:56:05 +00:00
common_plotDXF_functions.cpp
code cleaning. Pcbnew: Minor enhancements in Plot dialog
2009-08-29 10:20:48 +00:00
common_plotGERBER_functions.cpp
code cleaning. Pcbnew: Minor enhancements in Plot dialog
2009-08-29 10:20:48 +00:00
common_plotHPGL_functions.cpp
code cleaning. Pcbnew: Minor enhancements in Plot dialog
2009-08-29 10:20:48 +00:00
common_plotPS_functions.cpp
Pcbnew, fixed: plot error in outline mode for trapezoid pads (silk screen layers)
2009-09-04 08:05:13 +00:00
common_plot_functions.cpp
code cleaning. Pcbnew: Minor enhancements in Plot dialog
2009-08-29 10:20:48 +00:00
confirm.cpp
Build improvements, compiler warning fixes and build fixes, and lots of clean up.
2009-05-21 17:42:42 +00:00
copy_to_clipboard.cpp
Rework on undo/redo and block functions
2009-07-25 04:53:39 +00:00
dcsvg.cpp
made kicad compilable with wxWidgets 2.9 (wxWidgets 3)
2009-04-13 05:58:11 +00:00
dialog_display_info_HTML_base.cpp
Eeschema: Connecting power pins of all parts is no more needed. see changelog
2009-07-10 12:29:31 +00:00
dialog_display_info_HTML_base.fbp
Eeschema: Connecting power pins of all parts is no more needed. see changelog
2009-07-10 12:29:31 +00:00
dialog_display_info_HTML_base.h
Eeschema: Connecting power pins of all parts is no more needed. see changelog
2009-07-10 12:29:31 +00:00
dialog_load_error.cpp
better compatibility with wxWidgets 2.9. Markers enhancement in pcbnew (right click can display marker info)
2009-07-13 15:25:41 +00:00
displlst.cpp
Replace PriorQue with boost::ptr_vector for component library entries.
2009-09-02 18:12:45 +00:00
dlist.cpp
injected DLIST<> into many list heads, see change_log.txt
2008-12-04 04:28:11 +00:00
drawframe.cpp
Component library editor improvements and minor bug fixes.
2009-09-25 18:49:04 +00:00
drawpanel.cpp
Component library object and other minor improvements.
2009-09-18 14:56:05 +00:00
drawtxt.cpp
code cleaning. Pcbnew: Minor enhancements in Plot dialog
2009-08-29 10:20:48 +00:00
eda_dde.cpp
Build improvements, compiler warning fixes and build fixes, and lots of clean up.
2009-05-21 17:42:42 +00:00
eda_doc.cpp
CVPcb code refactoring, global variable elimination, and UI updates.
2009-04-23 15:02:18 +00:00
edaappl.cpp
fixed problems in relative paths calculations for libs and docs files
2009-08-18 07:54:03 +00:00
gestfich.cpp
Added hauptmech big patch, Updated documentation to match this patch. See CHANGELOG.txt
2009-06-19 20:13:22 +00:00
get_component_dialog.cpp
EESchema UI normalization and configuration updates and Gerbview parser bug fix.
2009-04-29 17:09:00 +00:00
gr_basic.cpp
support for bezier curves
2009-06-25 20:45:27 +00:00
hotkeys_basic.cpp
Added hauptmech big patch, Updated documentation to match this patch. See CHANGELOG.txt
2009-06-19 20:13:22 +00:00
msgpanel.cpp
Component library object and other minor improvements.
2009-09-18 14:56:05 +00:00
pcbcommon.cpp
Command ID refactoring and other minor improvements.
2009-09-22 12:27:57 +00:00
projet_config.cpp
pcbnew: fixed serious bug in clean pcb function
2009-06-11 18:30:03 +00:00
pyhandler.cpp
Build improvements, compiler warning fixes and build fixes, and lots of clean up.
2009-05-21 17:42:42 +00:00
sch_item_struct.cpp
Rework on undo/redo and block functions: more efficient code to undo/redo block move and mirror operations
2009-07-26 17:16:42 +00:00
selcolor.cpp
Fixed Crash when changing color under MacOSX. This could also affect all versions.
2009-07-09 04:54:11 +00:00
string.cpp
Build improvements, compiler warning fixes and build fixes, and lots of clean up.
2009-05-21 17:42:42 +00:00
toolbars.cpp
More header file realignments to reduce recompiling and general code cleaning.
2009-02-04 15:25:03 +00:00
trigo.cpp
Eeschema: code cleanup
2009-06-13 17:06:07 +00:00
worksheet.cpp
Changes in minimum pen size parameters used to draw or plot or print items.
2009-06-02 07:26:49 +00:00
wxwineda.cpp
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
zoom.cpp
undo/redo rework: fixed some problems ans crashes (not all) in libedit and modedit
2009-08-03 18:54:48 +00:00