summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-071-6/+11
|
* [Bug #2860827] avoid 3D effects with user-specified backgroundspatthoyts2009-10-051-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 whichpatthoyts2009-09-301-0/+4
| | | | causes crashes on windows (fixed already).
* Correct generation of grayscale data from an image. Reported by Keith Vetterdkf2009-09-251-9/+13
| | | | on comp.lang.tcl.
* Bug fix in grid/pack collision detect.pspjuth2009-09-181-0/+7
| | | | Faulty slave was not properly blocked from slave list. [Bug 2859912]
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-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.dkf2009-09-091-0/+13
|
* * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-071-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 indkf2009-09-041-0/+6
| | | | the TkDisplay structure...)
* [Bug 1909931]: Add support for server-interpreted access control addreses.dkf2009-08-251-0/+5
|
* Correct bindings for [tk_messageBox].dkf2009-08-241-0/+5
|
* Better formattingdkf2009-08-241-12/+12
|
* * generic/tkInt.h: Annotate Tcl_Panic as noreturn for clang staticdas2009-08-241-0/+3
| | | | analyzer in PURIFY builds, replacing preprocessor/assert technique.
* * macosx/Wish.sdef (new file): Install and enable sdef filedas2009-08-241-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]pspjuth2009-08-191-0/+13
|
* * macosx/tkMacOSXWm.c: Workaround for textured windows being draggabledas2009-08-141-0/+9
| | | | from opaque content areas. [Bug 2824538] (walzer)
* Eliminate more gcc warningsnijtmans2009-08-101-0/+6
|
* Eliminate various gcc warningsnijtmans2009-08-091-0/+10
| | | | include <vssym32.h> only when available
* Make the pendulum demo cope with resizing more gracefully.dkf2009-08-081-0/+5
|
* Fix word-wrapping of non-breaking spaces in the text widget to work reliably.dkf2009-08-041-5/+11
|
* eliminate various gcc and msvc compiler warningsnijtmans2009-08-021-0/+14
|
* Don't assume that we're on little-endian clients. [Bug 2830420]dkf2009-08-011-0/+6
|
* Reword so that the modern API is presented as preferred.dkf2009-07-271-0/+5
|
* Corrected description of acceptable join styles. Spotted by Emiliano Gavilan.dkf2009-07-261-0/+5
|
* Added incompat flagdkf2009-07-231-0/+2
|
* Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better!dkf2009-07-231-0/+8
|
* [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-221-0/+5
|
* Corrected drawing of rotated underlines. [Bug 2356057]dkf2009-07-211-95/+100
|
* Fix [Bug 2328657] by explicitly excluding hacky zero-char chunks from ↵ferrieux2009-07-201-0/+6
| | | | intersection computation. Might deserve generalization to other tests.
* Fix [Bug 2824378] by correcting expected output.dkf2009-07-201-0/+5
|
* Fix the transfer of large binary data. I hate INCR selections transfers...dkf2009-07-181-9/+15
|
* * unix/Makefile.in: Define NDEBUG in optimized (non-das2009-07-181-0/+3
| | | | symbols) build to disable assert()s.
* * macosx/tkMacOSXBitmap.c: Fix tk::mac::iconBitmap crash due todas2009-07-181-0/+5
| | | | off-by-one ckalloc error. [Bug 2821318]
* * macosx/ttkMacOSXTheme.c: Update notebook tab appearance todas2009-07-151-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.dkf2009-07-151-0/+5
|
* Corrected definition of -height and -width for canvas' window items. [2326602]dkf2009-07-141-0/+3
|
* Allow turning off of XScreenSaver use. [Bug 2496018]dkf2009-07-141-0/+6
|
* [Bug 2818455]: Corrected example.dkf2009-07-111-28/+32
|
* Avoid the use of C++ reserved words in headers [Bug2815625]patthoyts2009-07-021-0/+4
|
* * generic/tkInt.h: add assert macros for clang staticdas2009-06-301-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_mergedas2009-06-291-0/+140
|
* Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ↵macosx_cocoa_premergenijtmans2009-06-271-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'das2009-06-261-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 problemnijtmans2009-06-221-0/+4
|
* Move another two entries to the internal stub table from MODULE_SCOPE.dkf2009-06-121-8/+13
|
* [Bug 2799589] Avoid setting the focus on a deleted window during delayed ↵patthoyts2009-06-021-0/+5
| | | | activation.
* [Bug 2794778]: Calls to CallWindowProc can lead to other functionspatthoyts2009-05-211-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]jenglish2009-05-171-0/+4
|
* [Bug 1923684]: checkbuttons must prefer off over the indeterminate statepatthoyts2009-05-141-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 ↵patthoyts2009-05-131-0/+3
| | | | system errors.