| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
FossilOrigin-Name: 9050528573287c588e022b034e848b2534f81e43
|
|
|
| |
FossilOrigin-Name: 7d5c7f78b26459f046ab1ceb757f92856144a040
|
|
|
|
|
|
|
|
| |
* 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.
FossilOrigin-Name: 5a82fae90cdd6e6fef56650ac74c731e0dab565d
|
|
|
| |
FossilOrigin-Name: bce94efb55c436bdf0e3f79bd1792e109731ba34
|
|
|
| |
FossilOrigin-Name: 935bb3e2817a74de6c0b352ad2051a349c030b58
|
|
|
| |
FossilOrigin-Name: 6adc84f9a3695588ac7dfbce79c1591cb835a746
|
|
|
| |
FossilOrigin-Name: da2e6fcf0dd5a0568b9fa946d2a824d3277c37cf
|
|
|
| |
FossilOrigin-Name: 55ed5c9b278ff32501acbde3725c8c1dfba2341e
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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]
FossilOrigin-Name: 9cff21180c48431320ead2d4657bb56863fa28f0
|
|
|
| |
FossilOrigin-Name: 03c48f0b13b807a5a74032c461a83e9048672a29
|
|
|
| |
FossilOrigin-Name: 6c1a91378d79f24716b04e585f2a85ae97c3f807
|
|
|
| |
FossilOrigin-Name: 7d06993b60fcb463bdc3689d6848ccf28beae4fd
|
|
|
| |
FossilOrigin-Name: 877bcd7f8da92f097612237854d56f00576c8a5c
|
|
|
| |
FossilOrigin-Name: 8d9fe585974a9f8f1961f68164444c2a2ac31324
|
|
|
| |
FossilOrigin-Name: 36e47cc28131e26297a56c3c204e8d96bf94a4e8
|
|
|
| |
FossilOrigin-Name: 3a4903d0c4a54ddcc751878c6bc121cbc90c6f27
|
|
|
| |
FossilOrigin-Name: a4dc2a8a26885fd290f88087e48b625aef56cffd
|
|
|
| |
FossilOrigin-Name: 579ca2d5b04f55cf953a68db10d3488d111923f9
|
|
|
| |
FossilOrigin-Name: 8b8f2f7c8ce7a2beb52f20bcc944e9d050ba60c7
|
|
|
| |
FossilOrigin-Name: 6a645a6ab29017bc075936fe03b1a52a36f2d8e2
|
|
|
| |
FossilOrigin-Name: cb80d57edb96626d5ffcd308f5e6052029ac3226
|
|
|
| |
FossilOrigin-Name: 5f654d3575360231a7d99ca5e42e303b052984e9
|
|
|
| |
FossilOrigin-Name: d40dd370a6e2e4451f268a5accc6e51cd1407b98
|
|
|
| |
FossilOrigin-Name: d26d54b5db08c8d531da7b3076d554e086b3ee32
|
|
|
| |
FossilOrigin-Name: 6012c9a816186e7686b7a17d013513ae4ef853db
|
|
|
|
|
|
|
|
|
|
| |
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.
FossilOrigin-Name: 15f78072e4c62acfbfe68a9bd5ce9a5a4b8f5545
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
FossilOrigin-Name: b05e1154cf5528e467289fd82864e519f2a7c69b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
FossilOrigin-Name: c9b836ac06039b02353fba98ada7fb240b3fb2b4
|
|
|
| |
FossilOrigin-Name: 4b3778bec29a6fbee5296f0b699fe98c3c0b818e
|
|
|
| |
FossilOrigin-Name: f5323b7fb8b0004f0cb38b4849048aa06263cfeb
|
|
|
|
|
|
| |
Still need to add the changes of the last few days.
FossilOrigin-Name: b435fff1e2ca95bb5716f1ec85703f2d1a194d7f
|
|
|
| |
FossilOrigin-Name: ac867c7245af0b6b69760d44422ef42853b08ec4
|
|
|
|
|
|
|
|
| |
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.
FossilOrigin-Name: 9eafa9d68e896d379732dc16f39c65a685525290
|
|
|
|
|
|
|
|
|
| |
8.4a3 RELEASE
* changes:
* README: updated for 8.4a3 release
FossilOrigin-Name: b0ae1387c076dd77c4bea94ae6488dcf311fa415
|
|
|
| |
FossilOrigin-Name: 83d0db5a9de598f3092e15e656e6992bcebebf48
|
|
|
| |
FossilOrigin-Name: 9a6eaedb633ed8eac2e47e817d99ba54d1dd0a57
|
|
|
| |
FossilOrigin-Name: 3c197ff51d3baddf9eca157c5be66c68e7a5b682
|
|
|
| |
FossilOrigin-Name: da49efce3ec9b499ee202196096437600c3d4bc9
|
|
|
| |
FossilOrigin-Name: 18a3d561f6ab8bb01c669901cc56e23ecb59ca6a
|
|
|
|
|
|
|
|
|
| |
* README:
* generic/tk.h:
* unix/configure.in:
* win/configure.in: updated to patchlevel 8.3b2
FossilOrigin-Name: 2675982e5628a08fcc35d1c0fb14e7977f3f71b7
|
|
|
| |
FossilOrigin-Name: 1bfa9062235333dc1a42bd24133f7999e33eb7d1
|
|
|
| |
FossilOrigin-Name: 741d2719260de56402e73b8f624aad8c2bb4bf64
|
|
|
| |
FossilOrigin-Name: f28d99038f92f6439249eb685fe74f2717b30468
|
|
|
| |
FossilOrigin-Name: 43a4e05cbfeed276990060511be7a84fd41447ca
|
|
|
| |
FossilOrigin-Name: b810cf7c89c06ed22810a672989f8f4b66eac069
|
|
|
| |
FossilOrigin-Name: 6f88cf9254f2f2932ae9a06666bec3911f9cbce6
|
|
|
| |
FossilOrigin-Name: 2cf82e5a3459c5251d72a610f1b6dae72c7dbc88
|
|
|
| |
FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
|
|
|
|
|
|
| |
- Updated for Mac release
FossilOrigin-Name: a1b05427d64102bc136e7ae1428b5b95cd3460d6
|
|
|
| |
FossilOrigin-Name: 1a9d2a3a4f52e679db20ef943f22a4c6d893a9d2
|