Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tkStubInit.c: | hobbs | 2002-04-05 | 3 | -3/+18 |
| | | | | | | | | | * generic/tkDecls.h: * generic/tk.decls: added Tk_SetCaretPos declaration. This command allows users to indicate the cursor position and is used by XIM (Unix) or IME (Windows) to place the caret box correctly. It is also part of correct Accessibility style on Windows to make the magnifier jump to the focus point. | ||||
* | added Tk_SetCaretPos stub (does nothing) | hobbs | 2002-04-05 | 1 | -1/+18 |
| | |||||
* | small lint in comments/docs. | davygrvy | 2002-03-29 | 1 | -15/+13 |
| | |||||
* | no message | davygrvy | 2002-03-29 | 1 | -0/+2 |
| | |||||
* | updated to match Tcl | davygrvy | 2002-03-29 | 1 | -6/+29 |
| | |||||
* | small cruft | davygrvy | 2002-03-29 | 1 | -4/+24 |
| | |||||
* | no message | davygrvy | 2002-03-29 | 1 | -0/+3 |
| | |||||
* | Changed topic from "Tcl Built-In Commands" to "Tk Built-In Commands" | davygrvy | 2002-03-29 | 1 | -2/+2 |
| | |||||
* | ack! fixed big typo. | davygrvy | 2002-03-29 | 1 | -2/+1 |
| | |||||
* | * win/makefile.vc: Tk helpfile is now installing itself into Tcl's | davygrvy | 2002-03-29 | 1 | -8/+26 |
| | | | | | contents file as part of the install target and rebuilding the contents table as desired. [Bug 527941] | ||||
* | no message | davygrvy | 2002-03-29 | 1 | -0/+4 |
| | |||||
* | fixed double use of $(ldebug) | davygrvy | 2002-03-28 | 1 | -6/+6 |
| | |||||
* | * win/.cvsignore (new): | davygrvy | 2002-03-28 | 5 | -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 message | davygrvy | 2002-03-28 | 1 | -0/+14 |
| | |||||
* | * Ran 'autoconf' - forgotten when bump to 8.4a5. | dgp | 2002-03-28 | 1 | -1/+1 |
| | |||||
* | * unix/tkUnixFont.c: Added inclusion of <arpa/inet.h>. This fixes | andreas_kupries | 2002-03-27 | 2 | -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) | chengyemao | 2002-03-26 | 1 | -2/+2 |
| | |||||
* | no message | davygrvy | 2002-03-21 | 1 | -0/+5 |
| | |||||
* | fix for bug #528441. max optimize seems to cause problems for some folks. | davygrvy | 2002-03-21 | 1 | -3/+4 |
| | |||||
* | * Updates to handle change in type of part2 argument of | dgp | 2002-03-20 | 9 | -26/+39 |
| | | | | Tcl_VarTraceProc typedef. [TIP 27] [Patch 532644]. | ||||
* | * generic/tkOldConfig.c (Tk_ConfigureValue): prevent leaving | hobbs | 2002-03-20 | 2 | -1/+12 |
| | | | | interp->result as NULL. | ||||
* | Typo fix | dkf | 2002-03-14 | 1 | -2/+2 |
| | |||||
* | Middle button no longer double pastes into text! Also cleaned some code up. | dkf | 2002-03-07 | 2 | -9/+17 |
| | |||||
* | * win/tkWinX.c: Define _WIN32_IE as 0x0300 | mdejong | 2002-03-07 | 2 | -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 by | davygrvy | 2002-03-06 | 1 | -1/+4 |
| | | | | Ryan Casey. | ||||
* | 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) |