summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* added dash patchhobbs1999-12-141-0/+103
|
* see loghobbs1999-12-121-0/+8
|
* see loghobbs1999-12-091-0/+6
|
* * generic/tkMain.c: need to include tclInt.h for new hookredman1999-12-081-0/+5
| | | | functions that are internal-use-only.
* see loghobbs1999-12-071-1/+12
|
* see loghobbs1999-12-031-0/+14
|
* * generic/tkMain.c :redman1999-12-021-0/+8
| | | | | | | * unix/tkAppInit.c: * win/winMain.c: Added added hooks into the main() code for supporting TclPro and other "big" shells more easily without requiring a copy of the main() code.
* see loghobbs1999-11-301-0/+5
|
* see loghobbs1999-11-301-0/+5
|
* fixed listboxhobbs1999-11-291-0/+5
|
* updated dialogshobbs1999-11-241-0/+10
|
* ChangeLog commit.ericm1999-11-241-0/+6
|
* Additions to update vertical scrollbar info for listboxes when listvar changes.ericm1999-11-241-0/+19
|
* see loghobbs1999-11-231-0/+8
|
* see loghobbs1999-11-191-0/+16
|
* ChangeLog commit.ericm1999-11-181-0/+4
|
* * tests/listbox.test: Added tests for bad -listvar's.ericm1999-11-181-0/+10
| | | | | * generic/tkListbox.c: Added handlers for bad -listvar's (ie, bad lists)
* * tests/listbox.test: New tests for -listvar functionality, and anericm1999-11-171-0/+26
| | | | | | odd extra case that wasn't covered before. * generic/tkListbox.c: Tests exposed some bugs, now fixed.
* see loghobbs1999-11-101-0/+10
|
* see loghobbs1999-10-301-0/+11
|
* see loghobbs1999-10-291-0/+22
|
* see loghobbs1999-10-201-0/+8
|
* 1999-09-24 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-10-011-0/+13
| | | | | | | | | | | | | * */README: * win/makefile.vc: * */configure.in: * generic/tk.h: * library/tk.tcl: up'd to 8.3a1 * unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font.
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-0/+19
| | | | | | | | | | | | | | | | | | | | | | | * 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 1999-09-15 Jeff Hobbs <hobbs@scriptics.com> * 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 (readjust from 8-21 fix) 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] 1999-09-14 Jeff Hobbs <hobbs@scriptics.com> * win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909]
* 1999-09-14 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-151-8/+12
| | | | * win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909]
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * win/tkWinDraw.c: * 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] * unix/aclocal.m4: added -bnoentry to the AIX-* flags * generic/tkCursor.c: fixed equality error in GetCursorFromObj [Bug: 2562] * library/msgbox.tcl: changed the behavior of tk_messageBox on Unix to be more Windows like in handling of <Return> and the default button * library/button.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: updated commands to use [string] ops instead of expr equality operators
* *** empty log message ***jingham1999-08-131-0/+8
|
* 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-101-0/+7
| | | | | | | * library/clrpick.tcl: * library/console.tcl: * library/tk.tcl: fixed code where abbreviations where used in calling widget methods (confuses iWidgets) [Bug: 2422]
* 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]
* 1999-08-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-011-1/+7
| | | | | | * 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-311-0/+5
| | | | stub tables.
* tkInt.decls file change additionhobbs1999-07-311-0/+4
|
* * win/makefile.vc: Corrected building threaded tktest.exe onredman1999-07-311-0/+7
| | | | | | 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-301-0/+5
| | | | | | 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-291-0/+6
| | | | | 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.
* * Changed version to 8.2b2redman1999-07-221-0/+8
| | | | | | | | | | | * win/tkWinPort.h: Block out include of sys/stat.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * library/menu.tcl: Applied patch from Jeff Hobbs to fix typo. [Bug: 2425]
* Applied patch from Jeff Hobbs to fix typo in menu.tcl [Bug: 2425]redman1999-07-221-0/+5
|
* * unix/Makefile.in: Add Windows configure script to distribution.redman1999-07-221-0/+4
|
* * unix/Makefile.in:redman1999-07-161-0/+9
| | | | | | | * win/Makefile.in: Copy the prolog.ps from the generic directory for install-libraries. * unix/aclocal.m4: Check for Alpha/Linux to set the IEEE flag to the compiler to be -mieee. Patch from Don Porter.
* * tests/unixSelect.test: Fixed broken test.stanton1999-07-091-0/+12
| | | | | | | | | | * win/makefile.vc: Added special case target to ensure that tkStubLib.obj is built with -DSTATIC_BUILD. * win/tkWinX.c (TkWinChildProc): Changed to pass WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL sub-windows happy. This allows Windows to generate the WM_SIZE and WM_MOVE messages.
* Fix Tk stub file names and flagsredman1999-07-081-0/+4
|
* Patches from Bug: 2068 2080 2269redman1999-07-011-0/+14
|
* Updated to reflect recent changeswart1999-06-171-0/+5
|
* Updated to reflect code changes.wart1999-06-171-0/+6
|
* *** empty log message ***stanton1999-06-031-0/+7
|
* *** empty log message ***stanton1999-06-021-0/+8
|
* *** empty log message ***stanton1999-06-011-0/+12
|
* *** empty log message ***stanton1999-05-251-0/+11
|
* Fixed bug in Windows clipboard code when dealing with selections that don't ↵stanton1999-05-221-0/+5
| | | | contain locale information.