Maciej Suminski
0f026bbe1d
Fixed snapping item in a wrong spot bug.
12 years ago
Maciej Suminski
1d4c6ad40e
Minor optimizations.
12 years ago
Maciej Suminski
0b9a8709f8
Modifiers (Alt/Shift/Control) are properly set for events when autopanning is active.
12 years ago
Maciej Suminski
b317894ea0
Snapping settings are valid while autopanning.
12 years ago
Dick Hollenbeck
142782b402
remove wxApp()::FindLibraryPath() usages from Pcbnew. Use environment variable substitution.
12 years ago
Dick Hollenbeck
33e26b278d
KIWAY in progress...
12 years ago
Dick Hollenbeck
4f26386e8d
Initial KIWAY (modular-kicad) work. Various tweeks.
12 years ago
Maciej Suminski
3f5c3d4349
Minor changes (fix cvpcb build issue, wx2.8 compatibility, some other stuff).
12 years ago
Dick Hollenbeck
741bfb685b
Another attempt at wxFrame::SaveSettings() standard infrastructure.
12 years ago
jean-pierre charras
8afe2dfbce
Eeschema: Fix bug #1271155 relative to Grid selection in Eeschema.
12 years ago
Maciej Suminski
a73e386505
Added a new tool event: TA_UNDO_REDO, sent after undo/redo operation is issued.
12 years ago
jean-pierre charras
ce6b907fe3
Add specific bitmaps in export IDF and export DSN menus.
Add missing calls to Show( false ) to some main frames (Kicad, eeschema, gerbview), to force config saving when closing these windows.
Code cleanup and minor coding style fixes in footprint_wizard_frame
12 years ago
Dick Hollenbeck
c63fa6ff31
Add EDA_BASE_FRAME::Show() and call SaveSettings() only from there for all derived wxFrames. Remove calls to SaveSettings() elsewhere.
12 years ago
Maciej Suminski
a10d918cac
Thread-safe version of Delaunay triangulation.
12 years ago
jean-pierre charras
3354bdde05
Pcbnew: fix bug #1272714 . Code cleanup: use 2 different enums for pad shapes and pad drill shapes. Remove never used pad shape.
12 years ago
jean-pierre charras
f7ca6e4bf9
add patch from Cirilo Bernardo, and minor fixes.
12 years ago
Dick Hollenbeck
d11d92504a
tugs and bugs
12 years ago
Dick Hollenbeck
8dc7189653
Add EDA_APP::setLanguageId() accessor and fix FindwxWidgets.cmake for windows cross on linux.
12 years ago
maciej.
76aa0ba756
Fix compile errors when wx3.x is built with --enable-stl
12 years ago
Dick Hollenbeck
a3211b2b9e
disable deprecation warnings in Debug build, change message in fp_lib_table.cpp
12 years ago
jean-pierre charras
5954910913
Fix some issues in modview, relative to some a bad use of some wxAuiManager functions.
12 years ago
jean-pierre charras
f0412874c0
Update demo files. A minor code cleaning.
12 years ago
Dick Hollenbeck
a8bc07c832
Add KICAD_REPO_NAME to the about dialog and build_version.cpp
12 years ago
Maciej Sumiński
c1e68436f1
Remove assembly language files, and make building Boost optional.
https://lists.launchpad.net/kicad-developers/msg11965.html
12 years ago
Dick Hollenbeck
1c0f034bca
Make KiCad compile with minimal warnings against SVN HEAD of wxWidgets as of today.
12 years ago
Maciej Suminski
bc71a2c007
Removed TOOL_STATE.idle field, as it was redundant.
12 years ago
Dick Hollenbeck
dbb72d161e
fix some compiler warnings
12 years ago
Dick Hollenbeck
cbcf666470
force switch to boost::context, add --force option to bzr clean-tree
12 years ago
Dick Hollenbeck
c264823731
8 bit string relief via class UTF8
12 years ago
Marco Serantoni
54fe3eeeee
[MacOSX] Reorganize OSX Library PATH, first the USER's one then the SYSTEM's one
12 years ago
Dick Hollenbeck
52d3535160
minor tidying
12 years ago
Dick Hollenbeck
f9ab5d2c61
Add -fvisibility options to significantly reduce binary sizes.
Switch to boost::context for all platforms, almost.
Please try your platform by commenting out fcontext.s in common/CMakeLists.txt.
12 years ago
jean-pierre charras
612e2ddb4a
fix bugs 1264240, 1264247, 1264239, 1264233 (clang report errors)
12 years ago
jean-pierre charras
a455ab4a90
Fix bugs 1264236, 1264238, 1264254
12 years ago
jean-pierre charras
46e82e4e18
Move HitTestForCorner and HitTestForEdge code from class_zone to polygon/PolyLine.cpp, to avoid redundant code.
Fix bug 1264248.
Fix a very minor issue in RemoveTrailingZeros, for countries where the separator in floating numbers is a comma.
12 years ago
jean-pierre charras
f9cc325bd8
Pcbnew, 3D viewer: fix incorrect position of multiline texts.
12 years ago
Dick Hollenbeck
517ca83fbc
Hide m_galCanvas and m_galCanvasActive behind accessors. Fix DLIST concatonation API corner case.
12 years ago
Baranovskiy Konstantin
065966291c
Fix worksheet multiple line text plotting bug. (fixes lp:1261906)
12 years ago
Marco Serantoni
d6292053f3
[MacOSX] Fixing Zone visualization and removing not working code
12 years ago
Maciej Suminski
3dc9f295a4
Fixed cursor force position option.
12 years ago
jean-pierre charras
50f6186ebc
Dxf export: fix an issue in exported arcs. Update libdfx.
Pcbnew:, libedit, Save lib as...: the new .pretty lib format is the default, instead of legacy .mod format. The legacy format is still selectable in the file selection dialog.
12 years ago
Baranovskiy Konstantin
de65a7a1da
Fix border and title block line thickness plotting bug. (fixes lp:1261899)
12 years ago
Maciej Suminski
32065b339a
Added const modifiers where applicable (PICKED_ITEMS_LIST).
Added PICKED_ITEMS_LIST::FindItem().
12 years ago
Maciej Suminski
4a0407fb69
Removed some debug logs.
12 years ago
Wayne Stambaugh
ca11fcb5c9
Pcbnew: change general properties dialog rotation angle to text edit control.
12 years ago
Maciej Suminski
60e3b01ace
Fixed drawing of rotated texts that are not horizontally center aligned.
12 years ago
Povilas Kanapickas
7f12513c7e
Remove some uses of using namespace std.
12 years ago
Dick Hollenbeck
7ba078b620
remove USE_FP_LIB_TABLE code, make it the norm. Add lazy loading support to FOOTPRINT_INFO.
12 years ago
Dick Hollenbeck
ed42092464
Add strtok_r.c
12 years ago
Dick Hollenbeck
e842d711c6
FIX: make LEGACY_PLUGIN re-entrant. extern "C" strtok_r() put conditionally into libcommon.
12 years ago