| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix MouseWheel bindings for listbox and scrollbar: This fixes test-failures o... | jan.nijtmans | 2019-07-26 | 1 | -1/+1 |
|
|
* | Experiment: Handle scaling fractors for the ScrollWheel sensibly. Trying "40"... | jan.nijtmans | 2019-07-25 | 1 | -2/+15 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2019-07-23 | 1 | -0/+11 |
| |\ |
|
| | * | New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r... | jan.nijtmans | 2019-07-23 | 1 | -0/+11 |
|
|
* | | | Code simplification: Don't bother keeping track of the Button[n]Mask's for Bu... | jan.nijtmans | 2019-07-24 | 1 | -20/+6 |
|
|
* | | | Fix [38dc27bd1d]: Tk does not support <Button-6> nor <Button-7> events. Now h... | jan.nijtmans | 2019-07-23 | 1 | -0/+37 |
|/ / |
|
* | | Handle SVG string > 2G, when compiled with Tcl 9 headers. Make TCL_INDEX_NONE... | jan.nijtmans | 2019-06-20 | 1 | -0/+4 |
|
|
* | | Add double buffering to frames and toplevels.
| dkf | 2019-05-17 | 1 | -0/+3 |
|
|
* | | Implement TIPs 482 and 483 | dkf | 2019-04-14 | 1 | -0/+2 |
|\ \ |
|
| * \ | Merge trunk. | stu | 2018-07-03 | 1 | -0/+1 |
| |\ \ |
|
| * \ \ | Merge trunk. | stu | 2017-11-07 | 1 | -0/+1 |
| |\ \ \ |
|
| * | | | | Bring more TIP #59 to Tk.<br>
| stu | 2017-05-20 | 1 | -0/+2 |
|
|
* | | | | | Implement TIP 507 | dkf | 2019-04-14 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * \ \ \ \ | merge trunk | fvogel | 2018-08-19 | 1 | -7/+22 |
| |\ \ \ \ \ |
|
| * | | | | | | Implementation of TIP #507: Include simple svg support with nanosvg. Files as... | fvogel | 2018-05-15 | 1 | -0/+1 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Implement TIP 164 | dkf | 2019-04-14 | 1 | -0/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | Document. Factor out basic rotation function. | dkf | 2019-03-13 | 1 | -0/+3 |
|
|
* | | | | | | | Merge 8.6 | jan.nijtmans | 2019-04-08 | 1 | -5/+5 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | Put new fields always at the end of struct TkWindow, so existing fields keep ... | jan.nijtmans | 2019-04-08 | 1 | -5/+5 |
|
|
* | | | | | | | Fix bug [897ffea89f]: Tk allows management loops. Provide access to a window's | culler | 2019-04-06 | 1 | -1/+8 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Rename Tk_GetGeomMaster to TkGetGeomMaster and remove extraneous call to | culler | 2019-04-06 | 1 | -1/+1 |
|
|
| * | | | | | | Fix bug [897ffea89f]: Tk allows management loops | culler | 2019-04-05 | 1 | -1/+8 |
|
|
* | | | | | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -1/+6 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Some more internal use of TkSizeT (improvement of older code). No longer test... | jan.nijtmans | 2018-10-24 | 1 | -11/+3 |
|
|
* | | | | | | Fix PTR2INT/PTR2UINT, so they no longer are restricted to the "int" range. | jan.nijtmans | 2018-10-22 | 1 | -4/+14 |
|
|
* | | | | | | One more round of int -> size_t improvements (inspired by TIP #494, but then ... | jan.nijtmans | 2018-10-17 | 1 | -3/+11 |
|
|
* | | | | | | Another round of (internal) int|long -> size_t replacements, at least when co... | jan.nijtmans | 2018-10-16 | 1 | -1/+5 |
|
|
* | | | | | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat... | jan.nijtmans | 2018-10-15 | 1 | -0/+4 |
|
|
* | | | | | | Use TCL_IO_FAILURE, for more readable TIP #494 compatibility. | jan.nijtmans | 2018-09-06 | 1 | -0/+5 |
|
|
* | | | | | | Header include reform: Since "tkInt.h" already contains header files like <st... | jan.nijtmans | 2018-09-06 | 1 | -1/+0 |
| |_|/ / /
|/| | | | |
|
* | | | | | Add support for TIP #481, which provides a possible alternative for the utili... | jan.nijtmans | 2018-08-13 | 1 | -3/+10 |
|
|
* | | | | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -4/+12 |
|
|
* | | | | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible pro... | jan.nijtmans | 2018-07-10 | 1 | -3/+3 |
| |/ / /
|/| | | |
|
* | | | | Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion... | fvogel | 2017-11-19 | 1 | -0/+1 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion... | fvogel | 2017-09-02 | 1 | -0/+1 |
|
|
* | | | merge trunk | fvogel | 2017-06-05 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-05-10 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | New internal function TkpCancelWarp(), which does a proper warp clean-up when... | jan.nijtmans | 2017-05-10 | 1 | -0/+1 |
|
|
* | | | Added -withalpha option to [imageName get]. | simonbachmann | 2017-03-23 | 1 | -0/+1 |
|/ / |
|
* | | Change some internal refCount's from int to size_t. | jan.nijtmans | 2017-02-15 | 1 | -2/+2 |
|/ |
|
* | Proposed fix for [7d967c68a09e07e355358af40f36dd5dd84c7022|7d967c68]: Tk appl... | jan.nijtmans | 2016-12-15 | 1 | -0/+6 |
|
|
* | merge core-8-6-branch | jan.nijtmans | 2016-09-26 | 1 | -0/+8 |
|\ |
|
| * | Introduce two utility functions for handling Unicode surrogate pairs, and use... | jan.nijtmans | 2016-09-26 | 1 | -0/+8 |
|
|
* | | Modernize Tk_Init() to use Tcl 8.6 features. | dgp | 2016-06-22 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | work in progress | dgp | 2016-06-21 | 1 | -0/+3 |
|
|
* | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u... | fvogel | 2016-05-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u... | fvogel | 2016-04-21 | 1 | -1/+1 |
|
|
* | | Make Tk compile warning-free against TIP-389-enabled Tcl 8.7. No change of fu... | jan.nijtmans | 2016-03-16 | 1 | -1/+1 |
|/ |
|
* | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-23 | 1 | -2/+3 |
|
|
* | Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality. | jan.nijtmans | 2014-05-22 | 1 | -4/+5 |
|
|