Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * unix/configure: | hobbs | 2002-04-26 | 1 | -0/+6 |
| | | | | | * unix/tcl.m4: change HP-11 SHLIB_LD_LIBS from "" to ${LIBS} so that the .sl knows its dependent libs. | ||||
* | * mac/tkMacTclCode.r: | das | 2002-04-23 | 1 | -0/+10 |
| | | | | | | | | | * mac/tkMacResource.r: added check of TCLTK_NO_LIBRARY_TEXT_RESOURCES #define to allow disabling the inclusion of the tk library code in the resource fork of Tk executables and shared libraries. Moved tk library code inclusion to separate file like in tcl. Added 'panedwindow' resource. | ||||
* | * library/button.tcl (ButtonLeave): corrected the 3 | hobbs | 2002-04-23 | 1 | -0/+4 |
| | | | | | implementations of ButtonLeave to check for Priv(relief) existing before trying to use it. [Patch #541849] | ||||
* | * generic/tkTextDisp.c (DisplayLineBackground): | hobbs | 2002-04-23 | 1 | -0/+7 |
| | | | | | | * unix/tkUnix3d.c (Tk_3DHorizontalBevel): * unix/tkUnixFont.c (Tk_DrawChars): applied fixes to not overrun the X window 16-bit size limit. [Patch #541999] (bonfield) | ||||
* | Fix for Bug 223739 to get rid of floating point equality test. | dkf | 2002-04-22 | 1 | -0/+12 |
| | | | | Sorry for delaying this fix for months; I hadn't noticed that it had been reviewed! | ||||
* | see ChangeLog | hobbs | 2002-04-12 | 1 | -0/+45 |
| | |||||
* | see ChangeLog | hobbs | 2002-04-12 | 1 | -0/+46 |
| | |||||
* | * doc/wm.n: | mdejong | 2002-04-10 | 1 | -0/+10 |
| | | | | | | | | | * mac/tkMacWm.c: * tests/wm.test: * unix/tkUnixWm.c: * win/tkWinWm.c: Update wm stackorder usage message to make it clear that either 1 or 3 arguments are required. [Bug 540013] | ||||
* | 2002-04-08 Daniel Steffen <das@users.sourceforge.net> | das | 2002-04-08 | 1 | -0/+12 |
| | | | | | | | | | | | | * mac/tkMacProjects.sea.hqx: added tkPanedWindow.c to projects * mac/tkMacAppInit.c: fixes to MSL stdin/stdout hookup to the TkConsole when using shared MSL libraries; fix for crashing bug on exit: writing to stdin/sterr when console has already been destroyed. (both fixes need support in MSL, see 'CW Pro6 changes' in tcl/mac/tcltkMacBuildSupport.sea.hqx) * mac/tkMacDialog.c: fixes to Navigation Services Dialog filter. * mac/tkMacDraw.c: add panic for overwide TkImages that would crash Tk on mac otherwise. | ||||
* | * win/tkWinButton.c (TkpDisplayButton): | hobbs | 2002-04-05 | 1 | -0/+39 |
| | | | | | | * generic/tkTextMark.c (TkTextInsertDisplayProc): * generic/tkCanvText.c (DisplayCanvText): * generic/tkEntry.c (DisplayEntry): added Tk_SetCaretPos calls. | ||||
* | no message | davygrvy | 2002-03-29 | 1 | -0/+2 |
| | |||||
* | no message | davygrvy | 2002-03-29 | 1 | -0/+3 |
| | |||||
* | no message | davygrvy | 2002-03-29 | 1 | -0/+4 |
| | |||||
* | no message | davygrvy | 2002-03-28 | 1 | -0/+14 |
| | |||||
* | * unix/tkUnixFont.c: Added inclusion of <arpa/inet.h>. This fixes | andreas_kupries | 2002-03-27 | 1 | -0/+6 |
| | | | | | a GCC/HPUX problem with missing a "htons". See also "tclUnixPort.h" for equivalent code. | ||||
* | no message | davygrvy | 2002-03-21 | 1 | -0/+5 |
| | |||||
* | * Updates to handle change in type of part2 argument of | dgp | 2002-03-20 | 1 | -0/+13 |
| | | | | Tcl_VarTraceProc typedef. [TIP 27] [Patch 532644]. | ||||
* | * generic/tkOldConfig.c (Tk_ConfigureValue): prevent leaving | hobbs | 2002-03-20 | 1 | -0/+5 |
| | | | | interp->result as NULL. | ||||
* | Middle button no longer double pastes into text! Also cleaned some code up. | dkf | 2002-03-07 | 1 | -0/+9 |
| | |||||
* | * win/tkWinX.c: Define _WIN32_IE as 0x0300 | mdejong | 2002-03-07 | 1 | -0/+7 |
| | | | | | | before including commctrl.h so that we can access the InitCommonControlsEx API when building Tk with mingw. | ||||
* | Bumped patchlevel; might need changing in the future, but it makes life | dkf | 2002-03-06 | 1 | -0/+7 |
| | | | | easier for now. | ||||
* | adjust 8.4a4 release tagcore_8_4_a4 | hobbs | 2002-03-05 | 1 | -1/+7 |
| | |||||
* | 8.4a4 tagged for release | hobbs | 2002-03-04 | 1 | -1/+11 |
| | |||||
* | added catch around Triple-1 binding use of sel.last | hobbs | 2002-03-04 | 1 | -0/+4 |
| | |||||
* | * library/console.tcl (ConsoleBind): Corrected console <<Paste>> | dgp | 2002-03-01 | 1 | -0/+5 |
| | | | | binding on Unix platforms. | ||||
* | see ChangeLog | hobbs | 2002-02-27 | 1 | -0/+9 |
| | |||||
* | * generic/tkText.c (ConfigureText): reenable the blinking cursor | hobbs | 2002-02-26 | 1 | -0/+14 |
| | | | | on state change where necessary. [Bug #503772] | ||||
* | Improvements to filebox tests (including two fixes due to changed behaviour ↵ | dkf | 2002-02-25 | 1 | -0/+6 |
| | | | | dating from 2001-12-14) | ||||
* | * unix/configure: Regen. | mdejong | 2002-02-23 | 1 | -0/+5 |
| | | | | * unix/tcl.m4: Update from Tcl. | ||||
* | Added proc comments. Made configuring sash cursor more efficient. | hobbs | 2002-02-23 | 1 | -0/+4 |
| | | | | | | 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 |
| | |||||
* | noted new files | dgp | 2002-02-22 | 1 | -4/+4 |
| | |||||
* | Fixed panedwindow binding bugs and added demos for it too. | dkf | 2002-02-22 | 1 | -0/+7 |
| | |||||
* | Stop GCC from issuing warnings about things that don't matter. | dkf | 2002-02-22 | 1 | -0/+5 |
| | |||||
* | TIP #41 implementation, panedwindow [Patch #512503] (melski) | hobbs | 2002-02-22 | 1 | -0/+22 |
| | |||||
* | * First draft of updated changes for 8.4a4 release. | dgp | 2002-02-20 | 1 | -0/+4 |
| | |||||
* | Minor fixes as part of TIP#72 (and one just noticed in passing) | dkf | 2002-02-19 | 1 | -0/+5 |
| | |||||
* | tkImgGIF.c was not following the Tcl C style; fixed... | dkf | 2002-02-19 | 1 | -0/+5 |
| | |||||
* | see ChangeLog | hobbs | 2002-02-19 | 1 | -0/+7 |
| | |||||
* | * 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. | ||||
* | * tests/event.test (_text_ind_to_x_y, _get_selection): Fix | mdejong | 2002-02-14 | 1 | -0/+9 |
| | | | | | | | | 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 | 1 | -0/+9 |
| | | | | were restored to return (char *) pointing into Tcl_DStrings. | ||||
* | Clean-up bogus for loop in [image inuse] subcommand. [Bug #485803] | ericm | 2002-02-03 | 1 | -0/+5 |
| | |||||
* | * generic/tkCmds.c (Tk_TkObjCmd): don't use 'bool' as an arg as it | hobbs | 2002-02-02 | 1 | -0/+5 |
| | | | | conflicts with the C99 spec. [Bug #511956] (ingham) | ||||
* | no message | davygrvy | 2002-02-01 | 1 | -0/+5 |
| | |||||
* | * Overlooked COSNTification of XSetCommand | dgp | 2002-02-01 | 1 | -0/+4 |
| | |||||
* | Final part of TIP#14 support (photo image transparency access); the C API | dkf | 2002-02-01 | 1 | -0/+8 |
| | | | | 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 | 1 | -0/+5 |
| | |||||
* | * The POTENTIAL INCOMPATIBILITY in the changing | dgp | 2002-01-31 | 1 | -0/+7 |
| | | | | | interface of Tk_ParseArgv can now be removed by the -DUSE_NON_CONST compiler flag. |