Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tkEvent.c: Added three new functions: TkCreateExitHandler, | davygrvy | 2003-12-21 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | * generic/tkInt.h: TkDeleteExitHandler, and TkFinalize. This adds * generic/tkMenu.c: an insertion point so Tk's exit handlers can be * generic/tkWindow.c: called on their own from tk85.dll's DllMain * mac/tkMacButton.c: for DLL_PROCESS_DETACH. These are private to * unix/tkUnixEvent.c: the binary and not exported. It is possible * win/tkWin32Dll.c: the Windows OS can unload Tk _prior_ to Tcl * win/tkWinEmbed.c: under some conditions such as ExitProcess(). * win/tkWinMenu.c: This avoids a dangling pointer problem when Tcl * win/tkWinX.c: does Tcl_Finalize after Tk has been unloaded. * win/winMain.c: DllMain's DLL_PROCESS_DETACH now protected with SEH as DeleteWindowsExitProc is causing an exception of its own under some teardown conditions. AT&T assembly syntax has not been added for MinGW yet. [Tcl Patch 858493] | ||||
* | library/bgerror.tcl: Truncate displayed error message if it's too long | jenglish@flightlab.com | 2003-12-20 | 1 | -0/+4 |
| | | | | (fixes: #231251) | ||||
* | * win/rc/wish.exe.manifest: It seems that Windows XP insists on a | patthoyts@users.sourceforge.net | 2003-12-16 | 1 | -0/+4 |
| | | | | | strict format for the version value. 8.5.a0 or 8.5.0 results in an unloadable executable -- must be 4 numbers. | ||||
* | * win/tkWinSend.c: Removed some misleading comments (bug #846134) | patthoyts@users.sourceforge.net | 2003-12-16 | 1 | -0/+5 |
| | | | | and disabled the send package until bug #858822 is resolved. | ||||
* | Check for TK_ALREADY_DEAD to avoid handling of dead windows. | a_kovalenko | 2003-12-16 | 1 | -0/+5 |
| | |||||
* | no message | davygrvy | 2003-12-16 | 1 | -4/+8 |
| | |||||
* | * win/tkWinMenu.c (ReconfigureWindowsMenu) : Only redraw the | davygrvy | 2003-12-16 | 1 | -0/+7 |
| | | | | | | menubar when a menubar exists. Although the invalid handle doesn't cause an exception, it was discovered with NuMega's BoundsChecker. | ||||
* | * Add bug number to last change. | cc_benny | 2003-12-15 | 1 | -1/+1 |
| | |||||
* | * macosx/tkMacOSXKeyboard.c: General cleanup. Add support for | cc_benny | 2003-12-15 | 1 | -0/+5 |
| | | | | [event generate]. | ||||
* | text widget more extensive documentation, and two small code improvements | vincentdarley | 2003-12-15 | 1 | -0/+12 |
| | |||||
* | speling | davygrvy | 2003-12-14 | 1 | -1/+1 |
| | |||||
* | no message | davygrvy | 2003-12-13 | 1 | -0/+3 |
| | |||||
* | no message | davygrvy | 2003-12-13 | 1 | -0/+5 |
| | |||||
* | no message | davygrvy | 2003-12-13 | 1 | -0/+6 |
| | |||||
* | fixed 2 tests for padx, pady | vincentdarley | 2003-12-10 | 1 | -0/+6 |
| | |||||
* | Line transposition bug. [Bug 857159] | donal.k.fellows@manchester.ac.uk | 2003-12-10 | 1 | -0/+5 |
| | |||||
* | * unix/configure: | hobbs | 2003-12-09 | 1 | -0/+6 |
| | | | | | * unix/tcl.m4: updated OpenBSD build configuration based on [Patch #775246] (cassoff) | ||||
* | fix to memory leaks and reading of freed memory | vincentdarley | 2003-12-09 | 1 | -0/+7 |
| | |||||
* | clean up usage of 'edition' as a verb | hobbs | 2003-12-08 | 1 | -0/+4 |
| | |||||
* | performance of lines containing 10000+ characters | vincentdarley | 2003-12-05 | 1 | -0/+15 |
| | |||||
* | *** empty log message *** | cc_benny | 2003-12-05 | 1 | -0/+5 |
| | |||||
* | mark recent change as a potential incompatibility | vincentdarley | 2003-12-04 | 1 | -1/+9 |
| | |||||
* | fix to text widget tabs and xy-scroll-command | vincentdarley | 2003-12-04 | 1 | -0/+22 |
| | |||||
* | font measurement fix | vincentdarley | 2003-12-04 | 1 | -0/+7 |
| | |||||
* | * generic/tkMenu.c (MenuVarProc): prevent this from triggering | hobbs | 2003-12-03 | 1 | -0/+5 |
| | | | | while interp is being destroyed. | ||||
* | Corrected targetWinPtr check, now if winPtr==0 and targetWinPtr!=0 then | a_kovalenko | 2003-11-25 | 1 | -0/+6 |
| | | | | the event is not ignored any more | ||||
* | correct handling of interpolated tabs using fractional pixel widths | vincentdarley | 2003-11-21 | 1 | -0/+9 |
| | |||||
* | fix to two test suite bugs | vincentdarley | 2003-11-21 | 1 | -0/+9 |
| | |||||
* | Thanks to davidw for spotting a reference to a header that's not been around | donal.k.fellows@manchester.ac.uk | 2003-11-21 | 1 | -0/+4 |
| | | | | for many years now... | ||||
* | winSend cleanup and bug fix | vincentdarley | 2003-11-20 | 1 | -0/+7 |
| | |||||
* | * macosx/tkMacOSXKeyboard.c: Add PowerBook keycode 0x34 as <Return>. | cc_benny | 2003-11-20 | 1 | -0/+4 |
| | |||||
* | 2003-11-18 Jim Ingham <jingham@apple.com> | wolfsuit | 2003-11-19 | 1 | -0/+7 |
| | | | | | | | * macosx/tkMacOSXScrlbr.c: Reworking Vince's fix to [Bug 842952]. This version is clearer, and works helps keep the mouse better pinned to the scrollbar. I also removed the glitch where the scrollbar would jump get its middle over the mouse when you first moved it. | ||||
* | * tests/constraints.tcl:When running the test suite in a process | dgp@users.sourceforge.net | 2003-11-18 | 1 | -0/+9 |
| | | | | | | | | * tests/image.test: where Tk has been [load]ed, there's no * tests/select.test: guarantee that child processes created by * tests/unixWm.test: [exec [interpreter]] will have Tk in them. * tests/window.test: Made modifications to force a [load] of Tk in those situations. | ||||
* | * generic/tkMenubutton.h: fixed compound menubutton handling like | hobbs | 2003-11-17 | 1 | -0/+7 |
| | | | | | | * generic/tkMenubutton.c: *button corrections of 2003-04-25. * mac/tkMacMenubutton.c (TkpDisplayMenuButton): * unix/tkUnixMenubu.c (TkpDisplayMenuButton): | ||||
* | * win/makefile.vc: Restored consistency of pkgIndex.tcl file | dgp@users.sourceforge.net | 2003-11-17 | 1 | -0/+5 |
| | | | | | | | with that generated by Makefile. Let's discuss whether there's really need for a change, and if so, let's make it consistently in all Makefiles. | ||||
* | documentation and cleanup | vincentdarley | 2003-11-16 | 1 | -0/+9 |
| | |||||
* | Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbols | davygrvy | 2003-11-16 | 1 | -0/+5 |
| | |||||
* | scrollbar size fix | vincentdarley | 2003-11-16 | 1 | -0/+3 |
| | |||||
* | single line wraps to whole display fix | vincentdarley | 2003-11-15 | 1 | -1/+3 |
| | |||||
* | fixed tab interpretation inconsistency | vincentdarley | 2003-11-15 | 1 | -0/+6 |
| | |||||
* | doc/text.n: Fix markup errors. | jenglish@flightlab.com | 2003-11-15 | 1 | -0/+3 |
| | |||||
* | fix two more old text widget bugs | vincentdarley | 2003-11-15 | 1 | -0/+12 |
| | |||||
* | Fixes to prevent infinite event sequences in 'make test' on slow connections | donal.k.fellows@manchester.ac.uk | 2003-11-14 | 1 | -0/+7 |
| | | | | Also a bit of whitespace/style police work. [Bug 837300] | ||||
* | text widget dbl-click single character fix | vincentdarley | 2003-11-13 | 1 | -0/+5 |
| | |||||
* | Tcl_EvalObjv is more robust than Tcl_VarEval | donal.k.fellows@manchester.ac.uk | 2003-11-13 | 1 | -0/+6 |
| | |||||
* | text widget insert positioning after double/triple click | vincentdarley | 2003-11-13 | 1 | -0/+3 |
| | |||||
* | old tk text widget bugs fixed | vincentdarley | 2003-11-12 | 1 | -0/+12 |
| | |||||
* | * unix/configure: | hobbs | 2003-11-12 | 1 | -0/+7 |
| | | | | | | | | * unix/configure.in: use xft-config instead of pkg-config to determine xft info. * unix/tcl.m4: improve AIX --enable-64bit handling remove -D__NO_STRING_INLINES -D__NO_MATH_INLINES from CFLAGS_OPTIMIZE on Linux. Make default opt -O2 (was -O). | ||||
* | * generic/tkButton.c (ConfigureButton): abort option processing if | hobbs | 2003-11-12 | 1 | -0/+9 |
| | | | | the button was deleted. [Bug #824479] | ||||
* | * library/tkfbox.tcl (::tk::dialog::file::Update): optimize the | hobbs | 2003-11-11 | 1 | -0/+6 |
| | | | | | | | dir/files list separation by using the -tails, -directory and -type option of 'glob'. Also passes the glob the -filetypes filters instead of calling string match over each file. [Patch #833819] |