summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * unix/configure: Regen.mdejong2001-12-193-7/+23
| | | | | * unix/configure.in: Move EXP file changes over from Tcl configure script to fix AIX build with gcc. [Bug 220955]
* * unix/Makefile.in:mdejong2001-12-193-4/+10
| | | | | * win/Makefile.in: Use $(MAKE) instead of make in the tcltest rule.
* * Corrected test thatdgp2001-12-192-3/+8
| | | | failed on Solaris/CDE due to text scrolling. [Bug 413735]
* corrected spin(up|down) -> button(up|down)hobbs2001-12-181-3/+3
|
* Added code to guess the correct default extension from whatever valuedkf2001-12-143-8/+41
| | | | | was selected in the filetypes option menu. Adapted from code by Chris Nelson submitted in Patch #492220.
* (TkWmStackorderToplevelWrapperMap): added statichobbs2001-12-131-2/+3
|
* Added panic in TkPutImage in case of failure to allocate bitmapchengyemao2001-12-071-2/+4
|
* Added panic in ImgPhotoInstanceSetSize in case of failure to get pixmapchengyemao2001-12-071-1/+5
|
* Added panic to TkPutImage in case of failure to allocate bitmapchengyemao2001-12-071-1/+5
|
* * generic/tkText.c:hobbs2001-12-053-20/+26
| | | | | * generic/tkText.h: changed TkTextEditType enums to be prefaced with TK_EDIT_ to prevent name collision.
* * mac/tkMacWm.c: mac implementation of wm stackorderdas2001-12-052-5/+232
|
* Add TK patch 481148 to implement TIP 74, themdejong2001-12-0410-18/+866
| | | | | | | | | | | | | | | | | | | | | | | | | | wm stackorder command. * doc/winfo.n: Update documentation for the winfo children command to indicate that top-level windows are not returned in stacking order. * doc/wm.n: Add documentation for wm stackorder. * generic/tkInt.decls (TkWmStackorderToplevel): Add decl for new function. * generic/tkIntDecls.h: Regen. * generic/tkStubInit.c: Regen. * tests/unixWm.test: Add stackorder command to test for wm command usage message. * tests/wm.test: Add new set of tests for generic window manager methods. * unix/tkUnixWm.c (Tk_WmCmd, TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): Add unix implementation of new wm stackorder command. * win/tkWinWm.c (Tk_WmCmd, TkWmStackorderToplevelEnumProc, TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): Add windows implementation of new wm stackorder command.
* no messagedavygrvy2001-12-031-0/+5
|
* install target changes by request from Ryan Casey <scfiead@hotmail.com>.davygrvy2001-12-031-26/+15
|
* More widget demo improvements.dkf2001-11-302-13/+50
|
* D'oh! Forgot part of the changelog entry...dkf2001-11-291-1/+2
|
* Made tk_setPalette guess a reasonable default for the foreground colour.dkf2001-11-292-3/+17
|
* no messagedavygrvy2001-11-281-0/+5
|
* Fixed CAT32 target. cat.c is located in the Tcl source, not the Tk source.davygrvy2001-11-281-2/+2
|
* When a menu is torn off, a new "clone" menu is created which is an exactdrh2001-11-272-2/+9
| | | | | | | | 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-272-2/+15
| | | | | windows menus. Disabled menu entries show their active background color on mouseover and keyboard traversal.
* * unix/Makefile.in: Add comments to better describemdejong2001-11-253-8/+46
| | | | | | | | | 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-254-24/+39
| | | | | | | * 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-2345-4879/+4688
| | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435660) see ChangeLog for details
* added static to TextGetText and popStack func definitionshobbs2001-11-211-3/+3
|
* (DestroyText): plugged mem leak when not clearing stack (callewaert)hobbs2001-11-212-8/+15
| | | | (TextGetText): more efficient string size calculation (darley)
* * generic/tkText.c (TextGetText): reworked to use DString forhobbs2001-11-201-54/+58
| | | | improved speed. (callewaert, darley)
* Some neatening up of the widget demo launcher, and a new validated entry demodkf2001-11-193-109/+264
|
* * win/tkWinButton.c (TkpComputeButtonGeometry): corrected thehobbs2001-11-174-107/+249
| | | | | | | 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 ****
* marked 32.8 a knownBug against SF bug #465324hobbs2001-11-171-2/+3
|
* * library/menu.tcl: corrected menu traversal code on Unix tohobbs2001-11-161-11/+10
| | | | better handle entering cascades. [Patch #481219]
* no messagedavygrvy2001-11-161-0/+4
|
* install target repaired.davygrvy2001-11-161-20/+19
|
* stupid typodkf2001-11-151-2/+2
|
* tk_setPalette now works correctly under CDE, + an image demo updatedkf2001-11-153-17/+60
|
* Minor improvements to undo (demo,docs&bindings)dkf2001-11-154-74/+98
|
* Added the logic for the linkexten option.davygrvy2001-11-132-20/+30
|
* small bug fix with filenames in the .res files.davygrvy2001-11-131-2/+8
|
* * win/mkd.bat:davygrvy2001-11-135-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 messagedavygrvy2001-11-131-0/+11
|
* added TIP#26 text widget undo/redo functionalityhobbs2001-11-1311-97/+979
|
* one char nroff macro fixhobbs2001-11-131-2/+2
|
* fixed unix tk_chooseColor to allow full 0..255 range selection via mousehobbs2001-11-122-6/+11
|
* Yet more -compound showing off, prompted by Vince Darleydkf2001-11-122-1/+9
|
* More fancying up of the demo suitedkf2001-11-122-14/+35
|
* * unix/Makefile.in:mdejong2001-11-113-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.hobbs2001-11-105-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 libshobbs2001-11-103-6/+6
|
* added -lc to AIX libs, fixed path to ldAixhobbs2001-11-102-131/+163
|