Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped patchlevel; might need changing in the future, but it makes life | dkf | 2002-03-06 | 6 | -12/+19 |
| | | | | easier for now. | ||||
* | adjust 8.4a4 release tagcore_8_4_a4 | hobbs | 2002-03-05 | 1 | -1/+7 |
| | |||||
* | added --* options docs | hobbs | 2002-03-05 | 1 | -3/+9 |
| | |||||
* | fixed URL refs | hobbs | 2002-03-05 | 1 | -4/+4 |
| | |||||
* | Added win/rules.vc and included the use of eolFix to make sure they | davygrvy | 2002-03-05 | 1 | -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 release | hobbs | 2002-03-04 | 2 | -4/+16 |
| | |||||
* | updated to use www.tcl.tk URL | hobbs | 2002-03-04 | 4 | -10/+10 |
| | |||||
* | added catch around Triple-1 binding use of sel.last | hobbs | 2002-03-04 | 2 | -2/+6 |
| | |||||
* | nroff macro fix | hobbs | 2002-03-02 | 1 | -2/+2 |
| | |||||
* | updated changes for 8.4a4 release | dgp | 2002-03-02 | 1 | -2/+11 |
| | |||||
* | * library/console.tcl (ConsoleBind): Corrected console <<Paste>> | dgp | 2002-03-01 | 2 | -2/+9 |
| | | | | binding on Unix platforms. | ||||
* | see ChangeLog | hobbs | 2002-02-27 | 1 | -0/+9 |
| | |||||
* | Updated changes file to reflect no 8.3.5 release before 8.4a4. | dgp | 2002-02-27 | 1 | -9/+7 |
| | | | | Still need to add the changes of the last few days. | ||||
* | * generic/tkWindow.c (Tk_MainWindow, Tk_GetNumMainWindows): | hobbs | 2002-02-27 | 1 | -5/+23 |
| | | | | | protect against being called before Tcl stubs are init'ed. [Bug #220916] (porter) | ||||
* | updated from Tcl | hobbs | 2002-02-27 | 2 | -124/+134 |
| | |||||
* | * generic/tkText.c (ConfigureText): reenable the blinking cursor | hobbs | 2002-02-26 | 2 | -1/+25 |
| | | | | on state change where necessary. [Bug #503772] | ||||
* | * tests/listbox.test: | hobbs | 2002-02-26 | 2 | -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 better | hobbs | 2002-02-26 | 1 | -1/+9 |
| | | | | accomodate two button mice. [Patch #493145] | ||||
* | improved proxy sash handling. (boudaillier) | hobbs | 2002-02-26 | 1 | -7/+9 |
| | |||||
* | Improvements to filebox tests (including two fixes due to changed behaviour ↵ | dkf | 2002-02-25 | 2 | -150/+266 |
| | | | | dating from 2001-12-14) | ||||
* | * unix/configure: Regen. | mdejong | 2002-02-23 | 3 | -2/+7 |
| | | | | * unix/tcl.m4: Update from Tcl. | ||||
* | Added proc comments. Made configuring sash cursor more efficient. | hobbs | 2002-02-23 | 2 | -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 ChangeLog | hobbs | 2002-02-22 | 1 | -4/+19 |
| | |||||
* | * library/panedwindow.tcl (ReleaseSash): changed to not pass x and | hobbs | 2002-02-22 | 1 | -4/+4 |
| | | | | y args at all (they aren't used). | ||||
* | * generic/tkPanedWindow.c (PanedWindowWidgetObjCmd): fixed returns | hobbs | 2002-02-22 | 1 | -12/+17 |
| | | | | | that should have been breaks instead. Corrected .pw configure handling for insufficient args. [Patch #521436] (boudaillier) | ||||
* | changed panedwindow default relief to flat | hobbs | 2002-02-22 | 3 | -6/+6 |
| | |||||
* | noted new files | dgp | 2002-02-22 | 1 | -4/+4 |
| | |||||
* | Fixed panedwindow binding bugs and added demos for it too. | dkf | 2002-02-22 | 6 | -8/+129 |
| | |||||
* | Stop GCC from issuing warnings about things that don't matter. | dkf | 2002-02-22 | 2 | -3/+8 |
| | |||||
* | TIP #41 implementation, panedwindow [Patch #512503] (melski) | hobbs | 2002-02-22 | 13 | -10/+5688 |
| | |||||
* | * generic/tkOption.c (ReadOptionFile): fixed Tcl_Seek casting to | hobbs | 2002-02-22 | 1 | -3/+3 |
| | | | | remove warnings (we expect no option files with be > 2GB). | ||||
* | * unix/configure: regenerated | hobbs | 2002-02-22 | 2 | -216/+256 |
| | | | | * unix/tcl.m4: updated to sync with Tcl's tcl.m4 | ||||
* | * First draft of updated changes for 8.4a4 release. | dgp | 2002-02-20 | 2 | -34/+139 |
| | |||||
* | Minor fixes as part of TIP#72 (and one just noticed in passing) | dkf | 2002-02-19 | 4 | -8/+13 |
| | |||||
* | tkImgGIF.c was not following the Tcl C style; fixed... | dkf | 2002-02-19 | 2 | -571/+681 |
| | |||||
* | see ChangeLog | hobbs | 2002-02-19 | 1 | -0/+7 |
| | |||||
* | * unix/configure: regen'd | hobbs | 2002-02-19 | 3 | -136/+526 |
| | | | | | | * unix/tcl.m4: * unix/configure.in: added macros and calls to SC_TCL_EARLY_FLAGS and SC_TCL_64BIT_FLAGS, part of TIP #72. | ||||
* | * library/entry.tcl: | mdejong | 2002-02-15 | 1 | -0/+10 |
| | | | | | | | | | * library/text.tcl: Adjust <Double-1> and <Triple-1> bindings so that no anchor point is set and the insertion cursor is set to the last character in the selection. [Bug 220943] * tests/event.test: Add test cases for double click and drag as well as triple click and drag in the text and entry widgets. | ||||
* | * library/entry.tcl: | mdejong | 2002-02-15 | 3 | -7/+206 |
| | | | | | | | | | * library/text.tcl: Adjust <Double-1> and <Triple-1> bindings so that no anchor point is set and the insertion cursor is set to the last character in the selection. [Bug 220943] * tests/event.test: Add test cases for double click and drag as well as triple click and drag in the text and entry widgets. | ||||
* | * tests/event.test (_text_ind_to_x_y, _get_selection): Fix | mdejong | 2002-02-14 | 2 | -10/+31 |
| | | | | | | | | incorrect use of results from bbox invocation so that y center point for a give index is calculated correctly. Add new method to return the selection and use it in test cases. Always lappend to the result list to avoid case where initial result includes a space. | ||||
* | * modified some callers of Tcl routines that | dgp | 2002-02-08 | 6 | -17/+20 |
| | | | | were restored to return (char *) pointing into Tcl_DStrings. | ||||
* | Clean-up bogus for loop in [image inuse] subcommand. [Bug #485803] | ericm | 2002-02-03 | 2 | -7/+8 |
| | |||||
* | * generic/tkCmds.c (Tk_TkObjCmd): don't use 'bool' as an arg as it | hobbs | 2002-02-02 | 2 | -4/+9 |
| | | | | conflicts with the C99 spec. [Bug #511956] (ingham) | ||||
* | no message | davygrvy | 2002-02-01 | 1 | -0/+5 |
| | |||||
* | * win/makefile.vc: unset macro located in the tktest target caused a failure. | davygrvy | 2002-02-01 | 1 | -2/+4 |
| | | | | [Bug 511652] | ||||
* | * Overlooked COSNTification of XSetCommand | dgp | 2002-02-01 | 2 | -1/+5 |
| | |||||
* | Final part of TIP#14 support (photo image transparency access); the C API | dkf | 2002-02-01 | 4 | -116/+427 |
| | | | | stuff has been in there for ages for some reason... | ||||
* | correct punctuation | tmh | 2002-01-31 | 1 | -1/+1 |
| | |||||
* | Correct and test for logic error when cloning menus. Bug 508988 | uid38226 | 2002-01-31 | 3 | -3/+27 |
| | |||||
* | * The POTENTIAL INCOMPATIBILITY in the changing | dgp | 2002-01-31 | 3 | -5/+12 |
| | | | | | interface of Tk_ParseArgv can now be removed by the -DUSE_NON_CONST compiler flag. |