20 Commits (3d425bf40e6d3e74ef79ced58beb475b0d04de4f)

Author SHA1 Message Date
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 11 months ago
Wayne Stambaugh 930407fac8 Fix PDF plotter URI issues. 1 year ago
jean-pierre charras 82ff2c0e0f eeschema, DIALOG_SHEET_PROPERTIES: add test for valid sheet filename 1 year ago
Alex Shvartzkop 9ed19192de Improve editing values with {return} in text fields; Add hyperlink detection. 2 years ago
Marek Roszko b5d5eb842a Start a kicommon shared lib 2 years ago
Marek Roszko 11de95778b Unwrap the FROM_UTF8 macro in favor of direct function 2 years ago
Alex Shvartzkop 21ee65aa9c ADDED: Importers for EasyEDA (JLCEDA) Standard / Professional. 2 years ago
Marek Roszko 72669df354 Kick out strtok_r, all our platforms should have it (or strtok_s) 2 years ago
jean-pierre charras 0ecf5033e2 string_utils: Add From_UTF8( const char* cstring ) and From_UTF8( const std::string aString ), 2 years ago
Marek Roszko 3233bbe0ba Make exported date time strings use ISO8601 format 2 years ago
Jeff Young b74d964bff Handle legacy libraries with escaped symbol names. 3 years ago
Marek Roszko ece23d434b Split up Double2Str to a format function to make its use case clear 3 years ago
Jeff Young 8afc1db7a6 Property popups for symbols, labels, sheets, and footprints in PDF. 3 years ago
Marek Roszko e4ba1d4879 Remove unused string helper 3 years ago
Jeff Young 582c133835 CSV escaping. 3 years ago
dsa-t bc1ff6756f Cross-probing/selection for multiple items (SCH->PCB) 4 years ago
Jeff Young 59c15842f8 Exclude formatting chars from text width approximation. 4 years ago
jean-pierre charras 4ac2aa675a lib symbols: make fp filter tolerant to spaces in names. 4 years ago
Jeff Young 95b87ba29a Freshen microwave polygon dialog and remove a bunch of dead code. 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh 37b200cb3e Pass wxString objects by reference instead of on the stack. 4 years ago
Mikolaj Wielgus ade38f48bc Add conversion from old `~...~` to new `~{...}` notation 4 years ago
Wayne Stambaugh 9ebabb222c Pass objects by reference instead of on the stack. 4 years ago
Jon Evans 433e148e08 Move some string formatting functions out of base_units 5 years ago
Jeff Young f0e6f812ff Edit One Field improvements. 5 years ago
Seth Hillbrand 950db6ff9c pcbnew: Add Fabmaster import 5 years ago
Wayne Stambaugh a1fae02427 Header clean up round 2. 5 years ago
Jeff Young 3c521942ed Smarten isEmpty checks to include nothing-but-whitespace. 5 years ago
Jeff Young 3a9a6e22bc Fix issues in reporting netclasses. 5 years ago
Marek Roszko 133b011124 Move StripTrailingZeros to kicad_string.h 5 years ago
Marek Roszko 304e5faf36 Move wxStringSplit to kicad_string 5 years ago
Marek Roszko afa9344444 Relocate AccumulateDescription to kicad_string.h 5 years ago
Jeff Young 0a6a91b5ad Convert smart quotes and dashes in reports to ASCII quotes and dashes. 5 years ago
Jeff Young 0e9714fdba Simplify fp-info-cache escaping mechanism. 5 years ago
Seth Hillbrand 2d0e3b7e0d Add an implementation of string splitting 5 years ago
Jeff Young 4a1ee40058 Pretty print bus definitions to the menus. 6 years ago
Jeff Young a612fb690b Cherry pick of line-ending-safety fix from 5.1. 6 years ago
Jeff Young 684bb62fd8 Escape slashes in labels and netnames. 7 years ago
Wayne Stambaugh 8d26b07f67 Fix potential string iterator issue. 7 years ago
John Beard 88f9f6f072 Break out ref-des-centric functions to own header 7 years ago
John Beard dc20521cb9 Break out getTrailingInt from MODULE 7 years ago
Jeff Young f10635e8be More work on arbitrary characters in references, etc. 7 years ago
Jeff Young 521183a587 Work in progress to allow arbitrary chars in references, etc. 7 years ago
Jeff Young 8f0aa68ab8 Fold 3D Search Paths dialog into Configure Paths. 8 years ago
Jeff Young 000457db7c Move Fields Editor to wxGrid. 8 years ago
Maciej Suminski dfc47464d7 Added ReplaceIllegalFileNameChars() for wxString& 8 years ago
Chris Pavlina bca74853d1 Display more information in component selector 9 years ago
Marvin Schmidt 66aee09388 Add missing include in kicad_string.h 9 years ago
Simon Richter bfb6e0bbb2 Convert remaining occurences of stri[n]cmp to str[n]casecmp. 9 years ago
jean-pierre charras bb3dc5771c Pcbnew: Fpid parser: Fix crash when reading a .kicad_pcb file containing a valid fpid with a revision value. 10 years ago