91 Commits (f613cd1cb468a64f791ef159ab56ad71e481f8b5)

Author SHA1 Message Date
Jeff Young 015a050169 Escape error messages for HTML. 2 years ago
Jeff Young df7d62fdd3 Added a sort-order dropdown to lib-tree filters. 2 years ago
Marek Roszko ac94995f70 Some more wxS 3 years ago
Seth Hillbrand 03c279ffd4 ADDED: Threadpool 3 years ago
Jeff Young b84d1456d5 KIFACE_I -> KIFACE_BASE. 4 years ago
Jeff Young 3aae3c6f65 Dark mode for a bunch of HTML dialogs. 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh bcd6bddfd4 Start expunging NULL. 4 years ago
Jeff Young 1db33c7b3a More safety (and better impl) for not sharing FP table/info stuff. 4 years ago
Jeff Young a1dfc36233 More error message regularization. 4 years ago
Jeff Young ccaf9e11df Load footprint info when there's no cache available. 4 years ago
Jon Evans 6d502cb2a5 Don't generate real random UUIDs while loading libraries 5 years ago
Jeff Young e4f29d358c Formatting. 5 years ago
Jeff Young bb232e6ac6 Unify LIB_IDs now that both are stored in sexpr files. 5 years ago
Marek Roszko 0967995a80 Replace wxTextFile for writing fp info cache 5 years ago
Jeff Young 9c7c05c161 Mostly formatting cleanup but a few type-casting cleanups too. 5 years ago
Jeff Young dbc7831d0c Potential fix for recursive error crash. 5 years ago
Jeff Young a207bd97bb Naming conventions. 5 years ago
Jeff Young bfd8a62852 Formatting and naming conventions. 5 years ago
Marek Roszko e49ac45b84 HTML_MESSAGE_BOX is a dialog 5 years ago
Marek Roszko e928b2d8fd Split EDA_UNITS out from common. 5 years ago
Marek Roszko 52a12c6ccd Remove kicad_string.h from footprint_info.h 5 years ago
jean-pierre charras 36bc44e6d7 more cleanup about removing useless include 5 years ago
Jeff Young 940570e9ec Catch exception so that we at least throw up an error message. 5 years ago
Seth Hillbrand ddc6079ceb Move remaining hard-coded segment counts 7 years ago
Tomasz Włostowski 22300e4f02 Null pointer check in FOOTPRINT_LIST::GetInstance() 7 years ago
Jeff Young be1d6113d6 More performance enhancements. 7 years ago
Jeff Young d52429fc3c Read footprint info cache when fpinfo requested via kiway. 7 years ago
Jeff Young f8a5e2c1c8 Performance enhancements in fp loading, string cmp, etc. 7 years ago
Jeff Young b400565880 Convert Place Footprint to component tree. 7 years ago
Jeff Young cb61525394 Handle separate parsing rules for ID_SCH and ID_PCB. 7 years ago
Seth Hillbrand ee34aab07a Async hardening 7 years ago
Seth Hillbrand cf2a07559d Safely release thread memory 8 years ago
Jeff Young 8f2fee8bb8 Fix accidental revert. 8 years ago
Jeff Young 12ec56bc15 Prevent reentrancy in footprint loading. 8 years ago
Jeff Young f4ce8766e3 Implement shared FOOTPRINT_LIST. 8 years ago
Camille 9ff66a5274 Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
jean-pierre charras 9723b0d844 Fix a few minor coverity warnings (not initialized members) 8 years ago
Dick Hollenbeck 4e7de8a761 Reverse commit 4011ed4e31. 8 years ago
Wayne Stambaugh 096d9fbbf9 Pcbnew: continue loading footprints after first failure. 9 years ago
Chris Pavlina 4011ed4e31 Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
Chris Pavlina 849b3c2a4b Add footprint select dropdown to component chooser, serious refactoring 9 years ago
Wayne Stambaugh 64c892ee23 Make footprint ID into a generic library ID. 9 years ago
decimad 4248a7ffce remove boost::thread dependency 9 years ago
Dick Hollenbeck 7311f07eaf SWIG Improvements 9 years ago
Simon Richter 1b2fd6a382 Replace BOOST_FOREACH with C++11 range based for. 9 years ago
jean-pierre charras bbe42d0f47 Fix very minor issues: compil warnings (mainly deprecated and shadowed vars warnings). 10 years ago
Wayne Stambaugh 5504c17787 CvPcb: remove footprint library load failure limit. (fixes lp:1553756) 10 years ago
Wayne Stambaugh 5c6c2a0661 GitHub plugin: fix potential multiple initialization of libcurl bug. 10 years ago