| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/tkWinColor.c (FindSystemColor): correct calculation of | hobbs | 2000-04-17 | 1 | -14/+15 |
|
|
* | clarified internal comments | hobbs | 2000-04-15 | 1 | -2/+2 |
|
|
* | * win/tkWinWm.c (WmProc): added check in WM_MOUSEACTIVATE so we | hobbs | 2000-04-15 | 1 | -3/+12 |
|
|
* | * win/tkWinKey.c: Added check for ASCII delete character in | ericm | 2000-04-15 | 1 | -2/+22 |
|
|
* | * generic/ks_names.h: Added Scroll_Lock and Sys_Req definitions. | ericm | 2000-04-15 | 1 | -746/+711 |
|
|
* | * win/tkWinKey.c: Added smarts to check whether the left or right | ericm | 2000-04-14 | 2 | -717/+748 |
|
|
* | * win/tkWinMenu.c: Corrected code that created separator items on | ericm | 2000-04-13 | 1 | -88/+83 |
|
|
* | * win/tkWin3d.c: | ericm | 2000-04-13 | 1 | -24/+64 |
|
|
* | * test/winClipboard.test: | hobbs | 2000-04-12 | 5 | -23/+87 |
|
|
* | * tests/event.test: Added test for [event generate $widget | ericm | 2000-04-10 | 1 | -7/+5 |
|
|
* | * win/makefile.vc (TKTEST_OBJS): | hobbs | 2000-04-08 | 2 | -6/+13 |
|
|
* | * win/tkWinFont.c (GetScreenFont): corrected adjustment against | hobbs | 2000-04-07 | 1 | -8/+14 |
|
|
* | * win/tkWinDialog.c: added unicode-aware open/save file dialogs | hobbs | 2000-03-31 | 9 | -208/+423 |
|
|
* | * win/tkWinDialog.c: Changed the behavior for the | sven | 2000-03-16 | 1 | -12/+7 |
|
|
* | * win/tkWinInt.h: change extern to EXTERN for TkWinChildProc | hobbs | 2000-03-02 | 2 | -9/+24 |
|
|
* | * win/tkWinWm.c (RaiseWinWhenIdle): Checked for the possibility | hobbs | 2000-02-26 | 1 | -1/+4 |
|
|
* | flipped debug bit | hobbs | 2000-02-10 | 1 | -2/+2 |
|
|
* | * generic/tk.decls: | hobbs | 2000-02-09 | 1 | -18/+376 |
|
|
* | * generic/tkDecls.h: | hobbs | 2000-02-08 | 2 | -3/+5 |
|
|
* | * win/tkWinFont.c: corrected symbol font use to only work on 8-bit | hobbs | 2000-02-08 | 2 | -6/+8 |
|
|
* | * win/Makefile.in (install-*): reduced verbosity of install | hobbs | 2000-02-01 | 5 | -59/+104 |
|
|
* | fixed transient window madness | hobbs | 2000-01-27 | 1 | -16/+45 |
|
|
* | fixes transient window crash when transient is destroyed while master | hobbs | 2000-01-27 | 1 | -6/+15 |
|
|
* | removed deletehandler for transient master so that they will | hobbs | 2000-01-21 | 1 | -1/+3 |
|
|
* | * win/tkWinWm.c (TkWmProtocolEventProc): cached atom name as the | hobbs | 2000-01-21 | 1 | -33/+24 |
|
|
* | fixed masterPtr reference problem | hobbs | 2000-01-14 | 1 | -2/+2 |
|
|
* | * unix/configure.in:core_8_3_b2 | hobbs | 2000-01-14 | 2 | -10/+77 |
|
|
* | * win/tkWinScrlbr.c: added check for valid hwnd in ModalLoopProc | hobbs | 2000-01-13 | 1 | -10/+12 |
|
|
* | * unix/tkUnixWm.c: fixed possible X error being raised [Bug: 3377] | hobbs | 2000-01-12 | 1 | -51/+151 |
|
|
* | * win/tkWinImage.c: added static declaration to function | hobbs | 2000-01-06 | 1 | -3/+3 |
|
|
* | * win/configure.in: | hobbs | 1999-12-21 | 2 | -14/+14 |
|
|
* | Removed tcl.hpj from list of output files. | wart | 1999-12-16 | 1 | -2/+2 |
|
|
* | * win/tkWinCursor.c: added support for Windows cursors to | hobbs | 1999-12-16 | 3 | -6/+46 |
|
|
* | * win/tkWinDraw.c: | hobbs | 1999-12-14 | 2 | -40/+131 |
|
|
* | Fixed "doc" target so that it copies man.macros from Tcl | wart | 1999-12-13 | 1 | -3/+3 |
|
|
* | * win/makefile.vc: removed 16bit stuff, simplified makefile. | hobbs | 1999-12-09 | 1 | -82/+45 |
|
|
* | Added support for building Windows winhelp files. | wart | 1999-12-07 | 3 | -4/+77 |
|
|
* | * generic/tkMain.c : | redman | 1999-12-02 | 1 | -9/+50 |
|
|
* | Replaced references to mkinstalldirs with mkdir -p | wart | 1999-11-23 | 1 | -5/+4 |
|
|
* | Removed bogus dependency on "installdirs" | wart | 1999-11-23 | 1 | -2/+2 |
|
|
* | * win/tkWinInt.h: removed TkFontAttributes typedef (was | hobbs | 1999-11-19 | 3 | -8/+8 |
|
|
* | Use mkdir -p to create the install directories (like Tcl already does) | wart | 1999-11-18 | 1 | -6/+7 |
|
|
* | * tests/listbox.test: Fixed tests to comply with new objectified | ericm | 1999-11-17 | 1 | -1/+2 |
|
|
* | * win/winMain.c: corrected winMain to not do a DebugBreak when | hobbs | 1999-11-10 | 1 | -2/+6 |
|
|
* | * win/tkWinKey.c: fixed XKeysymToKeycode to handle mapping of | hobbs | 1999-10-30 | 1 | -10/+13 |
|
|
* | * makefile.vc: changed 'c:/program files' to c:/progra~1 | hobbs | 1999-10-29 | 2 | -8/+6 |
|
|
* | 1999-09-24 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-10-01 | 3 | -10/+10 |
|
|
* | 1999-09-16 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-21 | 3 | -7/+18 |
|
|
* | added DEMOPROGS | stanton | 1999-09-18 | 1 | -1/+3 |
|
|
* | 1999-09-14 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-15 | 1 | -2/+2 |
|
|