64 Commits (1d039cb4c1a1ff846c3b8d67a1c5186e4aa6279d)

Author SHA1 Message Date
Dick Hollenbeck 0c459ced97 EDA_TEXT object refactor. 9 years ago
jean-pierre charras b8b08dafd6 Code cleaning: remove pcbcommon.* which contains nothing really useful. The very few lines of code are moved to a better place. 9 years ago
Dick Hollenbeck 7311f07eaf SWIG Improvements 9 years ago
Dick Hollenbeck 7434e68876 Pcbnew: improved track scripting support. 9 years ago
Dick Hollenbeck e24990146d Pcbnew: major swig fix. 9 years ago
jean-pierre charras 6cc91a074b Remove a few conditional compilation for wxWidgets version < 3.0 10 years ago
unknown 71b3125d8e Cleanup: remove unnecessary macros EXCHG and NEGATE. add MIRROR macro. 10 years ago
Wayne Stambaugh fd0d266bfe More missing source license fixes. 11 years ago
Dick Hollenbeck 52d3535160 minor tidying 12 years ago
jean-pierre charras 9f9f2ed380 Minor code cleaning: Remove unused file, remove obsolete or useless defines 12 years ago
Maciej Suminski 0ac3e1fbf2 Namespace KiGfx->KIGFX. 12 years ago
jean-pierre charras a8e57e10e8 Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad 12 years ago
Lorenzo Marcantonio 78e41187b3 Moved utilities for angles in trigo.h 13 years ago
Lorenzo Marcantonio 0e903dba5b Angle and distances cleanup (preparing for angles in doubles) 13 years ago
Lorenzo Marcantonio 6b500d606c Converted macros to inline template function 13 years ago
Lorenzo Marcantonio 9fd79dfa91 Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 13 years ago
jean-pierre charras b660b033ad All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Dick Hollenbeck cc097762c7 Temporarily reverse out the evolving support for finer Board Internal Units (BIU)s. 14 years ago
Vladimir Ur 6ebb044d45 Metric KiCad work continues. Partially processed D_PAD class. It is still need to be tested including all these import and export procedures... 14 years ago
Wayne Stambaugh 4a7dc4ad03 Add menu item function fixes and other minor improvements. 14 years ago
Dick Hollenbeck 56f5295527 more KiBitmap() stuff 14 years ago
Wayne Stambaugh c5c98f9518 Add CMake code to enable or disable using images in menu items. 14 years ago
jean-pierre charras 3b55948db2 fix an issue created by commit 2954. Gerbview: display now an indicator of layers in use. minor code cleanup. 15 years ago
Dick Hollenbeck 6d713f064b gear up for major use of ReadDelimitedText() by providing a better version 15 years ago
jean-pierre charras 85b8fc66ee All : modify macro FROM_UTF8, to ensure compatibility with files using a non utf8 encoding (old files created under Window, having some non ASCII characters). 15 years ago
jean-pierre charras 92952b70aa Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 15 years ago
Dick Hollenbeck 0093f4f612 ++common: 15 years ago
jean-pierre charras a8139da38d Try to use UTF8 only in kicad files 15 years ago
jean-pierre charras 9618c3a5f5 Pcbnew: Bug fix: arcs in modules outlines (when flipped) were incorrectly saved and read in .brd files. 15 years ago
Wayne Stambaugh 7cb34aece7 Schematic component object encapsulation and Doxygen comment warning fixes. 15 years ago
Wayne Stambaugh c79077c9a2 Minor fixes and lots of coding policy changes. 15 years ago
Wayne Stambaugh 285d9b649d Major component library ojbect editing code refactor. 15 years ago
jean-pierre charras a188f9d06e added orto2 patch 15 years ago
Jerry Jacobs 06377c15a2 Rework on icons, and more OS X updates 16 years ago
dickelbeck 560970da29 size_t can be 'unsigned long int' on some platforms, we want 'unsigned' from DIM 16 years ago
charras ccfa4e0aad Eeschema: Libedit: fixed hang when using the repeat function (insert key) after creating a pin. 16 years ago
dickelbeck c1d048baa5 changes 16 years ago
charras f43d1aaa54 Added text justification for graphic texts in libedit and more(see changelog) 17 years ago
stambaughw 8bf7911125 Build improvements, compiler warning fixes and build fixes, and lots of clean up. 17 years ago
dickelbeck 760c92e5ee oops, forgot the static inline 17 years ago
dickelbeck 0350744a7d add GetChars() 17 years ago
stambaughw cc661bdce8 Minor search path updates, initial UI clean up, and more wxDC zoom work. 17 years ago
charras 930a777eb7 Change dialog to edit fields in libedit (see CHANGELOG.txt) 17 years ago
dickelbeck 26736baa9b gerbview cleanup, and working towards aperture macro support 17 years ago
charras 07767585c3 better code compatibility with others compilers (MSVC) 17 years ago
charras 6ff8675e33 back to EXCHG macro (equivalent inline functions do not work, this is a stupid error from myself ) 17 years ago
charras a741742172 back to EXCHG macro (equivalent inline functions do not work, this is a stupid error from myself ) 17 years ago
charras 443c644978 return to EXCHG macro (some equivalent inline functions do not work ) 17 years ago
charras 78bbe94923 Use double instead float when possible, ande code cleaning. 17 years ago