summaryrefslogtreecommitdiffstats
path: root/xlib
Commit message (Collapse)AuthorAgeFilesLines
* (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
|\
| * 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 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).
| * \ consistant use of mode: objc for OSX, strip spaces from the end of linesjan.nijtmans2012-10-236-95/+95
| |\ \
| * \ \ [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdkf2012-09-131-1/+1
| |\ \ \ | | | | | | | | | | TkSetRegion on X11.
| * \ \ \ merge trunkjan.nijtmans2012-06-112-21/+37
| |\ \ \ \
| | * \ \ \ Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-082-21/+37
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | needed for Cygwin
| * | | | | | smaller az tablejan.nijtmans2012-05-051-2/+2
| | | | | | |
| * | | | | | merge trunkjan.nijtmans2012-05-051-74/+74
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | If tk.dll loaded in cygwin, don't use the win32 file dialogsjan.nijtmans2012-05-051-66/+66
| | |\ \ \ \ \
| * | \ \ \ \ \ merge trunkjan.nijtmans2012-04-121-4/+9
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | minor clean-up of tkInt.declsjan.nijtmans2012-04-121-2/+7
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | disallow colors like xellow configure changes for cygwin
| | * \ \ \ \ \ \ some more cygwin compatibility improvementsjan.nijtmans2012-04-061-1/+1
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | format tk.decls
| | * \ \ \ \ \ \ \ gcc warning: signed-unsigned comparejan.nijtmans2012-04-021-2/+2
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ implement for Unix as welljan.nijtmans2012-03-262-12/+43
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | experiment: use web colors in stead of X11 colors (win only)jan.nijtmans2012-03-192-12/+43
| | | | | | | | | | |
| * | | | | | | | | | rfe-3503317: XParseColor speedupjan.nijtmans2012-03-182-813/+983
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Provide fallback for _strtoi64jan.nijtmans2012-02-261-21/+30
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-15/+24
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ [Bug 3380684] XEmptyRegion prototype doesn't match usagejan.nijtmans2011-07-281-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Purge RCS Keywordsdgp2011-06-086-12/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-122-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using useful casts internally.
| * | | | | | | | | | | | | | | tkPort.h already includes tk.h, which includes tcl.hnijtmans2010-04-202-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always use #include "tkInt.h", not <tkInt.h>
| * | | | | | | | | | | | | | | [Tcl Bug 2954638]: Correct behaviour of manual page installer. Also addeddkf2010-02-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | armouring to check that assumptions about the initial state are actually valid (e.g., look for existing input file).
| * | | | | | | | | | | | | | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-5/+35
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add "const" to many internalnijtmans2008-10-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries.
* | | | | | | | | | | | | | | | Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix ↵jan.nijtmans2016-11-082-10/+14
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | their signature matching X11.
* | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-071-14/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | needed for Cygwin
| * | | | | | | | | | | | merge core-8-4-branchbug_3508771jan.nijtmans2012-06-054-30/+28
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-4-branchjan.nijtmans2012-05-291-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-4-branchjan.nijtmans2012-05-051-66/+66
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-022-17/+34
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-052-7/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-014-16/+17
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Add .PHONY targets, and various quoting issues (Makefile.in)