Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | small bug fix with filenames in the .res files. | davygrvy | 2001-11-13 | 1 | -2/+8 | |
| | ||||||
* | * win/mkd.bat: | davygrvy | 2001-11-13 | 5 | -420/+799 | |
| | | | | | | | | | | * win/rmd.bat: Removed -kb CVS attribute and added changes from Llyod Lim for better stability. [Patch #456761] * win/rules.vc(new): * win/buildall.vc.bat(new): * win/makefile.vc: large rewrite following Tcl's makefile.vc as a guide and Patch #456761. Appears BugFree(tm). | |||||
* | no message | davygrvy | 2001-11-13 | 1 | -0/+11 | |
| | ||||||
* | added TIP#26 text widget undo/redo functionality | hobbs | 2001-11-13 | 11 | -97/+979 | |
| | ||||||
* | one char nroff macro fix | hobbs | 2001-11-13 | 1 | -2/+2 | |
| | ||||||
* | fixed unix tk_chooseColor to allow full 0..255 range selection via mouse | hobbs | 2001-11-12 | 2 | -6/+11 | |
| | ||||||
* | Yet more -compound showing off, prompted by Vince Darley | dkf | 2001-11-12 | 2 | -1/+9 | |
| | ||||||
* | More fancying up of the demo suite | dkf | 2001-11-12 | 2 | -14/+35 | |
| | ||||||
* | * unix/Makefile.in: | mdejong | 2001-11-11 | 3 | -2/+26 | |
| | | | | | * win/Makefile.in: Add "make gdb" target. This target can run wish inside either gdb or insight. | |||||
* | * win/tkWinX.c (TkWinXInit): added InitCommonControlsEx call. | hobbs | 2001-11-10 | 5 | -3/+77 | |
| | | | | | | | | | * win/rc/tk.rc: * win/rc/wish.rc: * win/rc/wish.exe.manifest: added resources that specify using v6 of the MS Common Controls library when available (WinXP+). This enables use of the themeable widgets (like scrollbars) to be used in Tk. [Patch #478933] | |||||
* | add comctl32.lib to build libs | hobbs | 2001-11-10 | 3 | -6/+6 | |
| | ||||||
* | added -lc to AIX libs, fixed path to ldAix | hobbs | 2001-11-10 | 2 | -131/+163 | |
| | ||||||
* | * unix/configure: | mdejong | 2001-11-09 | 2 | -108/+110 | |
| | | | | * unix/tcl.m4: Update from Tcl. | |||||
* | * unix/configure: | mdejong | 2001-11-09 | 3 | -145/+202 | |
| | | | | * unix/tcl.m4: Update from Tcl. | |||||
* | * unix/Makefile.in: | mdejong | 2001-11-09 | 2 | -3/+11 | |
| | | | | | | | Avoid adding libc to the LIBS and WISH_LIBS variables since it is not needed when linking with CC. If required when linking with LD it should be done on a case by case basis in tcl.m4. | |||||
* | Minor fixes from wohnivec@iol.cz Thanks! | dkf | 2001-11-05 | 5 | -8/+16 | |
| | ||||||
* | Improvements to widget demo (integrates/demonstrates the new 8.4 widgets) | dkf | 2001-10-30 | 4 | -14/+79 | |
| | ||||||
* | More demo upgrades derived from 8.3.4 and using new features | dkf | 2001-10-30 | 3 | -96/+128 | |
| | ||||||
* | More demo upgrades derived from 8.3.4 | dkf | 2001-10-29 | 3 | -14/+34 | |
| | ||||||
* | Improvements to the demo scripts, mostly up-ported from 8.3.4 | dkf | 2001-10-29 | 4 | -165/+198 | |
| | ||||||
* | Minor fixes to TkCursor.nextPtr field handling [adapted from Patch 473875] | dkf | 2001-10-23 | 2 | -3/+9 | |
| | ||||||
* | * library/console.tcl: removed transpose ability until the console | hobbs | 2001-10-19 | 2 | -5/+12 | |
| | | | | can get a proper rewrite of tag handling. | |||||
* | removed threaded build warning under X | hobbs | 2001-10-19 | 1 | -2/+1 | |
| | ||||||
* | * library/console.tcl (ConsoleOutput): fixed undefined widget | hobbs | 2001-10-18 | 2 | -3/+9 | |
| | | | | argument. | |||||
* | * library/xmfbox.tcl: fixed filtering in motif file dialog. | hobbs | 2001-10-16 | 2 | -5/+12 | |
| | | | | [Patch #469670] (nelson) | |||||
* | * generic/tkWindow.c (OpenIM): Added simple XIM patch to enable | hobbs | 2001-10-16 | 2 | -1/+11 | |
| | | | | basic XIM input on Unix. [Patch #412727] (fabian) | |||||
* | had to add ""s now that configure.in is doing the right thing | hobbs | 2001-10-15 | 2 | -3/+3 | |
| | ||||||
* | * unix/configure: | hobbs | 2001-10-15 | 6 | -205/+243 | |
| | | | | | | | | | * unix/configure.in: * win/configure: * win/configure.in: * win/tkConfig.sh.in: reworked to be a little cleaner in comparison to each other, and to AC_SUBST even empty vars for win/tkConfig.sh | |||||
* | implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpoint | tmh | 2001-10-12 | 16 | -104/+598 | |
| | ||||||
* | * library/console.tcl: added more smarts extracted from tkcon to | hobbs | 2001-10-09 | 2 | -125/+571 | |
| | | | | the default console. | |||||
* | see ChangeLog | hobbs | 2001-10-01 | 1 | -0/+7 | |
| | ||||||
* | * win/tkWinWindow.c: made use of standard Tk_GetHWND instead of | hobbs | 2001-10-01 | 1 | -11/+10 | |
| | | | | older, private TkWinGetHWND. | |||||
* | minor cast changes to support Win64 | hobbs | 2001-10-01 | 1 | -24/+6 | |
| | ||||||
* | better error reporting from testclipboard | hobbs | 2001-10-01 | 1 | -8/+105 | |
| | ||||||
* | updated for Win64 SDK RC1 compilation support | hobbs | 2001-10-01 | 4 | -76/+139 | |
| | ||||||
* | updated copyright | hobbs | 2001-10-01 | 2 | -6/+6 | |
| | ||||||
* | Added -uniform option to grid's row/columnconfigure. | pspjuth | 2001-09-30 | 4 | -21/+295 | |
| | ||||||
* | Added labelframe widget. TIP#18. | pspjuth | 2001-09-26 | 18 | -120/+1620 | |
| | ||||||
* | Geometry manager changes to support TIP#18. | pspjuth | 2001-09-26 | 15 | -67/+340 | |
| | ||||||
* | * Corrected definition of | dgp | 2001-09-25 | 8 | -19/+77 | |
| | | | | | TkpScanWindowId to handle situation where types Window and int do not have the same number of bits. CONST-ified too. | |||||
* | Update to handle change in | dgp | 2001-09-24 | 2 | -2/+9 | |
| | | | | | return type of Tcl_DStringAppend() from (char *) to (CONST char *). [TIP 27] | |||||
* | Pack accepted asymmetric values for -ipadx/y. | pspjuth | 2001-09-23 | 4 | -11/+51 | |
| | | | | Only -padx/y supports asymmetry. [Bug #462348] | |||||
* | * win/tkWinWindow.c (TkpPrintWindowId, TkpScanWindowId): fixed to | hobbs | 2001-09-21 | 1 | -5/+18 | |
| | | | | work on Win64 with 64bit XIDs. | |||||
* | * generic/tkWindow.c (Tk_CreateAnonymousWindow): | hobbs | 2001-09-21 | 3 | -6/+5 | |
| | | | | * generic/tkEntry.c (GetSpinboxElement): fixed unreachable returns. | |||||
* | see ChangeLog | hobbs | 2001-09-21 | 1 | -0/+36 | |
| | ||||||
* | minor cast fixes to prevent 64bit warnings | hobbs | 2001-09-21 | 6 | -28/+29 | |
| | ||||||
* | (TkGetServerInfo): added recognition of Win64 | hobbs | 2001-09-21 | 1 | -4/+10 | |
| | ||||||
* | made XID __int64 type for Win64 | hobbs | 2001-09-21 | 1 | -0/+4 | |
| | ||||||
* | * unix/tkUnixPort.h: | hobbs | 2001-09-21 | 2 | -7/+9 | |
| | | | | | * mac/tkMacPort.h: add (int*) cast to TkpScanWindowId. These may need to be changed to Window* (ulong). | |||||
* | (TkpScanWindowId): changed decl to use | hobbs | 2001-09-21 | 3 | -8/+8 | |
| | | | | Window* instead of int*. |