summaryrefslogtreecommitdiffstats
path: root/win/tkWinDraw.c
Commit message (Expand)AuthorAgeFilesLines
* More progress in making win32 build C++-ready.jan.nijtmans2020-03-101-20/+20
* Merge 8.7. More WIP.jan.nijtmans2019-12-161-1/+5
* Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-301-1/+1
* Fix 2 build problems, one with XPutImage on Windows, one with -fill optionjan.nijtmans2019-09-291-0/+1
* Merge 8.6. jan.nijtmans2019-09-231-1/+1
|\
| * Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-231-1/+1
* | Backout [efab40f95b] that fixed [21525158b0]. This fix looked correct but it ...fvogel2019-07-131-10/+3
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | Add double buffering to frames and toplevels. dkf2019-05-171-3/+4
* | Rebase against new trunkjan.nijtmans2019-01-201-3/+10
|\ \ | |/ |/|
| * Remove the last remaining reference to NO_WINRGBFIXfvogel2019-01-201-2/+0
| * Fix crash in canvPs-5.1 test (thanks to Christian Werner), and remove unneces...fvogel2018-12-301-10/+1
| * Fix [21525158b0]: On MS Windows XImage data and Tk_Visual() return wrong info...fvogel2018-12-291-0/+18
| * Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-7/+7
| |\ |/ /
| * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-7/+7
* | Rendering of all join styles is now correct on Windows when the first and las...fvogel2017-08-171-22/+50
* | Fix [2874226]: polygon doesn't honor -joinstyle on Windows and OS X. This sec...fvogel2017-08-161-1/+19
* | (micro-) optimize a few Win32 drawing functions, and make them work when npoi...jan.nijtmans2016-11-081-33/+38
|\ \ | |/
* | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis...jan.nijtmans2016-11-071-4/+85
* | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-19/+27
|\ \ | |/
| * Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-071-13/+18
| |\
| | * merge core-8-4-branchjan.nijtmans2012-06-051-42/+43
| | |\
| | * \ merge core-8-4-branchjan.nijtmans2012-05-291-2/+2
| | |\ \
| | * | | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-021-17/+24
| * | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-051-6/+9
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-34/+35
| | | |/ | | |/|
| | * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy...jan.nijtmans2012-05-291-4/+6
| | |/
* | | some more cygwin compatibility improvementsjan.nijtmans2012-04-061-5/+6
|\ \ \ | |/ /
| * | some more cygwin compatibility improvementsjan.nijtmans2012-04-061-5/+6
| |\ \ | | |/
| | * some more cygwin compatibility improvementsjan.nijtmans2012-04-061-5/+6
| * | [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
| | * * win/tkWinDraw.c: Applied [Patch 1723362] for transparent bitmaps.hobbs2007-12-051-3/+6
| | * * generic/tkFrame.c (DisplayFrame):hobbs2005-07-281-1/+28
| | * * win/tkWinDraw.c (XFillRectangles): correctly handle thehobbs2003-11-111-6/+25
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-5/+5
* | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-191-2/+2
* | | eliminate various gcc and msvc compiler warningsnijtmans2009-08-021-2/+2
* | | Fixed up complaints from MSVC engendered by the last commit. In particular re...patthoyts2008-11-221-2/+1
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-6/+4
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-2/+2
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Applied patch from #1723362 for transparent bitmapspatthoyts2007-10-241-1/+3
* | Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-24/+29
* | More fixes (mostly getting rid of excess spaces)dkf2005-12-021-2/+2
* | ANSIficationdkf2005-12-021-269/+264