| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
mingw-w64 does not accept _WIN32_IE < 0x0501
Merged --cherrypick from core-8-5-branch (2010-12-13, f4ecadb40d)
remove conflicting definition of timezone struct
|
| | |
| | |
| | | |
Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f)
|
| | |
| | |
| | |
| | | |
Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]
|
| | |
| | |
| | |
| | | |
Add <Escape> binding as well (backported from Tcl 8.5)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
number of
deprecation warnings on later VC++ versions.
Better VCVERSION determination.
All changes backported from Tcl8.5/8.6
|
| | | |
|
| | |
| | |
| | |
| | | |
Fix 2 minor gcc warnings in tkWinTest.c
|
| | |
| | |
| | |
| | |
| | | |
to ensure that the record doesn't get freed until after all widget
instance commands have been deleted (Fixes [Bug#2952745]).
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu.
[Bug 873613]
(DrawMenuEntryArrow): Draw Win menu arrow after being torn
off. [Bug 873608]
|
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
to add _r to CC on AIX with threads.
|
| | | |
|
| | |
| | |
| | |
| | | |
compat with early 8.4.* releases. Thanks Stuart Cassoff. [Bug 1723812]
|
| | |
| | |
| | |
| | | |
avoid a crash when mapping dead windows.
|
| | |
| | |
| | |
| | |
| | | |
* generic/tkMenu.c: Instruments.app Leaks tool.
* macosx/tkMacOSXWm.c:
|
| | |
| | |
| | |
| | | |
SetWindowLongPtr which was not properly ifdef'd.
|
| | |
| | |
| | |
| | |
| | | |
system already has it, and it confuses builds when used with
private headers installed.
|
| | |
| | |
| | |
| | | |
libX11.so et al.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
(InstallStandardApplicationEventHandler): replace needless use of
TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol().
|
| | |
| | |
| | |
| | |
| | |
| | | |
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]
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
<Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482]
|
| | |
| | |
| | |
| | | |
* tests/main.test (main-3.*): error. [Bug 1937135]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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.
|
| | | |
|
| | |
| | |
| | |
| | | |
API [Bug 1863346]; avoid repeated PixPat allocation/deallocation.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | |
| | |
| | |
| | | |
* tests/imgPhoto.test: Added a test for the above.
|
| | |
| | |
| | |
| | |
| | | |
* unix/configure.in: Add "hu" to LOCALES.
* unix/configure: autoconf-2.13
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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]
|
| | |
| | |
| | |
| | | |
-textvariable even if an image exists as it may use -compound.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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].
|
| | | |
|