| Commit message (Expand) | Author | Age | Files | Lines |
* | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -1/+1 |
|
|
* | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
* | Rendering of all join styles is now correct on Windows when the first and las... | fvogel | 2017-08-17 | 1 | -22/+50 |
|
|
* | Fix [2874226]: polygon doesn't honor -joinstyle on Windows and OS X. This sec... | fvogel | 2017-08-16 | 1 | -1/+19 |
|
|
* | (micro-) optimize a few Win32 drawing functions, and make them work when npoi... | jan.nijtmans | 2016-11-08 | 1 | -33/+38 |
|\ |
|
* | | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis... | jan.nijtmans | 2016-11-07 | 1 | -4/+85 |
|
|
* | | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | jan.nijtmans | 2012-06-08 | 1 | -19/+27 |
|\ \
| |/ |
|
| * | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | jan.nijtmans | 2012-06-07 | 1 | -13/+18 |
| |\ |
|
| | * | merge core-8-4-branch | jan.nijtmans | 2012-06-05 | 1 | -42/+43 |
| | |\ |
|
| | * \ | merge core-8-4-branch | jan.nijtmans | 2012-05-29 | 1 | -2/+2 |
| | |\ \ |
|
| | * | | | change signature of all X11 functions to match those of CYGWIN | jan.nijtmans | 2012-05-02 | 1 | -17/+24 |
|
|
| * | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 1 | -6/+9 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 1 | -34/+35 |
| | | |/
| | |/| |
|
| | * | | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy... | jan.nijtmans | 2012-05-29 | 1 | -4/+6 |
| | |/ |
|
* | | | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -5/+6 |
|\ \ \
| |/ / |
|
| * | | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -5/+6 |
| |\ \
| | |/ |
|
| | * | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -5/+6 |
|
|
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
|
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * win/tkWinDraw.c: Applied [Patch 1723362] for transparent bitmaps. | hobbs | 2007-12-05 | 1 | -3/+6 |
|
|
| | * | * generic/tkFrame.c (DisplayFrame): | hobbs | 2005-07-28 | 1 | -1/+28 |
|
|
| | * | * win/tkWinDraw.c (XFillRectangles): correctly handle the | hobbs | 2003-11-11 | 1 | -6/+25 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -5/+5 |
|
|
* | | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ... | nijtmans | 2010-11-19 | 1 | -2/+2 |
|
|
* | | | eliminate various gcc and msvc compiler warnings | nijtmans | 2009-08-02 | 1 | -2/+2 |
|
|
* | | | Fixed up complaints from MSVC engendered by the last commit. In particular re... | patthoyts | 2008-11-22 | 1 | -2/+1 |
|
|
* | | | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -6/+4 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -2/+2 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Applied patch from #1723362 for transparent bitmaps | patthoyts | 2007-10-24 | 1 | -1/+3 |
|
|
* | | Many minute fixes to reduce number of minor warnings from GCC. | dkf | 2007-01-11 | 1 | -24/+29 |
|
|
* | | More fixes (mostly getting rid of excess spaces) | dkf | 2005-12-02 | 1 | -2/+2 |
|
|
* | | ANSIfication | dkf | 2005-12-02 | 1 | -269/+264 |
|
|
* | | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbon | das | 2005-08-09 | 1 | -1/+28 |
|
|
* | | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -5/+5 |
|
|
* | | * win/tkWinDraw.c (XFillRectangles): correctly handle the | hobbs | 2003-11-11 | 1 | -6/+25 |
|/ |
|
* | * win/tkWinInt.h: | hobbs | 2003-02-26 | 1 | -3/+3 |
|
|
* | Added panic in TkPutImage in case of failure to allocate bitmap | chengyemao | 2001-12-07 | 1 | -2/+4 |
|
|
* | Added panic to TkPutImage in case of failure to allocate bitmap | chengyemao | 2001-12-07 | 1 | -1/+5 |
|
|
* | * win/tkWinDraw.c (RenderObject): Applied patch from [Bug: 6368], | ericm | 2000-10-24 | 1 | -8/+6 |
|
|
* | * win/tkWinDialog.c: added unicode-aware open/save file dialogs | hobbs | 2000-03-31 | 1 | -32/+8 |
|
|
* | * win/tkWinDraw.c: | hobbs | 1999-12-14 | 1 | -39/+94 |
|
|
* | * win/tkWinDraw.c: | hobbs | 1999-09-02 | 1 | -10/+9 |
|
|
* | New Function: TkpDrawHighlightBorder. Use this in place of Tk_DrawFocusHighl... | jingham | 1999-08-10 | 1 | -1/+35 |
|
|
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -28/+33 |
|
|
* | integrated stubs into 8.0 main branch | stanton | 1999-03-10 | 1 | -1/+3 |
|
|
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
|
|