Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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: | |||||
* | Fix for [Bug 2010422] "no event type or button # or keysym | jenglish | 2008-08-05 | 2 | -13/+30 | |
| | | | | | | | while executing "bind Listbox <MouseWheel> [...]". This allows Tk to compile and run against newer X11 headers where the protocol constant LastEvent has changed. | |||||
* | * generic/tk.h: Added missing EXTERN for the Tcl_PkgInitStubsCheck | dgp | 2008-07-31 | 1 | -2/+2 | |
| | | | | declaration to fix inability to embed non-stub-enabled Tk on Windows. | |||||
* | Audit: ensure that output arguments to Tk_Get*FromObj() are initialized, | jenglish | 2008-07-04 | 4 | -17/+15 | |
| | | | | in case of erroneous style specifications [#2009213]. | |||||
* | * generic/tk.h: Bump to 8.5.3 for release.core_8_5_3 | dgp | 2008-06-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updates for 8.5.3 release. | |||||
* | * generic/tkPanedWindow.c (PanedWindowProxyCommand) | dgp | 2008-06-26 | 1 | -4/+13 | |
| | | | | | (DisplayPanedWindow): Ensure that a zero width never gets fed to the underlying window system. [Bug 1639824] (Backport fix from dkf). | |||||
* | * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a | das | 2008-06-12 | 1 | -6/+4 | |
| | | | | | | global grab capture and to release the restrict window capture when releasing a button grab. Fixes segfault due to dangling reference to restrict window inside TkpSetCapture() implementation. [Bug 1991932] | |||||
* | Avoid passing width or height <= 0 to Tk_RedrawImage, | jenglish | 2008-05-23 | 1 | -1/+7 | |
| | | | | as this leads to a panic on Windows [Bug 1967576] | |||||
* | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp | 2008-04-17 | 1 | -4/+5 | |
| | | | | <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482] | |||||
* | * generic/tk.h: Bump version number to 8.5.3b1 to distinguish | dgp | 2008-04-11 | 1 | -3/+3 | |
| | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.2 and * unix/configure.in: 8.5.3 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: | |||||
* | * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgv | hobbs | 2008-04-07 | 1 | -2/+1 | |
| | | | | * tests/main.test (main-3.*): error. [Bug 1937135] | |||||
* | use kenny variant for 1936238 fix | hobbs | 2008-04-07 | 1 | -12/+4 | |
| | ||||||
* | * generic/tkArgv.c: fix -help mem explosion. [Bug 1936238] (bachmann) | hobbs | 2008-04-07 | 1 | -2/+3 | |
| | ||||||
* | ensure WORDS_BIGENDIAN #define agrees with autoconf | das | 2008-04-02 | 1 | -2/+2 | |
| | ||||||
* | * generic/tkStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-02 | 2 | -2/+7 | |
| | | | | * generic/tkWindow.c (Tk_PkgInitStubsCheck): | |||||
* | * README: Bump to 8.5.2 for release. | dgp | 2008-03-28 | 1 | -3/+3 | |
| | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | |||||
* | * generic/ttk/ttkStubLib.c: ensure tcl stubs are used in libtkstub | das | 2008-03-27 | 2 | -4/+14 | |
| | | | | | | even in a static build of Tk. * generic/ttk/ttkDecls.h: fix incorrect number of arguments in Ttk_InitStubs macro definition. | |||||
* | whitespace, typo | das | 2008-03-27 | 1 | -2/+2 | |
| | ||||||
* | XIM reorganization and cleanup; see [Patch 1919791] for details. | jenglish | 2008-03-26 | 2 | -97/+49 | |
| | ||||||
* | Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030] | jenglish | 2008-03-21 | 2 | -12/+6 | |
| | ||||||
* | initialize StubsPtr vars to NULL | das | 2008-03-19 | 1 | -6/+6 | |
| | ||||||
* | ensure symbols needed for Ttk stub support are exported | das | 2008-03-19 | 2 | -6/+12 | |
| | ||||||
* | * generic/tkCanvUtil.c: fix gcc-4.2 warnings. | das | 2008-03-11 | 1 | -7/+7 | |
| | ||||||
* | Don't enforce minimum sash thickness of 5 pixels, just use 5 as a default | jenglish | 2008-02-23 | 1 | -9/+4 | |
| | | | | [FR 1898288] | |||||
* | *** 8.5.1 TAGGED FOR RELEASE *** | dgp | 2008-02-04 | 1 | -2/+2 | |
| | | | | | | | | | | | * generic/tk.h: Bump to 8.5.1 for release. * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | |||||
* | * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). | rmax | 2008-02-01 | 1 | -1/+7 | |
| | | | | * tests/imgPhoto.test: Added a test for the above. | |||||
* | Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298]. | jenglish | 2008-01-28 | 1 | -2/+5 | |
| | ||||||
* | BUGFIX: fix crash in [ttk::labelframe] when -style option specified | jenglish | 2008-01-08 | 1 | -34/+37 | |
| | | | | [Bug 1867122]. | |||||
* | (oops. Missed a spot.) | jenglish | 2008-01-06 | 1 | -11/+1 | |
| | ||||||
* | Call Tk_MakeWindowExist() in widget constructor. | jenglish | 2008-01-06 | 2 | -10/+6 | |
| | | | | Removed now-unnecessary initial ConfigureNotify processing. | |||||
* | * generic/tk.h: Bump version number to 8.5.1b1 to distinguish | dgp | 2008-01-02 | 1 | -3/+3 | |
| | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.0 and * unix/configure.in: 8.5.1 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: | |||||
* | * generic/tkMenubutton.c (ConfigureMenuButton): trace the | hobbs | 2007-12-13 | 1 | -8/+5 | |
| | | | | -textvariable even if an image exists as it may use -compound. | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 113 | -117/+117 | |
| | ||||||
* | * generic/tkText.c (DeleteIndexRange, TextEditCmd, UpdateDirtyFlag): | hobbs | 2007-12-13 | 1 | -40/+48 | |
| | | | | | | | * tests/text.test (text-25.10.1,25.11.[12]): Don't require [update idle] to trigger Modified event [Bug 1809538] Modified virtual event should only fire on state change [Bug 1799782] Make sure we delete chars before triggering <<Modified>> [Bug 1737288] |