summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* When a menu is torn off, a new "clone" menu is created which is an exactdrh2001-11-271-0/+5
| | | | | | | | copy of the original. The copy even includes the tearoff bar, though the tearoff bar is not displayed. But even though it wasn't displayed, the tearoff bar on the tearoff menu could be visited using keyboard traversal. This change makes it so that the (invisible) tearoff bar of tearoff menus is no longer visited on keyboard traversal.
* Change the behavior of menus on windows to be more consistent with nativedrh2001-11-271-0/+6
| | | | | windows menus. Disabled menu entries show their active background color on mouseover and keyboard traversal.
* * unix/Makefile.in: Add comments to better describemdejong2001-11-251-0/+10
| | | | | | | | | TCL_EXE and when it should be available. Add rule that prints message about running `make genstubs` when tkStubInit.c is out of date. * win/Makefile.in: Add TCL_TOOL_DIR and TCL_EXE variables to better match the Tcl Makefile. Add genstubs rule so tkSTubInit.c can be regenerated.
* * win/configure: Regen.mdejong2001-11-251-0/+8
| | | | | | | * win/configure.in: Don't AC_SUBST CFLAGS_DEBUG, CFLAGS_OPTIMIZE, or CFLAGS_WARNING since it is now done in SC_CONFIG_CFLAGS. * win/tcl.m4 (SC_CONFIG_CFLAGS): AC_SUBST DL_LIBS, CFLAGS_DEBUG, CFLAGS_OPTIMIZE, and CFLAGS_WARNING.
* Fix up some non-standard ChangeLog entires.mdejong2001-11-251-7/+7
|
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-0/+131
| | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435660) see ChangeLog for details
* (DestroyText): plugged mem leak when not clearing stack (callewaert)hobbs2001-11-211-0/+7
| | | | (TextGetText): more efficient string size calculation (darley)
* Some neatening up of the widget demo launcher, and a new validated entry demodkf2001-11-191-0/+8
|
* * win/tkWinButton.c (TkpComputeButtonGeometry): corrected thehobbs2001-11-171-0/+13
| | | | | | | default size of Windows buttons to conform to the Windows style. This changes the default size of buttons on Windows. [Patch #463234] (nelson) **** POTENTIAL VISUAL INCOMPATABILITY ****
* no messagedavygrvy2001-11-161-0/+4
|
* 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.