summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ack! fixed big typo.davygrvy2002-03-291-2/+1
|
* * win/makefile.vc: Tk helpfile is now installing itself into Tcl'sdavygrvy2002-03-291-8/+26
| | | | | contents file as part of the install target and rebuilding the contents table as desired. [Bug 527941]
* no messagedavygrvy2002-03-291-0/+4
|
* fixed double use of $(ldebug)davygrvy2002-03-281-6/+6
|
* * win/.cvsignore (new):davygrvy2002-03-285-73/+521
| | | | | | | | | | | | | * win/lamp.bmp (new): * win/makefile.vc: * win/nmakehlp.c (new): * win/rules.vc: Brought the makefile up-to-date with Tcl's one. This now has support for Win9x issues and the winhelp target now exists. Color scheme can be changed. I'm just imparting a first suggestion using orange :) I'll have to think about the install portion of the helpfile as I'll need to do some tricks to insert tk's contents file into Tcl's using some special winhlp32.exe switches. [Bug 533862 527941]
* no messagedavygrvy2002-03-281-0/+14
|
* * Ran 'autoconf' - forgotten when bump to 8.4a5.dgp2002-03-281-1/+1
|
* * unix/tkUnixFont.c: Added inclusion of <arpa/inet.h>. This fixesandreas_kupries2002-03-272-1/+8
| | | | | a GCC/HPUX problem with missing a "htons". See also "tclUnixPort.h" for equivalent code.
* Changed bitmap_bit_order to LSBFirst in XCreateImage (bug 481255)chengyemao2002-03-261-2/+2
|
* no messagedavygrvy2002-03-211-0/+5
|
* fix for bug #528441. max optimize seems to cause problems for some folks.davygrvy2002-03-211-3/+4
|
* * Updates to handle change in type of part2 argument ofdgp2002-03-209-26/+39
| | | | Tcl_VarTraceProc typedef. [TIP 27] [Patch 532644].
* * generic/tkOldConfig.c (Tk_ConfigureValue): prevent leavinghobbs2002-03-202-1/+12
| | | | interp->result as NULL.
* Typo fixdkf2002-03-141-2/+2
|
* Middle button no longer double pastes into text! Also cleaned some code up.dkf2002-03-072-9/+17
|
* * win/tkWinX.c: Define _WIN32_IE as 0x0300mdejong2002-03-072-1/+19
| | | | | | before including commctrl.h so that we can access the InitCommonControlsEx API when building Tk with mingw.
* Added win/rc/wish.exe.manifest to the dist target. Noted missing bydavygrvy2002-03-061-1/+4
| | | | Ryan Casey.
* Bumped patchlevel; might need changing in the future, but it makes lifedkf2002-03-066-12/+19
| | | | easier for now.
* adjust 8.4a4 release tagcore_8_4_a4hobbs2002-03-051-1/+7
|
* added --* options docshobbs2002-03-051-3/+9
|
* fixed URL refshobbs2002-03-051-4/+4
|
* Added win/rules.vc and included the use of eolFix to make sure theydavygrvy2002-03-051-1/+5
| | | | | have the correct <EOL> for the dist target. eolFix is in tcl's tools/ dir, and $(TOOL_DIR) correctly refers there.
* 8.4a4 tagged for releasehobbs2002-03-042-4/+16
|
* updated to use www.tcl.tk URLhobbs2002-03-044-10/+10
|
* added catch around Triple-1 binding use of sel.lasthobbs2002-03-042-2/+6
|
* nroff macro fixhobbs2002-03-021-2/+2
|
* updated changes for 8.4a4 releasedgp2002-03-021-2/+11
|
* * library/console.tcl (ConsoleBind): Corrected console <<Paste>>dgp2002-03-012-2/+9
| | | | binding on Unix platforms.
* see ChangeLoghobbs2002-02-271-0/+9
|
* Updated changes file to reflect no 8.3.5 release before 8.4a4.dgp2002-02-271-9/+7
| | | | Still need to add the changes of the last few days.
* * generic/tkWindow.c (Tk_MainWindow, Tk_GetNumMainWindows):hobbs2002-02-271-5/+23
| | | | | protect against being called before Tcl stubs are init'ed. [Bug #220916] (porter)
* updated from Tclhobbs2002-02-272-124/+134
|
* * generic/tkText.c (ConfigureText): reenable the blinking cursorhobbs2002-02-262-1/+25
| | | | on state change where necessary. [Bug #503772]
* * tests/listbox.test:hobbs2002-02-262-88/+114
| | | | | * generic/tkListbox.c: corrected error handling when setting to an invalid listvar value. [Bug #503613]
* * library/scale.tcl: mirror B2 bindings to B3 on Windows to betterhobbs2002-02-261-1/+9
| | | | accomodate two button mice. [Patch #493145]
* improved proxy sash handling. (boudaillier)hobbs2002-02-261-7/+9
|
* Improvements to filebox tests (including two fixes due to changed behaviour ↵dkf2002-02-252-150/+266
| | | | dating from 2001-12-14)
* * unix/configure: Regen.mdejong2002-02-233-2/+7
| | | | * unix/tcl.m4: Update from Tcl.
* Added proc comments. Made configuring sash cursor more efficient.hobbs2002-02-232-22/+69
| | | | | | Added Cursor timer that restores the default cursor when pointer is no longer over the sash. This is necessary because Leave events won't be seen when moving into a paned child.
* see ChangeLoghobbs2002-02-221-4/+19
|
* * library/panedwindow.tcl (ReleaseSash): changed to not pass x andhobbs2002-02-221-4/+4
| | | | y args at all (they aren't used).
* * generic/tkPanedWindow.c (PanedWindowWidgetObjCmd): fixed returnshobbs2002-02-221-12/+17
| | | | | that should have been breaks instead. Corrected .pw configure handling for insufficient args. [Patch #521436] (boudaillier)
* changed panedwindow default relief to flathobbs2002-02-223-6/+6
|
* noted new filesdgp2002-02-221-4/+4
|
* Fixed panedwindow binding bugs and added demos for it too.dkf2002-02-226-8/+129
|
* Stop GCC from issuing warnings about things that don't matter.dkf2002-02-222-3/+8
|
* TIP #41 implementation, panedwindow [Patch #512503] (melski)hobbs2002-02-2213-10/+5688
|
* * generic/tkOption.c (ReadOptionFile): fixed Tcl_Seek casting tohobbs2002-02-221-3/+3
| | | | remove warnings (we expect no option files with be > 2GB).
* * unix/configure: regeneratedhobbs2002-02-222-216/+256
| | | | * unix/tcl.m4: updated to sync with Tcl's tcl.m4
* * First draft of updated changes for 8.4a4 release.dgp2002-02-202-34/+139
|