Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify NewNativeObj(), since its last parameter is always -1. | jan.nijtmans | 2019-09-16 | 1 | -2/+2 |
| | | | | Change Tcl_StringMatch() calls to Tcl_StringCaseMatch() A few end-of-line unnecessary spacings. | ||||
* | Fix [2834776fff]: ttk::spinbox spins up/down when disabled | fvogel | 2019-09-08 | 1 | -0/+2 |
| | |||||
* | Remove dummy procedures for testing | Kevin Walzer | 2019-09-01 | 1 | -25/+0 |
| | |||||
* | Complete cleanup of Apple Event processing after recent updates to window ↵ | Kevin Walzer | 2019-09-01 | 1 | -1/+2 |
| | | | | display on app startup | ||||
* | More refinements | Kevin Walzer | 2019-09-01 | 1 | -5/+16 |
| | |||||
* | Clean up Apple Event processing after recent changes in window mapping on Mojave | Kevin Walzer | 2019-09-01 | 1 | -0/+24 |
| | |||||
* | Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] ↵ | fvogel | 2019-08-21 | 1 | -9/+8 |
|\ | | | | | | | does not move the cursor to 1.0 | ||||
| * | Reset ::tk::Priv(textPosOrig) when hitting the start or end of displayed ↵ | fvogel | 2019-05-11 | 1 | -0/+4 |
| | | | | | | | | text, so that when moving back the cursor does not jump in the middle of the line. | ||||
| * | Remove the guard code in proc ::tk::TextUpDownLine in order to get the ↵ | fvogel | 2019-04-14 | 1 | -9/+4 |
| | | | | | | | | behavior requested in [c8ccd1899c] | ||||
| * | Ticket [c8ccd1899c]. Make the guard code in proc ::tk::TextUpDownLine work ↵ | fvogel | 2019-04-14 | 1 | -1/+1 |
| | | | | | | | | as intended when moving the cursor downwards. Also, fix the bug in the index returned by the displayline modifier: the first displayed index shall be returned when the index calculated by the displayline modifier would be before the start of the displayed text. | ||||
* | | Test fix for 0e6930dfe7 | Kevin Walzer | 2019-08-19 | 1 | -2/+3 |
| | | |||||
* | | Refactor all MouseWheel bindings, doing it the same way everywhere. So ↵ | jan.nijtmans | 2019-08-18 | 6 | -74/+119 |
|\ \ | | | | | | | | | | <MouseWheel> bindings are there on all platforms. Also add bindings for vertical scrolling for iconlist, as suggested by Max Augsburg. | ||||
| * | | Refactor all MouseWheel bindings, doing it the same way everywhere. So ↵ | jan.nijtmans | 2019-08-16 | 6 | -74/+119 |
| | | | | | | | | | | | | | | | | | | <MouseWheel> bindings are there on all platforms, (Button-4|5) only on X11. Also add bindings for vertical scrolling for iconlist, as suggested by Max Augsburg. (still to be tested on X11 and MacOS) | ||||
* | | | Fix appearance anomalies with -default active buttons in aqua. | culler | 2019-08-18 | 1 | -1/+5 |
|\ \ \ | |||||
| * | | | Fix [d6a12763e6] and [a9b78a8718]: buttons with -default active have incorrect | culler | 2019-08-16 | 1 | -1/+5 |
| |/ / | | | | | | | appearance. | ||||
* | | | Apply patch from Christopher Chavez to make the horizontal paned window demo | culler | 2019-08-16 | 1 | -2/+2 |
|/ / | | | | | legible when run in dark mode. | ||||
* | | Fix some dark mode legibility issues with dialogs and message boxes on macOS. | culler | 2019-08-14 | 3 | -9/+2 |
| | | | | | | Thanks to Christopher Chavez. | ||||
* | | Merge 8.5 | jan.nijtmans | 2019-07-31 | 1 | -1/+1 |
|\ \ | |||||
* | | | Make the twind demo buttons look OK when the background changes in Aqua. | culler | 2019-07-13 | 1 | -4/+15 |
| | | | |||||
* | | | fix [4566e2b83d]: Aqua toplevels and Tk frames use the wrong background color | culler | 2019-07-12 | 1 | -14/+27 |
| | | | |||||
* | | | Fix [e6d58de4b6]: ctext.tcl: remove duplicate word | fvogel | 2019-07-07 | 1 | -1/+1 |
| | | | |||||
* | | | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
| | | | |||||
* | | | Fix merge conflict in tk.tcl from services branch merge | Kevin Walzer | 2019-06-16 | 1 | -2/+1 |
| | | | |||||
* | | | TIP 536: Improvements to Mac-specific IPC | dkf | 2019-06-15 | 4 | -1/+40 |
|\ \ \ | |||||
| * | | | Add documentation on testing Mac services to README; remove obsolete detail ↵ | Kevin Walzer | 2019-05-20 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | from README; remove stub procedure for ::tk::mac::PerformService now that we have verified it works, to be consistent with other Mac-spdecific procedures such as ::tk::mac::OpenDocument | ||||
| * | | | Merge in core-8-6-branch | Kevin Walzer | 2019-05-12 | 12 | -109/+213 |
| |\ \ \ | |||||
| * | | | | Remove unnecessary call to Button1-Release in text widget | Kevin Walzer | 2019-05-01 | 1 | -3/+0 |
| | | | | | |||||
| * | | | | Automatically bind text, entry, ttk::entry widgets to Services API at widget ↵ | Kevin Walzer | 2019-04-30 | 3 | -50/+23 |
| | | | | | | | | | | | | | | | | | | | | creation/mapping; re-work data mechanism to use selection rather than clipboard API, thanks to Marc Culler for that insight | ||||
| * | | | | Tweak text widget bindings to fire Services menu more consistently; ↵ | Kevin Walzer | 2019-04-24 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | formatting cleanup; thanks to Marc Culler for user feedback and patch for formatting | ||||
| * | | | | Cleanup of library code, removal of unneeded function | Kevin Walzer | 2019-02-27 | 1 | -10/+0 |
| | | | | | |||||
| * | | | | Update mac_services branch, intend to submit a TIP | Kevin Walzer | 2019-02-27 | 4 | -0/+87 |
| |\ \ \ \ | |||||
| | * | | | | Implementation and documentation complete, now ready to be submitted as TIP | Kevin Walzer | 2018-03-08 | 3 | -5/+8 |
| | | | | | | |||||
| | * | | | | Flesh out implementation | Kevin Walzer | 2018-03-07 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Flesh out implementation | Kevin Walzer | 2018-03-07 | 4 | -3/+29 |
| | | | | | | |||||
| | * | | | | Implement script level bindings | Kevin Walzer | 2018-03-07 | 3 | -0/+46 |
| | | | | | | |||||
* | | | | | | Use single-argument "expr" as much as possible. Not complete yet, but most ↵ | jan.nijtmans | 2019-06-05 | 2 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | trivial places are done. | ||||
* | | | | | | Fix [ce470f20fd]: ttk::treeview has column dragging issues | fvogel | 2019-05-26 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Revert [d70ef6ed] and [fa9b6483]. ttk::treeview again allows dragging the ↵ | fvogel | 2019-05-04 | 1 | -21/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | right edge of the rightmost heading, which is not special in any respect. | ||||
| * | | | | | ttk::treeview: when there is at least one stretchable column then there ↵ | fvogel | 2019-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | should be no slack at the right (slack should be distributed among the stretchable columns) | ||||
| * | | | | | Fix indentation | fvogel | 2019-04-11 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix [ce470f20fd]: ttk::treeview allows dragging the right edge of the ↵ | fvogel | 2019-04-11 | 1 | -2/+21 |
| | |_|_|/ | |/| | | | | | | | | | | | | | rightmost heading | ||||
* | | | | | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fix [51b4b18394]: mac os x: combobox.tcl has old scrollbar for its listbox | fvogel | 2019-05-08 | 1 | -15/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fix [51b4b18394]: mac os x: combobox.tcl has old scrollbar for its listbox | fvogel | 2019-05-01 | 1 | -15/+1 |
| | | | | | | |||||
* | | | | | | Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview ↵ | fvogel | 2019-05-08 | 1 | -1/+0 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | commands) is incorrect until idle tasks are run | ||||
| * | | | | | Fix [2513186fff] and [f9343d8f72]: ttk::entry xview sub-command forces use ↵ | fvogel | 2019-04-22 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | of update idletasks. Thanks to cjmcdonald. | ||||
* | | | | | | Fix [6286fda787]: unix: checkbutton -selectcolor not restored properly when ↵ | fvogel | 2019-04-28 | 1 | -3/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | changed in -command. Patch by ralfixx | ||||
| * | | | | | | Fix [6286fda787]: unix: checkbutton -selectcolor not restored properly when ↵ | fvogel | 2019-04-19 | 1 | -3/+7 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | changed in -command. Patch by ralfixx | ||||
* | | | | | | Fix [9286526144]: adjust position of ttk::menubutton menus and streamline code. | culler | 2019-04-24 | 2 | -42/+107 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Adjust for the new ttk widgets. | culler | 2019-04-12 | 1 | -8/+14 |
| | | | | | |