charras
e8e6f1a77f
code cleaning and very minor bugs fixed
17 years ago
charras
d3dc65b656
minot changes
17 years ago
charras
80a713d895
commit hershey patch
17 years ago
charras
42b4cae45e
commit hershey patch
17 years ago
charras
5759f734a8
Rework on TEXTE_PCB, SCH_TEXT and EDA_TextStruct classes.
Code seriously cleaned, obscure and duplicated code removed, and some oddities removed.
Better support of multiline texts.
17 years ago
charras
dfa7e1d618
Code cleaning and enhancements about EDA_TextStruct
17 years ago
charras
b49c2d2b9d
code cleanup, remove multiline text option in eeschema (multiline text is a work in progress) and minor enhancements
17 years ago
charras
ac45264b4e
some enhancements in pcbnew (see changelog) and Cmake files updated to handle a change in doc files
17 years ago
charras
a6278c25f4
removed warn compil., updated CMakefiles for macosx and removed obsolete makefile.macosx
17 years ago
drannou
fb25b5c403
Adding multi-line feature in PCBNEW and EESCHEMA
17 years ago
stambaughw
b833a46bad
More header file realignments to reduce recompiling and general code cleaning.
17 years ago
charras
994080243f
Code cleaning. Some bugs fixed. Added contributors to list in About Kicad.
17 years ago
stambaughw
2e5a57e100
New zoom implementation and some build optimizations.
17 years ago
charras
4d12bd3e3d
Solved problems with mirrored texts. cleaning obsolete files
17 years ago
charras
cd6fbbef68
All: cleaning code to draw/plot texts (work in progress). Eeschema: italic and bold texts and labels allowed
(plot functions not yet updated for bold texts)
17 years ago
charras
beeaf53a0b
Code cleaning. Removed obscure code to draw texts
17 years ago
dickelbeck
e574a1b061
more DLIST<> work
17 years ago
dickelbeck
3ef380f936
dlist cleanups, start of edit component in schematic rework
17 years ago
faa
8bed5053da
cyrillic font support, russian GOST support
17 years ago
charras
07767585c3
better code compatibility with others compilers (MSVC)
17 years ago
dickelbeck
2fa6f00bd6
debug statements
18 years ago
dickelbeck
4715ea28e2
delete hierarhical pin sheet bug
18 years ago
charras
7f453831d5
eeschema: code cleaning. SCH_ITEM class used for all schematic items in eeschema. Files reorganization.
18 years ago
charras
f34be93032
Ensure graphic and footprint texts have a sufficient size to be seen on screen.(bug 1909165).
18 years ago
dickelbeck
c406eed135
class name changes, XOR artifacts
18 years ago
charras
0ff83cbab7
MODULE::GetBoundingBox() takes in account the clearence around the pads. other very minor changes
18 years ago
dickelbeck
6de852e8a6
xoring artifacts
18 years ago
charras
9fb2c9fe23
some code cleaning and comments translations. Added: EDA_Rect::Merge( EDA_Rect & aRect ) (see changelog)
18 years ago
dickelbeck
0e709a1227
added bool Intersects()
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
2aa1a26b58
beautification
18 years ago
CHARRAS
339a90e7ac
Block commands now works with zones.
18 years ago
dickelbeck
f353c77cdc
more zone preps
18 years ago
dickelbeck
64e9e16886
virtual BOARD_ITEM::Save()
18 years ago
dickelbeck
d985f2d640
DeleteStructure() & DeleteStructList() consolidation
18 years ago
dickelbeck
664a1f727b
see my 2007-Sep-20 change_log.txt
19 years ago
CHARRAS
d1effbf4e2
EDA_BaseStruct.SetType() and EDA_BaseStruct.ReturnClassName() removed.
19 years ago
dickelbeck
dff70646a2
see change_log for 2007-Aug-31
19 years ago
dickelbeck
726a8ab4df
collector work
19 years ago
dickelbeck
f3c324d535
EDA_BaseStruct::m_StructType is now type KICAD_T
19 years ago
dickelbeck
2e13ccf048
see change_log.txt's 2007-Aug-23 UPDATE
19 years ago
dickelbeck
cc62305777
see change_log.txt for 2007-Aug-22
19 years ago
dickelbeck
e6239e7456
moved m_Layer into EDA_BaseStruct
19 years ago
dickelbeck
27bd9c751a
visitor design pattern, MODULE::FindPadOrModule()
19 years ago
dickelbeck
79de635217
Show() improvements
19 years ago
CHARRAS
66080848cc
Bug fix in class_hierarchy_sheet.cpp.
19 years ago
dickelbeck
6719900ef9
searching and beautification
19 years ago
dickelbeck
f8f384384a
search and debug infrastructure, beautification
19 years ago
dickelbeck
dda28ed69a
more new search stuff, beautification
19 years ago
dickelbeck
6f7209aa73
start of new search stuff, beautification
19 years ago