3406 Commits (1d5df8e9750bcc8b795c0ebf4641f8aada34d903)

Author SHA1 Message Date
Maciej Suminski 1d5df8e975 Renamed KI_DIALOG to KIDIALOG 8 years ago
Maciej Suminski 52fcddf4f4 Allow drawing self-intersecting polygons, just display a warning 8 years ago
Jon Evans 37beb726e3 GerbView: Implement in-place GAL layer reordering (for X2 sorting) 8 years ago
jean-pierre charras 5f578c884c Fix SetValue() method in TEXT_CTRL_EVAL 8 years ago
Maciej Suminski 5f2b8e0409 Change NumericEvaluator::clear() to optionally accept an object to clear 8 years ago
Maciej Suminski ad6571a508 GAL profiling: changed wxLogDebug() to wxLogTrace() for DRAW_PANEL_GAL 8 years ago
Maciej Suminski b9285cf0e5 Display theta character correctly in ruler tool 8 years ago
Jon Evans e21f18a176 Don't use the RTREE in UpdateAllLayersOrder() / UpdateAllLayersColor() 8 years ago
Jon Evans 4ec7a02ccd Add a method to conditionally update VIEW_ITEMs (GerbView performance) 8 years ago
Jon Evans d7bb83ddcb Add a REPAINT flag for faster redraw when bounding box hasn't changed 8 years ago
Jon Evans be8bb24390 Make all new hotkeys editable; label some GAL-only hotkeys 8 years ago
Jon Evans b90528a7ae Fix regression in GerbView display settings; some optimization too 8 years ago
Carsten Schoenert 9679bd55c1 fix misspelled 'streching' -> stretching 8 years ago
Carsten Schoenert cb14742442 fix misspelled 'accesing' -> 'accessing' 8 years ago
Michael Geselbracht 21f46776c6 Fix decimal point bug, support for more units V2 8 years ago
Jeff Young 7bd2f14342 Go back to checking individual file timestamps. 8 years ago
Jeff Young bbad8dc9af Conditionally compile Mac-specific bug fix. 8 years ago
Simon Richter d5f5f5e719 Remove duplicate source file from list 8 years ago
Jeff Young e552c2fbff Remove confusing active library interactions with save. 8 years ago
jean-pierre charras 43cb1b7bc7 Fix a compil issue with too old compilers 8 years ago
Jeff Young 4dda8a39fe Add inc/dec current layer alpha to menus. 8 years ago
Maciej Suminski 2dfc35a9d6 Fix a typo in KI_DIALOG::Title() 8 years ago
Maciej Suminski 918ac567e5 Fix constant naming conflict in KI_DIALOG 8 years ago
Maciej Suminski 8a8b062d8e Fix a copy-paste error in WX_HTML_REPORT_PANEL badges creator 8 years ago
Maciej Suminski 01aca9d783 KI_DIALOG: flexible way of creating dialogs, including "do not show again" 8 years ago
Maciej Suminski 4da47f2c01 Forbid drawing self-intersecting polygons. 8 years ago
Maciej Suminski 7129dcef91 Added STATUS_TEXT_POPUP for simple popup text display 8 years ago
Maciej Suminski 9673ac4ecd WX_STATUS_POPUP refactor 8 years ago
Maciej Suminski 7775f59eec Converted zone drawing tools to store points in a SHAPE_LINE_CHAIN 8 years ago
Jon Evans 0c9d11c180 Add progress reporting for GerbView file loading 8 years ago
Jeff Young 900bd9da68 Added error and warning badges to HTML report panel. 8 years ago
Wayne Stambaugh 961ddd107d Update AUTHORS.txt and contributors list in about dialog. 8 years ago
Jeff Young cd81254262 Respect 45-degree mode when set from zone dialog. 8 years ago
Jeff Young 4d5e1489fb New menu structure for ModEdit. 8 years ago
Jon Evans 01ab8b0584 Use polygonal hit testing for module selection 8 years ago
Jeff Young 5c6b19c55d Don't allow DIALOG_SHIM to reduce size below min. 8 years ago
Maciej Suminski 2f4ec0c0c4 Code formatting 8 years ago
Maciej Suminski 463e944113 Fixed an assert when assigning a bitmap to radio menu item 8 years ago
Jeff Young 8b4e8fcd26 Dialog changes to go with new menu structure. 8 years ago
Jeff Young b3884669cf Proper error reporting for Annotate dialog. 8 years ago
Tomasz Włostowski 5fef750b49 SHAPE_ARC: use more Kicad-ish arc representation. Fixes board outline collisions issues in the P&S 8 years ago
Maciej Suminski 24fcdb00cc Eagle importer: convert special characters in net names 8 years ago
Maciej Suminski c95340fbaf Eagle importer: replace invalid character with '_' to match PCB<->SCH 8 years ago
Maciej Suminski 81b3c420fd Set OK as the default button in Select{Single,Multi}Option() dialogs 8 years ago
Jeff Young 908697c9c8 Turn place footprint's browser back on for Mac. 8 years ago
Maciej Suminski 461b6aff5e Do not set bitmaps for wxITEM_RADIO menu items on Linux and macOS 8 years ago
Michael Geselbracht 5d738dcb6d Coverity fix for libeval (CID #169327) 8 years ago
Jeff Young 809093acd0 Don't bail out of loading when one library couldn't be found. 8 years ago
Maciej Suminski 570f4dd991 Coverity fixes 8 years ago
jean-pierre charras 4012aa70da Fix a few minor Coverity warnings 8 years ago