Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generic/ttk/ttkNotebook.c: Don't call Tk_DeleteOptionTable() | jenglish | 2009-12-16 | 1 | -4/+1 |
| | | | | [Bug 2915709], backport fix for [Bug 2496162]. | ||||
* | [Bugs 220600, 220690]: Comment that TkWinChildProc is exported | nijtmans | 2009-12-12 | 1 | -2/+2 |
| | | | | through the stubs table since 8.5.9 | ||||
* | Apply [Bug 2911570]'s patch to make color value hashing work on 64-bit. | dkf | 2009-12-09 | 1 | -8/+11 |
| | |||||
* | doc/GetHINSTANCE.3 correct mentioned header file | nijtmans | 2009-12-02 | 3 | -4/+29 |
| | | | | | make TkWinChildProc available in private stub table. [Bug #220600] and [Bug #220690]. | ||||
* | *** 8.5.8 TAGGED FOR RELEASE *** | dgp | 2009-11-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | * generic/tk.h: Bump to 8.5.8 for release. * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updated for 8.5.8 release. | ||||
* | Apply (slight cleaner, tested) version of [Patch 1469210]. | dkf | 2009-10-22 | 2 | -23/+79 |
| | |||||
* | * generic/tkConsole.c: Relax the runtime version requirements on Tcl | dgp | 2009-10-15 | 3 | -6/+6 |
| | | | | | | | | | * 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: | ||||
* | Correct generation of grayscale data from an image. Reported by Keith Vetter | dkf | 2009-09-25 | 1 | -3/+3 |
| | | | | on comp.lang.tcl. | ||||
* | * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in | hobbs | 2009-09-14 | 1 | -2/+6 |
| | | | | | | | * 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. | dkf | 2009-09-10 | 1 | -1/+14 |
| | |||||
* | Fix word-wrapping of non-breaking spaces in the text widget to work reliably. | dkf | 2009-08-04 | 1 | -2/+2 |
| | |||||
* | [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash. | dkf | 2009-07-22 | 1 | -1/+11 |
| | |||||
* | Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ↵ | nijtmans | 2009-06-27 | 4 | -23/+75 |
| | | | | | | | 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. | ||||
* | fix [Bug #220935] canvas dash update problem | nijtmans | 2009-06-23 | 1 | -11/+7 |
| | |||||
* | [Bug 1923684]: backported checkbutton fix for confused state when -offvalue ↵ | patthoyts | 2009-05-14 | 1 | -6/+23 |
| | | | | equals -tristatevalue | ||||
* | Backported support for the Vista theme. | patthoyts | 2009-05-14 | 3 | -4/+21 |
| | | | | 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 ↵ | patthoyts | 2009-05-13 | 1 | -1/+15 |
| | | | | descriptions. | ||||
* | Private-export functions that were being used in extensions. [Bug 2768945] | dkf | 2009-04-27 | 4 | -28/+191 |
| | |||||
* | revert HandleEventGenerate change, it was causing bind-8.2 to fail | das | 2009-04-11 | 1 | -2/+1 |
| | |||||
* | * generic/tk.h: Bump to 8.5.6 for release. | dgp | 2009-04-10 | 1 | -3/+3 |
| | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * generic/tkPointer.c (Tk_UpdatePointer): use all 5 buttons. | das | 2009-04-10 | 1 | -2/+2 |
| | |||||
* | * generic/tkMenu.c (PostProcessEntry): delay call to | das | 2009-04-10 | 1 | -5/+5 |
| | | | | TkpConfigureMenuEntry() until all menu entry attributes are setup. | ||||
* | * generic/tkMenubutton.c: s/DEF_BUTTON_JUSTIFY/DEF_MENUBUTTON_JUSTIFY/ | das | 2009-04-10 | 1 | -2/+2 |
| | |||||
* | * generic/tkBind.c (HandleEventGenerate): ensure window exists before | das | 2009-04-10 | 1 | -1/+2 |
| | | | | generating an event for it (fixes testsuite crash). | ||||
* | * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds check | das | 2009-04-10 | 1 | -2/+3 |
| | | | | to startEnd array access (fixes testsuite crash). | ||||
* | Squelch all mention of prolog.ps; it isn't used. [Bug 1466509] | dkf | 2009-04-10 | 2 | -286/+2 |
| | |||||
* | Prevent zero-size malloc() calls. [Bug 2178820] | dkf | 2009-03-25 | 1 | -3/+3 |
| | |||||
* | Backported some fixes for uninitialized variables identified by das using ↵ | patthoyts | 2009-03-03 | 3 | -7/+8 |
| | | | | clang analysis. | ||||
* | [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵ | patthoyts | 2009-02-27 | 1 | -1/+8 |
| | | | | avoid a crash when mapping dead windows. | ||||
* | * generic/tkImgPhoto.c: fix numerous leaks discovered with the | das | 2009-02-06 | 7 | -13/+33 |
| | | | | | | | | | | * generic/tkMenu.c: Mac OS X Instruments.app Leaks tool. * generic/tkText.c: * generic/tkTextImage.c: * generic/tkTextIndex.c: * generic/tkUndo.c: * generic/ttk/ttkFrame.c: * macosx/tkMacOSXWm.c: | ||||
* | fix for aMSN compatibility [tcl-Bug 2507326] | nijtmans | 2009-01-14 | 1 | -1/+6 |
| | |||||
* | * generic/tkEvent.c: Backport a fix from 8.6 for a NULL pointer | georgeps | 2009-01-11 | 1 | -1/+7 |
| | | | | dereference in CreateXIC. | ||||
* | Don't crash when application uses nondefault visual [Bug 2264732] | jenglish | 2008-12-22 | 1 | -3/+3 |
| | | | | | | (Backport from trunk change 2008-11-11) Workaround for [Bug 2207435] (Backport from trunk change 2008-10-31) | ||||
* | Add missing header | dgp | 2008-12-22 | 1 | -1/+2 |
| | |||||
* | Forgot that I had to add code to propagate the tkwin through the psInfoPtr. | dkf | 2008-12-22 | 1 | -1/+3 |
| | |||||
* | Backport of fix for [Bug 2107938]. | dkf | 2008-12-22 | 1 | -2/+2 |
| | |||||
* | Backport of the Millipeter patch [1813597,2218964] | ferrieux | 2008-12-21 | 4 | -19/+117 |
| | |||||
* | * generic/tk.h: Bump to 8.5.6 for release. | dgp | 2008-12-21 | 1 | -2/+2 |
| | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | Fix leaks flagged by clang static analyzer | das | 2008-12-07 | 1 | -2/+2 |
| | |||||
* | Relax the constraint that every Tk_ImageType | nijtmans | 2008-11-19 | 2 | -25/+68 |
| | | | | | | | can only be passed to Tk_CreateImageType once. This allows tkImg to be loaded in multiple interpreters in a thread-enabled build of Tk. [Bug 2312027] | ||||
* | [Bug 2239034] Only frame widgets are acceptable for [wm manage] | patthoyts | 2008-11-15 | 2 | -2/+13 |
| | |||||
* | * generic/tk.h: Bump version number to 8.5.6b1 to distinguish | dgp | 2008-10-23 | 1 | -3/+3 |
| | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.5 and * unix/configure.in: 8.5.6 releases. * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf (2.59) * win/configure: | ||||
* | Correct error result generation of [$canvas select clear $bogus]. | dkf | 2008-10-11 | 1 | -2/+2 |
| | |||||
* | * generic/tk.h: Bump to 8.5.5 for release. | dgp | 2008-10-10 | 1 | -2/+2 |
| | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * generic/tkListbox.c: Make literal return values consistent with | dgp | 2008-10-09 | 1 | -3/+3 |
| | | | | | | | | those generated by Tcl_PrintDouble(). * tests/canvText.test: Backport test updates in light of the * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: | ||||
* | * tests/canvText.test: Backport test updates in light of the | dgp | 2008-10-09 | 1 | -3/+3 |
| | | | | | | | 2008-10-05 commit. * generic/tkEntry.c: Fix missing space constructing the scroll command. | ||||
* | Backport of fix for [Bug 2112563] | dkf | 2008-10-05 | 5 | -38/+60 |
| | |||||
* | * generic/tk.h: Bump version number to 8.5.5b1 to distinguish | dgp | 2008-08-28 | 1 | -3/+3 |
| | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.4 and * unix/configure.in: 8.5.5 releases. * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf (2.59) * win/configure: | ||||
* | generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floating | jenglish | 2008-08-19 | 1 | -11/+11 |
| | | | | | point numbers in -[xy]scrollcommand callbacks or [xy]view methods. Minor incompatibility: 0 and 1 now formatted as "0.0" resp "1.0". | ||||
* | * generic/tk.h: Bump to 8.5.4 for release. | dgp | 2008-08-08 | 1 | -3/+3 |
| | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: |