| Commit message (Expand) | Author | Age | Files | Lines |
* | * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset. | das | 2005-12-01 | 2 | -6/+4 |
|
|
* | Darwin: disable ppc64 for fat builds since neither Aqua nor X11 is | das | 2005-11-27 | 2 | -1/+11 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 9 | -979/+1420 |
|
|
* | Added support for [wm attributes] on X11 [TIP#231, patch#1062022]. | jenglish | 2005-11-16 | 1 | -26/+374 |
|
|
* | Oops! Very stupid typo. | dkf | 2005-11-14 | 1 | -13/+16 |
|
|
* | missing commas; typos? | dgp | 2005-11-14 | 1 | -4/+4 |
|
|
* | ANSIfy | dkf | 2005-11-14 | 8 | -1531/+1598 |
|
|
* | Finish ANSIfying | dkf | 2005-11-14 | 1 | -124/+130 |
|
|
* | Quell warning | dkf | 2005-11-13 | 1 | -2/+2 |
|
|
* | Glurk, SelCvtToX was just as broken as SelCvtFromX when atoms contain spaces. | dkf | 2005-11-13 | 1 | -45/+38 |
|
|
* | Fix [Bug 1353414] by doing the list generation using standard Tcl utilities. | dkf | 2005-11-13 | 1 | -54/+31 |
|
|
* | ANSIfy | dkf | 2005-11-13 | 7 | -922/+928 |
|
|
* | Fix SHLIB_LD_LIBS for building tclkit on OpenBSD. | patthoyts | 2005-11-06 | 2 | -2/+2 |
|
|
* | Whitespace/style/ANSI improvements | dkf | 2005-10-21 | 8 | -2876/+2785 |
|
|
* | tip256 implementation | vincentdarley | 2005-10-10 | 1 | -1/+2 |
|
|
* | * unix/tkUnixPort.h: Disabled inclusion of the private Tcl header | dgp | 2005-09-28 | 1 | -2/+4 |
|
|
* | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check if | das | 2005-09-10 | 3 | -12/+13 |
|
|
* | * unix/Makefile.in (html): reverted/amended changes of 2005-08-23 | das | 2005-08-25 | 1 | -5/+8 |
|
|
* | * unix/Makefile.in: Subst BUILD_TCLSH and TCL_EXE. | mdejong | 2005-08-23 | 4 | -703/+230 |
|
|
* | Getting more systematic about style | dkf | 2005-08-10 | 1 | -13/+20 |
|
|
* | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbon | das | 2005-08-09 | 1 | -1/+28 |
|
|
* | * unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550]. | dgp | 2005-07-05 | 1 | -3/+3 |
|
|
* | * macosx/Makefile: for X11 build, add -X11 suffix to unversioned wish | das | 2005-06-18 | 2 | -2/+2 |
|
|
* | autoconf | dgp | 2005-06-07 | 1 | -1/+1 |
|
|
* | Bumped patchlevel | dkf | 2005-06-07 | 2 | -5/+5 |
|
|
* | * unix/tkUnix.c (Tk_GetUserInactiveTime): Improvements to get it | rmax | 2005-06-02 | 4 | -120/+424 |
|
|
* | Checking the return value of XScreenSaverQueryInfo. | rmax | 2005-06-01 | 1 | -3/+4 |
|
|
* | Some versions of X seem to crash if XScreenSaverQueryVersion() isn't | rmax | 2005-06-01 | 1 | -5/+6 |
|
|
* | * unix/configure.in: added description of HAVE_XSS for autoheader. | das | 2005-05-29 | 3 | -6/+6 |
|
|
* | * generic/tkDecls.h: | das | 2005-05-29 | 2 | -74/+162 |
|
|
* | Partial implementation of TIP#245; thanks Reinhard! | dkf | 2005-05-27 | 2 | -2/+91 |
|
|
* | * macosx/tkMacOSXInit.c (TkpInit): fixed resource file extraction | das | 2005-05-26 | 2 | -106/+3 |
|
|
* | * unix/Makefile.in (install-libraries): protect possible empty | hobbs | 2005-05-25 | 1 | -2/+2 |
|
|
* | minor formatting sync with tcl/unix/configure.in | das | 2005-05-24 | 2 | -15/+15 |
|
|
* | small comments & whitespace fix | das | 2005-05-24 | 1 | -10/+11 |
|
|
* | * macosx/Makefile: | das | 2005-05-23 | 6 | -231/+1341 |
|
|
* | * macosx/tkMacOSXInit.c: | das | 2005-05-14 | 2 | -10/+462 |
|
|
* | fixed pkg-config xft check, needed reset of enable_xft first | hobbs | 2005-05-07 | 2 | -1/+3 |
|
|
* | * unix/configure: regen | hobbs | 2005-05-07 | 3 | -12/+278 |
|
|
* | * macosx/tkMacOSXNotify.c: sync with tclUnixNotfy.c changes since | das | 2005-04-26 | 3 | -16/+169 |
|
|
* | Tk_MeasureChars: Use Tcl_UtfToUnichar() for lax UTF-8 parsing | jenglish | 2005-04-19 | 1 | -7/+7 |
|
|
* | * unix/tkUnixFont.c (FontMapLoadPage): reorder char[] decls to | hobbs | 2005-04-14 | 1 | -3/+3 |
|
|
* | * unix/tcl.m4 (Darwin): added -single_module linker flag to | das | 2005-04-09 | 2 | -4/+4 |
|
|
* | * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople... | mdejong | 2005-04-07 | 1 | -5/+7 |
|
|
* | Updated the OpenBSD configuration and regenerated configure script. | patthoyts | 2005-03-15 | 2 | -26/+74 |
|
|
* | * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined | hobbs | 2005-02-11 | 3 | -573/+1104 |
|
|
* | * unix/tcl.m4, unix/configure: add solaris-64 gcc build | hobbs | 2005-01-31 | 2 | -10/+44 |
|
|
* | * macosx/tkMacOSXInit.c (TkpInit): set tcl_interactive to 1 to show | das | 2005-01-25 | 2 | -6/+6 |
|
|
* | * unix/tcl.m4: Sync'ed to Tcl's copy. | dgp | 2005-01-12 | 2 | -1034/+495 |
|
|
* | Remove ${DBGX}, ${TK_DBGX} from Tk build system [Patch 1081595]. | jenglish | 2005-01-10 | 5 | -779/+1089 |
|
|