Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [5da1d76e01]: X11: add default bindings for non-emulated horizontal ↵ | jan.nijtmans | 2019-08-22 | 1 | -0/+8 |
|\ | | | | | | | scrolling to Tk 8.6 | ||||
| * | Improve implementation in tkEvent.c. | jan.nijtmans | 2019-08-21 | 2 | -12/+12 |
| |\ | | | | | | | Merge 8.6 | ||||
| * | | Much simpler (still Experimental) implementation of RFE-5da1d76e01. Just ↵ | jan.nijtmans | 2019-08-19 | 1 | -1/+10 |
| | | | | | | | | | | | | translate 6/7 to Shift-4/5 | ||||
* | | | Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] ↵ | fvogel | 2019-08-21 | 1 | -2/+17 |
|\ \ \ | |_|/ |/| | | | | | does not move the cursor to 1.0 | ||||
| * | | Revert irrelevant blank changes | fvogel | 2019-05-11 | 1 | -1/+1 |
| | | | |||||
| * | | Document what's happening with this bugfix and optimize (exit the while loop ↵ | fvogel | 2019-04-19 | 1 | -0/+8 |
| | | | | | | | | | | | | early). | ||||
| * | | Ticket [c8ccd1899c]. Make the guard code in proc ::tk::TextUpDownLine work ↵ | fvogel | 2019-04-14 | 1 | -3/+10 |
| | | | | | | | | | | | | 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. | ||||
* | | | In X11-R6 _XLIB_H changed to _X11_XLIB_H_, so adapt for that | jan.nijtmans | 2019-08-21 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | In X11-R6 _XLIB_H changed to _X11_XLIB_H_, so adapt for that. | jan.nijtmans | 2019-08-21 | 1 | -2/+3 |
| | | | | | | | | | | | | Also include <stddef.h> in more compilers we know of (same as in tclInt.h). | ||||
| * | | | Remove use of/documentation regarding deprecated symbols/macro's, which ↵ | jan.nijtmans | 2019-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | moved to Tcl headers long ago. | ||||
* | | | | Make sure that <stddef.h> is included before defining Tk_Offset(), even on ↵ | jan.nijtmans | 2019-08-21 | 1 | -1/+2 |
| |_|/ |/| | | | | | | | | systems which don't define __STDC__ (e.g. MSVC 6.0) | ||||
* | | | Fix more X11 function signatures in MacOSX port | jan.nijtmans | 2019-08-19 | 2 | -72/+72 |
| | | | |||||
* | | | Fix signatures of many X11 functions on MacOSX: They have an "int" return ↵ | jan.nijtmans | 2019-08-18 | 2 | -24/+24 |
| | | | | | | | | | | | | value, not "void", which allows to check for errors. | ||||
* | | | A few more places where "unsigned long" should have been used. | jan.nijtmans | 2019-08-13 | 3 | -3/+3 |
| | | | |||||
* | | | Use "unsigned long" as type for "mask" variables containing X11 button-masks ↵ | jan.nijtmans | 2019-08-13 | 5 | -6/+6 |
| | | | | | | | | | | | | consistantly. Code cleanup. | ||||
* | | | Tweak display of spinboxes on macOS; thanks to Christopher Chavez for patch | Kevin Walzer | 2019-08-09 | 1 | -14/+10 |
| | | | |||||
* | | | Two times Tcl_Free() -> ckfree() | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
| | | | |||||
* | | | Fix a typo in the code that sets the size of the ring buffer | culler | 2019-07-23 | 1 | -1/+1 |
| | | | |||||
* | | | New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be ↵ | jan.nijtmans | 2019-07-23 | 6 | -100/+34 |
| | | | | | | | | | | | | re-used in various places in stead of separate functions. | ||||
* | | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 8 | -11/+11 |
| | | | |||||
* | | | Don't use "struct ThreadSpecificData", while the type name ↵ | jan.nijtmans | 2019-07-02 | 16 | -16/+16 |
| | | | | | | | | | | | | "ThreadSpecificData" is already sufficient. | ||||
* | | | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 8 | -18/+18 |
| | | | |||||
* | | | Tk_DoOneEvent -> Tcl_DoOneEvent, since the Tk variant is deprecated. See: ↵ | jan.nijtmans | 2019-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | [505fe5a0e2] | ||||
* | | | Define offsetof() macro for (very rare) platforms which don't have it. Don't ↵ | jan.nijtmans | 2019-06-15 | 1 | -3/+3 |
|\ \ \ | |/ / | | | | | | | punish developers for using offsetof() in extensions, forgetting that ... | ||||
| * | | Define offsetof() macro for (very rare) platforms which don't have it. Don't ↵ | jan.nijtmans | 2019-06-15 | 1 | -3/+3 |
| | | | | | | | | | | | | punish developers for using offsetof() in extensions, forgetting that ... | ||||
* | | | Change the fix (see details in ticket [75b8fbfd77]) | fvogel | 2019-06-09 | 1 | -1/+1 |
| | | | |||||
* | | | Fix [75b8fbfd77]: Segfault with [event generate] sequence outside grabbed window | fvogel | 2019-06-09 | 1 | -2/+3 |
| | | | |||||
* | | | Reduce the number of unnecessary end-of-line spacings | jan.nijtmans | 2019-06-05 | 1 | -1/+1 |
| | | | |||||
* | | | Fix [ce470f20fd]: ttk::treeview has column dragging issues | fvogel | 2019-05-26 | 1 | -9/+39 |
|\ \ \ | |||||
| * | | | Fix bug when dragging a column separator: when columns at the right of the ↵ | fvogel | 2019-05-09 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | separator are not stretchable, use their width instead of their minwidth to compute the maximum x drag position. This prevents the user from resizing columns such that the treeview would no longer fit in its allotted width. | ||||
| * | | | Remove ASSERT: SLACKINVARIANT comments | fvogel | 2019-05-08 | 1 | -6/+0 |
| | | | | |||||
| * | | | When changing the -stretch value for a column, columns size must be ↵ | fvogel | 2019-05-08 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | recomputed before the treeview is redisplayed (at idle time) | ||||
| * | | | ttk::treeview: when there is at least one stretchable column then there ↵ | fvogel | 2019-05-04 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | should be no slack at the right (slack should be distributed among the stretchable columns) | ||||
| * | | | Fix another issue reported in [ce470f20fd]: dragging of separators shall not ↵ | fvogel | 2019-04-13 | 1 | -3/+17 |
| | |/ | |/| | | | | | | | be allowed to escape out of the treeview area. | ||||
* | | | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item delete | fvogel | 2019-05-26 | 1 | -1/+7 |
|\ \ \ | |||||
| * | | | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item delete | fvogel | 2019-05-14 | 1 | -1/+7 |
| | | | | |||||
* | | | | Merge implementation of TIP #541 following positive vote by the TCT. | fvogel | 2019-05-26 | 1 | -9/+46 |
|\ \ \ \ | |||||
| * | | | | Fix [2858503fff]: 'end' index for ttk::combobox current | fvogel | 2019-05-03 | 1 | -9/+46 |
| | |/ / | |/| | | |||||
* | | | | On OSX 10.13 and earlier a different strategy is needed. | culler | 2019-05-21 | 1 | -3/+3 |
| | | | | |||||
* | | | | Rework image testing to better deal with Aqua | culler | 2019-05-21 | 1 | -18/+28 |
| | | | | |||||
* | | | | In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in ↵ | culler | 2019-05-20 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | tkTest.c. | ||||
* | | | | Migrate away from TCL_INTERP_DESTROYED (TIP 543). | dgp | 2019-05-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl ↵ | jan.nijtmans | 2019-05-17 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | 9.0). One None -> NULL change which was still missing. Backported from trunk. | ||||
* | | | | Revised bug fix for [5d991b822e]. | dgp | 2019-05-15 | 8 | -136/+189 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Tests and fix for similar issues in [menu]. | dgp | 2019-05-15 | 2 | -8/+25 |
| | | | | |||||
| * | | | Tests and fix for [scale ... -variable]. | dgp | 2019-05-15 | 1 | -1/+22 |
| | | | | |||||
| * | | | Tests and fix for [message ... -textvariable]. | dgp | 2019-05-15 | 1 | -1/+21 |
| | | | | |||||
| * | | | Tests and fix for [menubutton ... -textvariable]. | dgp | 2019-05-15 | 1 | -1/+21 |
| | | | | |||||
| * | | | Fix for the failing/crashing listbox tests. | dgp | 2019-05-15 | 1 | -1/+22 |
| | | | | |||||
| * | | | Similar tests and fix for [entry .... -textvariable] | dgp | 2019-05-12 | 1 | -2/+22 |
| | | | |