Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * unix/configure: | mdejong | 2001-11-09 | 1 | -0/+5 |
| | | | | * unix/tcl.m4: Update from Tcl. | ||||
* | * unix/Makefile.in: | mdejong | 2001-11-09 | 1 | -0/+8 |
| | | | | | | | 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 | 1 | -0/+8 |
| | |||||
* | Improvements to widget demo (integrates/demonstrates the new 8.4 widgets) | dkf | 2001-10-30 | 1 | -0/+8 |
| | |||||
* | More demo upgrades derived from 8.3.4 and using new features | dkf | 2001-10-30 | 1 | -0/+9 |
| | |||||
* | More demo upgrades derived from 8.3.4 | dkf | 2001-10-29 | 1 | -0/+6 |
| | |||||
* | Improvements to the demo scripts, mostly up-ported from 8.3.4 | dkf | 2001-10-29 | 1 | -0/+13 |
| | |||||
* | Minor fixes to TkCursor.nextPtr field handling [adapted from Patch 473875] | dkf | 2001-10-23 | 1 | -0/+6 |
| | |||||
* | * library/console.tcl: removed transpose ability until the console | hobbs | 2001-10-19 | 1 | -0/+7 |
| | | | | can get a proper rewrite of tag handling. | ||||
* | * library/console.tcl (ConsoleOutput): fixed undefined widget | hobbs | 2001-10-18 | 1 | -0/+5 |
| | | | | argument. | ||||
* | * library/xmfbox.tcl: fixed filtering in motif file dialog. | hobbs | 2001-10-16 | 1 | -0/+3 |
| | | | | [Patch #469670] (nelson) | ||||
* | * generic/tkWindow.c (OpenIM): Added simple XIM patch to enable | hobbs | 2001-10-16 | 1 | -0/+5 |
| | | | | basic XIM input on Unix. [Patch #412727] (fabian) | ||||
* | * unix/configure: | hobbs | 2001-10-15 | 1 | -0/+10 |
| | | | | | | | | | * 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 | 1 | -0/+21 |
| | |||||
* | * library/console.tcl: added more smarts extracted from tkcon to | hobbs | 2001-10-09 | 1 | -0/+5 |
| | | | | the default console. | ||||
* | see ChangeLog | hobbs | 2001-10-01 | 1 | -0/+7 |
| | |||||
* | updated for Win64 SDK RC1 compilation support | hobbs | 2001-10-01 | 1 | -0/+9 |
| | |||||
* | Added -uniform option to grid's row/columnconfigure. | pspjuth | 2001-09-30 | 1 | -0/+7 |
| | |||||
* | Added labelframe widget. TIP#18. | pspjuth | 2001-09-26 | 1 | -0/+24 |
| | |||||
* | Geometry manager changes to support TIP#18. | pspjuth | 2001-09-26 | 1 | -0/+20 |
| | |||||
* | * Corrected definition of | dgp | 2001-09-25 | 1 | -0/+13 |
| | | | | | 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 | 1 | -0/+6 |
| | | | | | return type of Tcl_DStringAppend() from (char *) to (CONST char *). [TIP 27] | ||||
* | Pack accepted asymmetric values for -ipadx/y. | pspjuth | 2001-09-23 | 1 | -0/+6 |
| | | | | Only -padx/y supports asymmetry. [Bug #462348] | ||||
* | * generic/tkWindow.c (Tk_CreateAnonymousWindow): | hobbs | 2001-09-21 | 1 | -0/+3 |
| | | | | * generic/tkEntry.c (GetSpinboxElement): fixed unreachable returns. | ||||
* | see ChangeLog | hobbs | 2001-09-21 | 1 | -0/+36 |
| | |||||
* | * unix/configure: regen'ed | hobbs | 2001-09-20 | 1 | -1/+8 |
| | | | | | * unix/tcl.m4: added --enable-64bit support for HP-11 with the 64-bit kernel. | ||||
* | * Corrected type definition of | dgp | 2001-09-17 | 1 | -0/+8 |
| | | | | | | argument passed to Tcl_GetStringFromObj() from size_t to int. Incorrect type broke [pack] and [grid] on systems where sizeof(size_t) != sizeof(int). [Bugs 462375, 462342, 462338] | ||||
* | Fixed string/list confusion in directory browser, and a typo in ChangeLog | dkf | 2001-09-17 | 1 | -1/+8 |
| | |||||
* | * generic/tkImgGIF.c: | andreas_kupries | 2001-09-14 | 1 | -0/+10 |
| | | | | | | | | | * generic/tkImgPPM.c: * generic/tkImgPhoto.c: * generic/tkMenu.c: Applied patch [461578], provided by Vincent Darley. This fixes several memory leaks in the image code. They happen if there are errors during the initialization of the channel the image is supposed to be read from. | ||||
* | * unix/configure: | mdejong | 2001-09-12 | 1 | -0/+5 |
| | | | | * unix/tcl.m4: Update from Tcl. | ||||
* | Fix a problem in the Unix tk_getOpenFile dialog box. An error dialog box used | drh | 2001-09-12 | 1 | -0/+4 |
| | | | | | to appear when you would point the file browser box at an empty directory and click on the canvas. | ||||
* | * unix/configure: | mdejong | 2001-09-10 | 1 | -0/+5 |
| | | | | * unix/tcl.m4: Update from Tcl. | ||||
* | * win/Makefile.in: Fix Windows Makefile so that | mdejong | 2001-09-10 | 1 | -0/+6 |
| | | | | | tcltest will automatically be compiled if the user tries to build tktest. | ||||
* | * win/Makefile.in: Use TKTEST variable directly | mdejong | 2001-09-10 | 1 | -0/+5 |
| | | | | instead of depending on the tktest alias. | ||||
* | * win/mkd.bat: | mdejong | 2001-09-08 | 1 | -0/+7 |
| | | | | | | * win/rmd.bat: Apply binary property (cvs admin -kb) to files and convert to CRLF linefeed format to fix the VC++ build. [Tcl Bug #219409] | ||||
* | see ChangeLog | hobbs | 2001-08-30 | 1 | -0/+9 |
| | |||||
* | * tests/config.test: added config-14.1 to test namespace import | hobbs | 2001-08-29 | 1 | -0/+15 |
| | | | | | | | | | | | | | | evaluation of widgets. * generic/tkButton.c (ButtonCreate): * generic/tkFrame.c (CreateFrame): * generic/tkMenubutton.c (Tk_MenubuttonObjCmd): * generic/tkPlace.c (Tk_PlaceObjCmd): * generic/tkScale.c (Tk_ScaleObjCmd): * generic/tkMessage.c (Tk_MessageObjCmd): * generic/tkEntry.c (Tk_EntryObjCmd, Tk_SpinboxObjCmd): * generic/tkSquare.c (SquareObjCmd): redid the handling of optionTables in widgets to allow them to be imported into other namespaces. [Bug #456632] | ||||
* | * win/tkWinDialog.c (ChooseDirectoryHookProc): work-around for MS | hobbs | 2001-08-28 | 1 | -0/+4 |
| | | | | | bug that caused crashing in tk_chooseDirectory on Win95. [Bug #224936] (baker) | ||||
* | * unix/tkUnixWm.c (TkWmRestackToplevel): reworked how | hobbs | 2001-08-28 | 1 | -0/+8 |
| | | | | | | | ConfigureNotify requests were handled in relation to the parent to avoid the problem with potential 'raise' delays on some wms. [Bug #220260] (baker) wms that were affected should notice the difference in tests unixWm-51.* not failing that failed before. | ||||
* | * Corrected TIP 44 typo | dgp | 2001-08-27 | 1 | -0/+6 |
| | | | | | that broke binding. Thanks to "Michal" for the fix. [Bug 455468] | ||||
* | added QNX-6 build support. [Bug #219410] (loverso) | hobbs | 2001-08-23 | 1 | -0/+7 |
| | |||||
* | Fixed a bug where adjacent 'x' and '^' where not handled properly. | pspjuth | 2001-08-22 | 1 | -2/+8 |
| | |||||
* | * tests/dialog.test (HitReturn): fixed failing dialog-2.1 test | hobbs | 2001-08-22 | 1 | -0/+7 |
| | | | | because it wasn't always getting focus properly. | ||||
* | * tests/unixFont.test (unixFont-2.[234]): fixed to be more | hobbs | 2001-08-22 | 1 | -0/+9 |
| | | | | sensitive on systems that have more installed fonts. | ||||
* | Objectified grid and pack commands. | pspjuth | 2001-08-21 | 1 | -0/+11 |
| | |||||
* | TkGetWindowFromObj was useless CPU waster; now caches window names *safely* | dkf | 2001-08-21 | 1 | -0/+16 |
| | |||||
* | Grid configure rejected initial "x" and "^". [Bug #418664] | pspjuth | 2001-08-18 | 1 | -0/+6 |
| | |||||
* | Fixed a stupid error that's been in there for ages... | dkf | 2001-08-17 | 1 | -0/+7 |
| | |||||
* | * Labelled the TIP 44 changes as "POTENTIAL INCOMPATIBILITY". | dgp | 2001-08-15 | 1 | -0/+7 |
| | | | | | | Although technically internal changes are not incompatible, they'll be perceived as such by those who get bitten, and this will help them find the cause of their trouble. | ||||
* | Register Tk's object types with Tcl (Tcl Bug 450545) | dkf | 2001-08-15 | 1 | -0/+10 |
| |