76 Commits (fcd2da354d07d2246837acc1fc68f7ca9fcccc22)

Author SHA1 Message Date
Jeff Young cda3a82c66 Implement our own navigation out of a grid. 6 years ago
Jeff Young f8776f72ac Drop cell editor when selecting column. 7 years ago
Seth Hillbrand a7f3462637 Fix compile issue on Linux 7 years ago
Jeff Young 49aa2503a0 Use recent wxWidgets headers (which are backward-compatible). 7 years ago
Jeff Young 69f003ba4a Remove previous cell selection fixes in favour of slow-click hack. 7 years ago
Seth Hillbrand 13249b723b Handle excessive resize requests 7 years ago
jean-pierre charras d93b694327 Fix a compil warning 7 years ago
Baranovskiy Konstantin 3526c9a37a Grid tricks: paste to selection. 7 years ago
Baranovskiy Konstantin 3c2bf5b3bd Grid tricks: paste without grid expanding. 7 years ago
Baranovskiy Konstantin 8400ee41c0 Grid tricks: cell selection fixes. 7 years ago
Jeff Young 23726116ee Revert code that got accidentally committed. 7 years ago
Jeff Young 806b1fc63d Fix bugs to enable read-only grid cells to be copied. 7 years ago
jean-pierre charras 23ec0cda31 Fix use of a deprecated wxGrid function. 7 years ago
Jeff Young 45bc1b1aff Add single-click editing to grid cells. (Experimental.) 7 years ago
Jeff Young 3e062867de Move all the grid workarounds into our own WX_GRID class. 8 years ago
Jeff Young 7be85deb32 GRID_TRICKS improvements. 8 years ago
Jeff Young 97fffe875f Notify clients when GRID_TRICKS toggles checkboxes. 8 years ago
jean-pierre charras 6940f92469 Fix compil issue and warning on Windows/msys2 8 years ago
Jeff Young 5957bc7dba Make sure checkboxes refresh on Linux. 8 years ago
Jeff Young a0364a1137 Don't make user click twice to toggle checkbox in wxGrid. 8 years ago
Simon Richter 96ec9db5d6 Add missing C++ stdlib headers 10 years ago
jean-pierre charras 8d6e75fce6 Fix 2 coverity warnings, and cleanup a old code in dialog_color_config. 11 years ago
jean-pierre charras f0a52644ea Pcbnew: fix Bug #1413701 (Segfault on highlight "unconnected" net 0 in Pcbnew ). Also, remove now useless code and other very minor fixes. 11 years ago
Dick Hollenbeck abfeab02d7 FIX: wx 2.8 convert to UTF8 differently than 2.9 caused problems in DIALOG_FP_PLUGIN_OPTIONS. 12 years ago
Dick Hollenbeck 1731e89508 *) Factor out Cut, Copy, and Paste for wxGrid into class common/GRID_TRICKS. 12 years ago