| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
event handler issues on recent Mac OS X releases by using AE coercion
to 'utf8' for text data and to 'fsrf' for alias data. (reported by
Youness Alaoui on tcl-mac)
FossilOrigin-Name: 49260f29be45cc75e65791568bd94060d6b5c66e
|
|
|
| |
FossilOrigin-Name: d4a0a9045d3b131a664ea4ecf1ffe0b4693ac536
|
|
|
| |
FossilOrigin-Name: 9465f442037330e71b78582db661d0ccf166d55e
|
|
|
|
|
|
| |
to add _r to CC on AIX with threads.
FossilOrigin-Name: b39a8d8ed18bbfbdaebebfce8bc5e4f8fa016ab0
|
|
|
| |
FossilOrigin-Name: 3cf9b5b8bd40da095fb27fae20fc278a83e80f35
|
|
|
|
|
|
| |
compat with early 8.4.* releases. Thanks Stuart Cassoff. [Bug 1723812]
FossilOrigin-Name: a0cf8211f6dd2c7ba082e77323063ca3770b19fe
|
|
|
|
|
| |
avoid a crash when mapping dead windows.
FossilOrigin-Name: 4f246e52725c7fc500236663667969583d5cd8fe
|
|
|
|
|
|
|
| |
* generic/tkMenu.c: Instruments.app Leaks tool.
* macosx/tkMacOSXWm.c:
FossilOrigin-Name: 893b87235129b3f39582fa66f11e50b31764b73e
|
|
|
|
|
|
| |
SetWindowLongPtr which was not properly ifdef'd.
FossilOrigin-Name: 75bf70aee586387e8425096b913e390588e2e0fa
|
|
|
|
|
|
|
| |
system already has it, and it confuses builds when used with
private headers installed.
FossilOrigin-Name: c83c543647979f202b718a61c81ac9f8763d7660
|
|
|
|
|
|
| |
libX11.so et al.
FossilOrigin-Name: b0134c3181b0c769c31c51b60c40b352559f29f6
|
|
|
| |
FossilOrigin-Name: b1bd86cd2adebd35ccf23aa967c26d2b48b5ea0f
|
|
|
|
|
|
|
| |
(InstallStandardApplicationEventHandler): replace needless use of
TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol().
FossilOrigin-Name: f0631055e667b14ef0418fa61e21db0de035b557
|
|
|
|
|
|
|
|
| |
global grab capture and to release the restrict window capture when
releasing a button grab. Fixes segfault due to dangling reference to
restrict window inside TkpSetCapture() implementation. [Bug 1991932]
FossilOrigin-Name: 8524e84a5a41d94365fb301b1fe36a257dc146e3
|
|
|
| |
FossilOrigin-Name: be9839488d703ac5bfd26b6b2ea6153faa899212
|
|
|
| |
FossilOrigin-Name: e886917365faf646765d61d852cc0d7a09baa2ab
|
|
|
|
|
|
| |
<Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482]
FossilOrigin-Name: 34f1ba78d705912888096725f5fd827691dab68f
|
|
|
|
|
|
| |
* tests/main.test (main-3.*): error. [Bug 1937135]
FossilOrigin-Name: 9395b7e10d138d4e37f624da399f06095336b6c1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tk.h:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.13
* win/configure:
* changes: updates for 8.4.19 release.
FossilOrigin-Name: fdb428db9291a12f88b3ba5199a8720cf04d2402
|
|
|
| |
FossilOrigin-Name: c54f693b98aed895010c26fa39e1c527fdcb63f5
|
|
|
|
|
|
| |
API [Bug 1863346]; avoid repeated PixPat allocation/deallocation.
FossilOrigin-Name: 939ecb70b95364380c96eab73cdb977e75331f07
|
|
|
| |
FossilOrigin-Name: 749c7f7fec76205aa56a5f8656ce11b6b9dd2eab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* README: Bump version number to 8.4.18
* generic/tk.h:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.13
* win/configure:
* changes: updates for 8.4.18 release.
FossilOrigin-Name: ea6696f24e1abe7986f5e45e7b523b121ebb3da0
|
|
|
|
|
|
|
|
|
|
|
| |
* unix/configure.in (Darwin): all library/msgs locales.
* unix/configure.in (Darwin): correct Info.plist year substitution in
non-framework builds.
* unix/configure: autoconf-2.13
FossilOrigin-Name: 13be7679379ec35fe1975b071faaba6b8fac895c
|
|
|
|
|
|
| |
* tests/imgPhoto.test: Added a test for the above.
FossilOrigin-Name: fb40595a088937ee93e4572b98f7787e3e4461a3
|
|
|
|
|
|
|
| |
* unix/configure.in: Add "hu" to LOCALES.
* unix/configure: autoconf-2.13
FossilOrigin-Name: 1e9ee7be9f6f69dd87ce4f2de9c8a46b98aa76e8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
change to window class of transient toplevels that are not also
overrideredirect. [Bug 1845899]
* macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Implement more
* macosx/tkMacOSXMouseEvent.c (BringWindowForward): X11-like transient
* macosx/tkMacOSXSubwindows.c (XDestroyWindow): behaviour by adding
transient windows to a window group owned by the master window, this
ensures transients always remain in front of and are collapsed with the
master; bring master to front when selecting transient windows; restore
default window group of transients if master destroyed. [Bug 1845899]
FossilOrigin-Name: bca05a1a2089db126219446ce30f0ff46b44a246
|
|
|
|
|
|
| |
-textvariable even if an image exists as it may use -compound.
FossilOrigin-Name: e677ad358f4fa0ee50703cf52c9ef694c0fc7f73
|
|
|
|
|
|
|
|
|
| |
* tests/text.test (text-25.10.1,25.11.[12]):
Don't require [update idle] to trigger Modified event [Bug 1809538]
Modified virtual event should only fire on state change [Bug 1799782]
Make sure we delete chars before triggering <<Modified>> [Bug 1737288]
FossilOrigin-Name: dec49c3caeefc3a150a1c7eaabe872552e205acb
|
|
|
|
|
|
|
|
|
| |
* win/tkWinX.c: and simplify WNDCLASS to one style.
* win/tkWinWm.c: Reduce wrapper update for exStyle to toolwindow
change only and set WS_EX_LAYERED as sticky (once set on a window,
do not remove it) to reduce alpha transition flicker.
FossilOrigin-Name: b545e1e2fb3a24f006b12e115fc4740d5205c769
|
|
|
|
|
|
|
|
|
|
| |
* generic/tkImgPPM.c (StringReadPPM): Corrected a comparison
whose sense was reversed that resulted in reading beyond the
end of the input buffer on malformed PPM data. [Bug #1822391]
* tests/imgPPM.test (imgPPM-4.1): Added test case that
exercises [Bug #1822391].
FossilOrigin-Name: d7902b20d936053d91698cb8e3eac5f57828a7c6
|
|
|
| |
FossilOrigin-Name: a3911de6f3e67a675c63e39104908be271903a92
|
|
|
| |
FossilOrigin-Name: f3af33f1617bb95c8c7819e1ad7b5bf8df20df55
|
|
|
| |
FossilOrigin-Name: 4ece99c5dd4d58d4d0be9221322aea6bd264a5b3
|
|
|
|
|
|
| |
transient toplevels that are not also overrideredirect. [Bug 1816252]
FossilOrigin-Name: 1f3a06680b08848d59383e21f65b040020cf5266
|
|
|
|
|
|
| |
* unix/configure: autoconf-2.13
FossilOrigin-Name: cdddd3263c5cf0d2af1c6565de329178436bd980
|
|
|
|
|
|
| |
Thanks to Colin McDonald. [Bug 1818491]
FossilOrigin-Name: 5db44042b42f960c69bbe7cb73b1a63be04604ed
|
|
|
| |
FossilOrigin-Name: b8fbfd9bf07a345b8fbf70e1d4edec648679899a
|
|
|
|
|
|
|
| |
limitBounds to maxBounds, works around SectRect() mis-feature (return
zero rect if input rect has zero height/width). [Bug 1810818]
FossilOrigin-Name: d9f7cee6d56cdb9144b77e9323246629fd6316a8
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tk.h:
* unix/configure.in: Removed "es_ES" entry in LOCALES
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.13
* win/configure:
FossilOrigin-Name: 123c8cd52f85edce0ed2324fa41fddb39b08cf10
|
|
|
|
|
|
| |
* changes: updates for 8.4.16 release.
FossilOrigin-Name: 6374b774b40fd533d031fb223de7a98f441ade8b
|
|
|
|
|
|
|
| |
in SHLIB_LD by 'cc' compiler driver.
* unix/configure: autoconf-2.13
FossilOrigin-Name: 624e44158fc0738ff97bef1a91a7bffc964a12f1
|
|
|
|
|
|
|
|
|
| |
multi-frame interlaced GIFs that contain subsequent frames that
are smaller than the first one.
* tests/imgPhoto.test: Added a test for the above.
FossilOrigin-Name: 8c92a336d05efa1b4aed740e93f262aeb7abd050
|
|
|
|
|
|
|
| |
* unix/tkConfig.sh.in: [Bug 777203]
* unix/configure: autoconf-2.13
FossilOrigin-Name: 5e72c6ba8ed1f888f343ac2aa67edf669f13934e
|
|
|
| |
FossilOrigin-Name: 62a5aafa6d96fbe2ec65f389d7b80c0b0495661d
|
|
|
|
|
|
| |
and/or basekits with corrent resources.
FossilOrigin-Name: 7f01ef7a7be66fe8ab2679c3b395b9c776c88b14
|
|
|
| |
FossilOrigin-Name: c30f93f7b799b8a73e026d9caf55d998f411e402
|
|
|
|
|
|
|
| |
interp result [Bug 1782105]; fix -initialcolor overwriting last color
selection; style cleanup.
FossilOrigin-Name: fc6031dcd392b203eabb8bc43a0bebb0b6d0428a
|
|
|
|
|
|
|
|
|
|
|
| |
object files linked directly into executables.
* unix/configure.in (Darwin): only use -seg1addr flag when prebinding;
use -mdynamic-no-pic flag for object files linked directly into exes.
* unix/configure: autoconf-2.13
FossilOrigin-Name: c440291ec0a2ec19d0eacc17aad90f53ea331dd7
|
|
|
|
|
|
| |
nav dialog cancel. [Bug 1743786]
FossilOrigin-Name: 1b80f0734bad710279163aa68fd8b975a3ceab77
|