summaryrefslogtreecommitdiffstats
path: root/win/tkWinDraw.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [c23f79ef]: Xft text is unusable for 32-bit visual when default visual is...jan.nijtmans2025-11-031-23/+23
|\
| * bugfix [6051a9fc]: MS-Win canvas arcs with to small extend are drawn as 360 d...oehhar2025-11-031-0/+28
| * [6051a9fc] back out solution fix and go back to branch: oval drawing issue foundoehhar2025-10-261-33/+0
| * bugfix [6051a9fc]: MS-Win canvas arcs with to small extend are drawn as 360 d...oehhar2025-10-211-0/+33
* | bugfix [6051a9fc]: MS-Win canvas arcs with to small extend are drawn as 360 d...oehhar2025-11-031-0/+27
* | [6051a9fc] back out solution fix and go back to branch: oval drawing issue foundoehhar2025-10-261-33/+0
* | bugfix [6051a9fc]: MS-Win canvas arcs with to small extend are drawn as 360 d...oehhar2025-10-211-0/+33
* | Fix [95da0f12]: tkpWinRopModes[GXnoop] is R2_NOT, should be R2_NOPjan.nijtmans2025-10-011-1/+1
|\ \ | |/
| * Fix for [95da0f12]: tkpWinRopModes[GXnoop] is R2_NOT, should be R2_NOPchrstphrchvz2025-09-281-1/+1
| * Fixed typo in tkWinDraw.c.csaba2024-08-091-1/+1
* | Remove spaces before tabsjan.nijtmans2024-11-051-1/+1
* | Fix build (broken by previous commit)jan.nijtmans2024-08-091-1/+1
* | Fix for ticket [f569b9410c]: Improve the look of the focus indicator on Windows.csaba2024-08-091-2/+9
|\ \ | |/
| * Proposed fix for ticket [f569b9410c]: Improve the look of the focus indicator...csaba2024-08-071-2/+9
* | Correction in TkWinDrawDottedRect.csaba2024-08-021-2/+2
|\ \ | |/
| * Correction in TkWinDrawDottedRect.csaba2024-08-021-2/+2
* | Merged core-8-6-branch into core-8-branch.csaba2024-07-311-0/+61
|\ \ | |/
| * Proposed fix for ticket [0d48797195]: Ugly and inconsistent look of the focus...csaba2024-07-281-0/+61
* | Move scrollbar sanity checks from platform-code to generic. Fix indenting in ...jan.nijtmans2024-06-171-12/+12
* | Merge 8.6jan.nijtmans2024-02-161-1/+1
|\ \ | |/
| * Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-1/+1
* | 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