summaryrefslogtreecommitdiffstats
path: root/xlib/X11/Xlib.h
Commit message (Expand)AuthorAgeFilesLines
* Update X11 header-files to the latest versionjan.nijtmans2024-05-031-4/+0
|\
| * Update to latest X11. Too many changes to rush into 9.0b2jan.nijtmans2024-05-031-4/+0
| * Update Xlib.h to latest versionjan.nijtmans2023-06-021-0/+4
| * Fix [d450dc9f76]: Error compiling C++ extensionsjan.nijtmans2023-04-151-2/+1
| * Switch off XLIB_ILLEGAL_ACCESS in Xlib.h, making some acess to Display only p...jan.nijtmans2022-11-151-0/+8
| * Update to latest Xlib.h. Remove some unneeded internal fields from 'Display'jan.nijtmans2022-11-141-58/+37
| * Some updates from latest X11 headersjan.nijtmans2022-10-261-18/+15
| * Update to latest X11 headersjan.nijtmans2022-07-281-5/+5
| * X11 header-file (specific) update. Move XMaxTransChars definition from Xlib.h...jan.nijtmans2022-02-031-3/+2
| * Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove XImage....culler2020-08-241-3/+0
| |\
| * \ Don't use trans_chars array on MacOSX any more.culler2020-05-171-5/+0
| |\ \
| * \ \ Merge 8.6jan.nijtmans2020-05-151-0/+2
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2020-05-131-17/+0
| |\ \ \ \
| * \ \ \ \ Fix [d2a10a14a8]: Give mousewheel events their own flag and event struct; avo...culler2020-05-121-0/+17
| |\ \ \ \ \
| * | | | | | More progress in making win32 build C++-ready.jan.nijtmans2020-03-101-3/+2
| * | | | | | Finish for MacOS toojan.nijtmans2020-03-091-0/+1
| * | | | | | Merge trunkjan.nijtmans2020-02-261-4/+4
| * | | | | | Merge 8.6jan.nijtmans2019-11-251-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge core-8-6-branch, in particular, push a different fix for the 'Column .....fvogel2019-11-011-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-301-9/+0
| * | | | | | | | Attempt to make testcases with makefile.vc work againjan.nijtmans2019-09-291-4/+6
| * | | | | | | | Be carefull with using "extern" in Xlib/h and Xutil.h on win32: We want to ex...jan.nijtmans2019-09-291-413/+424
| * | | | | | | | Only use one of XPutImage/TkPutImage, dependant on platform. Both are present...jan.nijtmans2019-09-271-1/+0
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge trunk. Some more signature changes, in line with X11-R6jan.nijtmans2019-08-221-2/+2627
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | Further experimenting, seems to work on MacOSXjan.nijtmans2019-08-141-8/+0
| * | | | | | | | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the wa...jan.nijtmans2019-08-141-77/+323
| |/ / / / / / / /
| * | | | | | | | Fix a bug in TkPutImage for macOS.culler2018-11-101-4/+0
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus...jan.nijtmans2018-10-191-4/+4
| * | | | | | | | | More code cleanup, related to (unused) wchar_t, TCL_THREADS macro, and better...jan.nijtmans2018-10-051-15/+0
* | | | | | | | | | Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-161-163/+374
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Backport more from X11R6jan.nijtmans2023-04-151-31/+39
| * | | | | | | | | | Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-141-115/+299
|/ / / / / / / / / /
* | | | | | | | | | remove unused pixelpower field from XImageculler2021-08-071-3/+0
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-221-1/+1
* | | | | | | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-4/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Don't use trans_chars array on MacOSX any more.jan.nijtmans2020-05-171-5/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Merge 8.6marc_culler2020-05-151-5/+0
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
* | | | | | | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w...jan.nijtmans2020-05-151-0/+2
|/ / / / / /
* | | | | | Quick-fix for build problem on X11 (unfortunately, this means mis-using the x...jan.nijtmans2020-05-131-17/+0
| |_|_|_|/ |/| | | |
* | | | | Add a separate flag for MouseWheel events (tkBind.c) and a new WheelEvent eve...fvogel2020-05-101-0/+17
| |_|_|/ |/| | |
* | | | Fix [a953736b54]: Potential wrong use of TkKeyEventjan.nijtmans2019-11-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix [a953736b54]: Potential wrong use of TkKeyEventjan.nijtmans2019-11-251-1/+1
| * | | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-25/+25
| |\ \ \
* | | | | Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter...jan.nijtmans2019-11-011-3/+3
| |_|_|/ |/| | |
* | | | TkPutImage should not assume that a pixmap is transparent, even though it doe...culler2018-11-101-4/+0
| |_|/ |/| |
* | | Make it possible to generate an NSImage with correct transparency from aculler2017-11-151-0/+4
* | | Fix for image/alpha rendering under hidpi/Retina displays on Mac OS; thanks t...Kevin Walzer2016-07-151-0/+3
* | | consistant use of mode: objc for OSX, strip spaces from the end of linesjan.nijtmans2012-10-231-25/+25
|/ /
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-12/+3
|/
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-3/+10