Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 150 | -1345/+1244 |
| | | | using useful casts internally. | ||||
* | Eliminate unneeded _TkFinalize wrapper. | jan.nijtmans | 2011-03-12 | 2 | -13/+8 |
|\ | |||||
| * | Eliminate unneeded _TkFinalize wrapper. | jan.nijtmans | 2011-03-12 | 2 | -1/+5 |
| | | |||||
| * | merge-mark | jan.nijtmans | 2011-03-11 | 1 | -9/+0 |
| |\ | |||||
| | * | SEH-emulation for AMD64 | jan.nijtmans | 2011-03-11 | 4 | -42/+119 |
| | | | | | | | | | | | | | | | 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 | ||||
| * | | merge-mark | jan.nijtmans | 2011-03-11 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | SC_EMBED_MANIFEST macro | jan.nijtmans | 2011-03-11 | 5 | -129/+481 |
| | | | | | | | | | Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f) | ||||
* | | | Eliminate some unneeded write-only variables (discovered by gcc-4.6) | jan.nijtmans | 2011-03-11 | 4 | -6/+9 |
|\ \ \ | |/ / | |||||
| * | | Eliminate some unneeded write-only variables (discovered by gcc-4.6) | jan.nijtmans | 2011-03-11 | 4 | -6/+9 |
| | | | |||||
* | | | merge-mark | jan.nijtmans | 2011-03-10 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3205260] avoid crash in wm manage of children with null class | patthoyts | 2011-03-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The tkhtml widget doesn't set it's window class. The Windows implementation of the wm manage command checks to see if the contained window is actually a menu (looking for torn-off menus) by examining the class. This patch adds a check for a null class to avoid crashing as suggested. Suggested-by: Eric Boudaillier <beric@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
* | | | [Bug 3205260] avoid crash in wm manage of children with null class | patthoyts | 2011-03-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The tkhtml widget doesn't set it's window class. The Windows implementation of the wm manage command checks to see if the contained window is actually a menu (looking for torn-off menus) by examining the class. This patch adds a check for a null class to avoid crashing as suggested. Suggested-by: Eric Boudaillier <beric@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
* | | | Fix libXft check | rmax | 2011-03-09 | 2 | -1/+7 |
|\ \ \ | |/ / | |||||
| * | | Fix libXft check | rmax | 2011-03-09 | 2 | -1/+7 |
| | | | |||||
* | | | We are no longer on CVS, so don't need the .cvsignore files any more | jan.nijtmans | 2011-03-08 | 3 | -41/+0 |
|\ \ \ | |/ / | |||||
| * | | We are no longer on CVS, so don't need the .cvsignore files any more | jan.nijtmans | 2011-03-08 | 3 | -29/+0 |
| |\ \ | | |/ | |||||
| | * | We are no longer on CVS, so don't need the .cvsignore files any more | jan.nijtmans | 2011-03-05 | 3 | -33/+0 |
| | | | |||||
* | | | [Bug 3175610]: Incomplete refresh of line items. | ferrieux | 2011-03-03 | 2 | -2/+7 |
| | | | |||||
* | | | * doc/tk_mac.n (new file): Description of OSX-specific functionality | dkf | 2011-03-02 | 5 | -0/+266 |
| | | | | | | | | | | | | | | | in Tk, contributed by Kevin Walzer. * doc/button.n, doc/font.n, doc/menu.n: Noted which parts of these commands are intentionally not fully supported on OSX. | ||||
* | | | Mark merge of 8.5 bugfixes into 8.6 development. | dgp | 2011-02-28 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Mark merge of 8.4 bugfixes into 8.5 development. | dgp | 2011-02-28 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. | nijtmans | 2011-01-25 | 6 | -9/+24 |
| | | | | | | | | | | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879] | ||||
| | * | [Patch #3154705] Close button has no effect. | nijtmans | 2011-01-13 | 2 | -7/+19 |
| | | | | | | | | | | | | Add <Escape> binding as well (backported from Tcl 8.5) | ||||
| | * | Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵ | nijtmans | 2010-10-31 | 5 | -49/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6 | ||||
| | * | Update for VS10 | nijtmans | 2010-10-23 | 2 | -7/+18 |
| | | | |||||
| | * | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 7 | -77/+45 |
| | | | | | | | | | | | | Fix 2 minor gcc warnings in tkWinTest.c | ||||
| | * | generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time, | jenglish | 2010-02-17 | 2 | -4/+12 |
| | | | | | | | | | | | | | | | to ensure that the record doesn't get freed until after all widget instance commands have been deleted (Fixes [Bug#2952745]). | ||||
| | * | Fix test for the ewmh attributes addition | patthoyts | 2010-01-23 | 1 | -2/+2 |
| | | | |||||
| | * | TIP #359: Extended Window Manager Hints support for 8.4 | patthoyts | 2010-01-23 | 8 | -13/+244 |
| | | | |||||
| | * | [Bug 2912473]: Stop problems caused by display names with a double colon in. | dkf | 2009-12-11 | 2 | -1/+11 |
| | | | |||||
| | * | Fix for [Bug 1739613] | Joe Mistachkin | 2009-11-02 | 2 | -2/+47 |
| | | | |||||
| | * | Fix [Bug 2809525] by limiting X11 color name lengths. | dkf | 2009-10-25 | 2 | -6/+24 |
| | | | |||||
| | * | Apply (upgraded) version of [Patch 1469210]. | dkf | 2009-10-22 | 4 | -48/+108 |
| | | | |||||
| | * | [Patch 2088597]: Stop scrollbars from getting too small at the end. | dkf | 2009-10-07 | 2 | -8/+13 |
| | | | |||||
| | * | * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in | hobbs | 2009-09-14 | 3 | -6/+32 |
| | | | | | | | | | | | | | | | | | | | | | * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608] | ||||
| | * | * macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" apple | das | 2009-08-24 | 2 | -49/+34 |
| | | | | | | | | | | | | | | | | | | 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) | ||||
| | * | [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash. | dkf | 2009-07-22 | 2 | -1/+18 |
| | | | |||||
| | * | Backport 2080533 fix. | dgp | 2009-04-30 | 2 | -2/+56 |
| | | | |||||
| | * | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 3 | -180/+187 |
| | | | | | | | | | | | | to add _r to CC on AIX with threads. | ||||
| | * | Regen unix/configure | stwo | 2009-04-14 | 1 | -1/+1 |
| | | | |||||
| | * | Removed -Wno-implicit-int from CFLAGS_WARNING. | stwo | 2009-04-14 | 2 | -1/+5 |
| | | | |||||
| | * | * generic/tk.h: Restore _TCL guards around tcl.h inclusion to restore | dgp | 2009-04-09 | 2 | -1/+8 |
| | | | | | | | | | | | | compat with early 8.4.* releases. Thanks Stuart Cassoff. [Bug 1723812] | ||||
| | * | [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵ | patthoyts | 2009-02-28 | 2 | -1/+13 |
| | | | | | | | | | | | | avoid a crash when mapping dead windows. | ||||
| | * | * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS X | das | 2009-02-06 | 4 | -4/+25 |
| | | | | | | | | | | | | | | | * generic/tkMenu.c: Instruments.app Leaks tool. * macosx/tkMacOSXWm.c: | ||||
| | * | whitespace | das | 2009-02-06 | 1 | -2/+2 |
| | | | |||||
| | * | True commit. | andreas_kupries | 2009-01-16 | 1 | -2/+2 |
| | | | |||||
| | * | * win/tkWinWm.c (WmAttributesCmd): Fix a single use of | andreas_kupries | 2009-01-16 | 2 | -1/+11 |
| | | | | | | | | | | | | SetWindowLongPtr which was not properly ifdef'd. | ||||
| | * | adjust copyright year | das | 2009-01-08 | 1 | -3/+3 |
| | | | |||||
| | * | Fix potential use of uninitialized variable flagged by clang static analyzer | das | 2008-12-07 | 1 | -3/+4 |
| | | | |||||
| | * | Fix leaks flagged by clang static analyzer | das | 2008-12-07 | 1 | -1/+25 |
| | | |