summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [Bug 2899685]: fix the redraw logic of [imove]ferrieux2009-11-192-3/+12
|
* [Patch #2883533] tcl.m4 support for Haiku OSnijtmans2009-11-195-5/+101
| | | | unix/Makefile.in: Fix library order in X11_LIB_SWITCHES
* Fix [Bug 2900121] by inverting the sense of the test.dkf2009-11-192-8/+13
|
* Undo formatting breakagedkf2009-11-191-25/+25
|
* Added note that the 'move' operation restores detached nodes.dkf2009-11-152-30/+36
|
* [update] hygiene.jenglish2009-11-125-11/+22
| | | | | | | + Where possible, replace [a; update; b] with [a ; after 0 b]. + Where not possible, use [update idletasks] instead of full [update]. + Use [after 0] in favor of [after idle] for delayed work, to reduce likelihood of reentrancy issues in [update idletasks].
* * generic/tkPlatDecls.h: Restore C++ friendliness to thedgp2009-11-112-1/+15
| | | | | tkPlatDecls.h header file, which we insist extensions #include to gain access to the Tk_*HWND*() routines. [Bug 2886635].
* Undo the reversal of the win/Makefile.in changes, that part was ok.andreas_kupries2009-11-102-11/+6
|
* * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20andreas_kupries2009-11-103-6/+22
| | | | | | * win/Makefile.in: commit. The OSX Cocoa code branch still needs tclInt.h and the internal headers, thus the TCL_PLATFORM directory. See tclMacOSXNotify.c for example.
* Some code consolidation (don't scatter deletion code where unnecessary).dkf2009-11-092-130/+67
|
* Fix for [Bug 1739613]Joe Mistachkin2009-11-022-2/+47
|
* Minor correction.dkf2009-11-021-2/+2
|
* minor doc fix for htmlhelpJoe Mistachkin2009-11-012-2/+6
|
* Uniform, extensible syntax for [$w identify] methods:jenglish2009-11-017-128/+201
| | | | | | | | | | [$w identify $component $x $y]. All ttk::* widgets support [$w identify element $x $y]; widgets with other identifiable parts may have additional subcommands. Notebook widgets support [$nb identify tab], Panedwindow widgets support [$w identify sash]. Older 2-argument form [$w identify $x $y] still supported, though it does different things depending on the widget.
* [Bug 1825353] Fix tiny fixed font on Russian Windows.patthoyts2009-10-292-17/+27
| | | | | | This patch reverts a previous attempt to fix tiny fonts on Russian Windows. It fixes the issue by requesting a suitable fixed font instead of decoding the system stock font.
* Minor glitch fix.dkf2009-10-271-2/+2
|
* * unix/Makefile.in: Remove $(PACKAGE).* and prototype from thedgp2009-10-262-2/+7
| | | | `make distclean` target. Completes 2009-10-20 commit.
* Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-252-5/+22
|
* Fix [Bug 1854913] by improving the class bindings.dkf2009-10-252-9/+17
|
* [Patch 1530276]: Improve no-indicator check/radio buttons on Unix.dkf2009-10-243-13/+137
|
* Apply (slight cleaner, tested) version of [Patch 1469210].dkf2009-10-224-25/+97
|
* Make the handling of the filter index the same as in GetFileNameW!dkf2009-10-222-33/+23
|
* Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-226-248/+282
| | | | with global variables (the only way it *can* work...)
* Fix [Bug 2883712] by factoring out the problem code.dkf2009-10-222-20/+30
|
* Add cast to int to silence warning on msvc.patthoyts2009-10-211-2/+3
|
* Bug fix for #2875562nijtmans2009-10-214-11/+21
|
* Also removed the long outdated and brokendgp2009-10-202-84/+6
| | | | | | | targets package-* that were for building Solaris packages. Appears that the pieces needed for these targets to function have never been present in the current era of Tcl development and belong completely to Tcl pre-history.
* * unix/Makefile.in: Compiling Tk no longer requires header filesdgp2009-10-203-17/+14
| | | | | * win/Makefile.in: from the TCL_PLATFORM DIR. Baby step in pursuit of [Bug 1712098].
* * library/msgs/pl.msg: Applied patch to Polish message catalogandreas_kupries2009-10-202-30/+54
| | | | | created and submitted by Pawel Pawlak <morris@elysium.pl> (via JeffH).
* Doc improvements.dkf2009-10-182-121/+186
|
* Fix the icon to have 48x48 size (mistakenly made a 46px icon)patthoyts2009-10-151-0/+0
|
* [Bug 1961455]: Draw underlines and overstrikes when using Xft.dkf2009-10-103-10/+135
|
* [Patch 2870648]: Corrected cursor used in file/directory dialogs.dkf2009-10-082-25/+30
|
* [Bug 2787164] fix size of dropdown arrow on combobox and menubutton for ↵patthoyts2009-10-072-3/+23
| | | | Windows 7.
* [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-072-11/+15
|
* [Bug #2860827] avoid 3D effects with user-specified backgroundspatthoyts2009-10-052-9/+21
| | | | | | | The default disabled text is embossed on Windows. But this looks poor when a non-default background color is in use. This patch disables the embossed effect for buttons and labels when the background is non- standard.
* [Bug 2799589] added a test for grab on deleted window whichpatthoyts2009-09-302-1/+49
| | | | causes crashes on windows (fixed already).
* Correct generation of grayscale data from an image. Reported by Keith Vetterdkf2009-09-252-12/+16
| | | | on comp.lang.tcl.
* Bug fix in grid/pack collision detect.pspjuth2009-09-184-3/+43
| | | | Faulty slave was not properly blocked from slave list. [Bug 2859912]
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-143-6/+35
| | | | | | | * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608]
* Put the armouring in the right place.dkf2009-09-101-9/+14
|
* Improve comment following request by Joe Englishdkf2009-09-091-2/+3
|
* Try to make Tk more resilient in the face of Xft allocation failures.dkf2009-09-093-3/+36
|
* * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-0711-18/+55
| | | | | | | | | | | | | | * generic/tkMenu.c: static analyzer. * generic/tkTextBTree.c: * generic/tkTextDisp.c: * generic/tkTextIndex.c: * generic/tkConsole.c: silence false positives from clang static * generic/tkTest.c: analyzer about potential null dereference. * generic/tkText.c: * generic/tkTextBTree.c: * generic/tkTextTag.c: * generic/tkVisual.c:
* make support for clang static analyzer safer & cleanerdas2009-09-071-7/+9
|
* Corrected descriptive textdkf2009-09-041-2/+2
|
* Finish purging remains of old XID hacks (a bunch of unused/write-only fields indkf2009-09-043-40/+9
| | | | the TkDisplay structure...)
* Improve consistency of formatting of comments and function declsdkf2009-09-041-61/+57
|
* workaround llvm LTO bug on ppcdas2009-08-251-1/+2
|
* guard clang analyzer Tcl_Panic annotation with #ifndef USE_TCL_STUBSdas2009-08-251-2/+5
|