| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * generic/tkOption.c (Tk_GetOption): Extended Tk_GetOption to | ericm | 2000-05-27 | 2 | -28/+153 |
|
|
* | * library/button.tcl: Tweaks for -overrelief handling on Windows. | ericm | 2000-05-25 | 2 | -5/+11 |
|
|
* | * doc/radiobutton.n: Added documentation for -overrelief option. | ericm | 2000-05-25 | 7 | -31/+109 |
|
|
* | see changes | hobbs | 2000-05-23 | 1 | -0/+3 |
|
|
* | * win/Makefile.in (install-libraries): corrected to install X | hobbs | 2000-05-23 | 1 | -3/+9 |
|
|
* | see changes | hobbs | 2000-05-23 | 1 | -0/+8 |
|
|
* | * doc/bind.n: | hobbs | 2000-05-23 | 5 | -42/+43 |
|
|
* | commited change | hobbs | 2000-05-17 | 1 | -0/+12 |
|
|
* | * doc/bell.n: | hobbs | 2000-05-17 | 3 | -26/+52 |
|
|
* | * mac/tkMacDefault.h (DEF_ENTRY_READONLY_BG_COLOR, | ericm | 2000-05-17 | 7 | -51/+93 |
|
|
* | * doc/SetOptions.3: Added information about TK_OPTION_NULL_OK with | ericm | 2000-05-17 | 17 | -157/+182 |
|
|
* | * win/tkWinMenu.c (ReconfigureWindowsMenu): Added code to add the | ericm | 2000-05-16 | 2 | -2/+20 |
|
|
* | * win/tkWinWm.c (Tk_WmCmd): changed wm deiconify from using idle | hobbs | 2000-05-16 | 1 | -46/+6 |
|
|
* | * doc/image.n: Added documentation for [image inuse] command. | ericm | 2000-05-15 | 4 | -24/+82 |
|
|
* | * doc/clipboard.n: Added documentation for "clipboard get". | ericm | 2000-05-14 | 4 | -28/+135 |
|
|
* | * library/entry.tcl: Adjusted Button-1 binding to set focus to the | ericm | 2000-05-14 | 8 | -39/+194 |
|
|
* | * unix/tkUnixButton.c (TkpDisplayButton, TkpComputeButtonGeometry): | ericm | 2000-05-13 | 15 | -269/+961 |
|
|
* | see changes | hobbs | 2000-05-13 | 1 | -0/+12 |
|
|
* | * win/tkWinFont.c (LoadFontRanges): improved support for all chars | hobbs | 2000-05-13 | 1 | -1/+12 |
|
|
* | * win/tkWinWm.c (RaiseWinWhenIdle): added TK_DONT_DESTROY_WINDOW | hobbs | 2000-05-13 | 1 | -2/+3 |
|
|
* | * win/tkWinTest.c (TestclipboardObjCmd): ensured CloseClipboard | hobbs | 2000-05-11 | 1 | -2/+4 |
|
|
* | see changes | hobbs | 2000-05-11 | 1 | -0/+11 |
|
|
* | * tests/menu.test: | hobbs | 2000-05-11 | 4 | -73/+94 |
|
|
* | * tests/focus.test (focusSetupAlt): removed wm withdraw from proc | hobbs | 2000-05-11 | 1 | -2/+1 |
|
|
* | Added link relief support. | ericm | 2000-05-11 | 1 | -1/+15 |
|
|
* | * doc/button.n: Added documentation for link relief. | ericm | 2000-05-10 | 12 | -22/+153 |
|
|
* | * library/focus.tcl: fixed calling of takeFocus proc [Bug: 5372] | hobbs | 2000-05-09 | 2 | -4/+8 |
|
|
* | * README: | hobbs | 2000-05-03 | 12 | -50/+66 |
|
|
* | * unix/Makefile.in: added tk.spec to dist target | hobbs | 2000-05-03 | 1 | -2/+2 |
|
|
* | * doc/Tk_Init.3: Added Tk_SafeInit information [Bug: 1884]. | ericm | 2000-04-28 | 5 | -10/+58 |
|
|
* | * doc/keysyms.n: Man page enumerating keysyms [RFE: 1645]. | ericm | 2000-04-27 | 8 | -18/+1887 |
|
|
* | Regen'd with new mkLinks.tcl | ericm | 2000-04-26 | 1 | -680/+357 |
|
|
* | * README:core_8_3_1 | hobbs | 2000-04-26 | 6 | -22/+25 |
|
|
* | updated for 8.3.1 release | hobbs | 2000-04-26 | 2 | -1/+61 |
|
|
* | extra careful quoting | hobbs | 2000-04-25 | 1 | -2/+2 |
|
|
* | winhelp target improvements | hobbs | 2000-04-25 | 1 | -1/+2 |
|
|
* | macro fix | hobbs | 2000-04-25 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: | hobbs | 2000-04-25 | 3 | -111/+124 |
|
|
* | * generic/tkMain.c: Fixed function header comment for Tk_MainEx. | ericm | 2000-04-25 | 4 | -7/+32 |
|
|
* | * unix/mkLinks: | ericm | 2000-04-25 | 3 | -0/+76 |
|
|
* | * unix/mkLinks: | ericm | 2000-04-25 | 3 | -6/+28 |
|
|
* | * unix/mkLinks: | ericm | 2000-04-25 | 2 | -0/+29 |
|
|
* | * generic/tkImage.c (Tk_PostscriptImage): added check to create | hobbs | 2000-04-25 | 7 | -25/+582 |
|
|
* | * generic/tkConfig.c (DoObjConfig): removed direct setting of | hobbs | 2000-04-25 | 1 | -2/+4 |
|
|
* | * mac/tkMacWm.c (Tk_WmCmd): initialized gotToplevel in | hobbs | 2000-04-25 | 1 | -2/+2 |
|
|
* | * unix/mkLinks: | ericm | 2000-04-24 | 3 | -0/+39 |
|
|
* | * unix/mkLinks: | ericm | 2000-04-24 | 2 | -0/+34 |
|
|
* | * unix/mkLinks: | ericm | 2000-04-24 | 3 | -12/+94 |
|
|
* | 2000-04-22 Jim Ingham <jingham@cygnus.com>
* mac/tkMacDialog.c (Tk... | jingham | 2000-04-23 | 4 | -26/+74 |
|
|
* | see changes | hobbs | 2000-04-21 | 1 | -0/+11 |
|
|