1766 Commits (9ef713dfa87201bcdf87cbe0fa9549db5e2c9507)

Author SHA1 Message Date
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 dba4fccec9 *) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*) 12 years ago
Maciej Suminski d8acd1c718 Moved Init() & Reset() from TOOL_INTERACTIVE to TOOL_BASE. 12 years ago
Dick Hollenbeck 5df7288678 complete class UTF8.cpp 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
Wayne Stambaugh 4f2921f384 Pcbnew: footprint viewer wxAUI improvements. 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 Suminski aebb8b3ff9 Fixed an infinite loop in the destructor of ACTION_MANAGER; 12 years ago
Dick Hollenbeck a2f6faf161 Switch STROKE_FONT::Draw() to take "const wxString&" rather than "wxString" by value. 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 c5a1df6216 ClearHotKey() function. 12 years ago
Dick Hollenbeck 879a6225c2 Add a test script for plugin testing, and some asserts, no bugs fixed. 12 years ago
Maciej Suminski 24a317ce28 The Selection Tool is always active. Removed entries for toolbar menu and hotkeys for the tool. 12 years ago
Maciej Suminski ad3cb1f36a Added TOOL_MANAGER::RunAction() function. 12 years ago
Maciej Suminski bec2e9b178 Added some comments & asserts. 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
Maciej Suminski 08fd9d8cbd Overridden ViewUpdate() for MODULE class, so it handles its pads, drawings and texts. 12 years ago
Wayne Stambaugh 56e2df79f6 Pcbnew: footprint library table fixes. 12 years ago
Maciej Suminski 4876dbea24 Storing the selected item position from a context menu. 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
Maciej Suminski af976b2d36 Automatic unregistration of tool actions during ACTION_MANAGER destruction. 12 years ago
Maciej Suminski c21ae6efca Double click support for the Tool Framework. 12 years ago
jean-pierre charras cd9da9dd64 Pcbnew: fix Bug #1255568 (relative to .pos file creation). Minor compil warnings fixes 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 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
Maciej Suminski c6efc451e6 Added ratsnest for GAL 12 years ago
jean-pierre charras 5f01f123de All: GetBoundingBox returns now a const EDA_RECT. 12 years ago
Dick Hollenbeck 8df7407b80 FIX: regression loading of SMD pads within EAGLE_PLUGIN::FootprintLoad(). 12 years ago
Dick Hollenbeck abfeab02d7 FIX: wx 2.8 convert to UTF8 differently than 2.9 caused problems in DIALOG_FP_PLUGIN_OPTIONS. 12 years ago
Dick Hollenbeck f3ad2463e2 *) Switch to later environment variable expansion in fp-lib-table. 12 years ago
Dick Hollenbeck 9546c59fab more useable, in the face of wx 2.8 vs. 3.0 differences. 12 years ago
Dick Hollenbeck b177716b65 Work around wx 2.8 bug in wxListControl not honoring omissing of wxHSCROLL. 12 years ago
Dick Hollenbeck 300a047ffe more EDA_LIST_DIALOG usability enhancements, compiler warning, coding standards 12 years ago
Dick Hollenbeck 7cf3467851 Show the "Description" field from fp-lib-table in pcbnew's module editor 'set current library' dialog. 12 years ago
jean-pierre charras 25bfd82240 Fix a compatibility issue for wxWidgets 3.0, when moving cursor by arrow keys. 12 years ago
Dick Hollenbeck 6aabb9bc38 EDA_LIST_DIALOG_BASE is used multiple times for different numbers of 12 years ago
Baranovskiy Konstantin 94db11a8f6 Fix justification of vertically aligned multi-line text. 12 years ago
Dick Hollenbeck 53e8c9b2c2 fix link error with multiply used edaapl.cpp 12 years ago
Dick Hollenbeck 593aa2dc12 Show KISYSMOD in DIALOG_FP_LIB_TABLE even if it has not been referenced by a URI. 12 years ago