.. |
dialog_about
|
Pcbnew: fix bug #1272714 . Code cleanup: use 2 different enums for pad shapes and pad drill shapes. Remove never used pad shape.
|
12 years ago |
dialogs
|
Fix some issues in modview, relative to few incorrect use of some wxAuiManager functions.
|
12 years ago |
gal
|
Small GAL refactorization, mostly correcting constness.
|
12 years ago |
geometry
|
Minor optimizations.
|
12 years ago |
math
|
Pcbnew: fix Bug #1255568 (relative to .pos file creation). Minor compil warnings fixes
|
12 years ago |
page_layout
|
Fix compile errors when wx3.x is built with --enable-stl
|
12 years ago |
tool
|
Added TOOL_INTERACTIVE::Activate().
|
12 years ago |
view
|
Small GAL refactorization, mostly correcting constness.
|
12 years ago |
CMakeLists.txt
|
Merged the lp:~cern-kicad/kicad/selection_tool branch.
|
12 years ago |
base_screen.cpp
|
Eeschema: Fix bug #1271155 relative to Grid selection in Eeschema.
|
12 years ago |
base_struct.cpp
|
All: GetBoundingBox returns now a const EDA_RECT.
|
12 years ago |
base_units.cpp
|
Update demo files. A minor code cleaning.
|
12 years ago |
basicframe.cpp
|
Another attempt at wxFrame::SaveSettings() standard infrastructure.
|
12 years ago |
bezier_curves.cpp
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
14 years ago |
bitmap.cpp
|
Remove old xpm icons files
|
14 years ago |
block_commande.cpp
|
*) retain grid origin in the BOARD and save it in legacy and kicad board files.
|
12 years ago |
build_version.cpp
|
add patch from Cirilo Bernardo, and minor fixes.
|
12 years ago |
class_bitmap_base.cpp
|
pl_editor: add a PPI (pixel per inch) setup option for bitmaps.
|
12 years ago |
class_colors_design_settings.cpp
|
Support for a visibility flag and color selection to NPTH holes
|
13 years ago |
class_layer_box_selector.cpp
|
Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today.
|
12 years ago |
class_marker_base.cpp
|
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
|
13 years ago |
class_page_info.cpp
|
Very minor code cleaning
|
12 years ago |
class_plotter.cpp
|
Plot functions: some enhancements in mirror mode (Pcbnew specific): boards are mirrored horizontally, and the page layout is no more mirrored, and therefore is always readable.
|
12 years ago |
class_undoredo_container.cpp
|
Added const modifiers where applicable (PICKED_ITEMS_LIST).
|
12 years ago |
common.cpp
|
Add specific bitmaps in export IDF and export DSN menus.
|
12 years ago |
common_plotDXF_functions.cpp
|
Dxf export: fix an issue in exported arcs. Update libdfx.
|
12 years ago |
common_plotGERBER_functions.cpp
|
Plot functions: some enhancements in mirror mode (Pcbnew specific): boards are mirrored horizontally, and the page layout is no more mirrored, and therefore is always readable.
|
12 years ago |
common_plotHPGL_functions.cpp
|
Plot functions: some enhancements in mirror mode (Pcbnew specific): boards are mirrored horizontally, and the page layout is no more mirrored, and therefore is always readable.
|
12 years ago |
common_plotPDF_functions.cpp
|
Plot functions: some enhancements in mirror mode (Pcbnew specific): boards are mirrored horizontally, and the page layout is no more mirrored, and therefore is always readable.
|
12 years ago |
common_plotPS_functions.cpp
|
Plot functions: some enhancements in mirror mode (Pcbnew specific): boards are mirrored horizontally, and the page layout is no more mirrored, and therefore is always readable.
|
12 years ago |
common_plotSVG_functions.cpp
|
Plot functions: some enhancements in mirror mode (Pcbnew specific): boards are mirrored horizontally, and the page layout is no more mirrored, and therefore is always readable.
|
12 years ago |
common_plot_functions.cpp
|
Fix worksheet multiple line text plotting bug. (fixes lp:1261906)
|
12 years ago |
confirm.cpp
|
*) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*)
|
12 years ago |
convert_basic_shapes_to_polygon.cpp
|
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
|
13 years ago |
copy_to_clipboard.cpp
|
Removed some spurious float casts
|
13 years ago |
dialog_shim.cpp
|
EDA_LIST_DIALOG_BASE is used multiple times for different numbers of
|
12 years ago |
displlst.cpp
|
Pcbnew: fix issue in modedit, undo command: moved fields were not drawn afetr undo (due to incorrect flags state)
|
12 years ago |
dlist.cpp
|
Hide m_galCanvas and m_galCanvasActive behind accessors. Fix DLIST concatonation API corner case.
|
12 years ago |
drawframe.cpp
|
Eeschema: Fix bug #1271155 relative to Grid selection in Eeschema.
|
12 years ago |
drawpanel.cpp
|
Pcbnew: Autoplace functions: renamed spread footprint functions. Rewritten.
|
12 years ago |
drawpanel_gal.cpp
|
Upstream merge
|
12 years ago |
drawtxt.cpp
|
Fix worksheet multiple line text plotting bug. (fixes lp:1261906)
|
12 years ago |
dsnlexer.cpp
|
comment improvements
|
12 years ago |
eda_dde.cpp
|
Code cleanup: Pcbnew: move files relative to exort functions to the new folder exporters
|
12 years ago |
eda_doc.cpp
|
Better strings for the translators (converted concatenations to formats)
|
13 years ago |
eda_text.cpp
|
Pcbnew, 3D viewer: fix incorrect position of multiline texts.
|
12 years ago |
edaappl.cpp
|
Add EDA_APP::setLanguageId() accessor and fix FindwxWidgets.cmake for windows cross on linux.
|
12 years ago |
filter_reader.cpp
|
Add Pcbnew GEDA PCB module plugin support.
|
13 years ago |
footprint_info.cpp
|
tugs and bugs
|
12 years ago |
fp_lib_table.cpp
|
disable deprecation warnings in Debug build, change message in fp_lib_table.cpp
|
12 years ago |
fp_lib_table.keywords
|
more fp_lib_table work, enhance parser
|
13 years ago |
fpid.cpp
|
8 bit string relief via class UTF8
|
12 years ago |
gestfich.cpp
|
Better strings for the translators (converted concatenations to formats)
|
13 years ago |
getrunningmicrosecs.cpp
|
Speed up DSNLEXER::findToken() to such an extent that it resulted in an approximate 13% reduction
|
12 years ago |
gr_basic.cpp
|
Fix compile errors when wx3.x is built with --enable-stl
|
12 years ago |
grid_tricks.cpp
|
FIX: wx 2.8 convert to UTF8 differently than 2.9 caused problems in DIALOG_FP_PLUGIN_OPTIONS.
|
12 years ago |
hotkey_grid_table.cpp
|
Fix some minor issues in hotkey dialogs
|
12 years ago |
hotkeys_basic.cpp
|
painter: better size of pad nums and pad netnames in opengl mode
|
12 years ago |
html_messagebox.cpp
|
*) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*)
|
12 years ago |
kiway.cpp
|
KIWAY in progress...
|
12 years ago |
msgpanel.cpp
|
Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today.
|
12 years ago |
netlist.keywords
|
Pcbnew and Cvpcb: more about new netlist support: see CHANGELOG (important changes).
|
14 years ago |
newstroke_font.cpp
|
all: new Russian GOST patch - author Konstantin Baranovskiy
|
13 years ago |
painter.cpp
|
Namespace KiGfx->KIGFX.
|
12 years ago |
pcb.keywords
|
Pcbnew: enhancements for blind/buried vias palcement, and save blind/buried vias allowed option in .kicad_pcb file
|
12 years ago |
pcb_plot_params.keywords
|
All: fix hotkey issue with wxWidgets-2.9.3 (Window only): hotkey events called twice.
|
14 years ago |
pcbcommon.cpp
|
Pcbnew: fix 45 degree rotation angle undo and global variable elimination.
|
12 years ago |
projet_config.cpp
|
Fix wierd ConfigBaseWriteDouble's Printf( wxT("%12f"), aValue ); format string
|
13 years ago |
ptree.cpp
|
Fix compile bug in ptree.cpp with wxWidgets 2.9.x and MinGW.
|
13 years ago |
reporter.cpp
|
CvPcb footprint library table implementation.
|
12 years ago |
richio.cpp
|
comment/doc cleanups
|
12 years ago |
sch_item_struct.cpp
|
Code cleanup: Pcbnew: move files relative to exort functions to the new folder exporters
|
12 years ago |
selcolor.cpp
|
Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today.
|
12 years ago |
single_top.cpp
|
KIWAY in progress...
|
12 years ago |
string.cpp
|
Fix compile errors when wx3.x is built with --enable-stl
|
12 years ago |
strtok_r.c
|
Add strtok_r.c
|
12 years ago |
trigo.cpp
|
Eeschema: netlist generation: fix bad choice for the "best net name" when selecting a net name between labels connected to the same net.
|
12 years ago |
utf8.cpp
|
Initial KIWAY (modular-kicad) work. Various tweeks.
|
12 years ago |
validators.cpp
|
Pcbnew: footprint library table fixes.
|
12 years ago |
wildcards_and_files_ext.cpp
|
add patch from Cirilo Bernardo, and minor fixes.
|
12 years ago |
worksheet.cpp
|
Commit patch about new better vrml export. patch to fix mirrored page layout when print mirrored is enabled ( page layout should not be mirrored)
|
12 years ago |
worksheet_viewitem.cpp
|
Fixed non ASCII characters drawing using GAL.
|
12 years ago |
wxwineda.cpp
|
Better strings for the translators (converted concatenations to formats)
|
13 years ago |
xnode.cpp
|
Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today.
|
12 years ago |
zoom.cpp
|
Hide m_galCanvas and m_galCanvasActive behind accessors. Fix DLIST concatonation API corner case.
|
12 years ago |