47 Commits (1d5df8e9750bcc8b795c0ebf4641f8aada34d903)

Author SHA1 Message Date
Maciej Suminski 835fc22892 wxWidgets/GTK3 compatibility fixes for eeschema 8 years ago
jean-pierre charras d0754acf00 Fix code after renaming files 8 years ago
Jeff Young 959767c09f Don't warp mouse when context menu was cancelled. 8 years ago
Seth Hillbrand 6f3e55d344 wx: Add double-click handling in disambiguation cases 8 years ago
Seth Hillbrand ee56e21f81 Fix touchpad scrolling with mousewheelPan 8 years ago
Julius Schmidt 9df938484a support "disable autopan" with gal canvas 8 years ago
Wayne Stambaugh cb764d73c5 Minor trace logging improvements. 8 years ago
John Beard b8edecc10f Move cursor shape flag into GAL settings 9 years ago
Jon Evans f9bc5914b3 Wrong type of arguments in wxPen constructor 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
Baranovskiy Konstantin 3dc2050498 Improved MousewheelPAN mode. 9 years ago
jean-pierre charras 498c8ce61d Fix issue: When left-clicking on the "window frame" (blue top area on Windows) (Any editor), the window jumps to bottom half of the screen, if a context menu is currently opened (could be Windows specific) 9 years ago
jean-pierre charras 7fd30e6dc0 Fix a (minor) issue in Kicad manager: when the schematic editor or the board editor are run from the project tree frame to edit files of the current project, editors are opened on the background. 10 years ago
Chris Pavlina 9eef653625 Remove legacy option to zoom to selection on middle mouse button 10 years ago
jean-pierre charras cdf2b6950e Legacy mode: Pan with mouse middle button fix an unwanted displacement of the drawings (half width of scroll bars) when starting the pan (due to a parameter (new reference position of scroll bars in IU) which was stored with an incorrect value) 10 years ago
Chris Pavlina 8c01318141 Add zoom-to-selection tool 10 years ago
Chris Pavlina 0f407a756c Pull existing settings into Doxygen module 10 years ago
Chris Pavlina bb9f1b00cd Fix graphics rendering on RTL systems (lp:1559545) 10 years ago
Bernhard Stegmaier 59f6a720f0 Fix touchpad scrolling on OSX. 10 years ago
Bernhard Stegmaier f8abe9c191 Add support for optional touchpad panning. 10 years ago
Bernhard Stegmaier 3e2b4244f9 OSX: add support for wxMagnifyEvent on OSX builds using wxWidgets 3.1.0 or greater. 10 years ago
Bernhard Stegmaier 8c78bd5fd8 OSX: legacy canvas rendering speed improvements. 10 years ago
jean-pierre charras c4ea4dc0df Fix some warnings (looking like potential bugs) detected by cppcheck, (a few from a patch from Julien Nabet <serval2412@yahoo.fr>), remove not used vars and a few coding style fixes. 10 years ago
jean-pierre charras 19e06f13fc Commit change which was missing in commit 6332 ( Pcbnew: auxiliary axis shape: use the same look as GAL, to be consistent with GAL.) 10 years ago
jean-pierre charras da9f68911c Autosize row label column in wxGrid in pcb_calculator and design rules dialog. 10 years ago
jean-pierre charras ade51289a7 All: use solid lines instead of dashed lines to draw X and Y axis in legacy canvas (like in Gal canvas). The main reason: on OSX axis using dashed lines are very very slow to draw (looks like a wxWidget issue when the wxDC scale factor is very small) 10 years ago
Maciej Suminski 51a6d389fb Fix jumping when block-moving items for certain window managers. 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 49d8b90e0b Fix middle mouse panning bug and cross-hair drawing bug. (fixes lp:1462067). 10 years ago
Maciej Suminski 36d3d9f78e Cursor warps to the drag origin (GAL). 11 years ago
Jon Neal fdf5b821f0 Add centering cursor on zoom to GAL. 11 years ago
Garth Corral 6eaf029a0e Pinch to zoom for OS X. 11 years ago
jean-pierre charras d41bc31c49 Fix bug #1447905 (very minor bug, in fact). Fix a few minor coding style issues. 11 years ago
Maciej Suminski 4ad4898254 Fixed jumping cursor when closing pad properties window (GAL footprint editor). 11 years ago
Blair Bonnett 2101324691 Fix wxGTK scrollbar assertion in Pcbnew layer setup dialog. 11 years ago
jean-pierre charras 9cfb97d8b4 Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 11 years ago
jean-pierre charras 6deb3823d7 Aesthetic enhancements ( use few svg icons from Konstantin Baranowskiy). 11 years ago
Garth Corral efafe11f1d - Fixed and issue where Cmd+Shift-modifed (off-center) mousewheel zoom direction was 11 years ago
Garth Corral 4b9db692fb - Changed mousewheel handling to pan more smoothly rather than in larger 11 years ago
Garth Corral 6c137ac79c Added support for wxWidgets magnify events from the Magic Trackpad on OS X 11 years ago
Wayne Stambaugh 99f30c9d38 Road map and Doxygen work. 11 years ago
Wayne Stambaugh ec9cd765bc Fix default menu alt key accelerator bug. (fixes lp:1035151) 11 years ago
jean-pierre charras 2196ed21c9 Apply a workaround to fix a wxWidgets bug in versions 3.0.x relative to mouse wheel event (Windows specific). 12 years ago
jean-pierre charras 96b6e1a5cb Make dialog pns properties resizable. DXF import: add very basic polyline import. 12 years ago
jean-pierre charras 4cd4990bc2 Fix compil issue with KICAD_SCRIPTING_WXPYTHON option ON. 12 years ago
jean-pierre charras 7c99a242cf Remove 2 global variables: g_DrawBgColor and g_ShowPageLimits. 12 years ago
Lorenzo Marcantonio 342016b692 Constification of HitTest and GetParent 12 years ago
Lorenzo Marcantonio 85c5aa22c6 Constification of HitTest and GetParent 12 years ago
Maciej Suminski ba275918e3 Renamed [class_]drawpanel_gal.[cpp|h] to [class_]draw_panel_gal.[cpp|h] to follow current naming scheme. 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago