- 16 Apr, 2009 1 commit
-
-
charras authored
-
- 15 Apr, 2009 5 commits
-
-
stambaughw authored
* Add default OS program install path(s) to search path list as fail safe. * Remove unnecessary wxGetApp calls in WinEDA_App class methods. * Remove non-standard message panel font and changed background to system menu color. * Remove italic fonts from menus. * Remove non-standard font in Kicad app project tree. * Remove font selection dialog menu items from apps for removed fonts. * Remove all global variables and settings associated with the removed fonts. * Fixed PCBNew export and import library file dialog response tests from wxCANCEL to wxID_CANCEL.
-
charras authored
-
charras authored
-
charras authored
-
charras authored
-
- 14 Apr, 2009 1 commit
-
-
charras authored
better handling of libraries paths (removed g_RealLibraryBuffer that had no sense with the new code), mainly in Eeschema TODO: better handling of user lib paths (more than one path)
-
- 13 Apr, 2009 1 commit
-
-
charras authored
-
- 12 Apr, 2009 1 commit
-
-
charras authored
-
- 11 Apr, 2009 3 commits
- 10 Apr, 2009 3 commits
- 09 Apr, 2009 8 commits
-
-
stambaughw authored
Add helpers for inserting paths to and removing paths from search list. Moved user defined path before default library paths in search list. Renamed m_Draw_Auxiliary_Axis to DrawAuxiliaryAxis. Changed parameter to fix wxDC set mode from FALSE to GR_COPY. Minor wxDC zoom improvements.
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
-
dickelbeck authored
UpdateStatusBar() not callable from RedrawActiveWindow on MAC, and it is not the right place to call it for other OSes even though it might work on those other OSes such as Windows and Linux
-
charras authored
Fixed: inconsistencies in dialog_eeschema_config.cpp (delete and add/insert do not have the same behavior: add/insert cannot be cancelled )
-
charras authored
broken SCH_COMPONENT::GetRotationMiroir() rewritten (problem when editing a mirrored and rotated component fixed)
-
charras authored
-
- 08 Apr, 2009 3 commits
-
-
charras authored
-
stambaughw authored
Added application method to fix searching for user libraries. Fixed documentation search path bug. Moved auto pan setting from draw frame to draw panel were it is defined. Some minor device context drawing changes.
-
charras authored
-
- 07 Apr, 2009 5 commits
- 06 Apr, 2009 4 commits
-
-
stambaughw authored
Added template subdirectory to library search path list. Removed PARAM_CFG_BASE empty destructor to prevent GCC warning. Set timeout to 0 on DisplayInfo call to prevent debug assertion in eeschema/files-io.cpp. Declare PARAM_CFG_ARRAY for future project file object implementation. Removed unnecessary COMMON_GLOBL definition in gr_basic.h and param_config.h.
-
f3nix authored
-
charras authored
-
charras authored
-
- 05 Apr, 2009 3 commits
-
-
f3nix authored
-
f3nix authored
-
stambaughw authored
Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt.
-
- 02 Apr, 2009 1 commit
-
-
strangeril authored
-
- 30 Mar, 2009 1 commit
-
-
dickelbeck authored
-