Dick Hollenbeck
dc35a18c85
merge from testing, new work
15 years ago
Dick Hollenbeck
4e97b4e179
changes
15 years ago
jean-pierre charras
258cebf1a8
Fix some Doxygen warnings. No new code.
15 years ago
Dick Hollenbeck
37d73b030d
fix more IO_ERROR() constructor issues
15 years ago
Dick Hollenbeck
27dea7826d
more IO_ERROR constructor fixes
15 years ago
Dick Hollenbeck
02e1f83906
fix utf8 IO_ERROR() compile problem
15 years ago
Dick Hollenbeck
53249cda85
fix utf8 IO_ERROR() compile problem
15 years ago
Dick Hollenbeck
a6e21516ed
implement more of SCH::LIB_TABLE, start SCH::LPID, enhance richio
15 years ago
Dick Hollenbeck
a7c11a0b11
implement most of SCH::LIB_TABLE, start SCH::LPID, enhance richio
15 years ago
Dick Hollenbeck
7ca0b717bc
SCH_LIB_TABLE::Parse()
15 years ago
Dick Hollenbeck
5b5db5557d
change order of constructor args of DSNLEXER::DSNLEXER()
15 years ago
Dick Hollenbeck
bdbd28a9f4
complete initial version of LIB_TABLE::Parse()
15 years ago
Dick Hollenbeck
7798e51dc7
more /new work, create a place for Wayne to work on PART::Parser()
15 years ago
Dick Hollenbeck
364132cbe1
add cmake function make_lexer
15 years ago
Dick Hollenbeck
4f956712e2
fill out more /new files
15 years ago
Marco Serantoni
916f80f1b4
Adding artwork from Jerry Jacobs for bitmap2component
15 years ago
Marco Serantoni
a6c6041266
OSX: Fixes making bitmap2compoenent work.
15 years ago
jean-pierre charras
2faf429643
Fix bug in SCH_SHEET copy constructor (size not copied, so copied hierarchical sheets have a 0 size), and a minor bug in block save.
15 years ago
jean-pierre charras
952f9f9b7e
Fix bug in LIB_COMPONENT::LocateDrawItem() that destroys DefaultTransform matrix.
15 years ago
jean-pierre charras
b700f7c248
fix bug 692240: a subtle bug in LIB_COMPONENT::LocateDrawItem() that destroys DefaultTransform matrix.
15 years ago
Dick Hollenbeck
263e5c2413
sch_dir_lib_source.*
15 years ago
Dick Hollenbeck
4c8b87dc8c
sch_dir_lib_source.* continued work
15 years ago
Dick Hollenbeck
2def9b3f7e
merge from testing
15 years ago
Dick Hollenbeck
150373cb2f
fix comments
15 years ago
jean-pierre charras
de6beac92a
version id update
15 years ago
jean-pierre charras
3453e67085
Eeschema: minor enhancements
15 years ago
jean-pierre charras
69b19f5148
Libedit: fix a bug (affects only multi parts per packages) after moving an item.
15 years ago
Wayne Stambaugh
b98538ec35
Add copy constructors and cloning to schematic objects and other minor fixes.
15 years ago
jean-pierre charras
c699c726b6
Eeschema: in component properties dialog, add control for fields texts justification, like in Libedit.
Fix some Doxygen warnings.
15 years ago
jean-pierre charras
aec75256c9
Eeschema, Modedit: void fields (mainly the footprint field) now cannot be selected when click on them.
15 years ago
jean-pierre charras
5bab73d638
Eeschema: fix issues in drag command (mainly hotkey command and forgotten wire ends connected to components to drag).
Rename EDA_Rect::Inside to EDA_Rect::Contains ( EDA_Rect::Inside( const EDA_Rect& aRect ) was very ambiguous )
Fix some Doxygen warnings and erroneous comments; Add comments.
15 years ago
Dick Hollenbeck
d5f2f5866f
merge
15 years ago
Dick Hollenbeck
597f67755b
Change DIR_CACHE by removing the need to cache Sweet strings in the
DIR_LIB_SOURCE. It only needs to be able to read Sweet strings quickly.
@todo : Change public API regarding part rev string.
15 years ago
Dick Hollenbeck
325a13a79d
add makeFileName()
15 years ago
Lorenzo Marcantonio
020e875973
Patch to fix setting grid color in EESchema with some minor changes.
15 years ago
Dick Hollenbeck
02ba568c25
move to std::set, no longer cache the sweet strings
15 years ago
Dick Hollenbeck
efceacbd22
more DIR_LIB_SOURCE work
15 years ago
Dick Hollenbeck
8384d7e013
implement some of the DIR_LIB_SOURCE Read*() functions
15 years ago
Dick Hollenbeck
c4a6b4186a
++new:
Completed a good portion of /new class DIR_LIB_SOURCE.
Added an autonomous CMakeLists.txt file to /new, with new-docs target and
test program target.
15 years ago
Dick Hollenbeck
80f21358a5
work on DIR_LIB_SOURCE
15 years ago
jean-pierre charras
78ef3152c6
Gerbview: faster to start.
15 years ago
jean-pierre charras
2e2ecdd448
Gerbview: fix most of Doxygen warnings.
15 years ago
jean-pierre charras
1901a379b0
Gerbview: remove flicker when refresh screen. Pcbnew fix (partially) issue when printing in mirror mode ( version compiled with USE_WX_ZOOM = ON specific). Minor enhancements.
15 years ago
Dick Hollenbeck
c02ca2edb5
merge from testing
15 years ago
Dick Hollenbeck
2e45c1a180
begin working on Distributed Library for EESCHEMA
15 years ago
Marco Serantoni
d18ce728c0
Patch from Craig Cross - fix to spurious event handling of wx-2.8
15 years ago
jean-pierre charras
7d85aa92a8
Fix minor issues.
15 years ago
Marco Serantoni
81b3fdf157
Mac: OVERLAY FIXES for WX2.8 and Enhancements
15 years ago
jean-pierre charras
b8eba35cba
Gerbview: remove flicker when refresh screen, and loadind files. Fix very minor bugs.
Minor cosmetic enhancements.
commint forgoten files in boost lib.
15 years ago
jean-pierre charras
e5e21a24a2
Gerbview:
Added: in file dialog, multiple file selection.
Added: Draw mode selector (in left toolbar):
Raw mode:
a Gerber image is drawn on screen without buffering.
Artifacts happen if there are negative items drawn, if more than one
Gerber file is shown.
Stacked mode:
each Geber image is drawn in a buffer and after drawn on screen
No artifact with negative items.
Each Gerber image covers previous images.
OR mode (transparency mode):
each Geber image is drawn in a buffer and after drawn on screen
No artifact with negative items.
Each Gerber image is "ORed" with previous images, like in Pcbnew.
Try to optimize Draw function in buffered modes.
(Useful for PC that have problems with "blit" graphic function)
Fix minor issues.
15 years ago