953 Commits (e90cc8adf546612d10e2164da0f17da012833022)

Author SHA1 Message Date
jean-pierre charras e90cc8adf5 All: added a standard exit dialog called by int DisplayExitDialog( wxWindow* aParent, const wxString& aMessage ) 14 years ago
jean-pierre charras 5e5ec6f1a9 All: try to fix incorrect acs in plot SVG under wxWidgets 2.9: 14 years ago
Dick Hollenbeck db7c8cfd92 remove clamping from PAGE_INFO setters 14 years ago
jean-pierre charras ed5585eb6c Libedit: fix bug (svg export does not work) 14 years ago
Alexander Zakamaldin f13e020314 Problem with the Help link "getting started in kicad" 14 years ago
jean-pierre charras 75d2dc7311 Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 14 years ago
jean-pierre charras 6219291ddc ModEdit (and ModView): make "invisible" texts visible. They are not visible in the board editor, but must be visible in the footprint editor. 14 years ago
Wayne Stambaugh aaa1cc3e02 Eeschema object list and other minor improvements. 14 years ago
Simon Schubert bcd66579d9 Pcbnew: fix bad arcs in plot postscript (from Simon Schubert) 14 years ago
jean-pierre charras 477e98dc6c Fix 2 minor bugs: 14 years ago
jean-pierre charras f1e5be9a67 Fix @JP messages (no bugs, just comment lines) 14 years ago
Marco Mattila 9ef6ae5b49 Use wxStandardPaths to find out the path to binaries in linux. 14 years ago
Dick Hollenbeck 9e2eb0c856 see CHANGELOG.txt 14 years ago
jean-pierre charras 827352511a Layers manager: add in popup menu option to hide all coppers layers but active layer. 14 years ago
jean-pierre charras ba689c10e3 Kicad project manager: add .cmp, .drl .pos and .rpt files management. 14 years ago
Dick Hollenbeck b90d657cb8 fix bug 921553 14 years ago
Dick Hollenbeck 6c04e60587 see CHANGELOG.txt 14 years ago
jean-pierre charras 08ef741770 Undo redo change and code cleanup. 14 years ago
Dick Hollenbeck 716d21d88a get rid of some globals, share BOARD_DESIGN_SETTINGS from PCB_EDIT_FRAME with FOOTPRINT_EDIT_FRAME 14 years ago
jean-pierre charras f9e2f9dc77 Pcbnew and Cvpcb: more about new netlist support: see CHANGELOG (important changes). 14 years ago
Andrey Fedorushkov 9eb7cba156 revert my bug commit 3389 14 years ago
Andrey Fedorushkov 0c00c88f11 fix DXF plot arc 14 years ago
marco. 96f435202c MacOSX: Handling exec 14 years ago
Dick Hollenbeck 23172cce23 compile base_screen.cpp separately for {pcbnew,cvpcb} and eeschema, so we can diverge internal units at compile time, not runtime 14 years ago
Dick Hollenbeck 2b394c7ccb dialog_page_settings needed right border space, retain last dialog size and position 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Dick Hollenbeck e6c8515873 switch to C++'s false and true from C's FALSE and TRUE 14 years ago
Dick Hollenbeck 708aef8522 towards making KICAD_GOST a runtime option, hoping for unified paper size 14 years ago
Dick Hollenbeck a7b251450f portrait setting was being overwritten in dialog_page_settings.cpp, add updatePortrait(), improve comments 14 years ago
Dick Hollenbeck 2c84a28f6b switch to combobox on page size dialogs, fix PLUGIN header 14 years ago
Dick Hollenbeck 286c62d898 fix order of cvpcb link libraries, make some PAGE_INFO functions inline 14 years ago
Dick Hollenbeck b76d05f591 fix syntax error in kicad_plugin.cpp, carve out class_page_info.cpp, and add PAGE_INFO::Custom 14 years ago
Dick Hollenbeck 0025ac7d38 Add "portrait" support to the page size settings for all standard paper 14 years ago
Dick Hollenbeck 9147e66dce fix bug with user page size not taking effect immediately 14 years ago
Dick Hollenbeck 9431c2a60a changes 14 years ago
Wayne Stambaugh 5289c22087 Pcbnew object improvements. 14 years ago
Dick Hollenbeck 5a9fcf6f11 fix windows version of GetRunningMicroSecs() 14 years ago
Dick Hollenbeck 3421863c01 add GetRunningMicroSecs() to libcommon for debug timing 14 years ago
marco. f40a92561c MacOSX: Grid now is displayed correctly 14 years ago
marco. 54c20b57f2 MacOSX: Main issue catch! wxPen with size 0 draws NOTHING (8 months to spot it) 14 years ago
Wayne Stambaugh 409d6e8ea2 Eeschema schematic object improvements. 14 years ago
Andrey Fedorushkov d000d48653 fix build when defined KICAD_GOST 14 years ago
Dick Hollenbeck 0cad6e7913 carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 14 years ago
Александр Закамалдин 2caa72f063 This patch implements width tuning (width correction) for PS plotting of tracks, pads and vias. 14 years ago
Dick Hollenbeck 148aecf963 improved comments 14 years ago
Dick Hollenbeck 1393eb0f11 finish up SCH_SHEET::{Set,Get}PageSettings() switch over 14 years ago
Wayne Stambaugh 152b8d91e3 Eeschema schematic object improvements. 14 years ago
Dick Hollenbeck d3afe95ca8 remove page size globals from eeschema 14 years ago
Wayne Stambaugh b774d96fb0 Minor coding policy and code readability improvements. 14 years ago
Wayne Stambaugh 0ba26e1d8f Remove unused EDA_ITEM list from BASE_SCREEN. 14 years ago