9 Commits (5e0064c21e800c31158215d7b11a356cd6046472)

Author SHA1 Message Date
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 5 years ago
Wayne Stambaugh 9ebabb222c Pass objects by reference instead of on the stack. 5 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 6 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
maciej. 76aa0ba756 Fix compile errors when wx3.x is built with --enable-stl 12 years ago
jean-pierre charras f0412874c0 Update demo files. A minor code cleaning. 12 years ago
Wayne Stambaugh ca11fcb5c9 Pcbnew: change general properties dialog rotation angle to text edit control. 12 years ago
Dick Hollenbeck e842d711c6 FIX: make LEGACY_PLUGIN re-entrant. extern "C" strtok_r() put conditionally into libcommon. 12 years ago
Wayne Stambaugh 56e2df79f6 Pcbnew: footprint library table fixes. 12 years ago
jean-pierre charras 7a5386a1a1 Minor fixes and cleanup 13 years ago
Wayne Stambaugh cd0b231656 Minor fixes, dead code removal, and coding policy fixes. 14 years ago
Dick Hollenbeck 6d713f064b gear up for major use of ReadDelimitedText() by providing a better version 15 years ago
Dick Hollenbeck 38b69092f4 ReadDelimitedText to return number of bytes consumed, not copied 15 years ago
Dick Hollenbeck bc16d9d7c3 simplifications, typo 15 years ago
Dick Hollenbeck 558af6d764 add EscapedUTF8() and revise ReadDelimitedText() to complement it 15 years ago