summaryrefslogtreecommitdiffstats
path: root/changes
Commit message (Collapse)AuthorAgeFilesLines
* mark Mar 3 date for 8.4.2core_8_4_2hobbs2003-03-031-2/+2
|
* Added credits to changesdkf2003-03-031-30/+39
|
* updated changes for 8.4.2 release drafted by dkfdgp2003-03-031-1/+102
|
* updated for 8.4.1 releasecore_8_4_1hobbs2002-10-221-1/+59
|
* note sept 10 release datehobbs2002-09-091-2/+2
|
* added TIP108 note to OS X porthobbs2002-09-081-2/+2
|
* Update changes for 8.4.0 releasedgp2002-09-031-1/+51
|
* * added incompatibility note about photo compositingdgp2002-07-051-1/+2
|
* updated for 8.4b1 releasecore_8_4_b1hobbs2002-07-051-41/+19
|
* Updated tk changes from ChangeLog.andreas_kupries2002-06-241-1/+94
|
* * changes: Clearly label wm transient changes asmdejong2002-06-131-2/+3
| | | | | | | | a POTENTIAL INCOMPATIBILITY. * doc/wm.n: Remove "some window managers will" text and explicitly state what behavior a transient window will display. Also mention that it is an error to make a window a transient of itself.
* * changes: Add note about new transient behavior.mdejong2002-06-121-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/unixWm.test: Check that the WM_TRANSIENT_FOR property for a transient window is being cleared when the master is destroyed. * tests/wm.test: Source defs.tcl instead of using tcltest to match the rest of Tk's test files. Add new tests that ensure that a transient's state mirrors the state of the master. * unix/tkUnixWm.c (WmInfo, TkWmNewWindow, TkWmMapWindow, TkWmDeadWindow, Tk_WmCmd, WmWaitMapProc): Add numTransients member to WmInfo structure. Keep state of master and transient in sync using a callback that tracks MapNotify and UnmapNotify events. When the master is mapped, map the transient. When the master is unmapped or iconified, withdraw the transient. * win/tkWinWm.c (TkWmMapWindow, TkpWmSetState, TkWmDeadWindow, Tk_WmCmd, WmWaitVisibilityOrMapProc): Keep state of master and transient in sync using a callback that tracks MapNotify and UnmapNotify events. Move masterPtr check from TkpWmSetState into TkWmMapWindow to deal with WM_NEVER_MAPPED transients. Cleanup numTransients and the callback in TkWmDeadWindow. Cleanup numTransients and the callback only after deleting a master in wm transient command to avoid deleting the callback when an error is raised. Add support for MapNotify and UnmapNotify events to the master callback.
* * changes: Document [wm transient .t .t] error.mdejong2002-05-271-1/+3
| | | | | | | | | | | | | | * tests/wm.test: Check that setting a window as a transient of itself raises an error. Check that passing a non-toplevel window to the wm transient command uses the enclosing toplevel. * unix/tkUnixWm.c (Tk_WmCmd): Raise an error if the user tries to make a toplevel a transient of itself. * win/tkWinWm.c (Tk_WmCmd): Raise an error if the user tries to make a toplevel a transient of itself. Test for other error before checking for the transient self error.
* 8.4a4 tagged for releasehobbs2002-03-041-3/+5
|
* updated changes for 8.4a4 releasedgp2002-03-021-2/+11
|
* Updated changes file to reflect no 8.3.5 release before 8.4a4.dgp2002-02-271-9/+7
| | | | Still need to add the changes of the last few days.
* * First draft of updated changes for 8.4a4 release.dgp2002-02-201-34/+135
|
* * Labelled the TIP 44 changes as "POTENTIAL INCOMPATIBILITY".dgp2001-08-151-1/+2
| | | | | | Although technically internal changes are not incompatible, they'll be perceived as such by those who get bitten, and this will help them find the cause of their trouble.
* 2001-08-06 Jeff Hobbs <jeffh@ActiveState.com>hobbs2001-08-071-1/+70
| | | | | | | 8.4a3 RELEASE * changes: * README: updated for 8.4a3 release
* updated with 8.4a2 changescore_8_4_a2hobbs2000-11-041-1/+60
|
* Added "Released 8.4a1" lineericm2000-06-051-1/+4
|
* Added changes since 8.3.1.ericm2000-06-051-1/+42
|
* updated for 8.3.1 releasehobbs2000-04-261-1/+59
|
* updated changes for 8.3.0hobbs2000-02-101-1/+55
|
* * changes: updated changes file to reflect 8.3b2 modshobbs2000-01-141-16/+39
| | | | | | | * README: * generic/tk.h: * unix/configure.in: * win/configure.in: updated to patchlevel 8.3b2
* * changes: updated changes filehobbs1999-12-221-2/+4
|
* updated changes for 8.3b1hobbs1999-12-221-1/+95
|
* Release 8.2.0scriptics_tclpro_1_3_0core_8_2_0redman1999-08-131-1/+7
|
* Release 8.2b2scriptics_tclpro_1_3_b4core_8_2_b2redman1999-08-041-1/+28
|
* Merged from ChangeLog for 8.2b1 releaseredman1999-07-131-1/+31
|
* Merged changes from 1-3-b2 branch into mainline.stanton1999-05-261-2/+13
|
* * Merged changes from 8.1.0 branchstanton1999-04-301-1/+14
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-10/+242
|
* * Merged changes from 8.0.5:stanton1999-04-161-1/+3
| | | | - Updated for Mac release
* final b2 changesstanton1999-02-041-1/+56
|
* Added -pipe option if gcc is being used.rjohnson1999-01-291-1/+3
|
* Updated the version to 8.0.5.rjohnson1999-01-041-5/+6
|
* added release markerstanton1998-11-251-1/+9
|
* Make the Macintosh Menu's adopt the current Theme Appearance if the ↵jingham1998-11-111-1/+6
| | | | Appearance extension (version 1.0.1 or later) is installed
* Changed config & Makefile to support n32 format on IRIX.rjohnson1998-10-201-1/+7
|
* Fixed bug in options for text items in canvas widget. unlike all otherrjohnson1998-10-161-1/+6
| | | | items they didn't support a null (transparant fill color)
* Added performance improvement to canvas tag manipulation. This wasrjohnson1998-10-131-1/+7
| | | | a submitted patch.
* Added support for the MouseWheel event.rjohnson1998-10-101-1/+11
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Last tweakswelch1998-08-131-2/+6
|
* Updates for last bug fixeswelch1998-08-121-1/+9
|
* Added release notewelch1998-08-071-0/+2
|
* *** empty log message ***welch1998-08-061-0/+3
|
* Merged changes between child workspace "/home/stanton/ws/tk8.0" andstanton1998-08-051-0/+12
| | | | parent workspace "/net/pop/export/home/ws/tk8.0".
* Merged changes between child workspace "/home/welch/ws/tk8.0.3" andwelch1998-08-041-0/+6
| | | | parent workspace "/net/pop/export/home/ws/tk8.0".