5622 Commits (487b609e7604ee008167b9ed30b8bd764d78ce96)
 

Author SHA1 Message Date
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
Maciej Suminski 6d0a35323b Removed unnecessary parts. 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
Maciej Suminski b8b96f77a2 Corrected drawing of zone outlines. 12 years ago
Maciej Suminski afe2bbaca7 Corrected polygon outline width. 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
Dick Hollenbeck 879a6225c2 Add a test script for plugin testing, and some asserts, no bugs fixed. 12 years ago
Maciej Suminski 7678983e38 Fixed non ASCII characters drawing using GAL. 12 years ago
jean-pierre charras ab36d23595 Pcbnew: fix issue in modedit, undo command: moved fields were not drawn afetr undo (due to incorrect flags state) 12 years ago
Dick Hollenbeck c6d7ee7e19 Fix important informational comment in library-repos-install.sh 12 years ago
Dick Hollenbeck 81bdafcf55 *) update scripts/kicad-install.sh to use Github plugin for system footprints. 12 years ago
Maciej Suminski 0e514e93c4 Pcbnew: fixed disappearance of selected items after GAL switching. 12 years ago
Robert Yates 697d95cc86 Boost::Context support for ARM platform. 12 years ago
Maciej Suminski 2b0f3350e3 Fixed disappearance of selected items after GAL switching. 12 years ago
Dick Hollenbeck 4a297e7812 library repo name has changed at launchpad, and will soon be switched to github. 12 years ago
Wayne Stambaugh 56e2df79f6 Pcbnew: footprint library table fixes. 12 years ago
Maciej Suminski e76a151ee7 Added a missing file 12 years ago
jean-pierre charras 48f9ea2287 eeschema, Pcbnew: fix Bug #1255822 (incorrect position of multiline texts when plotting them) 12 years ago
Dick Hollenbeck a105a1ea4d *.kicad_mod omits (at 0 0) for brevity. 12 years ago
Dick Hollenbeck 224594625a API Documentation improvements, especially noticable when viewing doxygen output. 12 years ago
Dick Hollenbeck 183afdd089 Even more clarification on "Github" plugin usage 12 years ago
Dick Hollenbeck 1b93203f7c Better GITHUB class header documentation, better eeschema library field dialog stretching and title. 12 years ago
jean-pierre charras cd9da9dd64 Pcbnew: fix Bug #1255568 (relative to .pos file creation). Minor compil warnings fixes 12 years ago
Jon Neal 18dd52385f FIX: Red Hat (and derivatives such as Fedora) support in kicad-install.sh 12 years ago
jean-pierre charras f068c0d94f Pcbnew: Autoplace functions: renamed spread footprint functions. Rewritten. 12 years ago
Robert Yates 838d5957cf Boost::Context support for ARM platform. 12 years ago
Maciej Suminski 06f4662ea0 Profile counter simplified, so it should be more portable. 12 years ago
Dick Hollenbeck 251f0c7f9b Ensure a unique FootprintEnumerate() return list in GITHUB_PLUGIN when using COW. 12 years ago
Dick Hollenbeck b0c739e7ee *) Implement "Copy On Write" (COW) support in GITHUB_PLUGIN. See class header 12 years ago
Dick Hollenbeck 56615d1653 FIX: work around for wx 2.8 bug affecting wxListCtrl column resizing. 12 years ago