summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove leftover commented-out code, mistakenly included in last commitjenglish2008-12-111-2/+1
|
* library/demos/*.tcl: Omit contraindicated [package require Ttk].jenglish2008-12-1114-47/+25
| | | | | | Remove logic that switches [ttk::scrollbar]s to [tk::scrollbar]s based on [tk windowingsystem]; this is already handled in library/ttk/scrollbar.tcl.
* add TIP #234 filesdas2008-12-111-1/+13
|
* Fix some problems running the tests on windows. As Tk tests run in ↵patthoyts2008-12-104-28/+55
| | | | -singleproc 1 we cannot do the script testing without damaging the later native tests.
* Fixed tk.test to account for tk ensemble changespatthoyts2008-12-101-3/+3
|
* Fixed windows build glitches for tip 324patthoyts2008-12-101-3/+3
|
* note patch # and new filesdas2008-12-101-10/+10
|
* TIP #324 IMPLEMENTATIONdas2008-12-1025-74/+2459
|
* TkMakeEnsemble(): support for NULL subensembledas2008-12-101-2/+2
|
* fix warningdas2008-12-101-2/+2
|
* s/Tk_BackgroundException/Tcl_BackgroundException/das2008-12-101-2/+2
|
* * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen)das2008-12-106-332/+504
| | | | | | * generic/tkBusy.c: * generic/tkCmds.c: * generic/tkWindow.c:
* * macosx/tkMacOSXInit.c (TkpInit): unconditionally show Tk consoledas2008-12-092-24/+28
| | | | if TK_CONSOLE env var is set.
* minor improvementsdkf2008-12-092-25/+27
|
* minor corrections to commentsdkf2008-12-092-29/+29
|
* TIP 337dgp2008-12-0920-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 checkingdas2008-12-081-9/+13
|
* fix brekage (bad merge?)das2008-12-071-8/+8
|
* ttk::spinbox: Add cross-platform MouseWheel bindings.jenglish2008-12-074-27/+79
| | | | Factored out [ttk::bindMouseWheel] procedure.
* Add native aqua elements for ttk::spinbox [Bug 2219588].jenglish2008-12-076-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 analyzerdas2008-12-077-29/+22
|
* Fix potential divide by zero flagged by clang static analyzerdas2008-12-071-13/+21
|
* Fix potential null dereference flagged by clang static analyzerdas2008-12-072-44/+44
|
* Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-075-17/+19
|
* Fix leaks flagged by clang static analyzerdas2008-12-072-3/+27
|
* TkpDisplayButton: use computed borderWidthdas2008-12-071-2/+2
|
* MenuDefProc: avoid crash with non-Tk menusdas2008-12-071-7/+3
|
* SeparatorElementSize: fix state lookupdas2008-12-071-2/+3
|
* Implementation of TIP #197.dkf2008-12-069-77/+174
|
* Remove useless constraintdkf2008-12-061-144/+58
|
* remove prolog.ps, add xpTheme.tcldas2008-12-051-3/+3
|
* fix warningdas2008-12-051-1/+2
|
* Improve the code to convert from pixels to pointsdkf2008-12-051-4/+7
|
* undid previous 'fix': 'const' is only useful for pointers, not fornijtmans2008-12-053-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.patthoyts2008-12-055-55/+240
|
* Remove references to deleted filedkf2008-12-052-7/+7
|
* Clean up PS prolog generation, getting rid of an obsolete file, and stop textdkf2008-12-054-1626/+1355
| | | | from going wildly wrong when Xft is used. [Bug 2107938]
* Make TkTextMakeByteIndex implementation agree with the prototype (const-ness)patthoyts2008-12-051-2/+2
|
* Move 10 functions from tkText.h tonijtmans2008-12-045-37/+196
| | | | stub table [Feature Request 220906]
* Add mentions of Toolbutton style to relevant ttk manpages.dkf2008-12-045-7/+29
|
* Add new "hover" statejenglish2008-12-036-8/+38
| | | | (patch from Pat Thoyts; needed to support proper visual feedback on Vista).
* Minor indentation/capitalization correctionsdkf2008-12-021-8/+8
|
* autoconf-2.59das2008-12-011-3998/+3584
|
* Use a styled frame around the popdown listbox so we can adjust the border ↵patthoyts2008-11-299-16/+64
| | | | for each theme as needed.
* Refactoring of the millimeter patch. Fix of a potential issue if a pixel ↵ferrieux2008-11-291-5/+16
| | | | object is reused across screens of different resolutions.
* Fix stupid bug in millimeter patch (conditionally uninited var)ferrieux2008-11-281-1/+3
|
* Added a test that distance units are not confused with pixels (for the ↵ferrieux2008-11-281-1/+8
| | | | millimeter patch)
* Millimeter patch. Fixes [1813597,2218964] by eliminating the functional ↵ferrieux2008-11-275-17/+109
| | | | redundancy and unnecessary loss of precision of the {pixel,mm}ObjType tandem.
* elminate warning: unused variable 'tkwin'nijtmans2008-11-276-38/+43
| | | | | Replace Tcl_SetResult(interp, NULL, ....) calls with Tcl_ResetResult(interp) everywhere
* Making code neater...dkf2008-11-263-122/+104
|