Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | Reword so that the modern API is presented as preferred. | dkf | 2009-07-27 | 1 | -0/+5 |
| | |||||
* | Corrected description of acceptable join styles. Spotted by Emiliano Gavilan. | dkf | 2009-07-26 | 1 | -0/+5 |
| | |||||
* | Added incompat flag | dkf | 2009-07-23 | 1 | -0/+2 |
| | |||||
* | Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better! | dkf | 2009-07-23 | 1 | -0/+8 |
| | |||||
* | [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash. | dkf | 2009-07-22 | 1 | -0/+5 |
| | |||||
* | Corrected drawing of rotated underlines. [Bug 2356057] | dkf | 2009-07-21 | 1 | -95/+100 |
| | |||||
* | Fix [Bug 2328657] by explicitly excluding hacky zero-char chunks from ↵ | ferrieux | 2009-07-20 | 1 | -0/+6 |
| | | | | intersection computation. Might deserve generalization to other tests. | ||||
* | Fix [Bug 2824378] by correcting expected output. | dkf | 2009-07-20 | 1 | -0/+5 |
| | |||||
* | Fix the transfer of large binary data. I hate INCR selections transfers... | dkf | 2009-07-18 | 1 | -9/+15 |
| | |||||
* | * unix/Makefile.in: Define NDEBUG in optimized (non- | das | 2009-07-18 | 1 | -0/+3 |
| | | | | symbols) build to disable assert()s. | ||||
* | * macosx/tkMacOSXBitmap.c: Fix tk::mac::iconBitmap crash due to | das | 2009-07-18 | 1 | -0/+5 |
| | | | | off-by-one ckalloc error. [Bug 2821318] | ||||
* | * macosx/ttkMacOSXTheme.c: Update notebook tab appearance to | das | 2009-07-15 | 1 | -0/+11 |
| | | | | | | | | * library/ttk/aquaTheme.tcl: modern L&F; adjust tab & notebook padding and tabmargins; correct appearance of selected tree header; add support for native tree header sort arrows via user1 state. [Patch 2819620] | ||||
* | Apply patch from [Bug 2821962] to make binary byte selection transfers work. | dkf | 2009-07-15 | 1 | -0/+5 |
| | |||||
* | Corrected definition of -height and -width for canvas' window items. [2326602] | dkf | 2009-07-14 | 1 | -0/+3 |
| | |||||
* | Allow turning off of XScreenSaver use. [Bug 2496018] | dkf | 2009-07-14 | 1 | -0/+6 |
| | |||||
* | [Bug 2818455]: Corrected example. | dkf | 2009-07-11 | 1 | -28/+32 |
| | |||||
* | Avoid the use of C++ reserved words in headers [Bug2815625] | patthoyts | 2009-07-02 | 1 | -0/+4 |
| | |||||
* | * generic/tkInt.h: add assert macros for clang static | das | 2009-06-30 | 1 | -0/+13 |
| | | | | | | | | | | | | analyzer and redefine Tcl_Panic to assert after panic in clang PURIFY builds. * generic/tkImgPhInstance.c: small fixes to make clang static * generic/tkTextDisp.c: analyzer happier. * generic/tkConfig.c: add clang assert for false positives * generic/tkUndo.c: from static analyzer. | ||||
* | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 1 | -0/+140 |
| | |||||
* | Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ↵macosx_cocoa_premerge | nijtmans | 2009-06-27 | 1 | -1/+8 |
| | | | | | | | last set of internal function of this type which was not exposed yet. Removed TkTile(Parse|Print)Proc from tkInt.h, because they don't exist. Follow-up to [Bug 2804935], now all Tk*(Parse|Print)Proc functions are exposed through the internal stub table. | ||||
* | * carbon/ (new directory): copy of current state of 'macosx' | das | 2009-06-26 | 1 | -0/+12 |
| | | | | | source directory, to preserve legacy TkAqua implementation based on Carbon API (with support for Mac OS X releases older than 10.5). | ||||
* | fix [Bug #220935] canvas dash update problem | nijtmans | 2009-06-22 | 1 | -0/+4 |
| | |||||
* | Move another two entries to the internal stub table from MODULE_SCOPE. | dkf | 2009-06-12 | 1 | -8/+13 |
| | |||||
* | [Bug 2799589] Avoid setting the focus on a deleted window during delayed ↵ | patthoyts | 2009-06-02 | 1 | -0/+5 |
| | | | | activation. | ||||
* | [Bug 2794778]: Calls to CallWindowProc can lead to other functions | patthoyts | 2009-05-21 | 1 | -0/+7 |
| | | | | | overwriting the event strucure. Therefore preserve a local copy of the XKeyEvent while looping over the key events. | ||||
* | generic/ttkNotebook.c: More flexible tab placement [Bug 1470246] | jenglish | 2009-05-17 | 1 | -0/+4 |
| | |||||
* | [Bug 1923684]: checkbuttons must prefer off over the indeterminate state | patthoyts | 2009-05-14 | 1 | -0/+6 |
| | | | | | If a checkbutton offvalue is the same as the tristate value we should use the off state in preference. (andrey gusev) | ||||
* | FormatMessage should always use the ignore-inserts flag when processing ↵ | patthoyts | 2009-05-13 | 1 | -0/+3 |
| | | | | system errors. |