- 23 Apr, 2009 1 commit
-
-
stambaughw authored
* Add methods to read and write project file parameters using dynamically defined list. * Remove all global variables defined in CVPcb code. * Dynamically define project file settings so class member variables can be used. * Separate reading and writing application settings from project file settings. * Make application UI objects and dialogs respect system UI font. * Remove non-standard widget colors from CVPcb dialogs. * Changed CVPcb object link list implementation to use wxList. * Changed project library and path dialog to make OK button save project file instead of confusing "Save Cfg" button. * Eliminate some duplicate file wildcard and extension definitions. * The usual code reformatting, commenting, and spelling fixes.
-
- 21 Apr, 2009 1 commit
-
-
charras authored
-
- 19 Apr, 2009 1 commit
-
-
charras authored
Small change in doc files: footprint_doc moved from help to share/modules TODO: change dialog_cvpcb_config and copy code (from pcbnew) for multiple user paths in library path list in cvpcb.
-
- 18 Apr, 2009 1 commit
-
-
charras authored
-
- 17 Apr, 2009 2 commits
-
-
charras authored
Fixed: incorrect refresh of screen area after closing a popup menu (texts and polygons sometimes not redrawn)
-
charras authored
Code clarification about 3 confusing functions to display info: DisplayInfo (displaying a message info) and class members DisplayInfo and Display_Infos doing the same thing (see changelog)
-
- 16 Apr, 2009 1 commit
-
-
charras authored
-
- 15 Apr, 2009 2 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
-
- 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
-
- 09 Apr, 2009 4 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
-
- 08 Apr, 2009 2 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.
-
- 07 Apr, 2009 4 commits
- 06 Apr, 2009 3 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.
-
charras authored
-
charras authored
-
- 05 Apr, 2009 2 commits
-
-
f3nix authored
-
stambaughw authored
Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt.
-
- 28 Mar, 2009 1 commit
-
-
charras authored
-
- 26 Mar, 2009 1 commit
-
-
charras authored
-
- 23 Mar, 2009 1 commit
-
-
charras authored
-
- 22 Mar, 2009 1 commit
-
-
charras authored
-
- 20 Mar, 2009 1 commit
-
-
charras authored
-
- 14 Mar, 2009 1 commit
-
-
charras authored
-
- 12 Mar, 2009 1 commit
-
-
charras authored
pcbnew: added 5 metric grids and fixed a very minor bug when creating drill map.
-
- 02 Mar, 2009 1 commit
-
-
jerryjacobs authored
Changed 3D module author after mail contact. Cleanup of function implementions. WinEDA_TextFrame color change (text black, background, white)
-
- 26 Feb, 2009 1 commit
-
-
charras authored
-
- 23 Feb, 2009 1 commit
-
-
charras authored
-
- 22 Feb, 2009 1 commit
-
-
jerryjacobs authored
-
- 21 Feb, 2009 1 commit
-
-
charras authored
-
- 20 Feb, 2009 1 commit
-
-
charras authored
gr_basic.cpp now clips filled polygons,using the Sutherland and Hodgman algo to clip the poly against a rectangle Filled polygons are now correctly displayed under Linux(i hope)
-