summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkEvent.c: Fix a possible segv due to a NULLgeorgeps2009-01-111-1/+7
* ttkNotebook.c(NotebookCleanup): Don't call Tk_DeleteOptionTable(),jenglish2009-01-111-4/+1
* CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmapnijtmans2009-01-098-46/+47
* A few const -> CONST86 modifications, improvingnijtmans2009-01-065-38/+52
* 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
* 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
* * README: Bump version number to 8.6b1dgp2008-12-191-4/+4
* 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
* Make error message from Tk_GetRelief thenijtmans2008-12-121-2/+2
* 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
* TIP 337dgp2008-12-098-32/+37
* Add native aqua elements for ttk::spinbox [Bug 2219588].jenglish2008-12-071-291/+126
* 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
* Clean up PS prolog generation, getting rid of an obsolete file, and stop textdkf2008-12-051-6/+8
* Make TkTextMakeByteIndex implementation agree with the prototype (const-ness)patthoyts2008-12-051-2/+2
* Move 10 functions from tkText.h tonijtmans2008-12-044-37/+189
* Add new "hover" statejenglish2008-12-033-4/+21
* Refactoring of the millimeter patch. Fix of a potential issue if a pixel obje...ferrieux2008-11-291-5/+16
* Fix stupid bug in millimeter patch (conditionally uninited var)ferrieux2008-11-281-1/+3
* Millimeter patch. Fixes [1813597,2218964] by eliminating the functional redun...ferrieux2008-11-274-17/+102
* elminate warning: unused variable 'tkwin'nijtmans2008-11-274-34/+34
* Making code neater...dkf2008-11-261-22/+23
* Minor tidying updkf2008-11-251-99/+74
* [Bug 1389270] event generate silently ignored focus events. These can now be ...patthoyts2008-11-234-17/+21
* Formattingdkf2008-11-231-6/+6
* use M_PI when available, remove redundant definitions of PIdas2008-11-223-10/+7
* Fixed up complaints from MSVC engendered by the last commit. In particular re...patthoyts2008-11-222-33/+36
* TIP#119 implementation. [Patch 1611359]dkf2008-11-223-102/+612
* Minor simplification in fix for [Bug 2312027]:nijtmans2008-11-182-15/+7
* Widget self-destruction is not necessarily an error [Bug 2298720].jenglish2008-11-162-8/+7
* bug 2239034: restrict [wm manage] to Frame type widgetspatthoyts2008-11-152-2/+13
* ttkWidget.c: Reworked widget construction and destruction sequence;jenglish2008-11-132-109/+129