Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
69 check-ins using file library/demos/timer version 18c8020e
2010-02-18
| ||
21:36 | Fix sh quoting error reported in bash-3.1+ [Bug 1377619] (schafer) Closed-Leaf check-in: 32def19b user: nijtmans tags: core-8-3-1-branch | |
2003-02-15
| ||
01:54 | correct HP-UX ia64 --enable-64bit build flags check-in: 9944b13b user: hobbs tags: core-8-3-1-branch | |
2002-11-22
| ||
23:26 |
* generic/tkTextDisp.c (TkTextSeeCmd): handle see for unmapped text displays. [Bug #641778]check-in: bb9b2627 user: hobbs tags: core-8-3-1-branch | |
2002-10-18
| ||
19:49 | updated for the 8.3.5 release check-in: bd37197c user: hobbs tags: core-8-3-1-branch, core-8-3-5 | |
19:32 |
* win/tkWinPort.h (tchar.h): Do not include on Cygwin. (_T): Define for Cygwin. (OPEN_MAX): only define if currently undefined. * win/winMain.c (main): Conditionally define. [Patch #625283] (khan) * win/configure: Regen. * win/configure.in: Set CFLAGS to "" if the user did not set CFLAGS in the env. This keeps AC_PROG_CC from adding "-g -O2" to the CFLAGS by default. (dejong) * win/tcl.m4 (SC_CONFIG_CFLAGS): Check for bug in Cygwin version of windres and work around that case by passing a POSIX path instead of a Windows native path. One can't always pass a POSIX path because the mingw native toolchain accepts only Windows native paths. [Patch #625283] (dejong)check-in: d0843606 user: hobbs tags: core-8-3-1-branch | |
00:48 |
* tests/imgPhoto.test: * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): fix arg handling for missing -format or -data options. [Bug #624974]check-in: a8dd4070 user: hobbs tags: core-8-3-1-branch | |
2002-10-17
| ||
23:38 |
* tests/text.test: properly return the number of * unix/tkUnixFont.c (ControlUtfProc): bytes consumed. [Bug #624732]check-in: d7b7ea07 user: hobbs tags: core-8-3-1-branch | |
2002-10-16
| ||
01:05 |
* README: updated to 8.3.5 patchlevel * generic/tk.h: pointed README urls at www.tcl.tk * mac/README: * unix/README: * unix/configure: * unix/configure.in: * unix/tcl.m4: * unix/tk.spec: * win/README: * win/configure: * win/configure.in: * win/tcl.m4:check-in: cb859e1d user: hobbs tags: core-8-3-1-branch | |
2002-10-12
| ||
00:50 | * unix/tkUnixWm.c: (rev. 1.8.1.3) Backported changes for TIP 107 ("Fix the 2-second raise delay") to core-8-3-1-branch [Patch #601518] * tests/unixWm.c (unixWm-51.7): added 200 ms delay after 'raise' and 'lower' commands, since these are now asynchronous. (NB: there may be other regressions, this is the only one I encountered) check-in: 167132dc user: jenglish tags: core-8-3-1-branch | |
2002-10-10
| ||
22:22 |
* tests/grid.test: * generic/tkGrid.c: The grid size was not updated properly when removing a widget from a grid. [Bug #621241] (forssen)check-in: 29e9aa6a user: hobbs tags: core-8-3-1-branch | |
21:02 |
* generic/tkCanvPs.c (TkImageGetColor): corrected bogus use of TkColormapData on Windows (Windows now requires RGB pixel data from image). * win/tkWinImage.c (XGetImage, XGetImageZPixmap): added support for generating ps for embedded widgets on canvases on Windows, tested for 8, 16, 24 and 32-bit depths (XGetImageZPixmap not used).check-in: e27b87a7 user: hobbs tags: core-8-3-1-branch | |
07:27 |
* generic/tkCanvas.h: moved TkColormapData struct to tkCanvPs.c * generic/tkCanvPs.c (TkImageGetColor): corrected bogus use of TkColormapData on Windows. Non-separated data may need correction as well. * win/tkWinImage.c (XGetImage, XGetImageZPixmap): added support for generating ps for embedded windows on canvases.check-in: ec3b7724 user: hobbs tags: core-8-3-1-branch | |
07:26 |
* unix/configure: regen * unix/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent SC_ENABLE_SYMBOLS that takes yes|no|mem|all as options now.check-in: a7efcb8e user: hobbs tags: core-8-3-1-branch | |
2002-07-25
| ||
20:36 |
* library/tk.tcl (RestoreFocusGrab): handle the case where the FocusGrab info is not set. [Bug #553283]check-in: b869e591 user: hobbs tags: core-8-3-1-branch | |
2002-07-24
| ||
19:40 |
* tests/canvas.test: added canvas-14.[1-6] * generic/tkCanvas.c (CanvasWidgetCmd): corrected handling of 'scan' subcommand args. Also removed early return cases to goto done instead where the canvasPtr would be Tcl_Release'd. This may solve other problems with unreleased canvasPtr's. [Bug #581560]check-in: 27ab72e5 user: hobbs tags: core-8-3-1-branch | |
2002-06-22
| ||
08:52 |
* library/console.tcl: corrected the defaultPrompt substitution [Bug #553207] and made Tab a default expansion key (like Escape).check-in: 9b2253cb user: hobbs tags: core-8-3-1-branch | |
2002-06-21
| ||
20:27 |
* Removed unnecessary dependence of tktest executable on the tcltest executable on Unix. If there are similar dependencies on other platforms, they can probably be removed as well. [Bug 572134].check-in: 77ec5df6 user: dgp tags: core-8-3-1-branch | |
2002-06-15
| ||
03:02 | deleted stray character check-in: 7d13c7db user: dgp tags: core-8-3-1-branch | |
2002-05-20
| ||
12:29 |
* mac/tkMacInit.c: * mac/tkMacResource.r: include msgcat package in resources as bgerror depends on it. Restores ability of mac static build to run standalone (except for encoding file issues).check-in: 81be88a9 user: das tags: core-8-3-1-branch | |
2002-04-26
| ||
19:31 |
* unix/configure: * unix/tcl.m4: change HP-11 SHLIB_LD_LIBS from "" to ${LIBS} so that the .sl knows its dependent libs.check-in: 142b4776 user: hobbs tags: core-8-3-1-branch | |
2002-04-18
| ||
22:22 | updated dependencies for runtest and backported shell/gdb targets check-in: 2d0af1c2 user: hobbs tags: core-8-3-1-branch | |
2002-04-12
| ||
06:35 |
* win/configure: * win/tcl.m4: Enabled COFF as well as CV style debug info with --enable-symbols to allow Dr. Watson users to see function info. More info on debugging levels can be obtained at: http://msdn.microsoft.com/library/en-us/dnvc60/html/gendepdebug.aspcheck-in: 0943b7b5 user: hobbs tags: core-8-3-1-branch | |
06:34 | remove eof whitespace check-in: 46fd7306 user: hobbs tags: core-8-3-1-branch | |
2002-04-10
| ||
18:05 | no message check-in: 460fcd1d user: davygrvy tags: core-8-3-1-branch | |
18:04 | Added a special rule for tkStubImg.c so it always is built with _DSTATIC_BUILD for use in the Stubs library. check-in: dd4ad8bd user: davygrvy tags: core-8-3-1-branch | |
17:59 | no message check-in: ed6f3fcf user: davygrvy tags: core-8-3-1-branch | |
17:57 | Added missing $(TKSTUBLIB) to install-binaries target. check-in: b848e7c7 user: davygrvy tags: core-8-3-1-branch | |
2002-04-08
| ||
22:03 | TkpScanWindowId: added (char *) cast to Tcl_GetInt to prevent build warning check-in: 67c2c55d user: hobbs tags: core-8-3-1-branch | |
09:00 |
2002-04-08 Daniel Steffen <[email protected]>
* generic/tkInt.h: * 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.check-in: db8e7e00 user: das tags: core-8-3-1-branch | |
2002-03-26
| ||
23:47 | * unix/tkUnixFont.c: Added inclusion of <arpa/inet.h>. This fixes a GCC/HPUX problem with missing a "htons". See also "tclUnixPort.h" for equivalent code. check-in: 78e1d67d user: andreas_kupries tags: core-8-3-1-branch | |
02:31 |
* unix/Makefile.in: added shell and gdb targets, prevent tkIntXlibDecls.h header from being installed by install-libraries. * unix/configure: * unix/configure.in: backported improved AIX build support from 8.4. * unix/tcl.m4: backported 8.4 changes to HP-UX, IRIX64-6.*, SunOS, FreeBSD, AIX and Darwin targets. Updated SC_LOADTCLCONFIG to detect when we build against a Tcl build dir. Compile with -DUSE_TCL_STUBS in the shared case.check-in: cccffb16 user: hobbs tags: core-8-3-1-branch | |
2002-03-20
| ||
02:58 |
* generic/tkOldConfig.c (Tk_ConfigureValue): prevent leaving interp->result as NULL.check-in: fabd7d30 user: hobbs tags: core-8-3-1-branch | |
2002-03-01
| ||
00:03 |
* library/console.tcl (tkConsoleBind): Corrected console <<Paste>> binding on Unix platforms.check-in: f496d55d user: dgp tags: core-8-3-1-branch | |
2002-02-26
| ||
01:58 |
* generic/tkText.c (ConfigureText): reenable the blinking cursor on state change where necessary. [Bug #503772]check-in: 9324c345 user: hobbs tags: core-8-3-1-branch | |
01:16 |
* tests/listbox.test: * generic/tkListbox.c: corrected error handling when setting to an invalid listvar value. [Bug #503613]check-in: 9a82d3f0 user: hobbs tags: core-8-3-1-branch | |
2002-02-20
| ||
02:54 | overlooked change check-in: fbff8c54 user: dgp tags: core-8-3-1-branch | |
2002-02-18
| ||
06:31 |
* First draft of updates to changes for 8.3.5.check-in: b54d19a2 user: dgp tags: core-8-3-1-branch | |
2002-02-02
| ||
00:17 |
* generic/tkCmds.c (Tk_TkObjCmd): don't use 'bool' as an arg as it conflicts with the C99 spec. [Bug #511956] (ingham)check-in: 0c21cb89 user: hobbs tags: core-8-3-1-branch | |
2002-01-31
| ||
21:08 | Correct and test for logic error when cloning menus. Bug 508988 check-in: 17a5d13e user: uid38226 tags: core-8-3-1-branch | |
2002-01-04
| ||
16:39 |
* generic/tkBind.c (TkBindFree): * generic/tkGrid.c (Tk_GridCmd,ResolveConstraints,CheckSlotData, DestroyGrid): * generic/tkSelect.c (Tk_DeleteSelHandler,TkSelDeadWindow): Replaced Tcl_Free calls with ckfree so that memory debugging is fully supported.check-in: 8947bc50 user: dgp tags: core-8-3-1-branch | |
2001-12-19
| ||
01:32 |
* Corrected test that failed on Solaris/CDE due to text scrolling. [Bug 413735]check-in: a90684bb user: dgp tags: core-8-3-1-branch | |
2001-10-19
| ||
22:46 |
* unix/configure: regend * unix/tcl.m4: added -lc to LIBS on AIX and corrected location of ldAix.check-in: 7c9a6623 user: hobbs tags: core-8-3-1-branch, core-8-3-4 | |
19:40 |
* generic/tkConsole.c: * library/console.tcl: * mac/tkMacInit.c: * mac/tkMacResource.r: corrected how mac deals with tcl library files present both in resources and in $tk_library directory.check-in: ea4836d1 user: das tags: core-8-3-1-branch | |
17:51 | see ChangeLog check-in: 8c2e3cd2 user: hobbs tags: core-8-3-1-branch | |
17:33 |
* library/console.tcl: fixed a few errors where namespace command names were used that were not back-ported from 8.4.check-in: 31860063 user: hobbs tags: core-8-3-1-branch | |
17:33 | added tk::GetSelection from 8.4 for console.tcl check-in: 7c9ba479 user: hobbs tags: core-8-3-1-branch | |
2001-10-18
| ||
23:17 | updated changes for 8.3.4, noted tag date in ChangeLog check-in: 710e8632 user: hobbs tags: core-8-3-1-branch | |
22:22 |
* unix/configure: regend * unix/tcl.m4 (SC_ENABLE_GCC): enabled better recognition of gcc.check-in: 51ca6658 user: hobbs tags: core-8-3-1-branch | |
22:22 | removed threaded build warning under X check-in: 2a2beeaa user: hobbs tags: core-8-3-1-branch | |
20:26 |
* library/console.tcl (tkConsoleOutput): fixed undefined widget argument.check-in: 758c24c2 user: hobbs tags: core-8-3-1-branch | |
2001-10-17
| ||
21:39 | updated mac binary archives for 8.3.4 check-in: 8eab547a user: das tags: core-8-3-1-branch | |
19:29 | Backport of some mac specific changes added to 8.4 since 8.3.3 check-in: 980ad95e user: das tags: core-8-3-1-branch | |
19:15 |
* unix/tkUnixXId.c (TkpScanWindowId): added specific char* cast to prevent warning. 'string' is not modified in any case.check-in: 26288f04 user: hobbs tags: core-8-3-1-branch | |
19:11 |
* unix/configure: regened * unix/configure.in: added preset CFLAGS check from HEAD to prevent --enable-gcc from adding "-g -O2"check-in: 02dc14ce user: hobbs tags: core-8-3-1-branch | |
19:10 | regened from dgps changes check-in: ec4ae5a1 user: hobbs tags: core-8-3-1-branch | |
2001-10-16
| ||
23:39 |
* library/xmfbox.tcl: fixed filtering in motif file dialog. [Patch #469670] (nelson)check-in: f5f7d49c user: hobbs tags: core-8-3-1-branch | |
22:46 |
* Copied updates from Tcl for 8.3.4 release.check-in: d6170368 user: dgp tags: core-8-3-1-branch | |
21:46 |
* generic/tkWindow.c (OpenIM): Added simple XIM patch to enable basic XIM input on Unix. [Patch #412727] (fabian)check-in: 84616253 user: hobbs tags: core-8-3-1-branch | |
2001-10-15
| ||
22:14 | had to add ""s now that configure.in is doing the right thing check-in: 3ba37d69 user: hobbs tags: core-8-3-1-branch | |
21:24 |
* unix/configure: * unix/configure.in: * win/configure: * win/configure.in: * win/tkConfig.sh.in: reworked to be a little cleaner in comparison to each other, and to AC_SUBST even empty vars for win/tkConfig.shcheck-in: af27851a user: hobbs tags: core-8-3-1-branch | |
2001-10-13
| ||
01:34 | see ChangeLog check-in: cfb93443 user: hobbs tags: core-8-3-1-branch | |
01:25 |
* generic/tkBind.c (NameToWindow): * generic/tkCmds.c (Tk_WinfoObjCmd): * generic/tkInt.decls (TkpScanWindowId): * generic/tkIntPlatDecls.h: * generic/tkStubInit.c: * mac/tkMacPort.h (TkpPrintWindowId,TkpScanWindowId): * unix/tkUnixPort.h (TkpPrintWindowId,TkpScanWindowId): * unix/tkUnixXId.c (TkpScanWindowId): * win/tkWinWindow.c (TkpScanWindowId): Corrected definition of TkpScanWindowId to handle situation where types Window and int do not have the same number of bits. CONST-ified too.check-in: e1c911ba user: hobbs tags: core-8-3-1-branch | |
01:24 |
* tests/textDisp.test (textDisp-4.12): corrected test to work properly on Windows.check-in: a9ba41b3 user: hobbs tags: core-8-3-1-branch | |
01:23 |
* tests/scrollbar.test (scrollbar-6.27): marked knownBug because it is skewed by bad dimensions returned by Windows.check-in: 3a52ae9a user: hobbs tags: core-8-3-1-branch | |
01:23 | (TkGetServerInfo): added recognition of Win64 check-in: 5bd26711 user: hobbs tags: core-8-3-1-branch | |
01:23 | made XID __int64 type for Win64 check-in: 4516cc27 user: hobbs tags: core-8-3-1-branch | |
01:22 | win/tkWinWm.c (WinSetIcon): closed channels in the error case check-in: 57ad11ad user: hobbs tags: core-8-3-1-branch | |
01:22 | Win64 pointer fixes check-in: caa4d0b7 user: hobbs tags: core-8-3-1-branch | |
2001-10-12
| ||
10:56 | Updates to demos check-in: 0a644156 user: dkf tags: core-8-3-1-branch | |