Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commented out broken rule that stopped 'make test' from working. | dkf | 2009-11-23 | 1 | -9/+9 |
| | |||||
* | Added some OSX-specific things | dkf | 2009-11-21 | 1 | -0/+5 |
| | |||||
* | Compile tkTest.c and friends with Stubs | nijtmans | 2009-11-19 | 1 | -5/+5 |
| | |||||
* | [Patch #2883533] tcl.m4 support for Haiku OS | nijtmans | 2009-11-19 | 4 | -5/+95 |
| | | | | unix/Makefile.in: Fix library order in X11_LIB_SWITCHES | ||||
* | * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20 | andreas_kupries | 2009-11-10 | 1 | -3/+7 |
| | | | | | | * win/Makefile.in: commit. The OSX Cocoa code branch still needs tclInt.h and the internal headers, thus the TCL_PLATFORM directory. See tclMacOSXNotify.c for example. | ||||
* | * unix/Makefile.in: Remove $(PACKAGE).* and prototype from the | dgp | 2009-10-26 | 1 | -2/+2 |
| | | | | `make distclean` target. Completes 2009-10-20 commit. | ||||
* | Fix [Bug 2809525] by limiting X11 color name lengths. | dkf | 2009-10-25 | 1 | -5/+18 |
| | |||||
* | [Patch 1530276]: Improve no-indicator check/radio buttons on Unix. | dkf | 2009-10-24 | 1 | -6/+6 |
| | |||||
* | Bug fix for #2875562 | nijtmans | 2009-10-21 | 1 | -1/+4 |
| | |||||
* | Also removed the long outdated and broken | dgp | 2009-10-20 | 1 | -83/+1 |
| | | | | | | | targets package-* that were for building Solaris packages. Appears that the pieces needed for these targets to function have never been present in the current era of Tcl development and belong completely to Tcl pre-history. | ||||
* | * unix/Makefile.in: Compiling Tk no longer requires header files | dgp | 2009-10-20 | 1 | -7/+3 |
| | | | | | * win/Makefile.in: from the TCL_PLATFORM DIR. Baby step in pursuit of [Bug 1712098]. | ||||
* | [Bug 1961455]: Draw underlines and overstrikes when using Xft. | dkf | 2009-10-10 | 1 | -7/+118 |
| | |||||
* | [Patch 2088597]: Stop scrollbars from getting too small at the end. | dkf | 2009-10-07 | 1 | -5/+4 |
| | |||||
* | Improve comment following request by Joe English | dkf | 2009-09-09 | 1 | -2/+3 |
| | |||||
* | Try to make Tk more resilient in the face of Xft allocation failures. | dkf | 2009-09-09 | 1 | -2/+14 |
| | |||||
* | [Bug 1909931]: Add support for server-interpreted access control addreses. | dkf | 2009-08-25 | 1 | -22/+66 |
| | |||||
* | * unix/configure: autoconf-2.59 | das | 2009-08-24 | 1 | -0/+1 |
| | |||||
* | * macosx/Wish.sdef (new file): Install and enable sdef file | das | 2009-08-24 | 2 | -3/+5 |
| | | | | | | | | | | * macosx/Wish-Info.plist.in: into Wish application bundle, * macosx/Tk.xcode/project.pbxproj: describing TkAqua apple event * macosx/Tk.xcodeproj/project.pbxproj: support for use by AppleScript. * unix/Makefile.in: (replaces functionality of * unix/configure.in: 'aete' resource removed with Cocoa port & fixes AppleScript issues reported on tcl-mac) | ||||
* | Oops; forgot to fix a spot for 64-bit | dkf | 2009-08-01 | 1 | -2/+2 |
| | |||||
* | Don't assume that we're on little-endian clients. [Bug 2830420] | dkf | 2009-08-01 | 1 | -26/+21 |
| | |||||
* | A slightly more efficient placing | dkf | 2009-07-18 | 1 | -3/+3 |
| | |||||
* | Fix the transfer of large binary data. I hate INCR selections transfers... | dkf | 2009-07-18 | 1 | -1/+3 |
| | |||||
* | * unix/Makefile.in: Define NDEBUG in optimized (non- | das | 2009-07-18 | 1 | -2/+2 |
| | | | | symbols) build to disable assert()s. | ||||
* | Apply patch from [Bug 2821962] to make binary byte selection transfers work. | dkf | 2009-07-15 | 1 | -20/+54 |
| | |||||
* | autoconf-2.59 | das | 2009-07-14 | 1 | -17/+34 |
| | |||||
* | Allow turning off of XScreenSaver use. [Bug 2496018] | dkf | 2009-07-14 | 1 | -20/+30 |
| | |||||
* | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 3 | -44/+118 |
| | |||||
* | * unix/Makefile.in: add support for --enable-aqua=carbon | das | 2009-06-26 | 3 | -32/+64 |
| | | | | | | | * unix/configure.in: configure option (legacy fallback for pre-Mac OS X 10.5 releases). * unix/configure: autoconf-2.59 | ||||
* | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 2 | -4/+6 |
| | | | | to add _r to CC on AIX with threads. | ||||
* | Removed stray @ from Makefile.in test target. [Bug 2764263] | stwo | 2009-04-24 | 1 | -10/+10 |
| | | | | | Don't chmod+x square demo. [Bug 1945073] Adjustable demo install location. [Patch 2764272] | ||||
* | Don't chmod/exec installManPage. [Patch 2769530] | stwo | 2009-04-24 | 1 | -8/+5 |
| | |||||
* | * unix/configure.in (Darwin): use Darwin SUSv3 extensions if | das | 2009-04-10 | 3 | -6/+352 |
| | | | | | | available. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 | ||||
* | Don't Panic [Bug 1789819]. | jenglish | 2009-04-03 | 1 | -20/+9 |
| | |||||
* | regen | dkf | 2009-03-14 | 1 | -1/+2 |
| | |||||
* | Added support for reporting TEA-like info via pkg-config. [Patch 2243962] | dkf | 2009-03-14 | 3 | -5/+25 |
| | |||||
* | fix [tcl-Bug 2502365] Building of head on HPUX is | nijtmans | 2009-02-10 | 2 | -10/+16 |
| | | | | broken when using the native CC. | ||||
* | - eliminate some unnessary type casts | nijtmans | 2009-01-28 | 3 | -27/+26 |
| | | | | | - some internal const decorations - spacing | ||||
* | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). | Kevin B Kenny | 2009-01-22 | 2 | -2/+2 |
| | | | | * unix/configure: Autoconf 2.59 | ||||
* | Patch 907924 | Kevin B Kenny | 2009-01-20 | 3 | -18/+63 |
| | |||||
* | * generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguish | dgp | 2009-01-16 | 2 | -3/+3 |
| | | | | | | | | | * library/tk.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases. * unix/configure.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | fix [tcl-Bug 2502365] Building of head on | nijtmans | 2009-01-13 | 2 | -2/+2 |
| | | | | HPUX is broken when using the native CC | ||||
* | Implementation of TIP #244, PNG image support. | dkf | 2008-12-28 | 1 | -4/+7 |
| | |||||
* | * README: Bump version number to 8.6b1 | dgp | 2008-12-19 | 3 | -11/+11 |
| | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | VOID -> void | nijtmans | 2008-12-17 | 1 | -16/+1 |
| | |||||
* | fix warning | das | 2008-12-10 | 1 | -2/+2 |
| | |||||
* | minor improvements | dkf | 2008-12-09 | 2 | -25/+27 |
| | |||||
* | minor corrections to comments | dkf | 2008-12-09 | 2 | -29/+29 |
| | |||||
* | TIP 337 | dgp | 2008-12-09 | 2 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | | | * generic/tkBind.c: Updated callers of Tcl_BackgroundError() * generic/tkCanvas.c: to use the new routine * generic/tkEntry.c: Tcl_BackgroundException() as appropriate. * generic/tkImgBmap.c: * generic/tkListbox.c: * generic/tkSelect.c: * generic/tkTextDisp.c: * generic/tkTextWind.c: * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXScale.c: * macosx/tkMacOSXWindowEvent.c: * unix/tkUnixScale.c: * unix/tkUnixWm.c: * win/tkWinButton.c: * win/tkWinMenu.c: * win/tkWinScrlbr.c: * win/tkWinWm.c: | ||||
* | Implementation of TIP #197. | dkf | 2008-12-06 | 1 | -1/+2 |
| | |||||
* | Remove references to deleted file | dkf | 2008-12-05 | 1 | -4/+4 |
| |