Simon Wells
b21b5513fd
removed wx carbon include in fctsys as it is unnecessary
10 years ago
jean-pierre charras
6dd0073130
Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless.
10 years ago
Wayne Stambaugh
fd0d266bfe
More missing source license fixes.
11 years ago
jean-pierre charras
9f9f2ed380
Minor code cleaning: Remove unused file, remove obsolete or useless defines
12 years ago
Maciej Suminski
4f0aa1c07c
Changed D() macro to DBG() because of conflict with glm::D().
Added const to GetColor() and GetType() functions in WS_DRAW_ITEM.
12 years ago
jean-pierre charras
3688bae75f
Fix compil issue under MinGW: for an obscure reason the option -std=c++0x creates error in wxWidget code:
some functions used in wxWidgets ( like _strdup and few other) are not defined when this option is set.
but the equivalent option -std=gnu++0x works fine so it is used under mingw instead of -std=c++0x.
(Under Linux/OSX the option -std=c++0x is used)
13 years ago
jean-pierre charras
292c1f0912
Kicad: bug fix in menubar when changing the selected locale.
fctsys.h: remove useless define.
Fix minor issues and add minor enhancements.
13 years ago
Wayne Stambaugh
f3cc32f9e2
Put KiCad on a diet to remove the uncessary slices of pi. (fixes 1066194)
13 years ago
jean-pierre charras
e96f1aeb3d
Remove valeur_param(), that does not work in Kicad Nanometer
14 years ago
Dick Hollenbeck
df494fc83e
start toying with DIALOG_SHIM
14 years ago
Dick Hollenbeck
87aa22f13f
quiet warnings, add Clamp()
14 years ago
Dick Hollenbeck
b8a0ab4c52
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
14 years ago
Dick Hollenbeck
e6c8515873
switch to C++'s false and true from C's FALSE and TRUE
14 years ago
Wayne Stambaugh
78a58e04ee
Fixed build error for missing wxNullPtr definition building against wxWidgets < 2.9
15 years ago
stambaughw
d2eac37ddf
Comment translation complete, Yeah!!!!
16 years ago
stambaughw
8bf7911125
Build improvements, compiler warning fixes and build fixes, and lots of clean up.
* Created separate SVN version header.
* Add true config.h for platform dependency checks.
* Add dependency check cmake module.
* Remove some leftover hand crafted make files.
* Remove non-cmake build instructions from COMPILING.txt.
* Fix split _() strings causing Visual C++ compiler error.
* Fix lots of compiler warnings.
* Change project file parameter container from wxArray to boost::vector_ptr.
* Removed lots of redundant header definitions.
* Fixed green_xpm redefinition in ercgreen.xpm.
* Remove some dead code and unnecessary class methods.
17 years ago
stambaughw
b833a46bad
More header file realignments to reduce recompiling and general code cleaning.
17 years ago
stambaughw
2e5a57e100
New zoom implementation and some build optimizations.
17 years ago
raburton
461d75de4c
retain wxWidgets 2.6 compatibility
18 years ago
dickelbeck
628be5d1c1
chasing a bug
18 years ago
CHARRAS
9b58687c50
rename dialog_clean_pcb.pjd, other minor changes
18 years ago
dickelbeck
dac25cdbf9
resizeable borders option
18 years ago
dickelbeck
18d83b768c
See my change_log.txt 2007-Sep-13 UPDATE
18 years ago
raburton
cf460a052a
fix my wx2.6 compatibility fix, found a problem after doing a full rebuild
19 years ago
raburton
f410b2427b
fix wx 2.6 compatibility
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