Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | ferrieux | 2009-07-20 | 1 | -4/+5 |
| | | | | intersection computation. Might deserve generalization to other tests. | ||||
* | 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 |
| | | | | | | | | | | | | analyzer and redefine Tcl_Panic to assert after panic in clang PURIFY builds. * generic/tkImgPhInstance.c: small fixes to make clang static * generic/tkTextDisp.c: analyzer happier. * generic/tkConfig.c: add clang assert for false positives * generic/tkUndo.c: from static analyzer. | ||||
* | 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 |
| | | | | | | | last set of internal function of this type which was not exposed yet. Removed TkTile(Parse|Print)Proc from tkInt.h, because they don't exist. Follow-up to [Bug 2804935], now all Tk*(Parse|Print)Proc functions are exposed through the internal stub table. | ||||
* | fix [Bug #220935] canvas dash update problemmacosx_carbon_freeze | nijtmans | 2009-06-23 | 1 | -10/+6 |
| | | | | (follow-up) | ||||
* | 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 |
| | | | | | If a checkbutton offvalue is the same as the tristate value we should use the off state in preference. (andrey gusev) | ||||
* | [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated ↵ | patthoyts | 2009-05-13 | 1 | -1/+15 |
| | | | | family name. | ||||
* | 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 |
| | | | | TkpConfigureMenuEntry() until all menu entry attributes are setup. | ||||
* | * 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 |
| | | | | generating an event for it (fixes testsuite crash). | ||||
* | * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds check | das | 2009-04-10 | 1 | -2/+3 |
| | | | | to startEnd array access (fixes testsuite crash). | ||||
* | 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 |
| | | | | 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 |
| |