summaryrefslogtreecommitdiffstats
path: root/generic/tkPointer.c
Commit message (Expand)AuthorAgeFilesLines
* More Xlib.h macro usagejan.nijtmans2022-11-151-3/+3
* Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of sl...fvogel2021-02-071-1/+1
|\
| * Take into account that the parent window is not always the maintainer of this...fvogel2020-11-291-1/+1
| * Better fix.fvogel2020-11-281-8/+4
| * Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of sl...fvogel2020-11-221-3/+7
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Merge 8.6jan.nijtmans2020-09-111-1/+1
|\ \ | |/
| * Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-111-1/+1
| |\ | |/ |/|
* | Merge 8.7jan.nijtmans2020-08-131-2/+3
|\ \
| * \ Merge 8.6jan.nijtmans2020-07-151-2/+3
| |\ \ | | |/
| | * Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' for...jan.nijtmans2020-07-151-2/+3
* | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
|/ /
* | Merge 8.6jan.nijtmans2020-03-301-41/+0
|\ \ | |/
| * Make TkGenerateActivateEvents() available to Win32 and X11jan.nijtmans2020-03-291-41/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-7/+16
* | Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-301-1/+0
* | Rebase to trunkfvogel2019-08-271-1/+1
|\ \ | |/ |/|
| * Follow-up to [38dc27bd1d0ecd682aafde]: Tk does not support <Button-6> nor <Bu...jan.nijtmans2019-07-301-1/+1
* | Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO...jan.nijtmans2019-08-271-1/+1
* | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind...fvogel2019-08-261-1/+9
|/
* New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-231-13/+1
* Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-1/+1
* minor improvements to flag handlingdkf2012-07-311-1/+1
* Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-2/+4
|\
| * Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-051-2/+4
| |\
| | * Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-2/+4
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore adas2008-06-121-6/+4
| * | * generic/tkPointer.c (Tk_UpdatePointer): use all 5 buttons.das2009-04-101-2/+2
| * | * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore adas2008-06-121-6/+4
* | | Tiny whitespace changes for readability improvement.dkf2010-02-211-2/+2
* | | use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-2/+2
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-9/+9
* | | * generic/tkPointer.c (Tk_UpdatePointer): use all 5 buttons.das2009-04-101-2/+2
* | | * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore adas2008-06-121-6/+4
|/ /
* | ANSIfydkf2005-11-151-149/+150
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-6/+1
* | Corrected targetWinPtr check, now if winPtr==0 and targetWinPtr!=0 thena_kovalenko2003-11-251-2/+2
|/
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-2/+7
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-141-2/+2
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-1/+2
* * Merged 8.1 branch into the main trunkstanton1999-04-161-74/+94
* integrated stubs into 8.0 main branchstanton1999-03-101-1/+5
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+623