summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* tk_setPalette now works correctly under CDE, + an image demo updatedkf2001-11-151-0/+8
|
* Minor improvements to undo (demo,docs&bindings)dkf2001-11-151-0/+8
|
* no messagedavygrvy2001-11-131-0/+11
|
* added TIP#26 text widget undo/redo functionalityhobbs2001-11-131-0/+15
|
* fixed unix tk_chooseColor to allow full 0..255 range selection via mousehobbs2001-11-121-0/+3
|
* Yet more -compound showing off, prompted by Vince Darleydkf2001-11-121-0/+2
|
* More fancying up of the demo suitedkf2001-11-121-0/+6
|
* * unix/Makefile.in:mdejong2001-11-111-0/+6
| | | | | * win/Makefile.in: Add "make gdb" target. This target can run wish inside either gdb or insight.
* * win/tkWinX.c (TkWinXInit): added InitCommonControlsEx call.hobbs2001-11-101-0/+16
| | | | | | | | | * 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]
* * unix/configure:mdejong2001-11-091-0/+5
| | | | * unix/tcl.m4: Update from Tcl.
* * unix/Makefile.in:mdejong2001-11-091-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!dkf2001-11-051-0/+8
|
* Improvements to widget demo (integrates/demonstrates the new 8.4 widgets)dkf2001-10-301-0/+8
|
* More demo upgrades derived from 8.3.4 and using new featuresdkf2001-10-301-0/+9
|
* More demo upgrades derived from 8.3.4dkf2001-10-291-0/+6
|
* Improvements to the demo scripts, mostly up-ported from 8.3.4dkf2001-10-291-0/+13
|
* Minor fixes to TkCursor.nextPtr field handling [adapted from Patch 473875]dkf2001-10-231-0/+6
|
* * library/console.tcl: removed transpose ability until the consolehobbs2001-10-191-0/+7
| | | | can get a proper rewrite of tag handling.
* * library/console.tcl (ConsoleOutput): fixed undefined widgethobbs2001-10-181-0/+5
| | | | argument.
* * library/xmfbox.tcl: fixed filtering in motif file dialog.hobbs2001-10-161-0/+3
| | | | [Patch #469670] (nelson)
* * generic/tkWindow.c (OpenIM): Added simple XIM patch to enablehobbs2001-10-161-0/+5
| | | | basic XIM input on Unix. [Patch #412727] (fabian)
* * unix/configure:hobbs2001-10-151-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_branchpointtmh2001-10-121-0/+21
|
* * library/console.tcl: added more smarts extracted from tkcon tohobbs2001-10-091-0/+5
| | | | the default console.
* see ChangeLoghobbs2001-10-011-0/+7
|
* updated for Win64 SDK RC1 compilation supporthobbs2001-10-011-0/+9
|
* Added -uniform option to grid's row/columnconfigure.pspjuth2001-09-301-0/+7
|
* Added labelframe widget. TIP#18.pspjuth2001-09-261-0/+24
|
* Geometry manager changes to support TIP#18.pspjuth2001-09-261-0/+20
|
* * Corrected definition ofdgp2001-09-251-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 indgp2001-09-241-0/+6
| | | | | return type of Tcl_DStringAppend() from (char *) to (CONST char *). [TIP 27]
* Pack accepted asymmetric values for -ipadx/y.pspjuth2001-09-231-0/+6
| | | | Only -padx/y supports asymmetry. [Bug #462348]
* * generic/tkWindow.c (Tk_CreateAnonymousWindow):hobbs2001-09-211-0/+3
| | | | * generic/tkEntry.c (GetSpinboxElement): fixed unreachable returns.
* see ChangeLoghobbs2001-09-211-0/+36
|
* * unix/configure: regen'edhobbs2001-09-201-1/+8
| | | | | * unix/tcl.m4: added --enable-64bit support for HP-11 with the 64-bit kernel.
* * Corrected type definition ofdgp2001-09-171-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 ChangeLogdkf2001-09-171-1/+8
|
* * generic/tkImgGIF.c:andreas_kupries2001-09-141-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:mdejong2001-09-121-0/+5
| | | | * unix/tcl.m4: Update from Tcl.
* Fix a problem in the Unix tk_getOpenFile dialog box. An error dialog box useddrh2001-09-121-0/+4
| | | | | to appear when you would point the file browser box at an empty directory and click on the canvas.
* * unix/configure:mdejong2001-09-101-0/+5
| | | | * unix/tcl.m4: Update from Tcl.
* * win/Makefile.in: Fix Windows Makefile so thatmdejong2001-09-101-0/+6
| | | | | tcltest will automatically be compiled if the user tries to build tktest.
* * win/Makefile.in: Use TKTEST variable directlymdejong2001-09-101-0/+5
| | | | instead of depending on the tktest alias.
* * win/mkd.bat:mdejong2001-09-081-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 ChangeLoghobbs2001-08-301-0/+9
|
* * tests/config.test: added config-14.1 to test namespace importhobbs2001-08-291-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 MShobbs2001-08-281-0/+4
| | | | | bug that caused crashing in tk_chooseDirectory on Win95. [Bug #224936] (baker)
* * unix/tkUnixWm.c (TkWmRestackToplevel): reworked howhobbs2001-08-281-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 typodgp2001-08-271-0/+6
| | | | | that broke binding. Thanks to "Michal" for the fix. [Bug 455468]
* added QNX-6 build support. [Bug #219410] (loverso)hobbs2001-08-231-0/+7
|