Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent zero-size malloc() calls. [Bug 2178820] | dkf | 2009-03-25 | 1 | -3/+3 |
| | |||||
* | [Feature Request 2636558] Tk_DefineBitmap | nijtmans | 2009-02-27 | 7 | -42/+101 |
| | | | | and Tk_GetBitmapFromData signature problem | ||||
* | [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. | ||||
* | ElementStateEventProc: Avoid dangling pointers when layout changes | jenglish | 2009-02-09 | 2 | -17/+26 |
| | | | | [Fix for #2431428]. | ||||
* | Renamed several internal data structures and functions: | jenglish | 2009-02-08 | 16 | -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 the | das | 2009-02-06 | 8 | -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 casts | nijtmans | 2009-02-03 | 23 | -96/+103 |
| | | | | | - some internal const decorations - spacing | ||||
* | - eliminate some unnessary type casts | nijtmans | 2009-01-28 | 4 | -16/+16 |
| | | | | | - some internal const decorations - spacing | ||||
* | fix typo that led to crashes | das | 2009-01-19 | 1 | -3/+3 |
| | |||||
* | * generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguish | dgp | 2009-01-16 | 1 | -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] | nijtmans | 2009-01-14 | 3 | -38/+44 |
| | | | | | - CONSTify Tk(Create|Find)menuReferences - various internal "const" decorations | ||||
* | * generic/tkEvent.c: Fix a possible segv due to a NULL | georgeps | 2009-01-11 | 1 | -1/+7 |
| | | | | pointer dereference that occurs when XCreateIC fails. | ||||
* | ttkNotebook.c(NotebookCleanup): Don't call Tk_DeleteOptionTable(), | jenglish | 2009-01-11 | 1 | -4/+1 |
| | | | | it's unnecessary and quite possibly harmful [Bug 2496162]. | ||||
* | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmap | nijtmans | 2009-01-09 | 8 | -46/+47 |
| | | | | | TkDebugColor, TkDebugCursor, TkDebugFont All those mods TIP #27 complient, no incompatibility risks. | ||||
* | A few const -> CONST86 modifications, improving | nijtmans | 2009-01-06 | 5 | -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. | dkf | 2009-01-06 | 1 | -10/+15 |
| | |||||
* | cast away a warning. | patthoyts | 2009-01-06 | 1 | -2/+2 |
| | |||||
* | CONSTify Tk_ClipboardAppend | nijtmans | 2009-01-02 | 3 | -13/+13 |
| | |||||
* | * generic/ttk/ttkDefaultTheme.c: Fix color palette for radiobutton | jenglish | 2008-12-31 | 1 | -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! | dkf | 2008-12-28 | 1 | -9/+3 |
| | |||||
* | Applied Michael Kirkham's fix to make all PngSuite images work. | dkf | 2008-12-28 | 1 | -3/+2 |
| | |||||
* | Implementation of TIP #244, PNG image support. | dkf | 2008-12-28 | 3 | -2/+3385 |
| | |||||
* | ttk::treeview: Fix inconsistent use of treeArea / headingArea; | jenglish | 2008-12-27 | 1 | -28/+32 |
| | | | | fixes [#2381555] ([$tv identify] didn't work when horizontally scrolled). | ||||
* | * README: Bump version number to 8.6b1 | dgp | 2008-12-19 | 1 | -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 -> void | nijtmans | 2008-12-17 | 1 | -4/+4 |
| | |||||
* | fix 'make checkstubs' failure: make TtkEntry_Init MODULE_SCOPE | das | 2008-12-15 | 1 | -2/+2 |
| | |||||
* | TIP #338 IMPLEMENTATION | dgp | 2008-12-15 | 1 | -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 the | nijtmans | 2008-12-12 | 1 | -2/+2 |
| | | | | | same as for Tk_GetReliefFromObj Adapt test cases for changed error message | ||||
* | Remove leftover commented-out code, mistakenly included in last commit | jenglish | 2008-12-11 | 1 | -2/+1 |
| | |||||
* | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 3 | -7/+131 |
| | |||||
* | TkMakeEnsemble(): support for NULL subensemble | das | 2008-12-10 | 1 | -2/+2 |
| | |||||
* | * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen) | das | 2008-12-10 | 5 | -331/+498 |
| | | | | | | * generic/tkBusy.c: * generic/tkCmds.c: * generic/tkWindow.c: | ||||
* | TIP 337 | dgp | 2008-12-09 | 8 | -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]. | jenglish | 2008-12-07 | 1 | -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 analyzer | das | 2008-12-07 | 1 | -13/+21 |
| | |||||
* | Fix potential null dereference flagged by clang static analyzer | das | 2008-12-07 | 2 | -44/+44 |
| | |||||
* | Fix potential use of uninitialized variable flagged by clang static analyzer | das | 2008-12-07 | 4 | -14/+15 |
| | |||||
* | Fix leaks flagged by clang static analyzer | das | 2008-12-07 | 1 | -2/+2 |
| | |||||
* | Implementation of TIP #197. | dkf | 2008-12-06 | 3 | -26/+89 |
| | |||||
* | fix warning | das | 2008-12-05 | 1 | -1/+2 |
| | |||||
* | Improve the code to convert from pixels to points | dkf | 2008-12-05 | 1 | -4/+7 |
| | |||||
* | undid previous 'fix': 'const' is only useful for pointers, not for | nijtmans | 2008-12-05 | 3 | -29/+29 |
| | | | | opaque types. Therefore it should not have slipped in here. | ||||
* | Clean up PS prolog generation, getting rid of an obsolete file, and stop text | dkf | 2008-12-05 | 1 | -6/+8 |
| | | | | from going wildly wrong when Xft is used. [Bug 2107938] | ||||
* | Make TkTextMakeByteIndex implementation agree with the prototype (const-ness) | patthoyts | 2008-12-05 | 1 | -2/+2 |
| | |||||
* | Move 10 functions from tkText.h to | nijtmans | 2008-12-04 | 4 | -37/+189 |
| | | | | stub table [Feature Request 220906] | ||||
* | Add new "hover" state | jenglish | 2008-12-03 | 3 | -4/+21 |
| | | | | (patch from Pat Thoyts; needed to support proper visual feedback on Vista). | ||||
* | Refactoring of the millimeter patch. Fix of a potential issue if a pixel ↵ | ferrieux | 2008-11-29 | 1 | -5/+16 |
| | | | | object is reused across screens of different resolutions. | ||||
* | Fix stupid bug in millimeter patch (conditionally uninited var) | ferrieux | 2008-11-28 | 1 | -1/+3 |
| | |||||
* | Millimeter patch. Fixes [1813597,2218964] by eliminating the functional ↵ | ferrieux | 2008-11-27 | 4 | -17/+102 |
| | | | | redundancy and unnecessary loss of precision of the {pixel,mm}ObjType tandem. | ||||
* | elminate warning: unused variable 'tkwin' | nijtmans | 2008-11-27 | 4 | -34/+34 |
| | | | | | Replace Tcl_SetResult(interp, NULL, ....) calls with Tcl_ResetResult(interp) everywhere |