Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * changes: Update changes for 8.4.11 release | dgp | 2005-06-18 | 1 | -1/+7 |
| | |||||
* | update changes for 8.4.10 release, note tag date | hobbs | 2005-06-02 | 1 | -12/+14 |
| | |||||
* | updated changes for Tk 8.4.10 release. | dgp | 2005-06-02 | 1 | -1/+77 |
| | |||||
* | * library/text.tcl (::tk::TextUpDownLine): revert 2004-11-23 as itcore_8_4_9 | hobbs | 2004-12-06 | 1 | -4/+1 |
| | | | | prevented scrolling to bottom. | ||||
* | retagged 8.4.9 to include alpha blend patch | hobbs | 2004-12-03 | 1 | -1/+4 |
| | |||||
* | updated for 8.4.9 release | hobbs | 2004-12-03 | 1 | -1/+9 |
| | |||||
* | * changes: Final updates for Tcl 8.4.8 release. | dgp | 2004-11-18 | 1 | -2/+12 |
| | |||||
* | * changes: Updates for Tk 8.4.8 release. | dgp | 2004-11-16 | 1 | -3/+47 |
| | |||||
* | * changes: | dgp | 2004-07-29 | 1 | -4/+1 |
| | | | | | | * generic/tkEvent.c (Tk_HandleEvent): revert the 2004-07-20 commit. That commit created a new Bug 1000051 - a broken Compose Key. This revert restores Bug 905830 until a cleaner fix can be provided. | ||||
* | typo | hobbs | 2004-07-26 | 1 | -2/+2 |
| | |||||
* | changes for 8.4.7 | hobbs | 2004-07-26 | 1 | -1/+61 |
| | |||||
* | update release datecore_8_4_6 | dgp | 2004-03-01 | 1 | -2/+2 |
| | |||||
* | updated release note files for 8.4.6 | dgp | 2004-03-01 | 1 | -1/+3 |
| | |||||
* | typo | dgp | 2004-02-23 | 1 | -2/+2 |
| | |||||
* | * macosx/tkMacOSXDraw.c: | das | 2004-02-23 | 1 | -1/+4 |
| | | | | | | | | | | * macosx/tkMacOSXXStubs.c: * xlib/ximage.c: fixed MacOSX XGetImage/XPutImage and related functions to deal properly with XImages copied from screen. * generic/tkCanvPs.c (TkImageGetColor): MacOSX fix. * generic/tkImgPhoto.c (ImgPhotoDisplay): enabled alpha blending for images with partial transparency on MacOSX. [Bug 809157] | ||||
* | date typos | dgp | 2004-02-20 | 1 | -3/+3 |
| | |||||
* | update changes for 8.4.6 release | dgp | 2004-02-20 | 1 | -1/+29 |
| | |||||
* | typo corrections | dgp | 2003-11-19 | 1 | -3/+3 |
| | |||||
* | updated for 8.4.5 release | hobbs | 2003-11-18 | 1 | -1/+46 |
| | |||||
* | note 8.4.4 changes and tag datecore_8_4_4 | hobbs | 2003-07-21 | 1 | -1/+42 |
| | |||||
* | updated changes for 8.4.3core_8_4_3 | hobbs | 2003-05-20 | 1 | -1/+24 |
| | |||||
* | mark Mar 3 date for 8.4.2core_8_4_2 | hobbs | 2003-03-03 | 1 | -2/+2 |
| | |||||
* | Added credits to changes | dkf | 2003-03-03 | 1 | -30/+39 |
| | |||||
* | updated changes for 8.4.2 release drafted by dkf | dgp | 2003-03-03 | 1 | -1/+102 |
| | |||||
* | updated for 8.4.1 releasecore_8_4_1 | hobbs | 2002-10-22 | 1 | -1/+59 |
| | |||||
* | note sept 10 release date | hobbs | 2002-09-09 | 1 | -2/+2 |
| | |||||
* | added TIP108 note to OS X port | hobbs | 2002-09-08 | 1 | -2/+2 |
| | |||||
* | Update changes for 8.4.0 release | dgp | 2002-09-03 | 1 | -1/+51 |
| | |||||
* | * added incompatibility note about photo compositing | dgp | 2002-07-05 | 1 | -1/+2 |
| | |||||
* | updated for 8.4b1 releasecore_8_4_b1 | hobbs | 2002-07-05 | 1 | -41/+19 |
| | |||||
* | Updated tk changes from ChangeLog. | andreas_kupries | 2002-06-24 | 1 | -1/+94 |
| | |||||
* | * changes: Clearly label wm transient changes as | mdejong | 2002-06-13 | 1 | -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. | mdejong | 2002-06-12 | 1 | -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. | mdejong | 2002-05-27 | 1 | -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 release | hobbs | 2002-03-04 | 1 | -3/+5 |
| | |||||
* | updated changes for 8.4a4 release | dgp | 2002-03-02 | 1 | -2/+11 |
| | |||||
* | Updated changes file to reflect no 8.3.5 release before 8.4a4. | dgp | 2002-02-27 | 1 | -9/+7 |
| | | | | Still need to add the changes of the last few days. | ||||
* | * First draft of updated changes for 8.4a4 release. | dgp | 2002-02-20 | 1 | -34/+135 |
| | |||||
* | * Labelled the TIP 44 changes as "POTENTIAL INCOMPATIBILITY". | dgp | 2001-08-15 | 1 | -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> | hobbs | 2001-08-07 | 1 | -1/+70 |
| | | | | | | | 8.4a3 RELEASE * changes: * README: updated for 8.4a3 release | ||||
* | updated with 8.4a2 changescore_8_4_a2 | hobbs | 2000-11-04 | 1 | -1/+60 |
| | |||||
* | Added "Released 8.4a1" line | ericm | 2000-06-05 | 1 | -1/+4 |
| | |||||
* | Added changes since 8.3.1. | ericm | 2000-06-05 | 1 | -1/+42 |
| | |||||
* | updated for 8.3.1 release | hobbs | 2000-04-26 | 1 | -1/+59 |
| | |||||
* | updated changes for 8.3.0 | hobbs | 2000-02-10 | 1 | -1/+55 |
| | |||||
* | * changes: updated changes file to reflect 8.3b2 mods | hobbs | 2000-01-14 | 1 | -16/+39 |
| | | | | | | | * README: * generic/tk.h: * unix/configure.in: * win/configure.in: updated to patchlevel 8.3b2 | ||||
* | * changes: updated changes file | hobbs | 1999-12-22 | 1 | -2/+4 |
| | |||||
* | updated changes for 8.3b1 | hobbs | 1999-12-22 | 1 | -1/+95 |
| | |||||
* | Release 8.2.0scriptics_tclpro_1_3_0core_8_2_0 | redman | 1999-08-13 | 1 | -1/+7 |
| | |||||
* | Release 8.2b2scriptics_tclpro_1_3_b4core_8_2_b2 | redman | 1999-08-04 | 1 | -1/+28 |
| |