Tk Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

86 check-ins using file win/rules.vc version 55527522

2010-03-12
13:12
[Bug 2956548] TkpButtonSetDefaults only initializes one button type Fix 2 minor gcc warnings in tkWinTest.c check-in: 42f32522 user: nijtmans tags: core-8-4-branch
2010-02-17
20:57
generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time, to ensure that the record doesn't get freed until after all widget instance commands have been deleted (Fixes [Bug#2952745]). check-in: 8326727e user: jenglish tags: core-8-4-branch
2010-01-23
11:30
Fix test for the ewmh attributes addition check-in: a325f76b user: patthoyts tags: core-8-4-branch
01:36
TIP #359: Extended Window Manager Hints support for 8.4 check-in: d9be2b12 user: patthoyts tags: core-8-4-branch
2009-12-11
11:18
[Bug 2912473]: Stop problems caused by display names with a double colon in. check-in: ab74dd2e user: dkf tags: core-8-4-branch
2009-11-02
04:59
Fix for [Bug 1739613] check-in: 69f4b225 user: mistachkin tags: core-8-4-branch
2009-10-25
17:08
Fix [Bug 2809525] by limiting X11 color name lengths. check-in: 60ae3bae user: dkf tags: core-8-4-branch
2009-10-22
22:10
Apply (upgraded) version of [Patch 1469210]. check-in: 3e3f06df user: dkf tags: core-8-4-branch
2009-10-07
14:28
[Patch 2088597]: Stop scrollbars from getting too small at the end. check-in: 10ea505d user: dkf tags: core-8-4-branch
2009-09-14
23:39
* generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608]
check-in: 7ba46a00 user: hobbs tags: core-8-4-branch
2009-08-24
00:59
* macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" apple 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)
check-in: 49260f29 user: das tags: core-8-4-branch
2009-07-22
07:51
[Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash. check-in: d4a0a904 user: dkf tags: core-8-4-branch
2009-04-30
14:57
Backport 2080533 fix. check-in: 9465f442 user: dgp tags: core-8-4-branch
2009-04-28
16:52
* unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to add _r to CC on AIX with threads.
check-in: b39a8d8e user: hobbs tags: core-8-4-branch
2009-04-14
19:58
Regen unix/configure check-in: 552ada06 user: stwo tags: core-8-4-branch
18:54
Removed -Wno-implicit-int from CFLAGS_WARNING. check-in: 3cf9b5b8 user: stwo tags: core-8-4-branch
2009-04-09
15:57
* generic/tk.h: Restore _TCL guards around tcl.h inclusion to restore compat with early 8.4.* releases. Thanks Stuart Cassoff. [Bug 1723812]
check-in: a0cf8211 user: dgp tags: core-8-4-branch
2009-02-28
09:42
[Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to avoid a crash when mapping dead windows. check-in: 4f246e52 user: patthoyts tags: core-8-4-branch
2009-02-06
08:14
* generic/tkImgPhoto.c: fix leaks discovered with the Mac OS X * generic/tkMenu.c: Instruments.app Leaks tool. * macosx/tkMacOSXWm.c:
check-in: 893b8723 user: das tags: core-8-4-branch
08:14
whitespace check-in: d647d4d9 user: das tags: core-8-4-branch
2009-01-16
23:46
True commit. check-in: 5df7affd user: andreas_kupries tags: core-8-4-branch
23:45
* win/tkWinWm.c (WmAttributesCmd): Fix a single use of SetWindowLongPtr which was not properly ifdef'd. check-in: 75bf70ae user: andreas_kupries tags: core-8-4-branch
2009-01-08
23:48
adjust copyright year check-in: e0707e03 user: das tags: core-8-4-branch
2008-12-07
16:57
Fix potential use of uninitialized variable flagged by clang static analyzer check-in: b5a8364c user: das tags: core-8-4-branch
16:53
Fix leaks flagged by clang static analyzer check-in: 0546a422 user: das tags: core-8-4-branch
16:45
TkpDisplayButton: use computed borderWidth check-in: 18d17bc6 user: das tags: core-8-4-branch
16:44
MenuDefProc: avoid crash with non-Tk menus check-in: 4d7c9cff user: das tags: core-8-4-branch
2008-11-04
23:55
* generic/tkPort.h: remove the ../unix/ header dir as the build system already has it, and it confuses builds when used with private headers installed.
check-in: c83c5436 user: hobbs tags: core-8-4-branch
2008-08-13
23:13
autoconf-2.13 check-in: 37e133cf user: das tags: core-8-4-branch
23:04
* unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to libX11.so et al.
check-in: b0134c31 user: das tags: core-8-4-branch
2008-08-06
16:54
Fix for [Bug 2010422]: account for X11 changing constant LASTEvent. check-in: b1bd86cd user: jenglish tags: core-8-4-branch
2008-06-19
00:16
* macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing; (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol().
check-in: f0631055 user: das tags: core-8-4-branch
00:15
* macosx/tkMacOSXDebug.c: revert 2007-11-09 commit making * macosx/tkMacOSXDebug.h: TkMacOSXInitNamedDebugSymbol() available outside of debug builds.
check-in: 6c34d29b user: das tags: core-8-4-branch
00:14
* macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missing * macosx/tkMacOSXSubwindows.c (XMapWindow): focus on first map by only sending VisibilityNotify events once windows are mapped (rather than when they are created).
check-in: 96bdad05 user: das tags: core-8-4-branch
00:11
* macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fix return value.
check-in: 3d447f60 user: das tags: core-8-4-branch
2008-06-12
19:34
autoconf-2.13 check-in: 3bf500a9 user: das tags: core-8-4-branch
19:34
duh, fix missing 'fi', thanks aku! check-in: 5c8abaac user: das tags: core-8-4-branch
17:09
* generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a 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]
check-in: 8524e84a user: das tags: core-8-4-branch
06:38
* macosx/tkMacOSXXStubs.c: sync with core-8-5-branch.
check-in: be983948 user: das tags: core-8-4-branch
06:38
* unix/configure: autoconf-2.13
check-in: 8fdcb719 user: das tags: core-8-4-branch
06:38
* unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.
check-in: 3f985b10 user: das tags: core-8-4-branch
2008-04-17
14:58
bump release tag check-in: e8869173 user: dgp tags: core-8-4-branch, core-8-4-19
14:48
* generic/tkCanvas.c: Fix logic that determines when canvas item <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482]
check-in: 34f1ba78 user: dgp tags: core-8-4-branch
2008-04-11
16:55
bump release date check-in: 8556d493 user: dgp tags: core-8-4-branch
2008-04-07
23:12
* generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgv * tests/main.test (main-3.*): error. [Bug 1937135]
check-in: 9395b7e1 user: hobbs tags: core-8-4-branch
19:17
* README: Bump version number to 8.4.19 * 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.
check-in: fdb428db user: dgp tags: core-8-4-branch
2008-03-27
13:44
* unix/configure: autoconf-2.13
check-in: 48abe591 user: das tags: core-8-4-branch
13:43
* unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]
check-in: c54f693b user: das tags: core-8-4-branch
2008-02-27
22:45
fix copyright year check-in: cc95a649 user: das tags: core-8-4-branch
00:12
* macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat() API [Bug 1863346]; avoid repeated PixPat allocation/deallocation.
check-in: 939ecb70 user: das tags: core-8-4-branch
2008-02-06
18:59
correct bug ID check-in: 749c7f7f user: dgp tags: core-8-4-branch, core-8-4-18
15:31
*** 8.4.18 TAGGED FOR RELEASE ***
* 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.
check-in: ea6696f2 user: dgp tags: core-8-4-branch
2008-02-02
23:59
* macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listing * 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
check-in: 13be7679 user: das tags: core-8-4-branch
2008-02-01
16:59
* generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). * tests/imgPhoto.test: Added a test for the above. check-in: fb40595a user: rmax tags: core-8-4-branch
2007-12-31
17:35
sync with HEAD 'changes' of relevant aqua entries for 8.4.17 check-in: 1706de87 user: das tags: core-8-4-branch, core-8-4-17
17:20
* changes: updates for 8.4.17 release. * unix/configure.in: Add "hu" to LOCALES. * unix/configure: autoconf-2.13
check-in: 1e9ee7be user: dgp tags: core-8-4-branch
2007-12-18
18:21
* macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26 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]
check-in: bca05a1a user: das tags: core-8-4-branch
18:20
* macosx/tkMacOSXPrivate.h: fix Panther build.
check-in: d0d3fd33 user: das tags: core-8-4-branch
2007-12-13
23:13
* generic/tkMenubutton.c (ConfigureMenuButton): trace the -textvariable even if an image exists as it may use -compound.
check-in: e677ad35 user: hobbs tags: core-8-4-branch
00:31
* generic/tkText.c (DeleteChars, TextEditCmd, updateDirtyFlag): * 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]
check-in: dec49c3c user: hobbs tags: core-8-4-branch
2007-12-05
19:18
* win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now) * 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.
check-in: b545e1e2 user: hobbs tags: core-8-4-branch
19:17
* win/tkWinDraw.c: Applied [Patch 1723362] for transparent bitmaps.
check-in: f4f64f14 user: hobbs tags: core-8-4-branch
2007-11-26
20:53
Backport from HEAD of [Bug #1822391]:

* 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]. check-in: d7902b20 user: kennykb tags: core-8-4-branch

2007-11-09
07:36
Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09
check-in: 6bef6474 user: das tags: core-8-4-branch
07:08
Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09
check-in: 8417f424 user: das tags: core-8-4-branch
06:48
Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09
check-in: a3911de6 user: das tags: core-8-4-branch
06:26
Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09
check-in: f3af33f1 user: das tags: core-8-4-branch
06:19
sync with tcl/unix/tcl.m4 check-in: 7c510334 user: das tags: core-8-4-branch
2007-11-05
17:21
Spelling corrections check-in: 5787fbef user: dgp tags: core-8-4-branch
2007-10-30
18:53
* library/entry.tcl: don't error with Clear event. [Bug 1509288]
check-in: 4ece99c5 user: hobbs tags: core-8-4-branch
01:54
fix DEF_MENUBUTTON_FONT check-in: ed7f40a7 user: das tags: core-8-4-branch
2007-10-26
10:38
* macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): fix window class of transient toplevels that are not also overrideredirect. [Bug 1816252]
check-in: 1f3a0668 user: das tags: core-8-4-branch
10:37
* macosx/tkMacOSXDialog.c: sync with HEAD.
check-in: 0f956e6f user: das tags: core-8-4-branch
2007-10-25
20:41
* unix/configure.in (Darwin): add support for 64-bit X11. * unix/configure: autoconf-2.13
check-in: cdddd326 user: das tags: core-8-4-branch
16:38
* generic/tkPlace.c: Prevent segfault in place geometry manager. Thanks to Colin McDonald. [Bug 1818491]
check-in: 5db44042 user: dgp tags: core-8-4-branch
2007-10-11
22:53
Added Hungarian message catalog. check-in: b8fbfd9b user: dkf tags: core-8-4-branch
14:13
* macosx/tkMacOSXWm.c (TkMacOSXGrowToplevel): manually constrain resize limitBounds to maxBounds, works around SectRect() mis-feature (return zero rect if input rect has zero height/width). [Bug 1810818]
check-in: d9f7cee6 user: das tags: core-8-4-branch
2007-10-02
17:55
* README: Bump version number to 8.4.17 * 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:
check-in: 123c8cd5 user: dgp tags: core-8-4-branch
2007-09-18
19:38
*** 8.4.16 TAGGED FOR RELEASE *** * changes: updates for 8.4.16 release.
check-in: 6374b774 user: das tags: core-8-4-branch, core-8-4-16
19:37
Aqua changes for 8.4.16 check-in: 9c7ced4c user: das tags: core-8-4-branch
18:24
update changes for 8.4.16 release check-in: 3b0b5993 user: dgp tags: core-8-4-branch
2007-09-15
06:01
* unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.13
check-in: 624e4415 user: das tags: core-8-4-branch
2007-09-11
18:01
* generic/tkImgGIF.c: Fixed a buffer overrun that got triggered by multi-frame interlaced GIFs that contain subsequent frames that are smaller than the first one.

* tests/imgPhoto.test: Added a test for the above. check-in: 8c92a336 user: rmax tags: core-8-4-branch

05:24
cleanup check-in: 72175498 user: das tags: core-8-4-branch
05:17
* unix/configure.in: backport of TK_INCLUDE_SPEC addition. * unix/tkConfig.sh.in: [Bug 777203] * unix/configure: autoconf-2.13
check-in: 5e72c6ba user: das tags: core-8-4-branch
00:13
Fix for AMD64 symbols builds check-in: 62a5aafa user: patthoyts tags: core-8-4-branch