Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to | hobbs | 2009-02-17 | 3 | -76/+150 |
| | | | | | avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds. | ||||
* | * win/configure.in, win/configure: align better with tcl | hobbs | 2009-02-16 | 3 | -428/+503 |
| | | | | version. Ensures finding correct CPP for Win64. | ||||
* | Apply some GOOBE to the ttk::intro(n) manpage. [Bug 2604420] | dkf | 2009-02-16 | 2 | -18/+30 |
| | |||||
* | Some tidying up; reducces coupling to rest of Tk implementation | dkf | 2009-02-16 | 1 | -31/+39 |
| | |||||
* | Factor out the IconList megawidget. | dkf | 2009-02-12 | 6 | -851/+749 |
| | |||||
* | Increase idiomaticity | dkf | 2009-02-11 | 1 | -2/+2 |
| | |||||
* | Use a color picture of JO for better GOOBE. [Bug 2588919] | dkf | 2009-02-11 | 6 | -188/+32 |
| | |||||
* | fix [tcl-Bug 2502365] Building of head on HPUX is | nijtmans | 2009-02-10 | 3 | -10/+22 |
| | | | | broken when using the native CC. | ||||
* | ElementStateEventProc: Avoid dangling pointers when layout changes | jenglish | 2009-02-09 | 3 | -17/+27 |
| | | | | [Fix for #2431428]. | ||||
* | Renamed several internal data structures and functions: | jenglish | 2009-02-08 | 17 | -277/+290 |
| | | | | | | | 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 | 10 | -17/+58 |
| | | | | | | | | | | | * 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: | ||||
* | whitespace | das | 2009-02-06 | 1 | -2/+2 |
| | |||||
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 24 | -96/+129 |
| | | | | | - some internal const decorations - spacing | ||||
* | catch font create when the console is re-sourced via F9 | patthoyts | 2009-01-30 | 1 | -2/+2 |
| | |||||
* | - eliminate some unnessary type casts | nijtmans | 2009-01-28 | 17 | -150/+168 |
| | | | | | - some internal const decorations - spacing | ||||
* | Fix a typo | dkf | 2009-01-24 | 1 | -2/+2 |
| | |||||
* | typo | dgp | 2009-01-22 | 1 | -1/+1 |
| | |||||
* | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). | Kevin B Kenny | 2009-01-22 | 3 | -2/+8 |
| | | | | * unix/configure: Autoconf 2.59 | ||||
* | Patch 907924 | Kevin B Kenny | 2009-01-20 | 4 | -18/+73 |
| | |||||
* | 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 | 7 | -10/+20 |
| | | | | | | | | | * 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 | 4 | -38/+50 |
| | | | | | - CONSTify Tk(Create|Find)menuReferences - various internal "const" decorations | ||||
* | fix [tcl-Bug 2502365] Building of head on | nijtmans | 2009-01-13 | 3 | -2/+8 |
| | | | | HPUX is broken when using the native CC | ||||
* | Tk tests that create images need to be independent of the interpreter ↵ | patthoyts | 2009-01-13 | 17 | -360/+412 |
| | | | | environment. | ||||
* | [Bug 2495740] result needed to exclude any images already present. | patthoyts | 2009-01-11 | 1 | -2/+7 |
| | |||||
* | [Bug 2336454] fixed keysyms used in bind tests. | patthoyts | 2009-01-11 | 2 | -31/+34 |
| | |||||
* | * generic/tkEvent.c: Fix a possible segv due to a NULL | georgeps | 2009-01-11 | 2 | -1/+12 |
| | | | | pointer dereference that occurs when XCreateIC fails. | ||||
* | Pretty up the messagebox on unix using PNG images for the icons and group ↵ | patthoyts | 2009-01-11 | 5 | -90/+185 |
| | | | | the icons into one place. | ||||
* | Fix missing word spotted by stu. | patthoyts | 2009-01-11 | 1 | -2/+2 |
| | |||||
* | ttkNotebook.c(NotebookCleanup): Don't call Tk_DeleteOptionTable(), | jenglish | 2009-01-11 | 2 | -4/+7 |
| | | | | it's unnecessary and quite possibly harmful [Bug 2496162]. | ||||
* | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmap | nijtmans | 2009-01-09 | 9 | -46/+59 |
| | | | | | TkDebugColor, TkDebugCursor, TkDebugFont All those mods TIP #27 complient, no incompatibility risks. | ||||
* | adjust copyright year | das | 2009-01-08 | 1 | -3/+3 |
| | |||||
* | Themed the bgerror dialog and make use of our PNG support to improve the icon. | patthoyts | 2009-01-08 | 2 | -41/+82 |
| | |||||
* | Applied patch from [Bug 2473120] to fix the arguments to tk_messageBox call ↵ | patthoyts | 2009-01-07 | 2 | -2/+4 |
| | | | | in the tk_chooseDirectory unix implementation. | ||||
* | [Bug 1847002] On Windows a grab can be bypassed using the taskbar. This ↵ | patthoyts | 2009-01-07 | 2 | -19/+84 |
| | | | | prevents that by handling the keyboard activation message and the system menu commands when grabs are present. | ||||
* | A few const -> CONST86 modifications, improving | nijtmans | 2009-01-06 | 10 | -61/+87 |
| | | | | | | | | | 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 | 2 | -21/+30 |
| | |||||
* | cast away a warning. | patthoyts | 2009-01-06 | 1 | -2/+2 |
| | |||||
* | Use task modal rather than system modal for messageboxes and use ↵ | patthoyts | 2009-01-06 | 2 | -2/+10 |
| | | | | MB_SETFOREGROUND to get the user notification if the application is not the foreground application (flashing in the taskbar). [Bug 2484771] | ||||
* | Improve documentation of -offset and -outlineoffset item options. [Bug 1836621] | dkf | 2009-01-03 | 2 | -336/+277 |
| | |||||
* | add new ttk test files | das | 2009-01-03 | 1 | -1/+5 |
| | |||||
* | Fix incorrect statement about %-substituees quoting. | ferrieux | 2009-01-03 | 1 | -3/+2 |
| | |||||
* | CONSTify Tk_ClipboardAppend | nijtmans | 2009-01-02 | 4 | -14/+20 |
| | |||||
* | no message | davygrvy | 2008-12-31 | 1 | -0/+4 |
| | |||||
* | * win/rules.vc: small bug not setting SYMBOLS macro fixed. | davygrvy | 2008-12-31 | 1 | -1/+2 |
| | |||||
* | tests/ttk/{checkbutton,radiobutton}.test: split out from ttk.test. | jenglish | 2008-12-31 | 4 | -86/+104 |
| | |||||
* | * generic/ttk/ttkDefaultTheme.c: Fix color palette for radiobutton | jenglish | 2008-12-31 | 3 | -96/+74 |
| | | | | | | | 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. | ||||
* | window-2.9 deadlocks threaded Tk [Bug 1715716], add constraint | das | 2008-12-29 | 1 | -4/+7 |
| | |||||
* | fixes for [temporaryDirectory] != [pwd] | das | 2008-12-29 | 1 | -2/+3 |
| | |||||
* | Added an "incompat" note | dkf | 2008-12-28 | 1 | -0/+3 |
| |