Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Patch #2883533] tcl.m4 support for Haiku OS | nijtmans | 2009-11-19 | 1 | -0/+6 |
| | | | | unix/Makefile.in: Fix library order in X11_LIB_SWITCHES | ||||
* | Fix [Bug 2900121] by inverting the sense of the test. | dkf | 2009-11-19 | 1 | -0/+5 |
| | |||||
* | Added note that the 'move' operation restores detached nodes. | dkf | 2009-11-15 | 1 | -6/+11 |
| | |||||
* | [update] hygiene. | jenglish | 2009-11-12 | 1 | -0/+11 |
| | | | | | | | + 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 the | dgp | 2009-11-11 | 1 | -0/+6 |
| | | | | | 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_kupries | 2009-11-10 | 1 | -3/+3 |
| | |||||
* | * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20 | andreas_kupries | 2009-11-10 | 1 | -0/+7 |
| | | | | | | * 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). | dkf | 2009-11-09 | 1 | -19/+24 |
| | |||||
* | Fix for [Bug 1739613] | Joe Mistachkin | 2009-11-02 | 1 | -0/+7 |
| | |||||
* | minor doc fix for htmlhelp | Joe Mistachkin | 2009-11-01 | 1 | -0/+4 |
| | |||||
* | Uniform, extensible syntax for [$w identify] methods: | jenglish | 2009-11-01 | 1 | -0/+14 |
| | | | | | | | | | | [$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. | patthoyts | 2009-10-29 | 1 | -0/+7 |
| | | | | | | 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. | ||||
* | * unix/Makefile.in: Remove $(PACKAGE).* and prototype from the | dgp | 2009-10-26 | 1 | -0/+5 |
| | | | | `make distclean` target. Completes 2009-10-20 commit. | ||||
* | Fix [Bug 2809525] by limiting X11 color name lengths. | dkf | 2009-10-25 | 1 | -0/+4 |
| | |||||
* | Fix [Bug 1854913] by improving the class bindings. | dkf | 2009-10-25 | 1 | -0/+6 |
| | |||||
* | [Patch 1530276]: Improve no-indicator check/radio buttons on Unix. | dkf | 2009-10-24 | 1 | -0/+6 |
| | |||||
* | Apply (slight cleaner, tested) version of [Patch 1469210]. | dkf | 2009-10-22 | 1 | -0/+5 |
| | |||||
* | Make the handling of the filter index the same as in GetFileNameW! | dkf | 2009-10-22 | 1 | -0/+3 |
| | |||||
* | Deal with [Patch 2168768], so making the -typevariable option work consistently | dkf | 2009-10-22 | 1 | -0/+9 |
| | | | | with global variables (the only way it *can* work...) | ||||
* | Fix [Bug 2883712] by factoring out the problem code. | dkf | 2009-10-22 | 1 | -17/+21 |
| | |||||
* | Bug fix for #2875562 | nijtmans | 2009-10-21 | 1 | -0/+6 |
| | |||||
* | Also removed the long outdated and broken | dgp | 2009-10-20 | 1 | -1/+5 |
| | | | | | | | 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 files | dgp | 2009-10-20 | 1 | -2/+8 |
| | | | | | * win/Makefile.in: from the TCL_PLATFORM DIR. Baby step in pursuit of [Bug 1712098]. | ||||
* | * library/msgs/pl.msg: Applied patch to Polish message catalog | andreas_kupries | 2009-10-20 | 1 | -0/+6 |
| | | | | | created and submitted by Pawel Pawlak <morris@elysium.pl> (via JeffH). | ||||
* | Doc improvements. | dkf | 2009-10-18 | 1 | -0/+6 |
| | |||||
* | [Bug 1961455]: Draw underlines and overstrikes when using Xft. | dkf | 2009-10-10 | 1 | -0/+9 |
| | |||||
* | [Patch 2870648]: Corrected cursor used in file/directory dialogs. | dkf | 2009-10-08 | 1 | -23/+28 |
| | |||||
* | [Bug 2787164] fix size of dropdown arrow on combobox and menubutton for ↵ | patthoyts | 2009-10-07 | 1 | -0/+5 |
| | | | | Windows 7. | ||||
* | [Patch 2088597]: Stop scrollbars from getting too small at the end. | dkf | 2009-10-07 | 1 | -6/+11 |
| | |||||
* | [Bug #2860827] avoid 3D effects with user-specified backgrounds | patthoyts | 2009-10-05 | 1 | -0/+8 |
| | | | | | | | 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 which | patthoyts | 2009-09-30 | 1 | -0/+4 |
| | | | | causes crashes on windows (fixed already). | ||||
* | Correct generation of grayscale data from an image. Reported by Keith Vetter | dkf | 2009-09-25 | 1 | -9/+13 |
| | | | | on comp.lang.tcl. | ||||
* | Bug fix in grid/pack collision detect. | pspjuth | 2009-09-18 | 1 | -0/+7 |
| | | | | Faulty slave was not properly blocked from slave list. [Bug 2859912] | ||||
* | * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in | hobbs | 2009-09-14 | 1 | -0/+8 |
| | | | | | | | * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608] | ||||
* | Try to make Tk more resilient in the face of Xft allocation failures. | dkf | 2009-09-09 | 1 | -0/+13 |
| | |||||
* | * generic/tkFocus.c: fix potential null dereference flagged by clang | das | 2009-09-07 | 1 | -0/+15 |
| | | | | | | | | | | | | | | * 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: | ||||
* | Finish purging remains of old XID hacks (a bunch of unused/write-only fields in | dkf | 2009-09-04 | 1 | -0/+6 |
| | | | | the TkDisplay structure...) | ||||
* | [Bug 1909931]: Add support for server-interpreted access control addreses. | dkf | 2009-08-25 | 1 | -0/+5 |
| | |||||
* | Correct bindings for [tk_messageBox]. | dkf | 2009-08-24 | 1 | -0/+5 |
| | |||||
* | Better formatting | dkf | 2009-08-24 | 1 | -12/+12 |
| | |||||
* | * generic/tkInt.h: Annotate Tcl_Panic as noreturn for clang static | das | 2009-08-24 | 1 | -0/+3 |
| | | | | analyzer in PURIFY builds, replacing preprocessor/assert technique. | ||||
* | * macosx/Wish.sdef (new file): Install and enable sdef file | das | 2009-08-24 | 1 | -0/+32 |
| | | | | | | | | | | * macosx/Wish-Info.plist.in: into Wish application bundle, * macosx/Tk.xcode/project.pbxproj: describing TkAqua apple event * macosx/Tk.xcodeproj/project.pbxproj: support for use by AppleScript. * unix/Makefile.in: (replaces functionality of * unix/configure.in: 'aete' resource removed with Cocoa port & fixes AppleScript issues reported on tcl-mac) | ||||
* | Give an error if grid and pack are used in the same master. [Patch 2475855] | pspjuth | 2009-08-19 | 1 | -0/+13 |
| | |||||
* | * macosx/tkMacOSXWm.c: Workaround for textured windows being draggable | das | 2009-08-14 | 1 | -0/+9 |
| | | | | from opaque content areas. [Bug 2824538] (walzer) | ||||
* | Eliminate more gcc warnings | nijtmans | 2009-08-10 | 1 | -0/+6 |
| | |||||
* | Eliminate various gcc warnings | nijtmans | 2009-08-09 | 1 | -0/+10 |
| | | | | include <vssym32.h> only when available | ||||
* | Make the pendulum demo cope with resizing more gracefully. | dkf | 2009-08-08 | 1 | -0/+5 |
| | |||||
* | Fix word-wrapping of non-breaking spaces in the text widget to work reliably. | dkf | 2009-08-04 | 1 | -5/+11 |
| | |||||
* | eliminate various gcc and msvc compiler warnings | nijtmans | 2009-08-02 | 1 | -0/+14 |
| | |||||
* | Don't assume that we're on little-endian clients. [Bug 2830420] | dkf | 2009-08-01 | 1 | -0/+6 |
| |