Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 7 | -8/+687 |
| | |||||
* | s/Tk_BackgroundException/Tcl_BackgroundException/ | das | 2008-12-10 | 1 | -2/+2 |
| | |||||
* | * macosx/tkMacOSXInit.c (TkpInit): unconditionally show Tk console | das | 2008-12-09 | 1 | -23/+22 |
| | | | | if TK_CONSOLE env var is set. | ||||
* | TIP 337 | dgp | 2008-12-09 | 5 | -30/+42 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 error checking | das | 2008-12-08 | 1 | -9/+13 |
| | |||||
* | fix brekage (bad merge?) | das | 2008-12-07 | 1 | -8/+8 |
| | |||||
* | Add native aqua elements for ttk::spinbox [Bug 2219588]. | jenglish | 2008-12-07 | 1 | -2/+60 |
| | | | | | Moved most spinbox "business logic" out of ttkEntry.c into Tcl bindings. Minor spinbox appearance improvements in clam theme. | ||||
* | Remove/disable dead code flagged by clang static analyzer | das | 2008-12-07 | 7 | -29/+22 |
| | |||||
* | Fix potential use of uninitialized variable flagged by clang static analyzer | das | 2008-12-07 | 1 | -3/+4 |
| | |||||
* | Fix leaks flagged by clang static analyzer | das | 2008-12-07 | 1 | -1/+25 |
| | |||||
* | TkpDisplayButton: use computed borderWidth | das | 2008-12-07 | 1 | -2/+2 |
| | |||||
* | MenuDefProc: avoid crash with non-Tk menus | das | 2008-12-07 | 1 | -7/+3 |
| | |||||
* | SeparatorElementSize: fix state lookup | das | 2008-12-07 | 1 | -2/+3 |
| | |||||
* | Implementation of TIP #197. | dkf | 2008-12-06 | 1 | -1/+2 |
| | |||||
* | remove prolog.ps, add xpTheme.tcl | das | 2008-12-05 | 1 | -3/+3 |
| | |||||
* | reduce number of CTM manipulation calls | das | 2008-11-22 | 1 | -4/+4 |
| | |||||
* | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 1 | -4/+66 |
| | |||||
* | Minor simplification in fix for [Bug 2312027]: | nijtmans | 2008-11-18 | 1 | -3/+4 |
| | | | | | | | | no need to malloc and copy photo type name because it is a constant to begin with. Convert Tcl_SetResult(......, TCL_DYNAMIC) to Tcl_SetResult(......, TCL_VOLATILE), in preparation for TIP #340 | ||||
* | bug 2239034: restrict [wm manage] to Frame type widgets | patthoyts | 2008-11-15 | 1 | -1/+7 |
| | |||||
* | remove -Wno-implicit-int | das | 2008-11-14 | 1 | -2/+2 |
| | |||||
* | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 7 | -142/+185 |
| | |||||
* | more internal -Wwrite-strings warning fixes | nijtmans | 2008-11-02 | 1 | -3/+3 |
| | |||||
* | Code style improvements, especially including making code less deeply nested. | dkf | 2008-10-27 | 10 | -1940/+2014 |
| | |||||
* | fix TkX11 build | das | 2008-10-23 | 1 | -2/+2 |
| | |||||
* | add tkBusy.c | das | 2008-10-22 | 1 | -1/+7 |
| | |||||
* | Factor out the platform-specific bits of [tk busy]. [Bug 2180919] | dkf | 2008-10-20 | 2 | -39/+108 |
| | |||||
* | Add "const" to many internal | nijtmans | 2008-10-17 | 3 | -125/+125 |
| | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. | ||||
* | * unix/tkUnixWm.c: Restored consistency of error messages from | dgp | 2008-10-08 | 1 | -3/+3 |
| | | | | | * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across all platforms. [Bug 2021443] | ||||
* | minor improvements in legibility | dkf | 2008-10-05 | 3 | -551/+598 |
| | |||||
* | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 2 | -103/+106 |
| | |||||
* | Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563] | dkf | 2008-10-03 | 1 | -148/+155 |
| | |||||
* | comments, whitespace | das | 2008-09-02 | 4 | -7/+13 |
| | |||||
* | add tkImgPhInstance.c | das | 2008-08-25 | 1 | -1/+7 |
| | |||||
* | remove id.test | das | 2008-08-19 | 1 | -3/+1 |
| | |||||
* | After some discussion with Joe English and subsequently the | georgeps | 2008-08-19 | 2 | -31/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X.org developers (Keith Packard in particular), it was discovered that Tk is doing management of XIDs that it shouldn't need to do. The very common XC-MISC extension which has come with every version of X for the last 15 years is used with Xlib now, to retrieve the information about the used/unused XIDs. The public Tk_FreeXId is now a no-op. Joe English reviewed the patch, and said "please commit." The patch is associated with the bug tracker id: 2039720 generic/tkError.c: Remove the usage of TkpWindowWasRecentlyDeleted. generic/tkInt.decls: Update the declarations for the now unused internalstubs. generic/tkIntDecls.h: Regenerated based on tkInt.decls. generic/tkIntPlatDecls.h: Regenerated based on tkInt.decls. generic/tkStubInit.c generic/tkWindow.c: Remove the calls to TkInitXId, and TkFreeWindowId. macosx/tkMaxOSXPort.h: Remove TkFreeWindowId and TkInitXId macro definitions. macosx/tkMacOSXXStubs.c: Remove the no-op TkpWindowWasRecentlyDeleted. unix/tkUnixEvent.c: Remove call to TkFreeXId. unix/tkUnixXId.c: Remove a lot of unnecessary code (see above). win/tkWinPort.h: Remove TkFreeWindowId and TkInitXId. win/tkWinWindow.c: Remove TkpWindowWasRecentlyDeleted. | ||||
* | * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing of | das | 2008-08-19 | 1 | -3/+19 |
| | | | | | fixed-width fonts with size <= 10. | ||||
* | force-disable nonsensical embedded build for X11; only rewrite tkConfig.sh ↵ | das | 2008-08-19 | 1 | -2/+3 |
| | | | | when really necessary | ||||
* | remove NRE.test & add new test files | das | 2008-08-03 | 1 | -3/+5 |
| | |||||
* | tclNRE.h die die die | das | 2008-07-31 | 1 | -3/+1 |
| | |||||
* | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 2 | -7/+7 |
| | |||||
* | * macosx/tkMacOSXHLEvents.c: factor out common code; formatting. | das | 2008-07-22 | 1 | -22/+15 |
| | |||||
* | add new NRE files | das | 2008-07-13 | 1 | -1/+5 |
| | |||||
* | Ensure that errors in callback scripts don't get swept under the carpet. | dkf | 2008-07-02 | 1 | -208/+229 |
| | |||||
* | * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing; | das | 2008-06-19 | 1 | -44/+46 |
| | | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol(). | ||||
* | * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit making | das | 2008-06-19 | 2 | -5/+6 |
| | | | | | * macosx/tkMacOSXDebug.h: TkMacOSXInitNamedDebugSymbol() available outside of debug builds. | ||||
* | * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missing | das | 2008-06-19 | 2 | -19/+59 |
| | | | | | | * macosx/tkMacOSXSubwindows.c (XMapWindow): focus on first map by only sending VisibilityNotify events once windows are mapped (rather than when they are created). | ||||
* | * macosx/tkMacOSXInit.c: add helper to efficiently convert from | das | 2008-06-19 | 2 | -3/+53 |
| | | | | * macosx/tkMacOSXPrivate.h: CFString to Tcl_Obj. | ||||
* | * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fix | das | 2008-06-19 | 1 | -2/+2 |
| | | | | return value. | ||||
* | * macosx/tkMacOSXFont.c (TkpGetFontFromAttributes, InitFont): fix | das | 2008-06-19 | 1 | -34/+65 |
| | | | | | incorrect conversion to points of font sizes already in points; factor out retrieval of font family name from font family ID. | ||||
* | * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use UsrActivity | das | 2008-06-12 | 1 | -2/+2 |
| | | | | instead of OverallAct (which may be ignored in some circumstances). |