Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TkMakeEnsemble(): support for NULL subensemble | das | 2008-12-10 | 1 | -2/+2 |
| | |||||
* | fix warning | das | 2008-12-10 | 1 | -2/+2 |
| | |||||
* | s/Tk_BackgroundException/Tcl_BackgroundException/ | das | 2008-12-10 | 1 | -2/+2 |
| | |||||
* | * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen) | das | 2008-12-10 | 6 | -332/+504 |
| | | | | | | * generic/tkBusy.c: * generic/tkCmds.c: * generic/tkWindow.c: | ||||
* | * macosx/tkMacOSXInit.c (TkpInit): unconditionally show Tk console | das | 2008-12-09 | 2 | -24/+28 |
| | | | | if TK_CONSOLE env var is set. | ||||
* | minor improvements | dkf | 2008-12-09 | 2 | -25/+27 |
| | |||||
* | minor corrections to comments | dkf | 2008-12-09 | 2 | -29/+29 |
| | |||||
* | TIP 337 | dgp | 2008-12-09 | 20 | -82/+122 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 |
| | |||||
* | ttk::spinbox: Add cross-platform MouseWheel bindings. | jenglish | 2008-12-07 | 4 | -27/+79 |
| | | | | Factored out [ttk::bindMouseWheel] procedure. | ||||
* | Add native aqua elements for ttk::spinbox [Bug 2219588]. | jenglish | 2008-12-07 | 6 | -433/+396 |
| | | | | | 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 divide by zero flagged by clang static analyzer | das | 2008-12-07 | 1 | -13/+21 |
| | |||||
* | Fix potential null dereference flagged by clang static analyzer | das | 2008-12-07 | 2 | -44/+44 |
| | |||||
* | Fix potential use of uninitialized variable flagged by clang static analyzer | das | 2008-12-07 | 5 | -17/+19 |
| | |||||
* | Fix leaks flagged by clang static analyzer | das | 2008-12-07 | 2 | -3/+27 |
| | |||||
* | 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 | 9 | -77/+174 |
| | |||||
* | Remove useless constraint | dkf | 2008-12-06 | 1 | -144/+58 |
| | |||||
* | remove prolog.ps, add xpTheme.tcl | das | 2008-12-05 | 1 | -3/+3 |
| | |||||
* | fix warning | das | 2008-12-05 | 1 | -1/+2 |
| | |||||
* | Improve the code to convert from pixels to points | dkf | 2008-12-05 | 1 | -4/+7 |
| | |||||
* | undid previous 'fix': 'const' is only useful for pointers, not for | nijtmans | 2008-12-05 | 3 | -29/+29 |
| | | | | opaque types. Therefore it should not have slipped in here. | ||||
* | Added vista theme to iron out the visual differences between vista and XP. | patthoyts | 2008-12-05 | 5 | -55/+240 |
| | |||||
* | Remove references to deleted file | dkf | 2008-12-05 | 2 | -7/+7 |
| | |||||
* | Clean up PS prolog generation, getting rid of an obsolete file, and stop text | dkf | 2008-12-05 | 4 | -1626/+1355 |
| | | | | from going wildly wrong when Xft is used. [Bug 2107938] | ||||
* | Make TkTextMakeByteIndex implementation agree with the prototype (const-ness) | patthoyts | 2008-12-05 | 1 | -2/+2 |
| | |||||
* | Move 10 functions from tkText.h to | nijtmans | 2008-12-04 | 5 | -37/+196 |
| | | | | stub table [Feature Request 220906] | ||||
* | Add mentions of Toolbutton style to relevant ttk manpages. | dkf | 2008-12-04 | 5 | -7/+29 |
| | |||||
* | Add new "hover" state | jenglish | 2008-12-03 | 6 | -8/+38 |
| | | | | (patch from Pat Thoyts; needed to support proper visual feedback on Vista). | ||||
* | Minor indentation/capitalization corrections | dkf | 2008-12-02 | 1 | -8/+8 |
| | |||||
* | autoconf-2.59 | das | 2008-12-01 | 1 | -3998/+3584 |
| | |||||
* | Use a styled frame around the popdown listbox so we can adjust the border ↵ | patthoyts | 2008-11-29 | 9 | -16/+64 |
| | | | | for each theme as needed. | ||||
* | Refactoring of the millimeter patch. Fix of a potential issue if a pixel ↵ | ferrieux | 2008-11-29 | 1 | -5/+16 |
| | | | | object is reused across screens of different resolutions. | ||||
* | Fix stupid bug in millimeter patch (conditionally uninited var) | ferrieux | 2008-11-28 | 1 | -1/+3 |
| | |||||
* | Added a test that distance units are not confused with pixels (for the ↵ | ferrieux | 2008-11-28 | 1 | -1/+8 |
| | | | | millimeter patch) | ||||
* | Millimeter patch. Fixes [1813597,2218964] by eliminating the functional ↵ | ferrieux | 2008-11-27 | 5 | -17/+109 |
| | | | | redundancy and unnecessary loss of precision of the {pixel,mm}ObjType tandem. | ||||
* | elminate warning: unused variable 'tkwin' | nijtmans | 2008-11-27 | 6 | -38/+43 |
| | | | | | Replace Tcl_SetResult(interp, NULL, ....) calls with Tcl_ResetResult(interp) everywhere | ||||
* | Making code neater... | dkf | 2008-11-26 | 3 | -122/+104 |
| | |||||
* | Minor tidying up | dkf | 2008-11-25 | 1 | -99/+74 |
| | |||||
* | Minor doc fixes. [Bug 2330040] | dkf | 2008-11-24 | 3 | -5/+6 |
| | |||||
* | [Bug 1389270] event generate silently ignored focus events. These can now be ↵ | patthoyts | 2008-11-23 | 6 | -21/+29 |
| | | | | generated. | ||||
* | Fixed some locale dependencies to reduce the noise on non-English systems | patthoyts | 2008-11-23 | 2 | -651/+662 |
| | |||||
* | Formatting | dkf | 2008-11-23 | 1 | -6/+6 |
| | |||||
* | Re-fixed QWERTY/AZERTY sensitivity of key event generation test (thx to Pat ↵ | ferrieux | 2008-11-23 | 1 | -3/+3 |
| | | | | Thoyts) | ||||
* | Fixed QWERTY/AZERTY sensitivity of key event generation test | ferrieux | 2008-11-22 | 1 | -3/+3 |
| | |||||
* | Added angled text support to demonstration | dkf | 2008-11-22 | 2 | -18/+50 |
| |