You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Bernhard Stegmaier f06bfe6d70 Commit the rest of the OSX build fixes missed in the previous commit. 11 years ago
..
dialog_about Pcbnew: fix Bug #1304418 . Fix also a related issue which crashes Pcbnew in some corner cases. 12 years ago
dialogs Hot key editor dialog improvemnts. 11 years ago
gal Fix slow opengl canvas on Mac OS 10.9. 11 years ago
geometry Fix PCB Module Editor Help Error. 11 years ago
math math_util: speed up rescaling on 64-bit platforms by using native 128-bit types 12 years ago
page_layout Pcbnew: plot dialog: remove obscure and useless option about texts which are not value or reference. 12 years ago
tool Fixed a hot key conflict. 12 years ago
view Fixed pcbnew crash when a locked footprint is dragged from an edge of the screen. 12 years ago
CMakeLists.txt Hotkey Editor Polishing 11 years ago
base_screen.cpp Changed void BASE_SCREEN::GetGrids( GRIDS& aList ) to const GRIDS& BASE_SCREEN::GetGrids(). 12 years ago
base_struct.cpp eeschema: Find Replace: fix a bug in replace command: sometimes, the string to replace was found, but not replaced if this string contained lower case letters. 11 years ago
base_units.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
basicframe.cpp Help files: can now be html or pdf files: Kicad search first for a .html help file, and if not found in a path, search for the corresponding .pdf file. 11 years ago
bezier_curves.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
bin_mod.cpp Configuration file consolidation patch from Moses McKnight. 11 years ago
bitmap.cpp Remove old xpm icons files 14 years ago
block_commande.cpp Minor fixes and changes: 12 years ago
build_version.cpp Very minor fixes. *.kicad_pcb files update to current Pcbnew version. 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 Gerber output: Some changes after evaluation of Gerber files by Ucamco (the manager of GERBER format): 12 years ago
class_layer_box_selector.cpp re-work the LSET(int,...) constructor 12 years ago
class_marker_base.cpp Pcbnew: fix a minor bug: in zones with no net, only the zone clerance was used to created clearence, regardless the pad or footprint local clerance. 12 years ago
class_page_info.cpp *) Remove more wxString static constructors which were crashing in PAGE_INFO assignment 12 years ago
class_plotter.cpp Fix bug #1358742 (drill map file output faulty), which was Gerber format specific. 11 years ago
class_undoredo_container.cpp Added const modifiers where applicable (PICKED_ITEMS_LIST). 12 years ago
colors.cpp Modular-Kicad milestone B), major portions: 12 years ago
common.cpp More OSX build fixes. 11 years ago
common_plotDXF_functions.cpp Plot DXF: better generation of filled zone polygons. 12 years ago
common_plotGERBER_functions.cpp fix Bug #1345193: Drill Map coordinates alway 0 when using Gerber format (due to a missing plotter initialization). 12 years ago
common_plotHPGL_functions.cpp Plot DXF: better generation of filled zone polygons. 12 years ago
common_plotPDF_functions.cpp * Fix Bug #1348607 and a possible crash in libedit dialog component properties after moving up the first user field (which in not possible now). 12 years ago
common_plotPS_functions.cpp Plots function: fix a bug about virtual PLOTTER::Text, which was not virtual for derived classes due to a missing parameter in ::Text in these classes. Noticeable only in SVG plot. 12 years ago
common_plotSVG_functions.cpp 1) Add 32 Cu Layers. 12 years ago
common_plot_functions.cpp Added support for decoupling stored text from shown text in EDA_TEXT 11 years ago
config_params.cpp Modular KiCad Blueprint Milestone B), major portions: 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 Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew). 12 years ago
dialog_shim.cpp https://lists.launchpad.net/kicad-developers/msg14286.html 11 years ago
displlst.cpp Modular KiCad Blueprint Milestone B), major portions: 12 years ago
dlist.cpp Hide m_galCanvas and m_galCanvasActive behind accessors. Fix DLIST concatonation API corner case. 12 years ago
draw_frame.cpp Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus. 11 years ago
draw_panel.cpp Road map and Doxygen work. 11 years ago
draw_panel_gal.cpp Added EDA_DRAW_PANEL_GAL::ForceRefresh(). 11 years ago
drawtxt.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
dsnlexer.cpp switch back to original sexpr usage of PTREE, add new DSNLEXER constructor, enforce accessors in kicad.exe 12 years ago
eda_dde.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
eda_doc.cpp DXF export: fix incorrect export of polygons having thick outline (like zones): Thick segments of outline were drawn like lines with no thickness. 12 years ago
eda_text.cpp Added support for decoupling stored text from shown text in EDA_TEXT 11 years ago
filter_reader.cpp Add Pcbnew GEDA PCB module plugin support. 13 years ago
findkicadhelppath.cpp.notused improve help file finding after kiway breakage. 12 years ago
footprint_info.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
fp_lib_table.cpp Configuration file consolidation patch from Moses McKnight. 11 years ago
fp_lib_table.keywords more fp_lib_table work, enhance parser 13 years ago
fpid.cpp Modular-Kicad milestone B), major portions: 12 years ago
gestfich.cpp Commit the rest of the OSX build fixes missed in the previous commit. 11 years ago
getrunningmicrosecs.cpp Speed up DSNLEXER::findToken() to such an extent that it resulted in an approximate 13% reduction 13 years ago
gr_basic.cpp Update old demo board files. Minor code cleaning. 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
hotkeys_basic.cpp Hot key editor dialog improvemnts. 11 years ago
html_messagebox.cpp *) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*) 12 years ago
kiface_i.cpp OSX build improvements. 11 years ago
kiway.cpp Commit the rest of the OSX build fixes missed in the previous commit. 11 years ago
kiway_express.cpp Teach cvpcb about new KIWAY based cross-probing, factor out MAIL_T into mail_type.h 12 years ago
kiway_holder.cpp Enable GITHUB as default, include typeinfo into kiway_holder.cpp 12 years ago
kiway_player.cpp https://lists.launchpad.net/kicad-developers/msg14286.html 11 years ago
lockfile.cpp Lock file improvements. 11 years ago
lset.cpp Pcbnew: Commit patch (with very minor changes) about SVG file export with the layers ordered from bottom to top. ( bug 1286646 ), from Thiadmer Riemersma. 12 years ago
msgpanel.cpp DXF export: fix incorrect export of polygons having thick outline (like zones): Thick segments of outline were drawn like lines with no thickness. 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 Fixed a few memory leaks and Valgrind warnings. 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 Pcbnew: Rework on Gerber ouput: allows choice between format 4.5 and 4.6. Fix a minor issue in Gerber layers attributes. 12 years ago
pcbcommon.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
pgm_base.cpp Commit the rest of the OSX build fixes missed in the previous commit. 11 years ago
prependpath.cpp wxJoin version dependency change 12 years ago
project.cpp Commit the rest of the OSX build fixes missed in the previous commit. 11 years ago
ptree.cpp switch back to original sexpr usage of PTREE, add new DSNLEXER constructor, enforce accessors in kicad.exe 12 years ago
reporter.cpp CvPcb footprint library table implementation. 12 years ago
richio.cpp fix Inner1.Cu in pcb_parser.cpp, start cvpcb work. 12 years ago
sch_item_struct.cpp Code cleanup: Pcbnew: move files relative to exort functions to the new folder exporters 12 years ago
search_stack.cpp Modular KiCad Blueprint Milestone B), major portions: 12 years ago
searchhelpfilefullpath.cpp Add missing search paths in kicad help doc search paths ( only noticeable for non English users ). Sometimes the translated doc was not found, and the English doc was displayed. 11 years ago
selcolor.cpp Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today. 12 years ago
single_top.cpp Modular KiCad Blueprint Milestone B), major portions: 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
systemdirsappend.cpp More OSX build fixes. 11 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 Fix Eeschema sheet issues. Should close out bug lp:593782 11 years ago
wildcards_and_files_ext.cpp 3d-viewer: code cleaning; bitmap2component: minor fix and code cleanup 11 years ago
worksheet.cpp Remove 2 global variables: g_DrawBgColor and g_ShowPageLimits. 12 years ago
worksheet_viewitem.cpp Added support for decoupling stored text from shown text in EDA_TEXT 11 years ago
wxunittext.cpp WX_UNIT_TEXT can handle default value. 12 years ago
wxwineda.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
xnode.cpp Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today. 12 years ago
zoom.cpp Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus. 11 years ago