| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * win/tkWinDialog.c (Tk_MessageBoxObjCmd): pass "" instead of NULL | hobbs | 2008-01-31 | 2 | -2/+7 |
|
|
* | Fix -height and -width options. | dkf | 2008-01-31 | 2 | -4/+16 |
|
|
* | Improve formatting | dkf | 2008-01-30 | 1 | -38/+36 |
|
|
* | Fix erroneous listing of "standard" options. [Bug 1882495] | dkf | 2008-01-30 | 4 | -34/+29 |
|
|
* | Minor bug fix | dkf | 2008-01-30 | 1 | -3/+3 |
|
|
* | library/treeview.tcl: Fix bug in Shift-ButtonPress-1 binding | jenglish | 2008-01-30 | 2 | -2/+7 |
|
|
* | Adjusted handling of the standard options part of the Ttk manual pages so | dkf | 2008-01-29 | 17 | -62/+80 |
|
|
* | Re-fix strict-aliasing warnings reintroduced by last patch. | jenglish | 2008-01-28 | 2 | -24/+20 |
|
|
* | Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298]. | jenglish | 2008-01-28 | 2 | -2/+10 |
|
|
* | Fix [Bug 835848]. | jenglish | 2008-01-27 | 2 | -9/+24 |
|
|
* | Merged common code from InitFont() and TkpGetFontAttrsForChar(), | jenglish | 2008-01-27 | 1 | -113/+86 |
|
|
* | * changes: Updates for 8.5.1 release. | dgp | 2008-01-25 | 2 | -1/+15 |
|
|
* | BUGFIX: fix crash in [ttk::labelframe] when -style option specified | jenglish | 2008-01-08 | 2 | -34/+42 |
|
|
* | Add tristate support to checkbuttons and radiobuttons [Bug 1865898]. | jenglish | 2008-01-08 | 2 | -54/+59 |
|
|
* | (oops. Missed a spot.) | jenglish | 2008-01-06 | 1 | -11/+1 |
|
|
* | Call Tk_MakeWindowExist() in widget constructor. | jenglish | 2008-01-06 | 3 | -10/+12 |
|
|
* | Fix MouseWheel bindings for ttk::treeview widget | jenglish | 2008-01-06 | 4 | -100/+149 |
|
|
* | * generic/tk.h: Bump version number to 8.5.1b1 to distinguish | dgp | 2008-01-02 | 9 | -16/+27 |
|
|
* | Document canvas current item/clipping behaviour more precisely. [Bug 1774593] | dkf | 2007-12-30 | 2 | -16/+46 |
|
|
* | Fix [Bug 1860802] | dkf | 2007-12-30 | 2 | -103/+115 |
|
|
* | advance core-8-5-0 release tagcore_8_5_0 | dgp | 2007-12-17 | 1 | -2/+2 |
|
|
* | update release date | dgp | 2007-12-17 | 1 | -2/+2 |
|
|
* | Documented -outlineoffset item option. [Bug 1836621] | dkf | 2007-12-17 | 2 | -1/+19 |
|
|
* | fix building on Panther | das | 2007-12-15 | 1 | -1/+3 |
|
|
* | * changes: More updates for 8.5.0 release. | dgp | 2007-12-14 | 2 | -1/+8 |
|
|
* | Fix typo [Bug 1850713]. | jenglish | 2007-12-14 | 2 | -2/+6 |
|
|
* | Add in missing function definitions to support plain MSVC6 and use | patthoyts | 2007-12-14 | 5 | -35/+65 |
|
|
* | Support compilation with MSVC9 on AMD64 | patthoyts | 2007-12-14 | 3 | -2/+15 |
|
|
* | * generic/tkMenubutton.c (ConfigureMenuButton): trace the | hobbs | 2007-12-13 | 3 | -10/+15 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 417 | -443/+462 |
|
|
* | * generic/tkText.c (DeleteIndexRange, TextEditCmd, UpdateDirtyFlag): | hobbs | 2007-12-13 | 3 | -41/+92 |
|
|
* | fix typos in comments | hobbs | 2007-12-13 | 1 | -4/+4 |
|
|
* | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26 | das | 2007-12-12 | 5 | -35/+154 |
|
|
* | Various minor updates to ttk_* manpages. | jenglish | 2007-12-12 | 6 | -38/+44 |
|
|
* | * changes: Updated for 8.5.0 release. | dgp | 2007-12-12 | 2 | -1/+20 |
|
|
* | * generic/ttk/ttkTheme.c(StyleElementOptionsCmd): | jenglish | 2007-12-12 | 2 | -9/+14 |
|
|
* | Added code to rebuild the from index after the deletion phase so that the | dkf | 2007-12-11 | 3 | -11/+36 |
|
|
* | Clarify docs to note that [event info] isn't clairvoyant. | dkf | 2007-12-10 | 2 | -8/+20 |
|
|
* | Various markup fixes | jenglish | 2007-12-10 | 10 | -31/+30 |
|
|
* | Remove extra .BEs that got added by mistake somewhere. | jenglish | 2007-12-10 | 4 | -10/+7 |
|
|
* | * generic/tkIntDecls.h: regen with new genStubs.tcl. | das | 2007-12-10 | 6 | -261/+295 |
|
|
* | * generic/tk.decls: use new genstubs 'export' command to | das | 2007-12-10 | 2 | -645/+426 |
|
|
* | Ensure list of hidden commands is correct. [Bug 1847925] | dkf | 2007-12-10 | 1 | -9/+14 |
|
|
* | add inttypes.h #include (sync with tkUnixPort.h change of 2007-11-28) | das | 2007-12-10 | 1 | -1/+4 |
|
|
* | We must specify the lowest Windows version we | patthoyts | 2007-12-10 | 3 | -16/+48 |
|
|
* | Only tkWin.h should include windows.h unless we have an explicit override of | patthoyts | 2007-12-10 | 4 | -8/+8 |
|
|
* | Handle MSVC 9 (aka: Visual Studio 2008) | patthoyts | 2007-12-10 | 2 | -4/+12 |
|
|
* | Update for 'unload' as a safe command (tcl 8.5b3+) | patthoyts | 2007-12-10 | 2 | -3/+7 |
|
|
* | document OSX [wm attr -notify] | das | 2007-12-10 | 1 | -1/+4 |
|
|
* | regen | dkf | 2007-12-09 | 1 | -1/+1 |
|
|