| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize function definition format. | dkf | 2007-04-17 | 3 | -337/+474 |
|
|
* | Skip OS version test, should work on Vista/Aero now as well as XP | jenglish | 2007-04-10 | 1 | -37/+24 |
|
|
* | Re-sync with Tile codebase so patches can flow back and forth. | jenglish | 2007-04-10 | 2 | -110/+53 |
|
|
* | Added compliler define SUPPORT_CONFIG_EMBEDDED to support config of -use opti... | chengyemao | 2007-02-28 | 2 | -3/+4 |
|
|
* | Reduce the number of warnings | dkf | 2007-02-23 | 3 | -58/+51 |
|
|
* | Less of that K&R or wrongly indented function header style! | dkf | 2007-02-22 | 6 | -383/+433 |
|
|
* | Windows build fixes | Joe Mistachkin | 2007-02-09 | 2 | -4/+10 |
|
|
* | see log | Joe Mistachkin | 2007-02-04 | 3 | -7/+18 |
|
|
* | Support IsAppThemed() call. This is what is used when theming is | patthoyts | 2007-02-02 | 1 | -3/+8 |
|
|
* | Build fix for man2tcl.c with MSVC8 | Joe Mistachkin | 2007-01-19 | 1 | -2/+4 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 2 | -4/+4 |
|
|
* | More warning squelching (mostly uninit variable warnings) | dkf | 2007-01-12 | 5 | -33/+41 |
|
|
* | Added more build output that everyone should ignore | dkf | 2007-01-12 | 1 | -1/+3 |
|
|
* | Revert previous change to keep in sync with Tile codebase. | jenglish | 2007-01-11 | 3 | -20/+18 |
|
|
* | * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion". | jenglish | 2007-01-11 | 2 | -30/+20 |
|
|
* | Many minute fixes to reduce number of minor warnings from GCC. | dkf | 2007-01-11 | 17 | -179/+203 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 2 | -4/+4 |
|
|
* | (TkpDisplayButton): lint init. [Bug 1618604] | hobbs | 2006-12-19 | 1 | -2/+2 |
|
|
* | * doc/cursors.n: Mention "none" in supported | mdejong | 2006-12-17 | 2 | -1/+3 |
|
|
* | * win/Makefile.in, unix/Makefile.in (demo): add 'demo' target | hobbs | 2006-12-13 | 1 | -1/+4 |
|
|
* | * win/tkWinButton.c (InitBoxes): Call Tcl_Panic() | mdejong | 2006-12-12 | 2 | -3/+13 |
|
|
* | TIP 300 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 1 | -1/+57 |
|
|
* | * doc/wm.n, tests/winWm.test: | hobbs | 2006-12-01 | 1 | -27/+80 |
|
|
* | * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usage | hobbs | 2006-11-24 | 1 | -3/+3 |
|
|
* | * win/tkWinMenu.c (TkWinHandleMenuEvent, DrawMenuUnderline): | hobbs | 2006-11-24 | 1 | -24/+34 |
|
|
* | Add support for alternate/indeterminate checkbutton state. | jenglish | 2006-11-21 | 1 | -40/+41 |
|
|
* | Miscellaneous minor changes to re-sync Ttk codebase with Tile CVS: | jenglish | 2006-11-07 | 1 | -2/+2 |
|
|
* | We do not want to require tkInt in all the ttk files so added the | patthoyts | 2006-11-03 | 1 | -5/+5 |
|
|
* | #include tkInt.h to ensure MODULE_SCOPE is defined | das | 2006-11-03 | 1 | -2/+2 |
|
|
* | Oops. Removing rogue flag | patthoyts | 2006-11-03 | 1 | -3/+2 |
|
|
* | * generic/ttk/ttkBlink.c, generic/ttk/ttkButton.c: | das | 2006-11-03 | 3 | -19/+19 |
|
|
* | Add manifest merging for MSVC8. | patthoyts | 2006-10-31 | 1 | -15/+35 |
|
|
* | Update to support ttk merge. | patthoyts | 2006-10-31 | 2 | -13/+116 |
|
|
* | * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n: | hobbs | 2006-10-31 | 6 | -20/+2031 |
|
|
* | * README: Bump version number to 8.5a6 | dgp | 2006-10-23 | 2 | -3/+3 |
|
|
* | generic/tkImgBmap.c: Fixed line endings. | patthoyts | 2006-10-19 | 3 | -145/+366 |
|
|
* | * unix/Makefile.in (install-binaries): Added a second guard to the | andreas_kupries | 2006-09-27 | 2 | -3/+5 |
|
|
* | * generic/tkConsole.c: TIP #268 update regarding registered package | andreas_kupries | 2006-09-22 | 5 | -9/+13 |
|
|
* | * win/tkWinMenu.c (TkpPostMenu): disable menu animation in menus | hobbs | 2006-09-21 | 1 | -2/+19 |
|
|
* | * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTION | hobbs | 2006-09-06 | 1 | -1/+2 |
|
|
* | * win/tkWinKey.c: Add WM_UNICHAR window message support (used by | hobbs | 2006-08-30 | 2 | -2/+51 |
|
|
* | * win/tkWinEmbed.c (TkpGetOtherWindow): [Bug 1212056] do not panic | hobbs | 2006-05-29 | 1 | -2/+1 |
|
|
* | * win/tkWinMenu.c (TkWinMenuKeyObjCmd): get eventPtr after we know | hobbs | 2006-05-25 | 1 | -3/+3 |
|
|
* | * README: Bump version number to 8.5a4 | dgp | 2006-05-04 | 2 | -3/+3 |
|
|
* | * generic/tkMenu.c (TkSetWindowMenuBar): remove extra TkMenuInit | hobbs | 2006-04-05 | 1 | -70/+104 |
|
|
* | * win/tkWinX.c (TkWinXInit): init default keyboard charset | hobbs | 2006-04-05 | 1 | -2/+15 |
|
|
* | * win/tkWinWm.c (WmProc): pass WM_QUERYENDSESSION message to Tk as | hobbs | 2006-04-05 | 1 | -1/+17 |
|
|
* | * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\" | hobbs | 2006-03-29 | 1 | -10/+10 |
|
|
* | * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions. | hobbs | 2006-03-28 | 1 | -12/+12 |
|
|
* | * generic/tkFont.c: implementation of ATSUI text rendering | das | 2006-03-22 | 1 | -1/+103 |
|
|