summaryrefslogtreecommitdiffstats
path: root/win/tkWinDraw.c
Commit message (Expand)AuthorAgeFilesLines
* More -Wconversion C warning fixesjan.nijtmans2023-03-061-9/+9
* Merge 8.6 (more TCL_UNUSED usage)jan.nijtmans2023-02-071-7/+3
|\
| * Use more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-021-6/+6
* | More Xlib.h macro usagejan.nijtmans2022-11-151-6/+6
* | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-2/+2
* | Slightly better fix for [72de53dab2]: unreachable code after Tcl_Panic() in t...jan.nijtmans2021-05-101-1/+3
* | Merge 8.6jan.nijtmans2021-05-101-3/+0
|\ \ | |/
| * Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.cjan.nijtmans2021-05-101-3/+0
| |\
| | * Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.c.jan.nijtmans2021-05-101-3/+0
| | |\
| | | * Also remove unreachable return statement.fvogel2021-05-081-1/+0
| | | * Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.c.fvogel2021-05-081-2/+0
| | |/ | |/|
* | | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | | 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