| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all the long dead mac entries in tk*.decls files
| jan.nijtmans | 2012-11-15 | 1 | -275/+95 |
|
|
* | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 1 | -0/+26 |
|
|
* | OXS Tiger Breakage | jan.nijtmans | 2012-06-08 | 1 | -1/+1 |
|
|
* | merge core-8-4-branchbug_3508771 | jan.nijtmans | 2012-06-05 | 1 | -12/+12 |
|\ |
|
| * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 1 | -25/+26 |
|
|
* | | merge core-8-4-branch | jan.nijtmans | 2012-05-29 | 1 | -3/+35 |
|\ \
| |/ |
|
| * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy... | jan.nijtmans | 2012-05-29 | 1 | -9/+9 |
|
|
| * | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-25 | 1 | -17/+7 |
|
|
| * | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -1/+1 |
|
|
| * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-14 | 1 | -0/+42 |
|
|
| * | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -1/+1 |
|
|
* | | change signature of all X11 functions to match those of CYGWIN | jan.nijtmans | 2012-05-02 | 1 | -91/+91 |
|/ |
|
* | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 1 | -11/+11 |
|
|
* | [Bug 3517448] TclKit build fails (unresolved __strtoi64) | jan.nijtmans | 2012-04-13 | 1 | -2/+2 |
|
|
* | sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6 | jan.nijtmans | 2012-04-11 | 1 | -1261/+716 |
|
|
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+5 |
|
|
* | * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code into | das | 2005-08-09 | 1 | -2/+2 |
|
|
* | * generic/tkFrame.c (DisplayFrame): | hobbs | 2005-07-28 | 1 | -1/+17 |
|
|
* | * generic/tkInt.decls: Signature for tkWinXCleanup needed to be | davygrvy | 2004-10-27 | 1 | -2/+2 |
|
|
* | * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme. | mdejong | 2004-09-23 | 1 | -1/+5 |
|
|
* | * generic/tkInt.h: move TkGetOptionSpec to stubs intDecls | hobbs | 2003-10-13 | 1 | -1/+6 |
|
|
* | * generic/tkImage.c (Tk_ImageObjCmd): Added check to make sure | dkf | 2003-01-22 | 1 | -1/+6 |
|
|
* | * generic/tkInt.decls: add TkWinSetHINSTANCE decl | hobbs | 2002-12-08 | 1 | -1/+7 |
|
|
* | * generic/tkInt.decls(tkIntXlib): added XQueryTree declaration for | das | 2002-10-09 | 1 | -1/+6 |
|
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 1 | -118/+341 |
|
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -8/+8 |
|
|
* | Added TIP#48 style engine implementation | dkf | 2002-06-18 | 1 | -1/+8 |
|
|
* | TIP#98 implementation; improved photo image copy and GIF frame access | dkf | 2002-06-14 | 1 | -1/+5 |
|
|
* | * generic/tkInt.decls: Add unix decl for TkpWmSetState. | mdejong | 2002-05-27 | 1 | -1/+5 |
|
|
* | * generic/tkStubInit.c: | hobbs | 2002-04-12 | 1 | -1/+25 |
|
|
* | * Updated callers of Tcl_SplitList and Tcl_Merge. | dgp | 2002-01-25 | 1 | -5/+6 |
|
|
* | Add TK patch 481148 to implement TIP 74, the | mdejong | 2001-12-04 | 1 | -1/+5 |
|
|
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 1 | -74/+87 |
|
|
* | * Corrected definition of | dgp | 2001-09-25 | 1 | -2/+6 |
|
|
* | (TkpScanWindowId): changed decl to use | hobbs | 2001-09-21 | 1 | -2/+2 |
|
|
* | Overall change: Implemented TIP 5, which exports | ericm | 2000-11-22 | 1 | -5/+6 |
|
|
* | Added TkPhotoGetValidRegion() to tkInt stubs. Bug #120930 closed. | dkf | 2000-11-21 | 1 | -1/+5 |
|
|
* | * tests/event.test: Added test for [event generate $widget | ericm | 2000-04-10 | 1 | -1/+4 |
|
|
* | * generic/tkImgGIF.c (FileReadGIF): added cast for trashBuffer | hobbs | 2000-02-10 | 1 | -1/+28 |
|
|
* | * generic/tk.decls: | hobbs | 2000-02-09 | 1 | -1/+11 |
|
|
* | * generic/tkCanvas.c: fixed mem leak with TagSearchExprInit | hobbs | 2000-01-12 | 1 | -3/+1 |
|
|
* | * generic/tkStubInit.c: | hobbs | 1999-12-14 | 1 | -9/+14 |
|
|
* | added TkMacPreprocessMenu | hobbs | 1999-12-07 | 1 | -1/+5 |
|
|
* | 1999-08-10 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-10 | 1 | -1/+5 |
|
|
* | New Function: TkpDrawHighlightBorder. Use this in place of Tk_DrawFocusHighl... | jingham | 1999-08-10 | 1 | -2/+5 |
|
|
* | 1999-07-30 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-07-31 | 1 | -1/+9 |
|
|
* | modified files to work with new windows Makefiles | surles | 1999-06-16 | 1 | -1/+9 |
|
|
* | * generic/tkStubLib.c: | stanton | 1999-05-25 | 1 | -76/+60 |
|
|
* | merged 8.1.0 changes into mainline | stanton | 1999-04-24 | 1 | -159/+167 |
|
|