summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* *** 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.
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-0/+17
|
* *** empty log message ***scriptics_tclpro_1_3_b1core_8_1_1_basestanton1999-05-071-0/+5
|
* * Changed version number to 8.1.1.stanton1999-04-301-0/+4
|
* * Merged changes from 8.1.0 branchstanton1999-04-301-1/+32
|
* merged 8.1.0 changes into mainlinestanton1999-04-241-0/+21
|
* Merged 8-1-0 into mainline.rjohnson1999-04-211-0/+6
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-35/+433
|
* * Merged changes from 8.0.5:stanton1999-04-161-0/+5
| | | | - Updated for Mac release
* remove --enable-tcl-stub from configure scripts due to linking problems.redman1999-03-221-0/+7
|
* added reserved slot for use by the dash patchstanton1999-03-121-0/+5
|
* ChangeLog for 8.0.6, stubs implementation and focus -force patchredman1999-03-101-0/+64
|
* final b2 changesstanton1999-02-041-1/+8
|
* * tests/main.test:stanton1999-02-041-0/+56
| | | | | | * tests/unixWm.test: Better cleanup of temporary files. Lint.
* * generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancelscriptics_tclpro_1_2_b1stanton1999-01-061-0/+5
| | | | pending idle handlers, resulting in a crash in a few odd cases.
* Fixed font display bug (#846)stanton1998-11-251-0/+7