summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-2/+6
* Put the armouring in the right place.dkf2009-09-101-9/+14
* Try to make Tk more resilient in the face of Xft allocation failures.dkf2009-09-091-1/+9
* * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-0710-18/+40
* make support for clang static analyzer safer & cleanerdas2009-09-071-7/+9
* Finish purging remains of old XID hacks (a bunch of unused/write-only fields indkf2009-09-042-40/+3
* Improve consistency of formatting of comments and function declsdkf2009-09-041-61/+57
* guard clang analyzer Tcl_Panic annotation with #ifndef USE_TCL_STUBSdas2009-08-251-2/+5
* * generic/tkInt.h: Annotate Tcl_Panic as noreturn for clang staticdas2009-08-241-4/+2
* * generic/tkBind.c (HandleEventGenerate): Don't generate events fordas2009-08-241-2/+13
* Give an error if grid and pack are used in the same master. [Patch 2475855]pspjuth2009-08-196-6/+191
* Eliminate various gcc warningsnijtmans2009-08-094-113/+112
* Fix word-wrapping of non-breaking spaces in the text widget to work reliably.dkf2009-08-041-7/+17
* Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better!dkf2009-07-232-18/+27
* [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-221-1/+11
* Corrected drawing of rotated underlines. [Bug 2356057]dkf2009-07-211-3/+3
* Fix [Bug 2328657] by explicitly excluding hacky zero-char chunks from interse...ferrieux2009-07-201-4/+5
* Avoid the use of C++ reserved words in headers [Bug2815625]patthoyts2009-07-021-2/+2
* s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrologydas2009-06-301-3/+3
* * generic/tkInt.h: add assert macros for clang staticdas2009-06-305-8/+28
* Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-299-65/+80
* Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ...macosx_cocoa_premergenijtmans2009-06-274-31/+54
* fix [Bug #220935] canvas dash update problemmacosx_carbon_freezenijtmans2009-06-231-10/+6
* fix [Bug #220935] canvas dash update problemnijtmans2009-06-221-3/+3
* regen stubsdkf2009-06-122-2/+29
* Move another two entries to the internal stub table from MODULE_SCOPE.dkf2009-06-122-8/+10
* BUGFIX: last commit did not account for possibility of 0 tabs.jenglish2009-05-171-17/+20
* generic/ttkNotebook.c: More flexible tab placement [Bug 1470246]jenglish2009-05-171-23/+42
* [Bug 1923684]: checkbuttons must prefer off over the indeterminate statepatthoyts2009-05-141-6/+23
* [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated fami...patthoyts2009-05-131-1/+15
* oopsdkf2009-05-011-2/+1
* Factor out some of the postscript generation code to the PS prolog.dkf2009-05-011-171/+51
* Private-export functions that were being used in extensions. [Bug 2768945]dkf2009-04-274-38/+159
* 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
* * 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
* * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds checkdas2009-04-101-2/+3
* 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
* [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to avoi...patthoyts2009-02-271-1/+8
* ElementStateEventProc: Avoid dangling pointers when layout changesjenglish2009-02-092-17/+26
* Renamed several internal data structures and functions:jenglish2009-02-0816-277/+283
* * generic/tkImgPhInstance.c: fix numerous leaks discovered with thedas2009-02-068-16/+39
* - eliminate some unnessary type castsnijtmans2009-02-0323-96/+103
* - eliminate some unnessary type castsnijtmans2009-01-284-16/+16
* fix typo that led to crashesdas2009-01-191-3/+3