5621 Commits (d3f0151ad4bac959dda2eeaff1f0211738cde481)
 

Author SHA1 Message Date
Wayne Stambaugh c674314859 Fix bug when creating initial global footprint library table on Windows. 12 years ago
Dick Hollenbeck afd6f292e7 *) Switch over to FP_LIB_TABLE::Footprint*() functions. 12 years ago
jean-pierre charras 7f64899591 specctra_export.cpp: fix a bug in my export function to 3D viewer which generates bad shapes for holes generated by outlines 12 years ago
Wayne Stambaugh 8580d87ef7 Footprint library table improvements. 12 years ago
jean-pierre charras a8e57e10e8 Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad 12 years ago
Maciej Suminski 2e2bea3b0c Fixed IDs for the push and shove router menu 12 years ago
Maciej Suminski c33564c6df Removed unused variable. 12 years ago
Brian Sidebotham 7c340f6b19 * Fix building of Github plugin support for Windows using Mingw-w64 12 years ago
jean-pierre charras 602aa1682c 3D-viewer: minor fixes and enhancements 12 years ago
jean-pierre charras 28f55e2abf 3D-viewer: minor fixes and enhancements 12 years ago
jean-pierre charras 5614ba009a Pcbnew: 3D view: Better 3D rendering (fix some artifact issues). Add a realistic rendering mode. 12 years ago
Wayne Stambaugh 191cc6d16d Fix footprint library editor bug. 12 years ago
Dick Hollenbeck ec7f26f54b FP_LIB_TABLE::ROW::SetFullURI() does environment variable substitution up front. 12 years ago
Dick Hollenbeck 248788f381 Put FP_LIB_TABLE::Footprint*() functions on stage, but comment out lazy plugin lookup trick in FindRow() until these new API functions are used. 12 years ago
Dick Hollenbeck d82c3b9ab1 DIALOG_FP_LIB_TABLE: disable row resizing, get rid of tooltips on grids 12 years ago
Dick Hollenbeck bf97bf891b AutoSizeColumns(), and search for "(fp_lib_table" not "(fp_lib_table " 12 years ago
Dick Hollenbeck a90975d11c FP_LIB_TABLE::ROW::SetType() ensures sensible value of "KiCad" if nothing good comes in. 12 years ago
Dick Hollenbeck e0a0f596e2 Add keyboard support to DIALOG_FP_LIB_TABLE grid interface: 12 years ago
Dick Hollenbeck bf26962f72 CTL_OMIT_PATH patch 12 years ago
Dick Hollenbeck d77f95af15 Rebase a subset of Footprint*() PLUGIN API onto FP_LIB_TABLE 12 years ago
Dick Hollenbeck 205aa43379 Fix FP_LIB_TABLE::ROW operator=(), was not copying "description" field. 12 years ago
jean-pierre charras ab8016abc4 3D viewer: Preference menu: fix a bug which displays incorrectly the actual display options state (always shown off) when starting the 3D viewer 12 years ago
jean-pierre charras 229879345e 3D board display: better rendering of the board: the board polygon outlines (generated by the specctra function which calclaltes outlines) is now used to create the 3D body of the board, 12 years ago
jean-pierre charras 7a2593832d Fix Cmakelists issues 12 years ago
jean-pierre charras 79443fdbe5 Move specctra.cpp, specctra_import.cpp and specctra_keywords.cpp compilation to pcbcommon lib because they containt functions used by the 3D viewer in Cvpcb and Pcbnew. 12 years ago
jean-pierre charras dd64b2f284 3D board display: better rendering of the board: the board polygon outlines (generated by the specctra function) is now used to create the 3D body of the board. 12 years ago
Brian Sidebotham 964933db00 Removed some Microsoft Visual C centric definitions in CMakeModules/config.h.cmake which were tripping up the mingw-w64 build 12 years ago
Dick Hollenbeck e45ed220f9 DIALOG_FP_LIB_TABLE does not use wxSplitterWindow, it would not obey. 12 years ago
Dick Hollenbeck 8234966a3a if https:// GET fails, report the URL 12 years ago
Dick Hollenbeck 44ca3530b0 throw better IO_ERROR message on bad GITHUB URL, improved formatting and comments. 12 years ago
Dick Hollenbeck 65b0343be1 fix: https://answers.launchpad.net/kicad/+question/233824 12 years ago
Maciej Suminski 3c738faed6 Renamed WORKSHEET_ITEM to WORKSHEET_VIEWITEM. 12 years ago
Maciej Suminski 54946f46f7 Fixed memory leak caused by ViewUpdate() with VIEW_ITEM::GEOMETRY/LAYER parameters. 12 years ago
Maciej Suminski ff3c2bb66b Worksheet is not selectable anymore. 12 years ago
Maciej Suminski 460dcfc621 Removed SELECTION layer. 12 years ago
Maciej Suminski 24af7490bb Added missing ViewUpdate flag 12 years ago
Maciej Suminski 0b7305a823 Fixed reset for the selection tool. 12 years ago
Maciej Suminski 2ee858072f Moved VIEW_GROUP creation to the selection tool. In this way selected items are always drawn on overlay, not only when dragged. 12 years ago
Maciej Suminski 86000832fe Added typedefs for VIEW_GROUP iterators. Fixed improper order of layer drawing for VIEW_GROUP items. 12 years ago
Maciej Suminski 87a9964c78 VIEW_GROUP now does not change depth during drawing. Introduced functions for manipulating stored items. 12 years ago
Maciej Suminski e013f3e8c2 Comments, refactoring 12 years ago
Dick Hollenbeck 8c87d71e74 Make environment variable wxGrid/table read-only in the fp lib table dialog. 12 years ago
Maciej Suminski d2618caabc Added missing file 12 years ago
Maciej Suminski 43b5aa4c8d Fixed Mac OS build & removed one warning. 12 years ago
jean-pierre charras 25b20c5564 Gerbview: fix incorrect printing of negative objects, when using black and white option 12 years ago
Maciej Sumiński a6a1af9d75 Restored previous version of math_utils.h. WARNING: Mac OS build is probably broken now. 12 years ago
Maciej Sumiński d895a90bdc Fixed selection disambiguation menu for wx2.8 12 years ago
jean-pierre charras d368739731 Gerbview: fix incorrect printing of negative objects, when using black and white option. 12 years ago
Maciej Sumiński 6409f7f96b wxWidgets 2.8 compatibility fix (removed wx/kbdstate.h) 12 years ago
Maciej Sumiński 53fef8d4c4 Fixed menu entry ids for the p&s router context menu. 12 years ago