summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Backported support for the Vista theme.patthoyts2009-05-143-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 ↵patthoyts2009-05-131-1/+15
| | | | descriptions.
* Private-export functions that were being used in extensions. [Bug 2768945]dkf2009-04-274-28/+191
|
* revert HandleEventGenerate change, it was causing bind-8.2 to faildas2009-04-111-2/+1
|
* * generic/tk.h: Bump to 8.5.6 for release.dgp2009-04-101-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.das2009-04-101-2/+2
|
* * generic/tkMenu.c (PostProcessEntry): delay call todas2009-04-101-5/+5
| | | | TkpConfigureMenuEntry() until all menu entry attributes are setup.
* * generic/tkMenubutton.c: s/DEF_BUTTON_JUSTIFY/DEF_MENUBUTTON_JUSTIFY/das2009-04-101-2/+2
|
* * generic/tkBind.c (HandleEventGenerate): ensure window exists beforedas2009-04-101-1/+2
| | | | generating an event for it (fixes testsuite crash).
* * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds checkdas2009-04-101-2/+3
| | | | to startEnd array access (fixes testsuite crash).
* Squelch all mention of prolog.ps; it isn't used. [Bug 1466509]dkf2009-04-102-286/+2
|
* Prevent zero-size malloc() calls. [Bug 2178820]dkf2009-03-251-3/+3
|
* Backported some fixes for uninitialized variables identified by das using ↵patthoyts2009-03-033-7/+8
| | | | clang analysis.
* [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵patthoyts2009-02-271-1/+8
| | | | avoid a crash when mapping dead windows.
* * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-067-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]nijtmans2009-01-141-1/+6
|
* * generic/tkEvent.c: Backport a fix from 8.6 for a NULL pointergeorgeps2009-01-111-1/+7
| | | | dereference in CreateXIC.
* Don't crash when application uses nondefault visual [Bug 2264732]jenglish2008-12-221-3/+3
| | | | | | (Backport from trunk change 2008-11-11) Workaround for [Bug 2207435] (Backport from trunk change 2008-10-31)
* Add missing headerdgp2008-12-221-1/+2
|
* Forgot that I had to add code to propagate the tkwin through the psInfoPtr.dkf2008-12-221-1/+3
|
* Backport of fix for [Bug 2107938].dkf2008-12-221-2/+2
|
* Backport of the Millipeter patch [1813597,2218964]ferrieux2008-12-214-19/+117
|
* * generic/tk.h: Bump to 8.5.6 for release.dgp2008-12-211-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 analyzerdas2008-12-071-2/+2
|
* Relax the constraint that every Tk_ImageTypenijtmans2008-11-192-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]patthoyts2008-11-152-2/+13
|
* * generic/tk.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-231-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].dkf2008-10-111-2/+2
|
* * generic/tk.h: Bump to 8.5.5 for release.dgp2008-10-101-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 withdgp2008-10-091-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 thedgp2008-10-091-3/+3
| | | | | | | 2008-10-05 commit. * generic/tkEntry.c: Fix missing space constructing the scroll command.
* Backport of fix for [Bug 2112563]dkf2008-10-055-38/+60
|
* * generic/tk.h: Bump version number to 8.5.5b1 to distinguishdgp2008-08-281-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 floatingjenglish2008-08-191-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.dgp2008-08-081-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 keysymjenglish2008-08-052-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_PkgInitStubsCheckdgp2008-07-311-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,jenglish2008-07-044-17/+15
| | | | in case of erroneous style specifications [#2009213].
* * generic/tk.h: Bump to 8.5.3 for release.core_8_5_3dgp2008-06-301-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)dgp2008-06-261-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 adas2008-06-121-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,jenglish2008-05-231-1/+7
| | | | as this leads to a panic on Windows [Bug 1967576]
* * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-171-4/+5
| | | | <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482]
* * generic/tk.h: Bump version number to 8.5.3b1 to distinguishdgp2008-04-111-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_ParseArgvhobbs2008-04-071-2/+1
| | | | * tests/main.test (main-3.*): error. [Bug 1937135]
* use kenny variant for 1936238 fixhobbs2008-04-071-12/+4
|
* * generic/tkArgv.c: fix -help mem explosion. [Bug 1936238] (bachmann)hobbs2008-04-071-2/+3
|
* ensure WORDS_BIGENDIAN #define agrees with autoconfdas2008-04-021-2/+2
|
* * generic/tkStubLib.c (Tcl_InitStubs): Added missing error message.dgp2008-04-022-2/+7
| | | | * generic/tkWindow.c (Tk_PkgInitStubsCheck):
* * README: Bump to 8.5.2 for release.dgp2008-03-281-3/+3
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: