Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added dash patch | hobbs | 1999-12-14 | 1 | -0/+103 |
| | |||||
* | Fixed "doc" target so that it copies man.macros from Tcl | wart | 1999-12-13 | 1 | -3/+3 |
| | |||||
* | "make install" now has a dependency on "make all" | wart | 1999-12-13 | 1 | -2/+2 |
| | |||||
* | * unix/aclocal.m4: added warning when configuring with | hobbs | 1999-12-12 | 1 | -0/+1 |
| | | | | --enable-threads that Tk may have problems | ||||
* | * generic/tkText.c: fixed bug in TextSearchCmd for multibyte chars | hobbs | 1999-12-12 | 1 | -2/+2 |
| | | | | (Darley) [Bug: 3839] | ||||
* | see log | hobbs | 1999-12-12 | 1 | -0/+8 |
| | |||||
* | * win/makefile.vc: removed 16bit stuff, simplified makefile. | hobbs | 1999-12-09 | 1 | -82/+45 |
| | |||||
* | * generic/tkImgGIF.c: updated casting | hobbs | 1999-12-09 | 1 | -10/+12 |
| | |||||
* | see log | hobbs | 1999-12-09 | 1 | -0/+6 |
| | |||||
* | * generic/tkMain.c: need to include tclInt.h for new hook | redman | 1999-12-08 | 1 | -0/+5 |
| | | | | functions that are internal-use-only. | ||||
* | need tclInt.h for TclSetStartupScriptFileName(). | redman | 1999-12-08 | 1 | -1/+2 |
| | |||||
* | added TkMacPreprocessMenu | hobbs | 1999-12-07 | 5 | -16/+40 |
| | |||||
* | added TkpPreprocessMenu (commited before saving one last file...) | hobbs | 1999-12-07 | 1 | -1/+31 |
| | |||||
* | * mac/tkMacFont.c: | hobbs | 1999-12-07 | 3 | -61/+96 |
| | | | | | | | * mac/tkMacMenu.c: * mac/tkMacWindowMgr.c: fixed greyed out menu items, handling of ... elipsis, font mapping problem, and enabled generated menu posting [Bug: 3705] | ||||
* | * library/comdlg.tcl: removed tclVerifyInteger and tclSortNoCase, | hobbs | 1999-12-07 | 1 | -16/+1 |
| | | | | they weren't used, and were not actually correct | ||||
* | see log | hobbs | 1999-12-07 | 1 | -1/+12 |
| | |||||
* | Added support for building Windows winhelp files. | wart | 1999-12-07 | 3 | -4/+77 |
| | |||||
* | objectified ImageCreate in tkTest.c | hobbs | 1999-12-06 | 1 | -15/+13 |
| | |||||
* | * tests/imgPPM.test: fixed test 2.2 to use -format ppm (since | hobbs | 1999-12-03 | 1 | -2/+2 |
| | | | | we know have GIF write capability) | ||||
* | * library/msgbox.tcl: added color icons for tk_messageBox on Unix | hobbs | 1999-12-03 | 2 | -9/+164 |
| | | | | | and Mac when tk_strictMotif isn't set. (Hipp) * library/tk.tcl: added window bounds checking to ::tk::PlaceWindow | ||||
* | * generic/tkInt.h: | hobbs | 1999-12-03 | 3 | -42/+45 |
| | | | | | | * generic/tkWindow.c: * generic/tkCmds.c: converted Tk_DestroyCmd, Tk_LowerCmd and Tk_RaiseCmd to their ObjCmd equivalent. | ||||
* | see log | hobbs | 1999-12-03 | 1 | -0/+14 |
| | |||||
* | * generic/tkMain.c : | redman | 1999-12-02 | 4 | -18/+93 |
| | | | | | | | * unix/tkAppInit.c: * win/winMain.c: Added added hooks into the main() code for supporting TclPro and other "big" shells more easily without requiring a copy of the main() code. | ||||
* | added (int) cast | hobbs | 1999-11-30 | 1 | -2/+2 |
| | |||||
* | * library/entry.tcl: fixed up tkEntrySeeInsert (Nemthi) | hobbs | 1999-11-30 | 1 | -7/+2 |
| | |||||
* | * generic/tkImgGIF.c: added GIF writing that uses miGIF RLE | hobbs | 1999-11-30 | 1 | -3/+767 |
| | | | | [Bug: 2039, new patch] | ||||
* | see log | hobbs | 1999-11-30 | 1 | -0/+5 |
| | |||||
* | minor whitespace cleanup | hobbs | 1999-11-30 | 2 | -38/+8 |
| | |||||
* | * library/tk.tcl: fixed missing $w in ::tk::PlaceWindow | hobbs | 1999-11-30 | 1 | -2/+19 |
| | |||||
* | see log | hobbs | 1999-11-30 | 1 | -0/+5 |
| | |||||
* | * generic/tkListbox.c: fixed 'get' of listbox to return a string | hobbs | 1999-11-29 | 1 | -3/+10 |
| | | | | when only one item is requested. | ||||
* | fixed listbox | hobbs | 1999-11-29 | 1 | -0/+5 |
| | |||||
* | * library/clrpick.tcl: | hobbs | 1999-11-24 | 5 | -131/+120 |
| | | | | | | | | | * library/msgbox.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: fixed dialogs to center over -parent, added utility functions ::tk::PlaceWindow, ::tk::SetFocusGrab, ::tk::RestoreFocusGrab to tk.tcl to help | ||||
* | updated dialogs | hobbs | 1999-11-24 | 1 | -0/+10 |
| | |||||
* | ChangeLog commit. | ericm | 1999-11-24 | 1 | -0/+6 |
| | |||||
* | * tests/listbox.test: Added a test to check that the topIndex is | ericm | 1999-11-24 | 2 | -2/+27 |
| | | | | | | | update when items are removed from the listvar variable. * generic/tkListbox.c: Added a check the updates the topIndex when items are removed from the listvar variable. | ||||
* | Additions to update vertical scrollbar info for listboxes when listvar changes. | ericm | 1999-11-24 | 3 | -3/+36 |
| | |||||
* | * generic/tk.h: | hobbs | 1999-11-23 | 3 | -9/+17 |
| | | | | | | | * generic/tkConfig.c: added support for TK_OPTION_DONT_SET_DEFAULT as equiv for TK_CONFIG_DONT_SET_DEFAULT * generic/tkListbox.c: added TK_OPTION_DONT_SET_DEFAULT to the item specs | ||||
* | see log | hobbs | 1999-11-23 | 1 | -0/+8 |
| | |||||
* | 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 |
| | |||||
* | see log | hobbs | 1999-11-19 | 1 | -0/+16 |
| | |||||
* | * win/tkWinInt.h: removed TkFontAttributes typedef (was | hobbs | 1999-11-19 | 3 | -8/+8 |
| | | | | | | | | redundant with tkFont.h). * win/tkWinPort.h: put #ifndef __GNUC__ around redefinition of str[n]casecmp, as cygwin uses the originals. * win/tkWinX.c: changed GetCurrentTime to GetTickCount (the former is deprecated). [Bug: 2053] | ||||
* | * generic/tkColor.c: | hobbs | 1999-11-19 | 3 | -14/+18 |
| | | | | | | | | * generic/tkColor.h: fixed Tk_NameOfColor to work correctly, with minor change to TkColor struct. * generic/tkConsole.c: added static declaration to ConsoleDeleteProc function (proto already had it) | ||||
* | * tests/listbox.test: Added tests for itemcget and itemconfigure. | ericm | 1999-11-19 | 3 | -90/+691 |
| | | | | | | | | * doc/listbox.n: Added documentation for -listvar option and for itemconfigure and itemcget commands. * generic/tkListbox.c: Added support for itemconfigure/itemcget listbox subcommands (addresses rfe #936) | ||||
* | ChangeLog commit. | ericm | 1999-11-18 | 1 | -0/+4 |
| | |||||
* | * tests/listbox.test: Updated tests for new error messages. | ericm | 1999-11-18 | 2 | -8/+11 |
| | | | | * generic/tkListbox.c: Improved error messages for bad -listvar's. | ||||
* | Use mkdir -p to create the install directories (like Tcl already does) | wart | 1999-11-18 | 1 | -6/+7 |
| | |||||
* | * tests/listbox.test: Added tests for bad -listvar's. | ericm | 1999-11-18 | 3 | -16/+60 |
| | | | | | * generic/tkListbox.c: Added handlers for bad -listvar's (ie, bad lists) | ||||
* | * tests/listbox.test: Added tests for ListboxUpdateHScrollbar. | ericm | 1999-11-17 | 2 | -4/+45 |
| | | | | | * generic/tkListbox.c: Changed some old static buffers to base size on TCL_DOUBLLE_SPACE instead of (completely) hardcoding the size. |