summaryrefslogtreecommitdiffstats
path: root/xlib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge trunkjan.nijtmans2019-08-191-1/+1
|\ \ \ \ | |/ / /
* | | | A little more clean-upjan.nijtmans2019-08-143-51/+51
| | | |
* | | | Further experimenting, seems to work on MacOSXjan.nijtmans2019-08-143-43/+32
| | | |
* | | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the ↵jan.nijtmans2019-08-148-1349/+3300
|/ / / | | | | | | | | | way to implement more (e.g. XIM support) for Win32 and MacOSX.
* | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
|\ \ \ | |/ /
| * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
| | |
* | | Merge 8.6jan.nijtmans2019-01-103-10/+10
|\ \ \ | |/ /
| | |
| | \
| *-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-084-22/+23
| |\ \ \ | | | |/
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵jan.nijtmans2019-01-082-7/+16
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Windows.h have conflicting symbols. *** POTENTIAL INCOMPATIBILITY *** on Windows only: gcc/clang/MSVC will generate new warnings in extensions when the "None" symbol is used incorrectly. Those warnings are all fixed in the core, that's what most of this commit is doing.
| | | | * Bring back more original "None" usages, and fix other warnings which ↵jan.nijtmans2019-01-033-15/+21
| | | | | | | | | | | | | | | | | | | | | | | | | gradually slipped in. Wherever possible, pragma's are used in MSVC to silence useless compiler warnings.
| * | | | Merge 8.5. Undo previous introduced ***POTENTIAL INCOMPATIBLITY*** on win32jan.nijtmans2018-12-261-6/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Change None/ControlMask on win32 (and MacOSX - which is harmless) to being ↵jan.nijtmans2018-12-261-6/+5
| | | | | | | | | | | | | | | | | | | | an enum. This fixes (hopefully) the ***POTENTIAL INCOMPATABILITY*** in previous commit
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-203-15/+19
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | *** POTENTIAL INCOMPATIBILITY *** for Win32 only: On X11 and Mac, "None" can still be used as before
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵jan.nijtmans2018-12-203-15/+19
| | |/ | | | | | | | | | | | | Windows.h have conflicting symbols. Also fix a few newer (harmless) gcc warnings.
| | * (cherry-pick): Fixed bug [f0188aca9e] (color names parsing on Windows), by ↵jan.nijtmans2017-04-131-0/+10
| | | | | | | | | | | | Simon Bachmann
| | * Merged tip-464 following positive vote by the TCT.fvogel2017-03-261-0/+12
| | |\
* | | \ Fix a bug in TkPutImage for macOS.culler2018-11-101-4/+0
|\ \ \ \ | |/ / /
| * | | TkPutImage should not assume that a pixmap is transparent, even though it ↵culler2018-11-101-4/+0
| | | | | | | | | | | | | | | | does have alpha=0.
* | | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we ↵jan.nijtmans2018-10-191-4/+4
| | | | | | | | | | | | | | | | | | | | just can use "const" everywhere. typo's: occured -> occurred
* | | | More code cleanup, related to (unused) wchar_t, TCL_THREADS macro, and ↵jan.nijtmans2018-10-052-40/+0
| | | | | | | | | | | | | | | | better use of size_t
* | | | Header include reform: Since "tkInt.h" already contains header files like ↵jan.nijtmans2018-09-062-4/+2
| | | | | | | | | | | | | | | | | | | | <stdlib.h>, <string.h> and <ctype.h>, we don't have to include those in every separate C-file. Just depend on tkInt.h to provide it. This mainly affects ttk, since most other files already adhered to this.
* | | | Merge core-8-6-branch into trunk. Includes fix for [b24a7a877d].culler2017-11-181-0/+4
|\ \ \ \ | |/ / /
| * | | Make it possible to generate an NSImage with correct transparency from aculler2017-11-151-0/+4
| | | | | | | | | | | | | | | | photoimage. Fixes transparency issues with iconphotos and images in menus.
| * | | various end-of-line spacesjan.nijtmans2017-05-011-2/+2
| | | |
* | | | Typo in comment. vailid -> validstu2017-11-031-1/+1
| | | |
* | | | Fix build with MSVC: error C2375: 'XPolygonRegion' : redefinition; different ↵jan.nijtmans2017-10-131-16/+0
| | | | | | | | | | | | | | | | linkage. Same with XPointInRegion().
* | | | merge core-8-6-branchjan.nijtmans2017-04-251-1/+1
|\ \ \ \ | |/ / /
| * | | Let the unimplemented function XDrawSegments() return BadDrawable in stead ↵jan.nijtmans2017-04-251-1/+1
| | | | | | | | | | | | | | | | of Success: It's only in the stub table since [a0883a07026127ef], before that the function was only internal and returned void.
* | | | Merge core-8-6-branch (merge-mark and eol-spacing)jan.nijtmans2017-04-201-2/+2
|/ / /
* | | Fixed bug [f0188aca9e] (color names parsing on Windows)simonbachmann2017-04-081-0/+10
| |/ |/|
* | Proposed fix for [499526180d]: Add support for windows multimedia virtual ↵fvogel2017-01-281-0/+12
| | | | | | | | keys. Patch by ralfixx
* | Workaround for possible build problem on Windows/MacOSX: Some (older) ↵jan.nijtmans2016-11-091-0/+1
| | | | | | | | versions of X11/Xutil.h have a wrong signature for XOffsetRegion/XUnionRegion, so move them out of the way temporarly.
* | (micro-) optimize a few Win32 drawing functions, and make them work when ↵jan.nijtmans2016-11-081-6/+7
|\ \ | |/ | | | | npoints=0
| * Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix ↵jan.nijtmans2016-11-082-10/+14
| | | | | | | | their signature matching X11.
* | Add another few Xlib stubs for Win32. Cherry-picked from ↵jan.nijtmans2016-11-072-8/+11
| | | | | | | | [http://www.androwish.org/index.html/info/862eb620a096fddc|AndroWish]. Thanks to Christian Werner.
* | Fix for image/alpha rendering under hidpi/Retina displays on Mac OS; thanks ↵Kevin Walzer2016-07-151-0/+3
| | | | | | | | to Marc Culler for assistance
* | Force the use of the correct internal function for parsing hex colors rather ↵dkf2012-12-061-85/+63
|\ \ | |/ | | | | than leaving it to the vagaries of the system library (buggy on some versions of MinGW apparently).
| * Force the use of the correct internal function for parsing hex colors rather ↵dkf2012-12-061-85/+63
| |\ | | | | | | | | | than leaving it to the vagaries of the system library (buggy on some versions of MinGW apparently).
| | * Minor improvements now that we're no longer tracking a standard API.dkf2012-12-061-3/+2
| | |
| | * Force the use of the correct internal function for parsing hex colors ratherdkf2012-12-061-85/+64
| | | | | | | | | | | | than leaving it to the vagaries of the system library (buggy on some versions of MinGW apparently).
| | * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-156-35/+11
| | | | | | | | | | | | systems.
| * | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-236-95/+95
| |\ \ | | |/ | | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
* | | consistant use of mode: objc for OSX, strip spaces from the end of linesjan.nijtmans2012-10-236-95/+95
|\ \ \ | |/ /
| * | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵jan.nijtmans2012-09-282-2/+28
| |\ \ | | |/ | | | | | | lime, olive, silver and teal), part of TIP #403
| | * Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵jan.nijtmans2012-09-282-2/+28
| | | | | | | | | | | | lime, olive, silver and teal), part of TIP #403
| * | Merge Tk-Cocoa backport into core-8-5-branchKevin Walzer2012-09-251-4/+34
| |\ \
| | * | review remarks, see mail.jan.nijtmans2012-09-121-2/+0
| | | |
| | * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-4/+36
| | | |
* | | | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdkf2012-09-131-1/+1
|\ \ \ \ | |/ / / | | | | TkSetRegion on X11.
| * | | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdkf2012-09-131-1/+1
| |/ / | | | | | | TkSetRegion on X11.