summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-226-36/+61
| | | | with global variables (the only way it *can* work...)
* Update dll version numbers of dde/reg extension in the makefile.patthoyts2009-10-151-3/+3
|
* tracker numberdgp2009-10-151-1/+1
|
* * generic/tkConsole.c: Relax the runtime version requirements on Tcldgp2009-10-158-14/+24
| | | | | | | | | * generic/tkMain.c: so that Tk 8.5.8 can [load] into Tcl 8.6 (and * generic/tkWindow.c: later 8.*) interps. * library/tk.tcl * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc:
* [Bug 1961455]: Draw underlines and overstrikes when using Xft for font renderingdkf2009-10-102-4/+63
|
* [Patch 2870648]: Corrected cursor used in file/directory dialogs.dkf2009-10-082-3/+8
|
* [Bug 2787164] fix size of dropdown arrow on combobox and menubutton for ↵patthoyts2009-10-072-2/+22
| | | | Windows 7.
* [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-072-5/+10
|
* * changes: Updated for 8.5.8 release.dgp2009-10-052-1/+49
|
* [Bug 2860827] Backported patch avoiding 3D effects with user-specified ↵patthoyts2009-10-052-9/+18
| | | | backgrounds
* Correct generation of grayscale data from an image. Reported by Keith Vetterdkf2009-09-252-8/+13
| | | | on comp.lang.tcl.
* * 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]
* Backport of "misconfigured xft font engine" fixes.dkf2009-09-103-3/+42
|
* [Bug 1909931]: Add support for server-interpreted access control addreses.dkf2009-08-252-3/+52
|
* Correct bindings for [tk_messageBox].dkf2009-08-242-6/+11
|
* * macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" appledas2009-08-242-48/+39
| | | | | | 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)
* More graceful handling of resizing.dkf2009-08-082-15/+23
|
* Fix word-wrapping of non-breaking spaces in the text widget to work reliably.dkf2009-08-042-2/+9
|
* Backport the fix for [Bug 2830420].dkf2009-08-012-23/+24
|
* [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-222-1/+16
|
* More fixes for [Bug 2824378]dkf2009-07-201-6/+6
|
* Fix [Bug 2824378] by correcting expected output.dkf2009-07-202-2/+7
|
* Fix the transfer of large binary data. I hate INCR selections transfers...dkf2009-07-182-1/+9
|
* Apply patch from [Bug 2821962] to make binary byte selection transfers work.dkf2009-07-152-20/+59
|
* Corrected definition of -height and -width for canvas' window items. [2326602]dkf2009-07-142-5/+12
|
* autoconf-2.59das2009-07-141-17/+34
|
* Allow turning off of XScreenSaver use. [Bug 2496018]dkf2009-07-142-20/+36
|
* [Bug 2818455]: Corrected example.dkf2009-07-112-16/+22
|
* Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ↵nijtmans2009-06-275-23/+81
| | | | | | | 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.
* missing constraintdgp2009-06-231-2/+2
|
* fix [Bug #220935] canvas dash update problemnijtmans2009-06-232-11/+11
|
* [Bug 2799589] Backported fix for crash on delayed window activation.patthoyts2009-06-023-4/+68
|
* [Bug 2794778]: backported fix for keyboard transversal of the menus on Windows.patthoyts2009-05-212-4/+10
|
* [Bug 1923684]: backported checkbutton fix for confused state when -offvalue ↵patthoyts2009-05-142-6/+28
| | | | equals -tristatevalue
* Backported support for the Vista theme.patthoyts2009-05-1413-66/+641
| | | | This requires the vsapi element engine, the hover state and the theme script definition.
* [Bug 2791352] backported fix and tests for mis-parsing of certain font ↵patthoyts2009-05-133-2/+27
| | | | descriptions.
* avoid panic for CFStrings longer than INT_MAXdas2009-05-061-2/+2
|
* Fix [Bug 2785744].dkf2009-05-032-3/+8
|
* [Patch 2504402] backported change to create wm icons as device independent ↵patthoyts2009-04-302-11/+71
| | | | bitmaps. (cjmcdonald)
* Fix typodkf2009-04-301-3/+6
|
* Backported fix for [Bug 2080533].dkf2009-04-302-5/+57
|
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-283-5/+12
| | | | to add _r to CC on AIX with threads.
* Private-export functions that were being used in extensions. [Bug 2768945]dkf2009-04-275-28/+197
|
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to sethobbs2009-04-242-3/+7
| | | | cwd on selchange. Prevents delete of selected folder in dialog.
* Removed stray @ from Makefile.in test target. [Bug 2764263]stwo2009-04-242-10/+16
| | | | | Don't chmod+x square demo. [Bug 1945073] Adjustable demo install location. [Patch 2764272]
* Don't chmod/exec installManPage. [Patch 2769530]stwo2009-04-242-8/+10
|
* * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the newhobbs2009-04-232-10/+22
| | | | | style choosedir that has a "New Folder" button, with ::tk::winChooseDirFlags override for new behavior. [Bug 2779910]
* * changes: Updated for 8.5.7 release.core_8_5_7dgp2009-04-152-5/+9
|
* Removed -Wno-implicit-int from CFLAGS_WARNING.\nRegen unix/configure.stwo2009-04-143-8/+12
|
* update Apple copyright notice for 2009-04-10 changesdas2009-04-143-13/+13
|