summaryrefslogtreecommitdiffstats
path: root/generic/tkEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-151-7/+4
|\
| * More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-36/+36
| * Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' for...jan.nijtmans2020-07-151-3/+3
* | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-5/+5
* | Merge 8.6jan.nijtmans2020-05-151-1/+3
|\ \ | |/
| * Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w...jan.nijtmans2020-05-151-1/+3
* | Fix C++ buildjan.nijtmans2020-03-311-0/+8
* | Merge 8.6jan.nijtmans2020-03-301-0/+41
|\ \ | |/
| * Make TkGenerateActivateEvents() available to Win32 and X11jan.nijtmans2020-03-291-0/+41
* | Merge trunkjan.nijtmans2020-02-051-17/+4
|\ \
| * \ Merge 8.6jan.nijtmans2020-02-031-17/+4
| |\ \ | | |/
| | * Merge 8.5jan.nijtmans2020-02-031-17/+4
| | |\
| | | * Put realEventMasks and virtualEventMasks together in a single table: VirtualE...jan.nijtmans2020-02-031-17/+4
| | * | Merge TIP #532 implementation now that [c1c842ef7792] (new tkBind.c: wrong as...fvogel2019-08-281-66/+0
| | |\ \
| | | * \ Merge 8.6jan.nijtmans2019-08-131-2/+2
| | | |\ \
| | | * \ \ Merge 8.6, and remove unused static function definitionjan.nijtmans2019-08-021-1/+0
| | | |\ \ \
| | | * \ \ \ Merge 8.6 (and fix merge conflict arising from that)jan.nijtmans2019-08-011-18/+9
| | | |\ \ \ \ | | | | |/ / /
| | | * | | | Remove the crazy function UpdateButtonEventState which was causing all this t...culler2019-08-011-67/+0
| | * | | | | Fix [5da1d76e01]: X11: add default bindings for non-emulated horizontal scrol...jan.nijtmans2019-08-221-0/+8
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | Improve implementation in tkEvent.c. jan.nijtmans2019-08-211-10/+9
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Much simpler (still Experimental) implementation of RFE-5da1d76e01. Just tran...jan.nijtmans2019-08-191-1/+10
| | |/ / / /
* | | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-35/+38
|/ / / / /
* | | | | Merge trunkjan.nijtmans2019-09-251-66/+0
|\ \ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-08-131-3/+4
| |\ \ \ \ \
| * \ \ \ \ \ merge trunk (after fixing conflicts)fvogel2019-08-041-18/+9
| |\ \ \ \ \ \
| * | | | | | | Remove unused static function definition (same as [2136a574])fvogel2019-08-041-1/+0
| * | | | | | | Cherrypicked [3b3c3b02]: Remove the crazy function UpdateButtonEventState whi...fvogel2019-08-041-67/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the wa...jan.nijtmans2019-08-141-6/+0
| |_|/ / / / |/| | | | |
* | | | | | Merge 8.6jan.nijtmans2019-08-131-2/+3
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | A few more places where "unsigned long" should have been used.jan.nijtmans2019-08-131-1/+1
* | | | | | 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-4/+4
|/ / /
* | | New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-231-23/+12
* | | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
|/ /
| |
| \
*-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-2/+2
|\ \ \ | | |/
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-2/+2
| | |\
| | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-1/+1
* | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-8/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-8/+8
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-9/+9
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-9/+9
| |/
| * (cherry-pick): Fix crash in TkFinalize() if Tk_Init() is never called. Sugges...jan.nijtmans2016-02-111-0/+6
| * Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warning...stwo2012-08-091-3/+3
* | Proposed fix for [7d967c68a09e07e355358af40f36dd5dd84c7022|7d967c68]: Tk appl...jan.nijtmans2016-12-151-1/+12
* | Fix crash in TkFinalize() if Tk_Init() is never called. Suggested by Brian Gr...jan.nijtmans2016-02-111-0/+6
* | Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-1/+1
* | typojan.nijtmans2013-11-201-1/+1
* | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-1/+1
* | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-1/+1