| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate various gcc warnings | nijtmans | 2009-08-09 | 4 | -113/+112 |
|
|
* | Fix word-wrapping of non-breaking spaces in the text widget to work reliably. | dkf | 2009-08-04 | 1 | -7/+17 |
|
|
* | Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better! | dkf | 2009-07-23 | 2 | -18/+27 |
|
|
* | [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash. | dkf | 2009-07-22 | 1 | -1/+11 |
|
|
* | Corrected drawing of rotated underlines. [Bug 2356057] | dkf | 2009-07-21 | 1 | -3/+3 |
|
|
* | Fix [Bug 2328657] by explicitly excluding hacky zero-char chunks from interse... | ferrieux | 2009-07-20 | 1 | -4/+5 |
|
|
* | Avoid the use of C++ reserved words in headers [Bug2815625] | patthoyts | 2009-07-02 | 1 | -2/+2 |
|
|
* | s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrology | das | 2009-06-30 | 1 | -3/+3 |
|
|
* | * generic/tkInt.h: add assert macros for clang static | das | 2009-06-30 | 5 | -8/+28 |
|
|
* | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 9 | -65/+80 |
|
|
* | Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ...macosx_cocoa_premerge | nijtmans | 2009-06-27 | 4 | -31/+54 |
|
|
* | fix [Bug #220935] canvas dash update problemmacosx_carbon_freeze | nijtmans | 2009-06-23 | 1 | -10/+6 |
|
|
* | fix [Bug #220935] canvas dash update problem | nijtmans | 2009-06-22 | 1 | -3/+3 |
|
|
* | regen stubs | dkf | 2009-06-12 | 2 | -2/+29 |
|
|
* | Move another two entries to the internal stub table from MODULE_SCOPE. | dkf | 2009-06-12 | 2 | -8/+10 |
|
|
* | BUGFIX: last commit did not account for possibility of 0 tabs. | jenglish | 2009-05-17 | 1 | -17/+20 |
|
|
* | generic/ttkNotebook.c: More flexible tab placement [Bug 1470246] | jenglish | 2009-05-17 | 1 | -23/+42 |
|
|
* | [Bug 1923684]: checkbuttons must prefer off over the indeterminate state | patthoyts | 2009-05-14 | 1 | -6/+23 |
|
|
* | [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated fami... | patthoyts | 2009-05-13 | 1 | -1/+15 |
|
|
* | oops | dkf | 2009-05-01 | 1 | -2/+1 |
|
|
* | Factor out some of the postscript generation code to the PS prolog. | dkf | 2009-05-01 | 1 | -171/+51 |
|
|
* | Private-export functions that were being used in extensions. [Bug 2768945] | dkf | 2009-04-27 | 4 | -38/+159 |
|
|
* | revert HandleEventGenerate change, it was causing bind-8.2 to fail | das | 2009-04-11 | 1 | -2/+1 |
|
|
* | * generic/tkPointer.c (Tk_UpdatePointer): use all 5 buttons. | das | 2009-04-10 | 1 | -2/+2 |
|
|
* | * generic/tkMenu.c (PostProcessEntry): delay call to | das | 2009-04-10 | 1 | -5/+5 |
|
|
* | * generic/tkMenubutton.c: s/DEF_BUTTON_JUSTIFY/DEF_MENUBUTTON_JUSTIFY/ | das | 2009-04-10 | 1 | -2/+2 |
|
|
* | * generic/tkUtil.c (TkBackgroundEvalObjv): use Tcl_BackgroundException. | das | 2009-04-10 | 1 | -2/+2 |
|
|
* | * generic/tkBind.c (HandleEventGenerate): ensure window exists before | das | 2009-04-10 | 1 | -1/+2 |
|
|
* | * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds check | das | 2009-04-10 | 1 | -2/+3 |
|
|
* | Squelch pointless file. | dkf | 2009-04-10 | 1 | -284/+0 |
|
|
* | 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 |
|
|
* | [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to avoi... | patthoyts | 2009-02-27 | 1 | -1/+8 |
|
|
* | ElementStateEventProc: Avoid dangling pointers when layout changes | jenglish | 2009-02-09 | 2 | -17/+26 |
|
|
* | Renamed several internal data structures and functions: | jenglish | 2009-02-08 | 16 | -277/+283 |
|
|
* | * generic/tkImgPhInstance.c: fix numerous leaks discovered with the | das | 2009-02-06 | 8 | -16/+39 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 23 | -96/+103 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-01-28 | 4 | -16/+16 |
|
|
* | 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 |
|
|
* | - fix for aMSN compatibility [tcl-Bug 2507326] | nijtmans | 2009-01-14 | 3 | -38/+44 |
|
|
* | * generic/tkEvent.c: Fix a possible segv due to a NULL | georgeps | 2009-01-11 | 1 | -1/+7 |
|
|
* | ttkNotebook.c(NotebookCleanup): Don't call Tk_DeleteOptionTable(), | jenglish | 2009-01-11 | 1 | -4/+1 |
|
|
* | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmap | nijtmans | 2009-01-09 | 8 | -46/+47 |
|
|
* | A few const -> CONST86 modifications, improving | nijtmans | 2009-01-06 | 5 | -38/+52 |
|
|
* | 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 |
|
|
* | TIP#171 implementation - sanity for <MouseWheel> event handling! | dkf | 2008-12-28 | 1 | -9/+3 |
|
|