5544 Commits (75777f4a4e8754667155ba19fd1cb8ca15ce03d0)
 

Author SHA1 Message Date
Wayne Stambaugh 75777f4a4e Pcbnew: rotate footprint hot key fixes (fixes lp:1066182). 12 years ago
Wayne Stambaugh ca11fcb5c9 Pcbnew: change general properties dialog rotation angle to text edit control. 12 years ago
Wayne Stambaugh 8fe06e12b9 Merge changes from testing head. 12 years ago
Wayne Stambaugh 8f6d69e57e Pcbnew: fix 45 degree rotation angle undo and global variable elimination. 12 years ago
jean-pierre charras bb8741c74f Pcbnew: remove broken patch for" Bug #1255059". 12 years ago
Wayne Stambaugh efd9963750 Pcbnew: minor Geda and KiCad plugin improvements. 12 years ago
Wayne Stambaugh 2d9385b43a Make old behavior the default in EnumerateFootprint() changes. 12 years ago
Wayne Stambaugh 30a08e2bed Pcbnew: minor Geda and KiCad plugin improvements. 12 years ago
Dick Hollenbeck 031ab96f12 github_plugin.cpp was erroneously affected by rev 4552 patching. 12 years ago
Povilas Kanapickas 7f12513c7e Remove some uses of using namespace std. 12 years ago
Dick Hollenbeck 5c28285cdf kicad-install.sh and library-repos-install.sh utilize /etc/profile.d/kicad.sh for setting environment variables globally 12 years ago
Wayne Stambaugh 6c4518b015 Pcbnew: Geda plugin fixes. 12 years ago
Dick Hollenbeck 7ba078b620 remove USE_FP_LIB_TABLE code, make it the norm. Add lazy loading support to FOOTPRINT_INFO. 12 years ago
Wayne Stambaugh b85a713395 Fix footprint viewer perspective save bug. 12 years ago
Dick Hollenbeck ed42092464 Add strtok_r.c 12 years ago
Dick Hollenbeck e842d711c6 FIX: make LEGACY_PLUGIN re-entrant. extern "C" strtok_r() put conditionally into libcommon. 12 years ago
Marco Mattila 40d0a14560 Fix wxWidgets 2.8 validator bug in footprint name entry dialog. (fixes lp:1259204) 12 years ago
Maciej Suminski 4940bff891 Commit merge request lp:197913. 12 years ago
Maciej Suminski 3701e13186 Commit merge request lp:197858 (fixes lp:1249736). 12 years ago
Dick Hollenbeck dbd72122e1 dialog perfection does not come easily. 12 years ago
Dick Hollenbeck bb872dd583 spinners initial values and limits. 12 years ago
Wayne Stambaugh 74e43871d4 Fix frame perspective configuration entry name in basicframe.cpp. 12 years ago
Dick Hollenbeck 3582df6a0b molding mercury. 12 years ago
Dick Hollenbeck d8b270ca4d move ${Boost_LIBRARIES} into cvpcb, pcbnew, _pcbnew and out of github, because worker threads used regardless of github 12 years ago
Dick Hollenbeck dba4fccec9 *) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*) 12 years ago
Dick Hollenbeck 7717aa9279 fixes, a couple more unit tests. 12 years ago
Wayne Stambaugh 8316477638 Enable building the footprint library table as the default. 12 years ago
scrizt aef48d2716 Allow spoke width to equal minimum zone width in pcbnew (fix bug #1255059) 12 years ago
Dick Hollenbeck 5df7288678 complete class UTF8.cpp 12 years ago
Dick Hollenbeck 2f327f068d Documentation/guidelines/UIpolicies.txt should not speak of the unspeakable use of <> in quoted strings. 12 years ago
Dick Hollenbeck 7d58d82656 common/gal/stroke_font.cpp was segfaulting in wx 2.8 when drawing multi-line string. 12 years ago
Dick Hollenbeck e2b7ba4b19 eeschema/dialogs/dialog_lib_new_component.cpp was not expanding part name field nor setting initial focus. 12 years ago
Wayne Stambaugh 4f2921f384 Pcbnew: footprint viewer wxAUI improvements. 12 years ago
Dick Hollenbeck 03a4f5c4ea Move "code costly" functions in experimental class UTF8 to be not "inlined", prefering compactness. 12 years ago
jean-pierre charras 4374e25219 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
maciej. 72e567f503 Bug fix: pcbnew hangs up on polygon movement 12 years ago
Dick Hollenbeck a0623d9584 UTF8::uni_iter made leaner. 12 years ago
Dick Hollenbeck 391ff6699a sketch out class UTF8::uni_iter, add tools/make-UTF8.sh 12 years ago
Dick Hollenbeck 6274740de9 add a concept of an 8 bit string class for testing and experimentation. 12 years ago
Orson 45cd2756a6 merge lp:~cern-kicad/kicad/bugfix_1256302 from Orson 12 years ago
Dick Hollenbeck a2f6faf161 Switch STROKE_FONT::Draw() to take "const wxString&" rather than "wxString" by value. 12 years ago
Dick Hollenbeck ed29423b78 merge lp:~cern-kicad/kicad/bugfix_1256302 from Orson 12 years ago
Maciej Suminski dffacc18ec DIfferent handling of italic texts, depending on the mirroring setting. 12 years ago
Maciej Suminski 24550f3f38 Tilda handling for STROKE_FONT class. 12 years ago
Maciej Suminski 6be27ae2ea Glyphs and their bounding boxes are held in vectors instead of deque. 12 years ago
Maciej Suminski ca11855f12 Changed std::wstring to wxString. 12 years ago
Maciej Suminski 0e7db24049 Fixed SetCurrentContext() assert, that was firing on closure of pcbnew, when the OpenGL backend was active. 12 years ago
Maciej Suminski d7fc8db02c Removed warning. 12 years ago
Maciej Suminski aa7168708c Merged upstream 12 years ago
Dick Hollenbeck 7985a4b16b From kicad-install.sh, issue instructional aid on setting KIGITHUB if not already set. 12 years ago