summaryrefslogtreecommitdiffstats
path: root/win/tkWinWindow.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-12-031-4/+12
|\
| * Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-031-4/+12
| * Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-161-1/+1
* | TkpMakeWindow -> Tk_MakeWindow (2x)jan.nijtmans2023-11-171-1/+1
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+1
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-8/+0
| * The last missing change sprintf --> snprintf.fvogel2023-01-111-1/+1
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-0/+8
* | Merge 8.6jan.nijtmans2023-01-021-1/+1
|\ \ | |/
| * Use more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-021-15/+15
| * Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing)jan.nijtmans2022-03-021-6/+6
* | More Xlib.h macro usagejan.nijtmans2022-11-151-15/+15
* | Add Tk_MakeWindow toojan.nijtmans2022-01-251-2/+3
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-3/+3
* | Merge 8.6jan.nijtmans2019-09-261-10/+1
|\ \ | |/
| * Better fix for [2026405]: winfo id bug in cygwin build. jan.nijtmans2019-09-261-10/+1
* | Merge 8.6jan.nijtmans2019-09-191-2/+2
|\ \ | |/
| * *A() to *W() Win32 API changes, actually the same because Tk is already compi...jan.nijtmans2019-09-191-2/+2
* | Fix [69b48f427e]: Test 'textTag-18.1' fails since Win10 Creator Falls Updatefvogel2019-08-281-2/+2
|\ \ | |/
| * Fix [69b48f427e]: Test 'textTag-18.1' fails since Win10 Creator Falls Updatefvogel2019-08-201-2/+2
* | Add 7 new functions to the MacOSX X11-compat stub tablejan.nijtmans2019-08-221-27/+0
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-3/+3
|/
* Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis...jan.nijtmans2016-11-071-1/+40
* Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-11/+21
|\
| * Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-071-11/+21
| |\
| | * merge core-8-4-branchjan.nijtmans2012-06-051-11/+11
| | |\
| | * | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-021-11/+21
| | |/
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| * | bug #2026405: Check for 0x prefix in sprintf %p to work around cygwin issue.patthoyts2008-07-261-1/+4
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+2
* | | Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff...nijtmans2010-11-291-5/+8
* | | Unnessarary TCL_STORAGE_CLASS re-definitionsnijtmans2010-04-291-2/+1
* | | - eliminate some unnessary type castsnijtmans2009-01-281-2/+2
* | | Factor out the platform-specific bits of [tk busy]. [Bug 2180919]dkf2008-10-201-3/+179
* | | After some discussion with Joe English and subsequently thegeorgeps2008-08-191-27/+1
* | | bug #2026405: Check for 0x prefix in sprintf %p and redo if necessary. Works ...patthoyts2008-07-261-1/+4
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-2/+2
|/ /
* | Reduce the number of warningsdkf2007-02-231-3/+3
* | Less of that K&R or wrongly indented function header style!dkf2007-02-221-2/+3
* | Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-7/+6
* | More fixes (mostly getting rid of excess spaces)dkf2005-12-021-18/+19
* | ANSIficationdkf2005-12-021-149/+150
|/
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-141-4/+4