76 Commits (fcd2da354d07d2246837acc1fc68f7ca9fcccc22)

Author SHA1 Message Date
Jeff Young b0663d84cb ADDED: Paste tabular contents to parent table. 3 months ago
Jeff Young 68109fc0a9 Don't try to write to non-editable combobox (KICAD-6JS). 4 months ago
Jeff Young 4f83674b62 Only add row separator between rows. 7 months ago
Jeff Young 846ffa5659 Remove duplicate handling for grid checkboxes. 7 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Jeff Young 40115a298b Support double-click for editing job settings. 10 months ago
Jeff Young b36f67853c Moved jobs to a more direct-editing paradigm. 10 months ago
JamesJCode 936e0a590c Don't enable GRID_TRICKS paste menu item if grid is not editable 11 months ago
Dhineshkumar S 07f96b83b7 Fix copy-paste issue for grids with checkboxes 1 year ago
JamesJCode 816af9562b Fix missed rows when pasting to WX_GRID on macOS 1 year ago
Jeff Young f3ce3bc758 Close active cell editor when showing/hiding columns. 2 years ago
Jeff Young 85d0126187 Auto-start text entry for Scintilla grid cells. 2 years ago
Jeff Young 95cfddf3a6 Fix some issues with hotkey paste in WX_GRIDs. 2 years ago
Mike Williams d150803dee Grid Tricks: entering editor needs to set selection to edited cell 2 years ago
Jeff Young f9fd37c4ca Correctly handle hidden columns when pasting into grids. 2 years ago
Jeff Young 5b56cb6bdb Don't let add-row processing intercept OK processing. 3 years ago
Jeff Young 86ca90aa2d Fixes to allow copy/paste of pin data. 3 years ago
Lucas Dumont 923f386f08 Dont' create new cell if editing one 3 years ago
Jeff Young a914f6e992 First <ESC> after an edit in a textEdit cancels the edit. 3 years ago
Mike Williams 4ac0d71ad4 Grid Tricks: don't override paste into actively editing cell 3 years ago
Mike Williams b32ba16da4 UI: Add Numpad Enter as "Return" equivalent in missing places 3 years ago
Jeff Young f41f04b301 Hook up AddField handler to GRID_TRICKS for SCH dialogs. 3 years ago
Jeff Young ee956673b1 Respect readOnly cells in GRID_TRICKS. 3 years ago
Jeff Young 2a5bb71fbd ADDED operating point text variables for labels and symbols. 3 years ago
Marek Roszko 0ff32d20cd wxS more things 3 years ago
Jeff Young f179754118 Implement add-new-on-return for some of our grids. 3 years ago
Jon Evans 90996d0698 Don't toggle checkboxes selected rows if only one row is selected 3 years ago
Jon Evans ba3e31bd09 GRID_TRICKS: Allow toggling checkboxes in a set of selected rows 3 years ago
Jeff Young 6f49b57f9b Cleanup & performance enhancements. 3 years ago
Jeff Young 643fa65fc2 Don't allow cut or paste into read-only grids. 4 years ago
Jeff Young c27ec5cae1 Don't paste into hidden columns. 4 years ago
dana 8373180cbb Handle Unicode clipboard data in pcbnew and symbol editor 4 years ago
Jeff Young 9de62d1dd4 Promote to cell selection for spreadsheet-style paste. 4 years ago
Jeff Young 1fbb7f17c7 Don't copy (or cut) hidden columns. 4 years ago
Ian McInerney baf6798695 Check for column existence before checking for tooltip enabled 4 years ago
Ian McInerney 36d66085f5 Add a column showing 3D model file loading errors 4 years ago
Wayne Stambaugh bcd6bddfd4 Start expunging NULL. 4 years ago
Roberto Fernandez Bautista ae009e0758 Ensure clipboard data is available after KiCad closes 5 years ago
Jonathan Haas 55679be2e3 Fix some typos across the codebase 5 years ago
Jeff Young fcf6511f0c Implement Delete in grid tricks. 5 years ago
Roberto Fernandez Bautista 9aedeae5c3 Don't log error messages when using the clipboard 5 years ago
Ian McInerney 3d47eb0d49 Fix localization of the menu strings with accelerator strings 5 years ago
jean-pierre charras 36bc44e6d7 more cleanup about removing useless include 5 years ago
Jeff Young ff3d5f0de6 Generate grid event when pasting into cell. 5 years ago
Jeff Young e9da02e2d5 Only reserve hotkeys for focused textCtrls that are editabled. 5 years ago
Seth Hillbrand 05a89863c5 GRID_TRICKS: Ensure destinations can take value 5 years ago
Ian McInerney 36de20a0a7 Allow space to toggle all selected entries in a grid 6 years ago
jean-pierre charras 8621a1cf3a Fix a wxWidgets alert (on wxWidgets 3.1.3) 6 years ago
Konstantin Baranovskiy e57c13c2bd Grid Control: Cells selecting fix. 6 years ago
Jeff Young a33d67f6b4 Push shift/cmd+<enter> processing down into dialog shim. 6 years ago