summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Remove the crazy function UpdateButtonEventState which was causing all this t...culler2019-08-011-1/+1
| | * | | | Merge trunkjan.nijtmans2019-09-091-4/+16
| | |\ \ \ \
| * | | | | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the wa...jan.nijtmans2019-08-141-4/+11
* | | | | | | Merge trunkjan.nijtmans2019-08-291-2/+8
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge 8.7jan.nijtmans2019-08-131-2/+3
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge 8.7. Also remove unused TkDisplay fields when compiling against Tcl 9.0...jan.nijtmans2019-08-041-0/+7
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Header include file cleanupjan.nijtmans2019-08-041-1/+0
| * | | | | | merge trunk (after fixing conflicts)fvogel2019-08-041-0/+35
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Cherrypicked [3b3c3b02]: Remove the crazy function UpdateButtonEventState whi...fvogel2019-08-041-1/+1
* | | | | | | Merge trunk. jan.nijtmans2019-08-221-2/+3
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge 8.6jan.nijtmans2019-08-131-1/+2
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge 8.6jan.nijtmans2019-08-131-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | | | | / / / | | |_|/ / / | |/| | | |
| | * | | | Use "unsigned long" as type for "mask" variables containing X11 button-masks ...jan.nijtmans2019-08-131-1/+1
| | | |_|/ | | |/| |
| * | | | Follow-up to [38dc27bd1d0ecd682aafde]: Tk does not support <Button-6> nor <Bu...jan.nijtmans2019-07-301-2/+22
* | | | | Fix MouseWheel bindings for listbox and scrollbar: This fixes test-failures o...jan.nijtmans2019-07-261-1/+1
* | | | | Experiment: Handle scaling fractors for the ScrollWheel sensibly. Trying "40"...jan.nijtmans2019-07-251-2/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-07-231-0/+11
| |\ \ \ \ | | |/ / /
| | * | | New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-231-0/+11
| | | |/ | | |/|
* | | | Code simplification: Don't bother keeping track of the Button[n]Mask's for Bu...jan.nijtmans2019-07-241-20/+6
* | | | Fix [38dc27bd1d]: Tk does not support <Button-6> nor <Button-7> events. Now h...jan.nijtmans2019-07-231-0/+37
|/ / /
* | | Handle SVG string > 2G, when compiled with Tcl 9 headers. Make TCL_INDEX_NONE...jan.nijtmans2019-06-201-0/+4
| |/ |/|
* | Add double buffering to frames and toplevels. dkf2019-05-171-0/+3
* | Implement TIPs 482 and 483dkf2019-04-141-0/+2
|\ \
| * \ Merge trunk.stu2018-07-031-0/+1
| |\ \
| * \ \ Merge trunk.stu2017-11-071-0/+1
| |\ \ \
| * | | | Bring more TIP #59 to Tk.<br> stu2017-05-201-0/+2
* | | | | Implement TIP 507dkf2019-04-141-0/+1
|\ \ \ \ \
| * \ \ \ \ merge trunkfvogel2018-08-191-7/+22
| |\ \ \ \ \
| * | | | | | Implementation of TIP #507: Include simple svg support with nanosvg. Files as...fvogel2018-05-151-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Implement TIP 164dkf2019-04-141-0/+3
|\ \ \ \ \ \
| * | | | | | Document. Factor out basic rotation function.dkf2019-03-131-0/+3
* | | | | | | Merge 8.6jan.nijtmans2019-04-081-5/+5
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Put new fields always at the end of struct TkWindow, so existing fields keep ...jan.nijtmans2019-04-081-5/+5
* | | | | | | Fix bug [897ffea89f]: Tk allows management loops. Provide access to a window'sculler2019-04-061-1/+8
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Rename Tk_GetGeomMaster to TkGetGeomMaster and remove extraneous call toculler2019-04-061-1/+1
| * | | | | | Fix bug [897ffea89f]: Tk allows management loopsculler2019-04-051-1/+8
* | | | | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+6
| |/ / / / / |/| | | | |
* | | | | | Some more internal use of TkSizeT (improvement of older code). No longer test...jan.nijtmans2018-10-241-11/+3
* | | | | | Fix PTR2INT/PTR2UINT, so they no longer are restricted to the "int" range.jan.nijtmans2018-10-221-4/+14
* | | | | | One more round of int -> size_t improvements (inspired by TIP #494, but then ...jan.nijtmans2018-10-171-3/+11
* | | | | | Another round of (internal) int|long -> size_t replacements, at least when co...jan.nijtmans2018-10-161-1/+5
* | | | | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-0/+4
* | | | | | Use TCL_IO_FAILURE, for more readable TIP #494 compatibility.jan.nijtmans2018-09-061-0/+5
* | | | | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-1/+0
| |_|/ / / |/| | | |
* | | | | Add support for TIP #481, which provides a possible alternative for the utili...jan.nijtmans2018-08-131-3/+10
* | | | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-4/+12
* | | | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible pro...jan.nijtmans2018-07-101-3/+3
| |/ / / |/| | |
* | | | Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion...fvogel2017-11-191-0/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion...fvogel2017-09-021-0/+1
* | | merge trunkfvogel2017-06-051-0/+1
|\ \ \ | | |/ | |/|