charras
70707523dd
show axis in module editor and gerbview
17 years ago
stambaughw
689579bde1
Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt.
17 years ago
charras
2a9a799f01
eeschema: Added: option to print ALL (more than 8) users fields in B.O.M.
pcbnew: added 5 metric grids and fixed a very minor bug when creating drill map.
17 years ago
charras
8593838f7a
fixed: cursor is not positioned properly in find function (pcbnew)
17 years ago
stambaughw
80e03c8c1b
Build optimizations and cursor movement key bug fix.
17 years ago
stambaughw
b833a46bad
More header file realignments to reduce recompiling and general code cleaning.
17 years ago
charras
5813a12ebb
Print functions and display zoom level modified to use the new zoom implementation
Comments added in some functions.
17 years ago
stambaughw
2e5a57e100
New zoom implementation and some build optimizations.
17 years ago
stambaughw
21faf9d370
Integrate wxFileHistory, add missing header files to fix Linux build, initial search path work, and general housekeeping.
17 years ago
stambaughw
4a489895a3
More zoom clean ups and code cleaning.
17 years ago
dickelbeck
b603580355
WinEDA_BasePcbFrame::m_Pcb is now private, use GetBoard() to access it.
17 years ago
charras
f1eb69a1a3
more about texts and labels options under eeschema
17 years ago
stambaughw
1ecea828c2
Initial ground work for zoom improvements and minor build updates.
17 years ago
stambaughw
2611a54791
Convert global and embedded application pointers to wxGetApp()
17 years ago
dickelbeck
aab39d1de7
injected DLIST<> into many list heads, see change_log.txt
17 years ago
dickelbeck
721d878fcf
GetScreen() work, menu capitalization, beautifying
18 years ago
lifekidyeaa
6d609d1837
Fixed segfault which occured when open ing the module editor, loading a module, closing it, and opening the module editor again. This was
caused by prematurely deleting the module editor's m_Pcb pointer, which has the same value (points to the same structure) as
g_ModuleEditor_Pcb hence should not be
deleted.
18 years ago
dickelbeck
10e13ae50a
layer names in *.brd file
18 years ago
lifekidyeaa
c5cd85027b
2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com
================================================================================
+eeschema
* commiting my changes to allow multiple instances of a given schematic file within
a hierarchy:
** internally, m_currentScreen has been replaced with m_currentSheet,
which is a list or 'path' of screens. The path of screens is used to
generate
a series of timestamps, which is converted to flat component reference via
a look-up
table in the schematic files.
** this means that m_currentScreen is no longer used -- use GetScreen().
** GetScreen is virtual, as some of the dialogs keep around a WinEDA_BaseScreen
pointer.
** all sub-sheets in a given schematic must have different names to generate a
meaningful netlist.
18 years ago
dickelbeck
7dbb0da3bb
more amazing free specctra import/export software
18 years ago
dickelbeck
57c1927121
more amazing free software
18 years ago
CHARRAS
7e7a793753
some changes about zones: enhanced dialog, and files reorganisation
18 years ago
CHARRAS
f2b43e752f
solved drc.cpp error (pcbnew crashes in track creation or edition). very minor other changes (translation)
18 years ago
dickelbeck
628be5d1c1
chasing a bug
18 years ago
dickelbeck
36c316e7e0
DRC dialog work
18 years ago
g_harland
5746386290
Added definitions for FIRST_COPPER_LAYER and LAST_COPPER_LAYER
18 years ago
CHARRAS
f0cd147643
pcbnew: use collector class to locate items in modedit, the footprint editor (thanks, Dick).
18 years ago
CHARRAS
ec02baab5f
remove unused files. some translations.
cvpcb: set flag wxFRAME_FLOAT_ON_PARENT when create the footprint 3D frame and the display frame
18 years ago
g_harland
d5b353ac12
Assorted changes; see change_log.txt
18 years ago
dickelbeck
a93fd7113e
more pcbnew's onrightclick behavior
18 years ago
dickelbeck
fbe7a112f8
pcbnew's onrightclick behavior
18 years ago
CHARRAS
1f842ae14c
bug in move pad fixed (could crash pcbnew).Other minor changes
18 years ago
CHARRAS
ee68d20e58
create new file cross-probing.cpp Move RemoteCommand() and SendMessageToEESCHEMA() to it
18 years ago
dickelbeck
cb49ea8989
see change_log.txt for 2007-Sep-11 UPDATE
18 years ago
dickelbeck
74a635c127
see 2007-Sep-4 change_log.txt
18 years ago
charras
1a30862de5
minor changes. update GUI french translation
19 years ago
raburton
dedb0228dc
add files not currently available in source (e.g. docs, modules, etc.)
set svn:eol-style property to native for all ascii files to support cross platform development
19 years ago
plyatov
23c40f7e86
Initial import of KiCad.
19 years ago