144 Commits (05a89863c5f82c937c4136f71a1968edce1009ae)

Author SHA1 Message Date
Jeff Young aeed8e6e2c Finish implementation of DRAWSEGMENT::C_RECT. 6 years ago
Jeff Young d25a63cd02 Don't allow selection flags to leak in to the libmanager cache. 6 years ago
Jeff Young 129042f8a6 Convert timestamps to UUIDs. 6 years ago
Seth Hillbrand 77c60d9655 Remove the last vestiges of dlist 6 years ago
Seth Hillbrand 6e5e453d0d Replace EESchema DLIST 6 years ago
Mark Roszko 19ceb11ae7 Change more enums over to scoped enums 6 years ago
Mark Roszko 11ff16be4e Switch to scoped enums 6 years ago
Seth Hillbrand 46feb76aba Allow EDA_RECT to properly be uninitialized 6 years ago
Jeff Young 937e3c2d48 Make m_Text private so we don't keep getting bugs where m_shown_text fails to get updated. 6 years ago
Jeff Young 3904d7ccfc Push some search stuff down into EDA_DRAW_FRAME so it can be shared. 6 years ago
Seth Hillbrand 888c01d11b pcbnew: Move tracks to std::deque 7 years ago
Seth Hillbrand 961b22d603 pcbnew: Changing drawings from dlist to std::deque 7 years ago
John Beard 6b4b2d61f8 Common: do not conditionally define wxPoint/Size operator<< 7 years ago
Jeff Young e9e28b9aac Retire legacy block architecture. 7 years ago
Jeff Young 67cc2aac2e Rework Eeschema find/replace for modern toolset. 7 years ago
Jeff Young 423d430b58 Replace deleteNode and deleteConnection with selectNode and selectConnection. 7 years ago
Tomasz Wlostowski 0d720fdeff eeschema-gal: factor out EDA_DRAW_PANEL from BITMAP_BASE, remove some unnecessary includes of class_drawpanel.h 7 years ago
Jeff Young eacaa39aa2 Remove global units usage from GetSelectionText... 8 years ago
Wayne Stambaugh 81843c37a4 Organize trace debugging code for ease of maintenance. 8 years ago
jean-pierre charras 5d72aebd22 Fix code after renaming files 8 years ago
jean-pierre charras d0754acf00 Fix code after renaming files 8 years ago
Wayne Stambaugh cb764d73c5 Minor trace logging improvements. 8 years ago
jean-pierre charras 5ad1a13096 Fix a compil issue on Windows (W7 32bits). Could be an obscure conflict in var/keyword names. 9 years ago
Maciej Suminski b71fc5564a Code formatting fixes 9 years ago
Oliver Walters f338d46476 HitTest for Rectangular pads 9 years ago
Oliver Walters f8734bd057 Fixed ::HitTest for Circle shape 9 years ago
Maciej Suminski d7bf44eee0 Removed a few more headers from base_struct.h 9 years ago
Tomasz Włostowski bb20a7f592 common: remove dependency on libbitmaps in EDA_ITEM::GetMenuImage() 9 years ago
Maciej Suminski b5bfa14057 Removed unused EDA_ITEM::m_Image field. 10 years ago
Maciej Suminski 09e0311d4e Replaced Copy() method with operator=. Removed Copy() where default copy ctor was enough. 10 years ago
Dick Hollenbeck c2b8a4ee43 Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function 9 years ago
Maciej Suminski a4ffb065d4 Corrected TEXTE_MODULE:GetBoundingBox() function. 10 years ago
Maciej Suminski 3049bc1d5f Fixing SELECTION_TOOL heuristics, take #2. 10 years ago
jean-pierre charras 2804d2e566 Add hotkeys to Kicad manager, and some rework on hotkeys management. 11 years ago
jean-pierre charras 64dd1f7461 Eeschema: fix a minor bug and enhances SCH_MARHER::Matches function ( partial use of 0005-SCH_MARKER-fix-a-Woverloaded-virtual.patch, from <fatzer2@gmail.com> ) and other very minor fix. 11 years ago
jean-pierre charras 06f59a94ed eeschema: Find Replace: fix a bug in replace command: sometimes, the string to replace was found, but not replaced if this string contained lower case letters. 11 years ago
jean-pierre charras 5f01f123de All: GetBoundingBox returns now a const EDA_RECT. 12 years ago
jean-pierre charras 44d9607461 Pcbnew: Fix incorrect bounding box calculation of texts. Only noticeable with boards conveted from Eagle, which are using other text justification than center. 12 years ago
Wayne Stambaugh f0b2565f12 Eeschema find/replace bug fixes and improvements (fixes 1208616). 12 years ago
jean-pierre charras e9713bb291 Pcbnew: Block selection enhancement, from Bug #593997 (whishlist) 12 years ago
Maciej Suminski e262b32198 Introduction of Graphics Abstraction Layer based rendering for pcbnew. 13 years ago
Lorenzo Marcantonio 27ee815742 Minor flags and layer mask cleanup 13 years ago
jean-pierre charras b660b033ad All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
Wayne Stambaugh d8b60a14e1 Pcbnew s-expression file format improvements. 14 years ago
jean-pierre charras 5d5eb7d38c Fix a serious bug in EDA_RECT::Intersects 14 years ago
Wayne Stambaugh bed96be750 Internal unit improvements and Pcbnew s-expression file format changes. 14 years ago
Wayne Stambaugh 9c16a218c0 Pcbnew s-expression file format changes. 14 years ago
Wayne Stambaugh d7feb9ab45 Initial Pcbnew s-expression file format commit. 14 years ago
Wayne Stambaugh 45445dd88f Minor code improvements and coding policy fixes. 14 years ago
Wayne Stambaugh 058e17edf7 Minor code and Doxygen comment improvements. 14 years ago