| Commit message (Expand) | Author | Age | Files | Lines |
* | Ttk_ElementSize: Fixed longstanding, subtle bug that caused element padding | jenglish | 2007-11-08 | 6 | -37/+54 |
|
|
* | + Use null "treearea" element for treeview owner-draw area | jenglish | 2007-11-04 | 2 | -5/+6 |
|
|
* | Improve Tk_PhotoPutBlock a bit more. Derived from [Patch 224066] | dkf | 2007-10-31 | 1 | -25/+53 |
|
|
* | Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fix | patthoyts | 2007-10-31 | 2 | -6/+10 |
|
|
* | * generic/tk.h: Bump version number to 8.5b2.1 to distinguish | dgp | 2007-10-30 | 1 | -2/+2 |
|
|
* | Rename enumermation for somewhat simpler-to-read code. [Bug 1677613] | dkf | 2007-10-30 | 1 | -3/+3 |
|
|
* | * generic/ttk/ttkWidget.c: Split up RedisplayWidget() | jenglish | 2007-10-30 | 1 | -63/+56 |
|
|
* | * README: Bump version number to 8.5b2. | dgp | 2007-10-26 | 1 | -3/+3 |
|
|
* | ttk::notebook: reworked [$nb insert] logic (fixes multiple bugs; see #1817596) | jenglish | 2007-10-25 | 1 | -32/+34 |
|
|
* | * generic/tkPlace.c: Prevent segfault in place geometry manager. | dgp | 2007-10-25 | 1 | -4/+42 |
|
|
* | Move widget layout registration from TtkElements_Init() | jenglish | 2007-10-25 | 12 | -271/+230 |
|
|
* | permit wm manage of any widget (esp: ttk::frame) | patthoyts | 2007-10-24 | 1 | -2/+2 |
|
|
* | * library/ttk/combobox.tcl: ttk::combobox overhaul; | jenglish | 2007-10-22 | 1 | -5/+4 |
|
|
* | * generic/tkFont.c (Tk{Create,Delete}NamedFont): allow NULL interp. | das | 2007-10-21 | 1 | -8/+11 |
|
|
* | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h: | hobbs | 2007-10-15 | 3 | -5/+163 |
|
|
* | generic/ttk/ttkTreeview.c: Store pointer to column table entry | jenglish | 2007-10-15 | 2 | -73/+39 |
|
|
* | * generic/tkArgv.c: Fix gcc warnings about 'cast to/from | das | 2007-10-15 | 12 | -58/+107 |
|
|
* | * generic/tkTextDisp.c (CharUndisplayProc): fix textDisp.test crash. | das | 2007-10-12 | 1 | -21/+23 |
|
|
* | Make Ttk_GetImage safe if called with NULL interp. Added some tests | patthoyts | 2007-10-09 | 1 | -2/+4 |
|
|
* | * generic/tk.h: Bump version number to 8.5b1.1 to distinguish | dgp | 2007-10-02 | 1 | -2/+2 |
|
|
* | Only call callbacks that are not NULL. [Bug 1791052] | dkf | 2007-09-20 | 1 | -3/+8 |
|
|
* | fix 'make checkstubs' complaint about Tk_PkgInitStubsCheck | das | 2007-09-20 | 1 | -1/+3 |
|
|
* | * README: Bump version number to 8.5b1. | dgp | 2007-09-19 | 1 | -4/+4 |
|
|
* | Replace isdigit call with an internal implementation to avoid libc linkage on... | patthoyts | 2007-09-19 | 1 | -2/+11 |
|
|
* | * generic/tkStubLib.c: Remove C library calls from Tk_InitStubs() | dgp | 2007-09-18 | 1 | -2/+8 |
|
|
* | fix warnings | das | 2007-09-18 | 1 | -3/+3 |
|
|
* | Yet another step in the tidying up of the GIF code. | dkf | 2007-09-18 | 1 | -138/+169 |
|
|
* | * generic/tkConsole.c: Revised callers of Tcl_InitStubs() to account | dgp | 2007-09-17 | 5 | -11/+75 |
|
|
* | Missed one PkgRequire Tcl revision | dgp | 2007-09-11 | 1 | -2/+2 |
|
|
* | * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered by | rmax | 2007-09-11 | 1 | -2/+2 |
|
|
* | * generic/tkConsole.c: Revised calls to Tcl_InitStubs() and | dgp | 2007-09-11 | 3 | -6/+6 |
|
|
* | * generic/tkConsole.c: Revise all Tcl_InitStubs() calls to restore | dgp | 2007-09-10 | 3 | -6/+6 |
|
|
* | Assorted minor cleanups. | dkf | 2007-09-08 | 5 | -92/+125 |
|
|
* | Disable __NO_OLD_CONFIG configuration enabled by latest commit | dgp | 2007-09-07 | 1 | -1/+3 |
|
|
* | header cleanup | dgp | 2007-09-07 | 67 | -141/+86 |
|
|
* | * generic/tkWindow.c (Initialize): Moved common Tk initialization | dgp | 2007-09-06 | 2 | -55/+23 |
|
|
* | Fix for [Bug 1788019] "tkTest.c compiler warning". | jenglish | 2007-09-04 | 1 | -4/+5 |
|
|
* | * generic/ttk/ttkInit.c (Ttk_Init): register ttk in package database | das | 2007-09-03 | 2 | -5/+3 |
|
|
* | restore unix line endings | dgp | 2007-06-25 | 8 | -2491/+2491 |
|
|
* | fix compile errors & warnings introduced by dkf's cleanup | das | 2007-06-25 | 3 | -8/+8 |
|
|
* | Cleaning up whitespace, comments, declarations. No functional changes. | dkf | 2007-06-24 | 1 | -830/+825 |
|
|
* | Cleaning up whitespace, comments, declarations. No functional changes. | dkf | 2007-06-24 | 2 | -80/+77 |
|
|
* | Cleaning up whitespace, comments, declarations. No functional changes. | dkf | 2007-06-24 | 17 | -2195/+2160 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoConfigureInstance, DisposeInstance): | das | 2007-06-23 | 1 | -19/+12 |
|
|
* | Added -width and -height options. | jenglish | 2007-06-10 | 1 | -15/+69 |
|
|
* | Ttk_Manager API overhaul: | jenglish | 2007-06-09 | 5 | -339/+386 |
|
|
* | * generic/tkFont.c: #ifdef out debug msg printing to stderr. | das | 2007-05-31 | 2 | -3/+9 |
|
|
* | * generic/tk.h: Correct placement of #include <tcl.h> [Bug 1723812]. | dgp | 2007-05-30 | 1 | -8/+6 |
|
|
* | Fix comments. (Thanks to Emiliano for spotting) | dkf | 2007-05-24 | 1 | -3/+3 |
|
|
* | EntrySetValue: Ensure that widget is in a consistent state before setting | jenglish | 2007-05-18 | 1 | -5/+10 |
|
|