summaryrefslogtreecommitdiffstats
path: root/xlib/xgc.c
Commit message (Expand)AuthorAgeFilesLines
* Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 6 from Christophe...fvogel2023-07-161-3/+4
* Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 5 from Christophe...fvogel2023-07-161-1/+26
* Remove obsolete comment (TkSetRegion is used elsewhere, namely in Ttk).fvogel2023-07-161-3/+1
* Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 4 from Christophe...fvogel2023-07-161-2/+9
* Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 3 from Christophe...fvogel2023-07-161-3/+5
* Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 2 from Christophe...fvogel2023-07-161-0/+2
* Fix [f6e4d4ca30]: polygon items filled differently depending on platform. Tha...fvogel2022-08-211-1/+1
* Fix [71b1e5e331]: xgc.c: useless NULL check in XCreateGC(). Thanks to Christo...fvogel2022-08-191-3/+0
* Finish removing GCCache and remove some more platform specific code in xgc.cmarc_culler2020-11-091-7/+2
* Correct one name replacement that accidentally was omitted.marc_culler2020-11-091-1/+1
* Fix [f9fa926666] on macOS only: crash when creating a label whose text is a s...culler2020-11-091-31/+1
* Fix [420feb3850]: Aqua: UBSan warns for misaligned TkpGCCache access.jan.nijtmans2020-09-081-7/+11
* Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code fr...culler2020-08-191-12/+0
* Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: XD...jan.nijtmans2020-08-111-33/+349
* Modify TkClipBox and friends such that they return an int (normally 0) in ste...jan.nijtmans2019-10-011-1/+2
* Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
*-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-12/+12
|\ \
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-5/+5
| | |\
| | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-11/+11
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-11/+11
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-11/+11
| |/
* | Let the unimplemented function XDrawSegments() return BadDrawable in stead of...jan.nijtmans2017-04-251-1/+1
* | (micro-) optimize a few Win32 drawing functions, and make them work when npoi...jan.nijtmans2016-11-081-6/+7
|\ \ | |/
| * Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix thei...jan.nijtmans2016-11-081-8/+12
| * sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-2/+2
| |\
* | | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis...jan.nijtmans2016-11-071-6/+9
* | | consistant use of mode: objc for OSX, strip spaces from the end of linesjan.nijtmans2012-10-231-2/+2
|\ \ \ | |/ /
| * | 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
|\ \ \ \ | |/ / /
| * | | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdkf2012-09-131-1/+1
| |/ /
* | | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-17/+33
|\ \ \ | |/ /
| * | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-071-14/+28
| |\ \ | | |/
| | * merge core-8-4-branchjan.nijtmans2012-06-051-22/+22
| | |\
| | * | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-021-15/+30
| * | | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-051-3/+5
| |\ \ \ | | | |/ | | |/|
| | * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-10/+11
| | |/
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-38/+83
| | * typodas2007-07-021-2/+2
| | * * xlib/xgc.c (XCreateGC): correct black and white pixel values used todas2007-07-021-3/+5
| | * * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API.das2007-05-301-9/+15
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+7
| | * Set the default linewidth for new gc's to 1 not 0. Some extensions seemwolfsuit2005-03-251-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-5/+4
* | | tkPort.h already includes tk.h, which includes tcl.hnijtmans2010-04-201-2/+2
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-5/+35
|/ /