.. |
CMakeLists.txt
|
code and files cleanup
|
2009-10-28 11:48:47 +00:00 |
about_kicad.cpp
|
fixed tagged translation
|
2009-11-15 14:12:53 +00:00 |
base_screen.cpp
|
Fix save last grid size and other minor updates.
|
2009-10-14 19:43:31 +00:00 |
base_struct.cpp
|
eeschema, libedit: fixed a bug than crashes libedit when using the delete tool, on a left click.
|
2009-10-23 14:35:24 +00:00 |
basicframe.cpp
|
Marco's AUI patch, basically
|
2009-11-02 22:24:55 +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
|
More work about Netclasses in Design Rules dialog
|
2009-10-26 19:00:46 +00:00 |
class_undoredo_container.cpp
|
Eeschema: fixed: bad undo/redo for Drag commands
|
2009-08-27 13:51:02 +00:00 |
common.cpp
|
Replace library editor pin properties dialog box and minor update.
|
2009-10-30 19:26:25 +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
|
More work about Netclasses in Design Rules dialog
|
2009-10-26 19:00:46 +00:00 |
common_plotHPGL_functions.cpp
|
More work about Netclasses in Design Rules dialog
|
2009-10-26 19:00:46 +00:00 |
common_plotPS_functions.cpp
|
More work about Netclasses in Design Rules dialog
|
2009-10-26 19:00:46 +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
|
Changed some c_str and GetData functions to GetChars in .Printf functions (forgotten changes)
|
2009-10-13 11:49:08 +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
|
Changed some c_str and GetData functions to GetChars in .Printf functions (forgotten changes)
|
2009-10-13 11:49:08 +00:00 |
displlst.cpp
|
Some minor changes and enhancements
|
2009-10-25 15:54:00 +00:00 |
dlist.cpp
|
injected DLIST<> into many list heads, see change_log.txt
|
2008-12-04 04:28:11 +00:00 |
drawframe.cpp
|
fix some problems (not all) when using wxAUI.
|
2009-11-07 14:36:54 +00:00 |
drawpanel.cpp
|
Fix save last grid size and other minor updates.
|
2009-10-14 19:43:31 +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
|
Changed some c_str and GetData functions to GetChars in .Printf functions (forgotten changes)
|
2009-10-13 11:49:08 +00:00 |
edaappl.cpp
|
quiet the newer g++ compilers, which complain about certain stdio function's return values not being used
|
2009-10-26 19:16:18 +00:00 |
gestfich.cpp
|
Changed some c_str and GetData functions to GetChars in .Printf functions
|
2009-10-13 09:00:46 +00:00 |
get_component_dialog.cpp
|
fixed compil error, and a display problem in eeschema
|
2009-10-17 06:23:18 +00:00 |
gr_basic.cpp
|
support for bezier curves
|
2009-06-25 20:45:27 +00:00 |
hotkeys_basic.cpp
|
Hotkey submenu added, fixed typos. See CHANGELOG.txt
|
2009-10-27 13:48:24 +00:00 |
msgpanel.cpp
|
Changed some c_str and GetData functions to GetChars in .Printf functions
|
2009-10-13 09:00:46 +00:00 |
pcbcommon.cpp
|
code and files cleanup
|
2009-10-28 11:48:47 +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
|
Component library editor improvements.
|
2009-09-29 18:38:21 +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
|
AUI support into topmost CMakeLists.txt
|
2009-11-05 08:52:41 +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
|
Fix save last grid size and other minor updates.
|
2009-10-14 19:43:31 +00:00 |