summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* revert HandleEventGenerate change, it was causing bind-8.2 to faildas2009-04-111-2/+1
|
* * 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/tkUtil.c (TkBackgroundEvalObjv): use Tcl_BackgroundException.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 pointless file.dkf2009-04-101-284/+0
|
* Prevent zero-size malloc() calls. [Bug 2178820]dkf2009-03-251-3/+3
|
* [Feature Request 2636558] Tk_DefineBitmapnijtmans2009-02-277-42/+101
| | | | and Tk_GetBitmapFromData signature problem
* [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵patthoyts2009-02-271-1/+8
| | | | avoid a crash when mapping dead windows.
* ElementStateEventProc: Avoid dangling pointers when layout changesjenglish2009-02-092-17/+26
| | | | [Fix for #2431428].
* Renamed several internal data structures and functions:jenglish2009-02-0816-277/+283
| | | | | | | ElementImpl -> ElementClass, LayoutNode -> Element. Remove more unnecessary casts. Add function Ttk_ClientRegion, common factor of entry, scale, progress, and treeview widgets.
* * generic/tkImgPhInstance.c: fix numerous leaks discovered with thedas2009-02-068-16/+39
| | | | | | | | | | | * generic/tkMenu.c: Mac OS X Instruments.app Leaks tool. * generic/tkText.c: * generic/tkTextImage.c: * generic/tkTextIndex.c: * generic/tkUndo.c: * generic/tkUtil.c: * generic/ttk/ttkFrame.c: * macosx/tkMacOSXWm.c:
* - eliminate some unnessary type castsnijtmans2009-02-0323-96/+103
| | | | | - some internal const decorations - spacing
* - eliminate some unnessary type castsnijtmans2009-01-284-16/+16
| | | | | - some internal const decorations - spacing
* fix typo that led to crashesdas2009-01-191-3/+3
|
* * generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguishdgp2009-01-161-2/+2
| | | | | | | | | * library/tk.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases. * unix/configure.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* - fix for aMSN compatibility [tcl-Bug 2507326]nijtmans2009-01-143-38/+44
| | | | | - CONSTify Tk(Create|Find)menuReferences - various internal "const" decorations
* * generic/tkEvent.c: Fix a possible segv due to a NULLgeorgeps2009-01-111-1/+7
| | | | pointer dereference that occurs when XCreateIC fails.
* ttkNotebook.c(NotebookCleanup): Don't call Tk_DeleteOptionTable(),jenglish2009-01-111-4/+1
| | | | it's unnecessary and quite possibly harmful [Bug 2496162].
* CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmapnijtmans2009-01-098-46/+47
| | | | | TkDebugColor, TkDebugCursor, TkDebugFont All those mods TIP #27 complient, no incompatibility risks.
* A few const -> CONST86 modifications, improvingnijtmans2009-01-065-38/+52
| | | | | | | | | backwards compatibility. Change Tk_ItemIndexProc and Tk_ItemInsertProc signature to have a Tcl_Obj parameter in stead of a string parameter. This is binary and source compatible with previous API, it just prevents the need for a type cast in the Tk_ItemType table construction. Bring doc in line with API.
* Apply [Patch 1539990] to speed up Tk_PhotoPutBlock in one case.dkf2009-01-061-10/+15
|
* cast away a warning.patthoyts2009-01-061-2/+2
|
* CONSTify Tk_ClipboardAppendnijtmans2009-01-023-13/+13
|
* * generic/ttk/ttkDefaultTheme.c: Fix color palette for radiobuttonjenglish2008-12-311-95/+62
| | | | | | | and checkbutton indicators. Fixes [Bug 2003310]; also makes "alt" theme check/radiobuttons look like Windows 98, as intended. * library/ttk/altTheme.tcl: Specify dark gray -bordercolor to soften edges.
* TIP#171 implementation - sanity for <MouseWheel> event handling!dkf2008-12-281-9/+3
|
* Applied Michael Kirkham's fix to make all PngSuite images work.dkf2008-12-281-3/+2
|
* Implementation of TIP #244, PNG image support.dkf2008-12-283-2/+3385
|
* ttk::treeview: Fix inconsistent use of treeArea / headingArea;jenglish2008-12-271-28/+32
| | | | fixes [#2381555] ([$tv identify] didn't work when horizontally scrolled).
* * README: Bump version number to 8.6b1dgp2008-12-191-4/+4
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* VOID -> voidnijtmans2008-12-171-4/+4
|
* fix 'make checkstubs' failure: make TtkEntry_Init MODULE_SCOPEdas2008-12-151-2/+2
|
* TIP #338 IMPLEMENTATIONdgp2008-12-151-2/+1
| | | | | | * doc/Tk_Main.c: Removed the last two '#include "tclInt.h"'. * generic/tkMain.c: Tk is now limited to Tcl's public interface. * macosx/tkMacOSXInit.c:
* Make error message from Tk_GetRelief thenijtmans2008-12-121-2/+2
| | | | | same as for Tk_GetReliefFromObj Adapt test cases for changed error message
* Remove leftover commented-out code, mistakenly included in last commitjenglish2008-12-111-2/+1
|
* TIP #324 IMPLEMENTATIONdas2008-12-103-7/+131
|
* TkMakeEnsemble(): support for NULL subensembledas2008-12-101-2/+2
|
* * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen)das2008-12-105-331/+498
| | | | | | * generic/tkBusy.c: * generic/tkCmds.c: * generic/tkWindow.c:
* TIP 337dgp2008-12-098-32/+37
| | | | | | | | | | | | | | | | | | | | | | * generic/tkBind.c: Updated callers of Tcl_BackgroundError() * generic/tkCanvas.c: to use the new routine * generic/tkEntry.c: Tcl_BackgroundException() as appropriate. * generic/tkImgBmap.c: * generic/tkListbox.c: * generic/tkSelect.c: * generic/tkTextDisp.c: * generic/tkTextWind.c: * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXScale.c: * macosx/tkMacOSXWindowEvent.c: * unix/tkUnixScale.c: * unix/tkUnixWm.c: * win/tkWinButton.c: * win/tkWinMenu.c: * win/tkWinScrlbr.c: * win/tkWinWm.c:
* Add native aqua elements for ttk::spinbox [Bug 2219588].jenglish2008-12-071-291/+126
| | | | | Moved most spinbox "business logic" out of ttkEntry.c into Tcl bindings. Minor spinbox appearance improvements in clam theme.
* Fix potential divide by zero flagged by clang static analyzerdas2008-12-071-13/+21
|
* Fix potential null dereference flagged by clang static analyzerdas2008-12-072-44/+44
|
* Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-074-14/+15
|
* Fix leaks flagged by clang static analyzerdas2008-12-071-2/+2
|
* Implementation of TIP #197.dkf2008-12-063-26/+89
|
* fix warningdas2008-12-051-1/+2
|
* Improve the code to convert from pixels to pointsdkf2008-12-051-4/+7
|
* undid previous 'fix': 'const' is only useful for pointers, not fornijtmans2008-12-053-29/+29
| | | | opaque types. Therefore it should not have slipped in here.