3483 Commits (a11714b1a40a33e9b6f2134f0b55d0a9b0f97443)

Author SHA1 Message Date
Maciej Suminski 4c9be316dd Eagle import: minor ECOORD refactor 8 years ago
Jeff Young f32f14dc8f Add WX_TEXT_ENTRY_DIALOG which inherits from DIALOG_SHIM. 8 years ago
Tomasz Wlostowski b1f613071d eeschema: workaround for 64kByte string length limit in wxString::Format() causing segfaults in netlist update under Windows 8 years ago
jean-pierre charras 2230abde1b page layout editor: fix a crash on block move. 8 years ago
Seth Hillbrand ea4cee3393 Set Eagle import generated timestamps to KiCad std 8 years ago
Seth Hillbrand 26392f8070 Remove spaces from start of common translated words 8 years ago
Maciej Suminski 30a78f00bc Use 32-bit timestamps for imported Eagle files 8 years ago
jean-pierre charras 51fe063524 Circle to polygon conversion: a few enhancements: 8 years ago
Jon Evans 9c62792245 SVG Plotter: Handle edge-case arc and circle drawing 8 years ago
Jon Evans 921e68107b OpenGL: Make circle/arc drawing match Cairo for some edge cases 8 years ago
Jeff Young f1b48eb4f4 Fix default button and focus for ModEdit save. 8 years ago
Jeff Young 4693fd6200 Resolve env vars when looking up documentation files. 8 years ago
Seth Hillbrand a607174f9a Fix english grammar 8 years ago
Jeff Young 182b134872 Don't overwite env vars with settings. 8 years ago
Maciej Suminski 0bdae22af7 ResolveFile() handles absolute paths 8 years ago
Maciej Suminski 9ce768c29a Modified STROKE_FONT::ComputeStringBoundaryLimits() to process multiline strings 8 years ago
Maciej Suminski dfc47464d7 Added ReplaceIllegalFileNameChars() for wxString& 8 years ago
Jeff Young 2b34426c36 Only set always-show-scrollbars in constructor on Mac. 8 years ago
Maciej Suminski aff350f593 LIB_ID: change strcpy() to strncpy() for safety 8 years ago
Jeff Young 90e2c8dd7f Get rid of first-scroll jerkiness in eeschema. 8 years ago
Maciej Suminski f7158e834d Created STDOUT_REPORTER class for debugging 8 years ago
Jeff Young 284c346828 Don't cache github libraries above nginx server. 8 years ago
Tomasz Włostowski af7064ef89 pcbnew: synchronize zone visibility view menu entries with the toolbar buttons 8 years ago
Seth Hillbrand e6245c5c5a Fix type comparison warning 8 years ago
Maciej Suminski 3f1a3fe65b Derive DIALOG_MULTI_OPTIONS from wxMultiChoiceDialog 8 years ago
Maciej Suminski be13bb0013 Refactored SelectSingleOption() to take advantage of wxSingleChoiceDialog. 8 years ago
Maciej Suminski 18167f829a Derive KIDIALOG from wxRichMessageDialog 8 years ago
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