summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Creating branch scriptics-sc-1-0-branchscriptics_sc_1_0_basescriptics_sc_1_0core_8_2_2scriptics_sc_1_0_branchcvs1999-11-030-0/+0
|
* * win/winMain.c: changed Tcl_AppInit to not cause a DebugBreakhobbs1999-11-031-3/+7
| | | | on simple startup errors (like bad options to wish)
* updated for 8.2.2 releasehobbs1999-11-032-1/+16
|
* tagged 8.2.2hobbs1999-11-021-0/+4
|
* * unix/configure.in:hobbs1999-10-302-14/+15
| | | | | | | | | * README: * win/configure.in: * generic/tk.h: updated to patchlevel 2 * win/tkWinKey.c: fixed XKeysymToKeycode to handle mapping of symbolic keysyms (Left, Home, ...) with event generate
* * unix/configure.in:hobbs1999-10-301-2/+2
| | | | | | * README: * win/configure.in: * generic/tk.h: updated to patchlevel 2
* * library/entry.tcl: change tkEntrySeeInsert to avoid the usehobbs1999-10-302-8/+10
| | | | | | | | | | | of a while loop that could eat CPU tremendously. Behavior of moving the cursor at the right edge changes slightly (previously it tried to keep the cursor at the right edge, now it moves the cursor to a "central right" location - better IMHO). [Bug: 3195] * library/scrlbar.tcl: changed tkScrollButtonUp to check for existence of tkPriv(relief) in order to avoid spurious release events
* * generic/tk.h: updated to patchlevel 2hobbs1999-10-301-3/+3
|
* see loghobbs1999-10-302-2/+24
|
* updatedscriptics_bc_1_0_b1core_8_2_1hobbs1999-10-021-1/+11
|
* * unix/Makefile.in: added ChangeLog to source disthobbs1999-10-021-3/+3
|
* *** empty log message ***hobbs1999-10-021-0/+2
|
* updated patch level to 1hobbs1999-09-303-4/+9
|
* 1999-09-24 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-243-8/+14
| | | | | | * unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font.
* 1999-09-23 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-243-6/+13
| | | | | * README: * generic/tk.h: changed to reflect 8.2.1 version
* "make install" now calls "make all" as its first target.wart1999-09-231-2/+2
|
* 1999-09-21 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-2212-48/+90
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tkFont.c: fixed processing of font options and error returned [Bug: 2075] * win/tkWinWm.c: fixed bug in 'wm deiconify' that raised the wrong toplevel, and changed it to not set focus on overridden toplevels * unix/aclocal.m4: added fix for FreeBSD-[1-2] recognition [Bug: 2070] and fix to AIX-* to get ldAix right [Bug: 2624], fixed AIX version check and several other config fixes for AIX * mac/tkMacMenubutton.c: * unix/tkUnixMenubu.c: fixed permanently stippled menubutton image * win/tkWinButton.c: fixed possible pointer smash [Bug: 2733] * win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909] * unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder * generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c (from code added to support TkpDrawHighlightBorder) [Bug: 2676]
* Added necessary substitutions for using tkConfig.shwart1999-09-221-1/+3
|
* Release 8.2.0scriptics_tclpro_1_3_0core_8_2_0redman1999-08-131-1/+7
|
* Fixed ANSI-style function definitions so that they work on K&Rredman1999-08-132-4/+4
| | | | compilers properly.
* Update to move the build directory out of the source tree.jingham1999-08-131-1/+1
|
* Fix a bug where the background of the menu can be wrong on Appearances that ↵jingham1999-08-131-4/+18
| | | | use pixmaps for the background of the menu.
* *** empty log message ***jingham1999-08-131-0/+8
|
* *** empty log message ***hobbs1999-08-132-9/+9
|
* Change version numbers to 8.2.0redman1999-08-104-10/+10
|
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>core_8_2_b3_basehobbs1999-08-101-1/+7
| | | | | | * win/tkWinWm.c: changed "wm deiconify" on Windows to raise and force the focus on the deiconified window (behavioral change from 8.1 to comply better with Windows style) [Bug: 1609]
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-104-12/+24
| | | | | * generic/tkInt.decls: added TkSetFocusWin * generic/tkFocus.c: changed static SetFocus to TkSetFocusWin
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-101-2/+4
| | | | | | | * win/tkWinWm.c: changed "wm deiconify" on Windows to raise and force the focus on the deiconified window (behavioral change from 8.1 to comply better with Windows style) [Bug: 1609] * doc/wm.n: clarified behavior of "wm deiconify".
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-101-0/+7
| | | | | | | | | * win/tkWinWm.c: changed "wm deiconify" on Windows to raise and force the focus on the deiconified window (behavioral change from 8.1 to comply better with Windows style) [Bug: 1609] * doc/wm.n: clarified behavior of "wm deiconify". * generic/tkInt.decls: added TkSetFocusWin * generic/tkFocus.c: changed static SetFocus to TkSetFocusWin
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-104-9/+16
| | | | | | | * library/clrpick.tcl: * library/console.tcl: * library/tk.tcl: fixed code where abbreviations where used in calling widget methods (confuses iWidgets) [Bug: 2422]
* Remove the #ifdef MAC_TCL from TkDrawInsetFocusHighlight, this knowledge is ↵jingham1999-08-101-17/+7
| | | | now properly in a "p" function, TkpDrawHighlightBorder.
* New Function: TkpDrawHighlightBorder. Use this in place of ↵jingham1999-08-1014-56/+200
| | | | Tk_DrawFocusHighlight. The latter did not work on the Mac, since you need to know both foreground & background color when you draw the active focus ring.
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-093-35/+41
| | | | | | | | * library/button.tcl: cleaned up programming (config -> configure) and fixed Windows relief bug [Bug: 664] * library/entry.tcl: changed Entry C/C/P to not use global data (now uses tkPriv(data)) [Bug: 1475] * library/listbox.tcl: fixed extended mode script error [Bug: 866]
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-092-4/+5
| | | | | * doc/options.n: clarified that -troughcolor doesn't work on Windows * doc/wm.n: fixed wm positionfrom docs [Bug: 2284]
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-091-0/+10
| | | | | | | | | | * library/button.tcl: cleaned up programming (config -> configure) and fixed Windows relief bug [Bug: 664] * library/entry.tcl: changed Entry C/C/P to not use global data (now uses tkPriv(data)) [Bug: 1475] * library/listbox.tcl: fixed extended mode script error [Bug: 866] * doc/options.n: clarified that -troughcolor doesn't work on Windows * doc/wm.n: fixed wm positionfrom docs [Bug: 2284]
* Fix a typo from the 8.0 -> 8.1 conversion of the Menu code.jingham1999-08-071-2/+3
|
* Check the return from Tk_MacGetColor before changing the colorjingham1999-08-071-3/+5
|
* Fix a typo left over from the conversion of the Menu code from 8.0 to 8.1.jingham1999-08-051-3/+2
|
* Added line to make mkLinks executable before it's used.wart1999-08-041-1/+2
|
* Release 8.2b2scriptics_tclpro_1_3_b4core_8_2_b2redman1999-08-041-1/+28
|
* Fix configure scripts for beta version number (b2 instead of b1).redman1999-08-042-4/+4
|
* 1999-08-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-012-2/+10
| | | | | | * mac/tkMacPort.h: wrapped panic in #ifndef panic to avoid compiler errors when used with stubs-#defines, from Vince Darley. [Bug: 2389]
* * xlib/X11/Xlib.h: Remove XFillRectangle since it is now in theredman1999-07-312-13/+5
| | | | stub tables.
* 1999-07-30 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-07-313-3/+35
| | | | * tkInt.decls: Added stub entry for XFillRectangle [Bug: 2446]
* tkInt.decls file change additionhobbs1999-07-311-0/+4
|
* * win/makefile.vc: Corrected building threaded tktest.exe onredman1999-07-312-5/+14
| | | | | | Windows. Needed to link in .obj files from Tcl, needs to change later so that code is in Tk and doesn't require a Tcl build. Also added runtest target.
* * generic/tkConsole.c: Allow tcl to open CON and NUL, even for stdredman1999-07-302-16/+109
| | | | | | channels. Checking for bad/unusable std channels was moved to Tk since its only purpose was to check whether to use the Tk Console Window for the std channels. [Bug: 2393 2392 2209 2458]
* * win/Makefile.in: Corrected building threaded tktest.exe onredman1999-07-292-7/+41
| | | | | Windows. Needed to link in .obj files from Tcl, needs to change later so that code is in Tk and doesn't require a Tcl build.
* Fix one more install-sh bugredman1999-07-271-2/+2
|
* Fix install-sh problem, wrong directory.redman1999-07-231-2/+2
|