Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
373 check-ins using file tests/winSend.test version 1ef0feef
2004-05-23
| ||
17:27 | Minor fix for Tk_GetVisual error message check-in: be7f021d user: dkf tags: trunk | |
2004-05-13
| ||
23:19 | Enabled TIP#152 style message detail on Unix/X11 platforms. check-in: f12921b6 user: dkf tags: trunk | |
01:51 | Fixed a bug that caused crash due to incorrectly generating <Destroy> event check-in: 6ae5dee1 user: chengyemao tags: trunk | |
01:36 | Modified HandleEventGenerate to properly generate <Destroy> event check-in: 1b386924 user: chengyemao tags: trunk | |
2004-05-08
| ||
03:53 | Fixed bug 767176 check-in: c753a91d user: chengyemao tags: trunk | |
2004-05-05
| ||
16:49 |
* win/tkWinFont.c (FindSubFontForChar): corrections to dkf patch to handle subFontPtrPtr in EnumFontFamilies callback.check-in: f7b67c7b user: hobbs tags: trunk | |
09:39 | Fix FMR in subfont handling on Windows. [Bug 618872] check-in: 70d0cdfb user: dkf tags: trunk | |
2004-05-04
| ||
00:39 |
* unix/tkUnixButton.c (TkpDrawCheckIndicator): allow radiobuttons to be drawn when disabledforeground and/or selectcolor are NULL. [Bug #826850] (griffin)check-in: 36325d7c user: hobbs tags: trunk | |
2004-05-03
| ||
23:23 |
* win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): place images of compound menu entries in indicator space if not a radio of checkbutton. [Bug #756952] (eserte)check-in: c5273b50 user: hobbs tags: trunk | |
22:40 |
* win/tkWinX.c: fix drawing of unicode chars in menu * win/tkWinInt.h (TkWinProcs): titles. [Bug #904371] (riefenstahl) * win/tkWinMenu.c (ReconfigureWindowsMenu):check-in: 2a201db4 user: hobbs tags: trunk | |
22:28 |
* generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.c * macosx/tkMacOSXXStubs.c: to being implemented in a platform * unix/tkUnixEvent.c: specific manner. The cleanup order was * win/tkWinX.c: bad at least on Windows, where we reset/cleared display info that was still needed for the clipboard to render. [Bug #939389, #822002, #732662]check-in: 6efb4b35 user: hobbs tags: trunk | |
19:36 |
* library/panedwindow.tcl (MarkSash): call DragSash to stop sash jump when B1 is pressed and released without moving. [Bug #932155]check-in: 82c4f3c2 user: hobbs tags: trunk | |
19:16 |
* tests/panedwindow.test: panedwindow-25.1 * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin)check-in: d26260ba user: hobbs tags: trunk | |
18:03 |
* generic/tkImgPhoto.c (ImgPhotoConfigureMaster): force -data into ByteArray and -format into String to correctly handle them if they have been shimmered or created as some other object type.check-in: a4fb7ac5 user: hobbs tags: trunk | |
2004-04-24
| ||
07:38 |
* generic/tkPort.h: * unix/Makefile.in: * win/makefile.bc: * win/Makefile.in: followup on tcl header reform [FR 922727]: removed use of relative #include paths in tkPort.h to allow installation of private headers outside of tk source tree; added tcl plaform source dir to compiler header search path.check-in: 129b462b user: das tags: trunk | |
06:00 |
* generic/tkPort.h: * unix/Makefile.in: * win/Makefile.in: followup on tcl header reform [FR 922727]: removed use of relative #include paths in tkPort.h to allow installation of private headers outside of tk source tree; added tcl plaform source dir to compiler header search path.check-in: c63b3b97 user: das tags: trunk | |
2004-04-23
| ||
13:47 | Added examples and did some doc L&F improvements. check-in: 912c3ddb user: dkf tags: trunk | |
2004-04-21
| ||
15:15 | Minor cleanup for when running single-process tests check-in: ddeebe24 user: dkf tags: trunk | |
13:18 |
Fix several problems with Icelandic (and Faroese) keyboards
reported by J�r�me Gagnon-Voyer <gagnonje5000<at>mac<dot>com>
on tcl-mac on 2004-03-22.
(KLSInit): Add. (GetKCHREncoding): Add. (GetKeyboardLayout): Add calls to Keyboard Layout Services, if present. Rework classic handling. Use GetKCHREncoding(). Add parameter encodingPtr. check-in: 49aa55ce user: cc_benny tags: trunk | |
13:12 |
2004-04-21 Benjamin Riefenstahl <[email protected]>
Mac OS X: Fix several problems with Icelandic (and Faroese) keyboards reported by J�r�me Gagnon-Voyer <gagnonje5000<at>mac<dot>com> on tcl-mac on 2004-03-22. * macosx/tkMacOSXKeyEvent.c (KLSInit): Add. (GetKeyboardLayout): Add calls to Keyboard Layout Services, if present. Rework classic handling. Use GetKCHREncoding(). Add parameter encodingPtr. (GetKCHREncoding): Add.check-in: a7b5906c user: cc_benny tags: trunk | |
2004-04-17
| ||
03:53 |
* library/bgerror.tcl (bgerror): rework to only set -topmost bit on Windows if necessary. Also use existing ::tk functions for placing dialog and managing focus/grab.check-in: aec29fbc user: hobbs tags: trunk | |
2004-04-04
| ||
20:08 | Fix for bug #915350 "Tk sets min, max size in WM_HINTS when it shouldn't" and #922336 "Tk apps have no maximize window button under KDE-3.2.1" check-in: 5a384600 user: jenglish tags: trunk | |
2004-04-01
| ||
18:33 | Fixes for bugs 220871 and 917557. Plus remove the Quit menu from the default File menu. check-in: 6392e553 user: wolfsuit tags: trunk | |
2004-03-31
| ||
02:43 |
* generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.h * generic/tkScale.c: header file. All tk*Port.h files have long had a #include <math.h>, and other parts of Tk routinely make use of libm-supplied math routines.check-in: e40f246f user: dgp tags: trunk | |
2004-03-30
| ||
12:28 | Minor cleanups, including tracking down the names of old Scriptics staffers check-in: a31fa2f4 user: dkf tags: trunk | |
08:45 |
* macosx/tclets.r (removed): obsolete holdover from mac classic.check-in: b383a585 user: das tags: trunk | |
2004-03-27
| ||
00:12 | Allow PPMs to be read from a string. [FRQ 540375] check-in: a8b135fb user: dkf tags: trunk | |
2004-03-26
| ||
20:35 |
* unix/tcl.m4: Replaced -Wno-strict-alias with more portable -fno-strict-alias alternative. * unix/configure: autoconf-2.57check-in: dee78c9b user: dgp tags: trunk | |
19:57 |
* README: Bump version to 8.5a2. * generic/tk.h: * macosx/Wish.pbproj/project.pbxproj: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.57 * win/configure:check-in: 35745fd0 user: dgp tags: trunk | |
19:49 | Tweak to 923555 fix. check-in: 06c5dccc user: dgp tags: trunk | |
14:45 | Whoops. Forgot to set the photo image type registration correctly. D'oh! check-in: 540892f1 user: dkf tags: trunk | |
14:34 | Allow old-style image formats to create string representations of photos, and allow the production of PPM format data in a string. [Bug 923555] check-in: 13333fe1 user: dkf tags: trunk | |
2004-03-25
| ||
14:33 | Doc clarification. [Bug 922610] check-in: a9c5f761 user: dkf tags: trunk | |
12:12 | Fix typos in documentation check-in: ce638ff1 user: vincentdarley tags: trunk | |
2004-03-22
| ||
16:04 | Corrected docs to no longer use malloc/free. [Bug 920695] check-in: a4ed7a7a user: dkf tags: trunk | |
2004-03-21
| ||
04:07 | XMoveWindow and XMoveResizeWindow need to propagate ConfigureNotify events to the children of the moved or resized window. check-in: e394e424 user: wolfsuit tags: trunk | |
2004-03-17
| ||
18:15 | Removed support for Mac OS Classic platform [Patch 918139] check-in: 28ec831e user: das tags: trunk | |
2004-03-16
| ||
19:55 |
* unix/tkUnixButton.c (TkpDrawCheckIndicator): correct crash condition for new radio/checkbuttons when colors are exhausted. [Bug 915330] (griffin)check-in: 18f5e754 user: hobbs tags: trunk | |
19:53 |
* unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC to suppress useless type puning warnings.check-in: ece391c0 user: hobbs tags: trunk | |
19:53 | fix lint warnings check-in: e208e3fd user: hobbs tags: trunk | |
19:52 | fix cast warnings check-in: b7e23043 user: hobbs tags: trunk | |
2004-03-09
| ||
03:36 | no message check-in: 9622a833 user: davygrvy tags: trunk | |
03:35 | Checks MSDevDir, not MSVCDir envar. check-in: 710684e4 user: davygrvy tags: trunk | |
2004-03-05
| ||
07:32 |
* win/tkWin32Dll.c: Add variables needed when compiling with mem debug under Mingw. This fixes the checking from 2003-12-25.check-in: 309dca44 user: mdejong tags: trunk | |
2004-03-04
| ||
00:17 | minor doc fixes for html conversion check-in: f35f8541 user: hobbs tags: trunk, core-8-5-a1 | |
00:07 |
* unix/Makefile.in (dist): don't require win/lamp.bmp copy in dist target (it's already handled by win/rc/*.bmp copy)check-in: 1214fa40 user: hobbs tags: trunk | |
00:06 | minor doc fixes for html conversion check-in: bef0139c user: hobbs tags: trunk | |
2004-03-03
| ||
23:39 | note TIP#113 changes check-in: 1866c870 user: hobbs tags: trunk | |
23:27 | updated changes for 8.5a1 check-in: adab714f user: hobbs tags: trunk | |
2004-03-02
| ||
00:49 | update patchlevel to 8.5a1 check-in: b8a56c5e user: hobbs tags: trunk | |
00:48 | update HP-11 build libs setup check-in: f55610ac user: hobbs tags: trunk | |
2004-03-01
| ||
19:27 | update changes for 8.4.6 release check-in: 57f8a7de user: dgp tags: trunk | |
17:50 |
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.57check-in: dc875a92 user: dgp tags: trunk | |
2004-02-28
| ||
15:59 | remove access to tclInt.h check-in: 5d6500ac user: vincentdarley tags: trunk | |
2004-02-25
| ||
13:33 | * macosx/tkMacOSXKeyboard.c (TkpInitKeymapInfo): Don't make <Alt> and <Meta> synonyms for <Command> and <Option> for now. (already on 2004-02-17) check-in: 5eced326 user: cc_benny tags: trunk | |
13:23 | * library/demos/widget (addFormattedText): Correct off-by-one error. check-in: 3553c368 user: cc_benny tags: trunk | |
13:22 | * (addFormattedText): Correct off-by-one error. check-in: 0e1515c7 user: cc_benny tags: trunk | |
2004-02-23
| ||
22:49 |
* macosx/Makefile: ensure that xcodebuild will use the Wish.pbproj project even if a .xcode project is also present.check-in: fe8714e7 user: das tags: trunk | |
12:03 |
* macosx/tkMacOSXMouseEvent.c: fixed modifiers for MouseWheel events. * macosx/Wish.pbproj/project.pbxproj: * macosx/tkAboutDlg.r: changed year in copyright strings to 2004.check-in: d0920961 user: das tags: trunk | |
10:48 |
* macosx/tkMacOSXDraw.c: * macosx/tkMacOSXXStubs.c: * xlib/ximage.c: fixed MacOSX XGetImage/XPutImage and related functions to deal properly with XImages copied from screen. * generic/tkCanvPs.c (TkImageGetColor): MacOSX fix. [Bug 809157]check-in: 98c161ba user: das tags: trunk | |
2004-02-20
| ||
19:54 | update changes to 8.4.6 release check-in: 77501805 user: dgp tags: trunk | |
2004-02-18
| ||
21:25 | Fixed a bug in grid geometry calculations for a shrinking grid. [Bug 899246] check-in: 5b7a6b07 user: pspjuth tags: trunk | |
02:22 |
* generic/tkBind.c (HandleEventGenerate): only modify root[xy] with [xy] when they haven't been otherwise set.check-in: b44f0704 user: hobbs tags: trunk | |
01:06 | Whitespace police check-in: 1d04fa4d user: dgp tags: trunk | |
00:40 |
* doc/checkbutton.n: TIP#110 implementation * doc/radiobutton.n: Tristate Checkbutton and Radiobuttons * generic/tkButton.c: * generic/tkButton.h: * library/demos/check.tcl: * library/demos/radio.tcl: * macosx/tkMacOSXButton.c: * macosx/tkMacOSXDefault.h: * tests/button.test: * unix/tkUnixButton.c: * unix/tkUnixDefault.h: * win/tkWinButton.c: * win/tkWinDefault.h:check-in: 59826fd6 user: hobbs tags: trunk | |
2004-02-17
| ||
20:39 |
* tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrect variable name [Bug 899010].check-in: ed84c02a user: dgp tags: trunk | |
19:49 | * (TkpInitKeymapInfo): Don't make <Alt> and <Meta> synonyms for <Command> and <Option> for now. check-in: d3da83fe user: cc_benny tags: trunk | |
13:47 | Thought about the doc-fix a bit more and decided to remove the typedef line instead; you'd never type it to use a Tk_Uid, after all... check-in: b44662cb user: dkf tags: trunk | |
13:41 | Minor doc fix check-in: 96dce4db user: dkf tags: trunk | |
2004-02-16
| ||
00:19 | Fix a bug in tk_getOpenFile - files with no types are rejected when they would pass in Mac OS Classic. Add the tkMacOSXCarbonEvents.c - just a skeleton right now. A bunch of formatting nits fixed. check-in: 4aed47b8 user: wolfsuit tags: trunk | |
2004-02-14
| ||
16:32 | * Fix: Convert DOS lineends to Unix. check-in: 9d628dd7 user: cc_benny tags: trunk | |
01:26 | Apply patch 112997, and kill a few more places where we were still using Pascal string interfaces. check-in: 6ac7f560 user: wolfsuit tags: trunk | |
2004-02-13
| ||
01:28 |
* win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidl for -initialdir if we have a UNC path because BFFM_SETSELECTION doesn't support UNC paths in strings.check-in: f5183946 user: hobbs tags: trunk | |
2004-02-11
| ||
10:28 | Esperanto and Polish message catalogs from Artur Trzewik (forgot to check changlog entry in!) check-in: fd41038a user: dkf tags: trunk | |
2004-02-10
| ||
10:50 | Esperanto and Polish message catalogs from Artur Trzewik check-in: f1f41358 user: dkf tags: trunk | |
2004-02-09
| ||
14:48 | Stop crashes when copying a large photo to itself causes resizing. [Bug 877950] check-in: 4f518dc7 user: dkf tags: trunk | |
2004-02-08
| ||
01:38 | * win/makefile.vc: * win/rules.vc: * win/rc/tk.rc: * win/rc/wish.rc: Now supports the 'unchecked' option when building. check-in: 139fc6fb user: davygrvy tags: trunk | |
01:37 | no message check-in: e8ee0d24 user: davygrvy tags: trunk | |
2004-02-07
| ||
16:21 | * (TkpSetKeycodeAndState): Put UTF-8 into trans_chars instead of Latin-1. check-in: e1269c29 user: cc_benny tags: trunk | |
2004-02-04
| ||
00:25 |
* doc/menubutton.n: * library/menu.tcl (::tk::MbPost): make menubuttons that post above or below reverse direction when not enough space is available.check-in: 4a12e3b1 user: hobbs tags: trunk | |
2004-02-02
| ||
08:12 | #include <malloc.h> has no purpose. check-in: 393d21c5 user: davygrvy tags: trunk | |
2004-02-01
| ||
11:09 | no message check-in: 3a9a3004 user: davygrvy tags: trunk | |
10:49 | * win/lamp.bmp (deleted): use win/rc/lamp.bmp instead. check-in: 4844ca9f user: davygrvy tags: trunk | |
10:44 | * win/winMain.c: Removed our custom setargv() in favor of the exported __argc and __argv exported by the c-runtime. check-in: c3a6e16b user: davygrvy tags: trunk | |
10:42 | * win/rc/tk.rc: * win/rc/wish.rc: General clean-up. check-in: 18dbf65d user: davygrvy tags: trunk | |
10:41 | * win/makefile.vc: General clean-up. check-in: 45374408 user: davygrvy tags: trunk | |
10:40 | sync'd to Tcl. check-in: 9ac27139 user: davygrvy tags: trunk | |
2004-01-31
| ||
20:27 | Replaced TclpGetTime() with Tcl_GetTime(), to remove dependency on tclInt.h [Bug 874745]. check-in: a43b78b2 user: jenglish tags: trunk | |
2004-01-27
| ||
10:09 |
* generic/tkTextIndex.c: added '#include <tclInt.h>' since the code uses the TclUtfToUniChar macro from that file. [Bug 874745] * macosx/Wish.pbproj/project.pbxproj: removed erroneous reference to mkpsenc.tcl in bundle resources phase (mkpsenc.tcl is already part of the copy files phase to Resources/Scripts). * macosx/Makefile: added support for 'xcodebuild' on Mac OS X 10.3.check-in: 8fcc6746 user: das tags: trunk | |
2004-01-25
| ||
13:21 | * macosx/tkMacOSXKeyboard.c: Fix regressions due to the last patches. check-in: 021c28fb user: cc_benny tags: trunk | |
12:03 | * (TkpGetKeySym): Ignore option key for generation of keysym, as before. check-in: 9c6f4991 user: cc_benny tags: trunk | |
01:28 | The dialogs were affected by the TIP#146 implementation. Added grid anchor commands to restore original behaviour. check-in: 6c2ae767 user: pspjuth tags: trunk | |
2004-01-24
| ||
18:16 | * (TkpSetKeycodeAndState): Add setting of xkey.trans_chars. Now event.test works except event-double-click-drag-1.1. check-in: 2811c247 user: cc_benny tags: trunk | |
2004-01-15
| ||
21:47 | no message check-in: 0bcdbadd user: davygrvy tags: trunk | |
21:46 |
* win/tkWinSendCom.c: Placed the requirement for the special COM
libraries into the object file itself with #paragma comment (lib, ...)
when built with VC++. This will simplify linking for users of the
static library. uuid.lib is required for VC5.2, but is implicit
with VC6.
* win/makefile.vc: Removed 'ole32.lib oleaut32.lib uuid.lib' from $(baselibs). check-in: 7d585612 user: davygrvy tags: trunk | |
2004-01-13
| ||
13:43 | uuid.lib needed by tkWinSend check-in: 12bfcc95 user: vincentdarley tags: trunk | |
02:05 |
* generic/tk3d.c: All uses of 'panic' (the macro) changed * generic/tkBind.c: to 'Tcl_Panic' (the function). The #define * generic/tkBitmap.c: of panic in tcl.h clearly states it is * generic/tkCanvArc.c: deprecated in the comments. * generic/tkCanvBmap.c: [Tcl Patch 865264] * generic/tkCanvImg.c: * generic/tkCanvLine.c: * generic/tkCanvPoly.c: * generic/tkCanvText.c: * generic/tkCanvWind.c: * generic/tkColor.c: * generic/tkConfig.c: * generic/tkCursor.c: * generic/tkError.c: * generic/tkEvent.c: * generic/tkFocus.c: * generic/tkFont.c: * generic/tkFrame.c: * generic/tkGC.c: * generic/tkGrid.c: * generic/tkImgBmap.c: * generic/tkImgPhoto.c: * generic/tkImgUtil.c: * generic/tkMenu.c: * generic/tkObj.c: * generic/tkPack.c: * generic/tkPlace.c: * generic/tkRectOval.c: * generic/tkSelect.c: * generic/tkText.c: * generic/tkTextBTree.c: * generic/tkTextDisp.c: * generic/tkTextImage.c: * generic/tkTextIndex.c: * generic/tkTextMark.c: * generic/tkTextWind.c: * generic/tkVisual.c: * generic/tkWindow.c: * mac/tkMacAppInit.c: * mac/tkMacAppearanceStubs.c: * mac/tkMacButton.c: * mac/tkMacDraw.c: * mac/tkMacEmbed.c: * mac/tkMacFont.c: * mac/tkMacInit.c: * mac/tkMacMenus.c: * mac/tkMacPort.h: * mac/tkMacSubwindows.c: * mac/tkMacWm.c: * mac/tkMacXStubs.c: * macosx/tkMacOSXEmbed.c: * macosx/tkMacOSXFont.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXNotify.c: * macosx/tkMacOSXPort.h: * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXXStubs.c: * unix/tkUnix3d.c: * unix/tkUnixColor.c: * unix/tkUnixEmbed.c: * unix/tkUnixEvent.c: * unix/tkUnixFocus.c: * unix/tkUnixFont.c: * unix/tkUnixSelect.c: * unix/tkUnixSend.c: * unix/tkUnixWm.c: * win/tkWin3d.c: * win/tkWinButton.c: * win/tkWinColor.c: * win/tkWinDialog.c: * win/tkWinDraw.c: * win/tkWinEmbed.c: * win/tkWinFont.c: * win/tkWinPixmap.c: * win/tkWinPointer.c: * win/tkWinScrlbr.c: * win/tkWinWm.c: * win/tkWinX.c:check-in: a08e5aac user: davygrvy tags: trunk | |
02:02 |
* win/rules.vc: Sync'd to Tcl, respects the CHECKS=nodep commandline macro and was used to verify the Tcl_Panic change above.check-in: c2f1f53c user: davygrvy tags: trunk | |
02:02 |
* win/lamp.bmp (deleted): * win/rc/lamp.bmp (new): Moved.check-in: 7805bf70 user: davygrvy tags: trunk | |
02:01 |
* win/rc/tk.rc: * win/rc/tk_base.rc: * win/rc/wish.rc: * win/makefile.vc: Refreshed how the resource files are built. Should be a bit easier for people linking with a static Tk library.check-in: c6f4259e user: davygrvy tags: trunk | |
2004-01-09
| ||
22:26 | Typo fix. check-in: 9358eafb user: pspjuth tags: trunk | |
22:23 | Implementation of TIP#146, "Add Overall Anchoring to the Grid Geometry Manager", adding [grid anchor] subcommand. check-in: 4f1b8110 user: pspjuth tags: trunk | |
2004-01-07
| ||
16:28 | fix to text widget yview bug check-in: 4a5542ba user: vincentdarley tags: trunk | |
15:20 | utf-8 aware text wordstart and wordend check-in: 99a54db7 user: vincentdarley tags: trunk | |
13:25 | disabled submenu fix check-in: 92d72bb6 user: vincentdarley tags: trunk | |
2004-01-01
| ||
00:35 |
* macosx/Wish.pbproj/project.pbxproj: added missing private headers to installed Tk.framework, so that tkInt.h can be included sucessfully from Tk.framework/PrivateHeaders. * generic/tkPort.h: corrected include of tkMacOSXPort.hcheck-in: 88c72e66 user: das tags: trunk | |
2003-12-28
| ||
23:11 |
* win/tkWinMenu.c (ReconfigureWindowsMenu, TkWinHandleMenuEvent, DrawMenuEntryArrow): Fix drawing of a disabled cascade menu arrow. Tk was displaying a disabled cascade menu arrow in black instead of gray. This was caused by a bug in the Win32 code for user drawn menu items. The fix is to avoid telling Windows that the menu item is a cascade type and then draw the gray arrow bitmap on our own. [Patch 865842]check-in: 015437e4 user: mdejong tags: trunk | |
05:04 |
* win/tkWinMenu.c (DrawWindowsSystemBitmap): Fix a strange Win32 bug where the logical coordinates returned by a call to DPtoLP are wrong the first time a menu is posted. This bug manifested itself by drawing the bitmap in the wrong place in a menu. The fix was to pass the newly created DC instead of the DC from the window.check-in: 0cdd7478 user: mdejong tags: trunk | |
2003-12-26
| ||
22:29 |
* win/tkWinMenu.c (DrawMenuEntryAccelerator, DrawMenuEntryLabel): When drawing the label text and accelerator text for a disabled menu entry be sure to draw a 3D highlight. The only exception to this is when a disabled menu entry is highlighted, in that case do not draw a 3D hightlight.check-in: 61e90b11 user: mdejong tags: trunk | |
20:46 |
* win/tkWinMenu.c (DrawMenuEntryAccelerator, DrawMenuEntryArrow): Move the unused menu arrow drawing code in DrawMenuEntryAccelerator into a new function named DrawMenuEntryArrow. This makes no functional change but it will make it easier to fix things in the future.check-in: 87a93b9a user: mdejong tags: trunk | |
04:14 |
* win/tkWin32Dll.c (DllMain): Add HAVE_NO_SEH blocks in place of __try and __except statements to support gcc builds. This is needed after David's changes on 2003-12-21. [Tcl patch 858493]check-in: 0dbb3702 user: mdejong tags: trunk | |
2003-12-23
| ||
04:01 | prevent static buffer overflow (Doh!) check-in: a4ae4574 user: davygrvy tags: trunk | |
03:52 | fixed static buffer overflow check-in: cbce1d74 user: davygrvy tags: trunk | |
03:01 | no message check-in: 60c3855e user: davygrvy tags: trunk | |
03:00 | removed the note about having to update makefile.vc when the version changes. check-in: da269018 user: davygrvy tags: trunk | |
02:59 | Uses new features of nmakehlp to get the version strings from header files without the use of hardcoded values. check-in: fbcf6d9f user: davygrvy tags: trunk | |
02:48 | sync'd to Tcl. check-in: a9e4d8c1 user: davygrvy tags: trunk | |
2003-12-22
| ||
22:16 | doc/text.n: Fix markup errors (".t" at beginning of line). check-in: 301ef436 user: jenglish tags: trunk | |
2003-12-21
| ||
23:50 |
* generic/tkEvent.c: Added three new functions: TkCreateExitHandler, * 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]check-in: e1224987 user: davygrvy tags: trunk | |
2003-12-20
| ||
19:57 | library/bgerror.tcl: Truncate displayed error message if it's too long (fixes: #231251) check-in: 4a9a8ba0 user: jenglish tags: trunk | |
2003-12-18
| ||
14:48 | * (Tk_MeasureChars): Fix bugs shown by the test suite #861777. Clarify comment on TK_AT_LEAST_ONE. check-in: da9f8261 user: cc_benny tags: trunk | |
2003-12-16
| ||
22:38 |
* win/rc/wish.exe.manifest: It seems that Windows XP insists on a strict format for the version value. 8.5.a0 or 8.5.0 results in an unloadable executable -- must be 4 numbers.check-in: da491286 user: patthoyts tags: trunk | |
21:57 |
* win/tkWinSend.c: Removed some misleading comments (bug #846134) and disabled the send package until bug #858822 is resolved.check-in: 897f91e4 user: patthoyts tags: trunk | |
19:53 | Check for TK_ALREADY_DEAD to avoid handling of dead windows. check-in: 200e3e6f user: a_kovalenko tags: trunk | |
03:29 | opps.. paren typo check-in: 91978556 user: davygrvy tags: trunk | |
03:26 | no message check-in: 490b2184 user: davygrvy tags: trunk | |
03:23 |
* win/tkWinWm.c (UpdateGeometryInfo) : wmPtr->wrapper might be NULL. No exception is thrown, but it isn't correct to ignore. discovered with NuMega's BoundsChecker.check-in: ead4de9a user: davygrvy tags: trunk | |
03:18 |
* win/tkWinMenu.c (ReconfigureWindowsMenu) : Only redraw the menubar when a menubar exists. Although the invalid handle doesn't cause an exception, it was discovered with NuMega's BoundsChecker.check-in: 8c097f11 user: davygrvy tags: trunk | |
03:12 | (ReconfigureWindowsMenu) : Only redraw the menubar when a menubar exists. Although the invalid handle doesn't cause an exception, it was discovered with NuMega's BoundsChecker and flagged as a problem. check-in: 2aee3bc7 user: davygrvy tags: trunk | |
2003-12-15
| ||
19:32 | * (TkpSetKeycodeAndState): Don't clobber xkey.state. check-in: 968aad62 user: cc_benny tags: trunk | |
18:48 | * (InitLatin1Table): Rename initialized to latin1_initialized to avoid confusion. Actually set lastKeyLayoutID. Use keycode<<16 for XKeycodeToKeysym. * (XKeycodeToKeysym): Remove variables c and virtualKey, simplify code, don't special handle keycode == 0 (-> 'a'). * (XKeysymToMacKeycode): Add handling for function keys. Use ASCII control codes instead of keysyms. * (TkpSetKeycodeAndState): Ditto. check-in: 0806d163 user: cc_benny tags: trunk | |
17:21 | * Add bug number to last change. check-in: 4debb076 user: cc_benny tags: trunk | |
17:11 | * macosx/tkMacOSXKeyboard.c: General cleanup. Add support for [event generate]. check-in: 833cd76d user: cc_benny tags: trunk | |
16:47 | * latin1Table, (InitLatin1Table): Add. * (XKeysymToMacKeycode): Add. * (XKeysymToKeycode): Use XKeysymToMacKeycode. * (TkpSetKeycodeAndState): Ditto. * (TkpSetKeycodeAndState): Adapt modifier flags handling. * (TkpInitKeymapInfo): Update a comment. check-in: d1499468 user: cc_benny tags: trunk | |
16:37 | * (TkpInitKeymapInfo): Remove dead code. The code depended on the result of XGetModifierMapping, but that will always return an empty list. * ALT_MASK, OPTION_MASK: Symbols for understanding the code better. * (TkpSetKeycodeAndState): Hardcode Mode_switch == Option. * (TkpGetKeySym): Ditto. * (TkpGetKeySym): Comment lockUsage conditions, Mac OS X uses LU_CAPS always. * (XKeycodeToKeysym): Handle option key in parameter index (only used by TkpGetKeySym). * (TkpGetKeySym): Use Tcl_UniCharIsUpper, highlight problems with Latin1 limitation. check-in: ea7442b6 user: cc_benny tags: trunk | |
16:15 | * LATIN1_MAX and MAC_KEYCODE_MAX: Add and use for better maintainability. * General comment on keyArray: Add. * (XKeycodeToKeysym): Replace garbled comment. Use symbols instead of magic constants. * (TkpGetKeySym): Reorder computations to make this more logical. check-in: eaeb703b user: cc_benny tags: trunk | |
15:08 | * Comments: Add and clarify some points, correct spellings. * Whitespace: Remove tabs, re-indent, re-wrap comments. * keyArray: Reorder keys in logical groups. * vituralkeyArray: Rename virtualkeyArray. * Prototypes, function headers: Use ISO-C consistently. check-in: 1affbae3 user: cc_benny tags: trunk | |
11:51 | text widget more extensive documentation, and two small code improvements check-in: f6b27ee9 user: vincentdarley tags: trunk | |
2003-12-14
| ||
19:58 | speling check-in: 95af45ed user: davygrvy tags: trunk | |
2003-12-13
| ||
02:30 | no message check-in: fe3729fd user: davygrvy tags: trunk | |
02:28 | updated version string check-in: 62eedf44 user: davygrvy tags: trunk | |
01:52 | no message check-in: 8115b00f user: davygrvy tags: trunk | |
01:50 | (TkWinXInit): Don't restric InitCommonControlsEx. It's valid on all platforms given IE 3.0+ is installed. As tkWinX.c does set #define _WIN32_IE 0x0300, I guess we can accept IE3 as the lowest denominator and use version 4.71 features of Comctl32.dll check-in: a30fcbda user: davygrvy tags: trunk | |
01:10 | no message check-in: 0bb5c98b user: davygrvy tags: trunk | |
01:07 | (TkWinEmbeddedEventProc) : for loop dereferences containerPtr but can't get to the if (containerPtr == NULL) test due to the unhandled read memory exception for when it really is NULL. check-in: 998bb6de user: davygrvy tags: trunk | |
2003-12-12
| ||
00:45 | fixed bad commit from before. my mistake. This is 1.16 now. check-in: 230fc8e6 user: davygrvy tags: trunk | |
00:34 | Reverted to 1.15 for two reasons. 1) problem is best addressed in Tcl's DllMain() and 2) needs a MinGW custom assembly implimentation as it doesn't understand SEH syntax. check-in: ed497699 user: davygrvy tags: trunk | |
2003-12-10
| ||
12:57 | off-by-one error in recent cleanup fix check-in: d607d3d8 user: vincentdarley tags: trunk | |
12:14 | fixed 2 tests for padx, pady check-in: e5366fc3 user: vincentdarley tags: trunk | |
12:00 | * (Tk_MeasureChars): Initialize size.cx in case of errors. Initialize lastsize (fixes bug with wrong *lenghtPtr results in case no chars fit at all). check-in: 5179de57 user: cc_benny tags: trunk | |
09:42 | Line transposition bug. [Bug 857159] check-in: 7d5c874b user: dkf tags: trunk | |
2003-12-09
| ||
21:56 |
* unix/configure: * unix/tcl.m4: updated OpenBSD build configuration based on [Patch #775246] (cassoff)check-in: 0c497b80 user: hobbs tags: trunk | |
13:43 | fix to memory leaks and reading of freed memory check-in: 44167e84 user: vincentdarley tags: trunk | |
2003-12-08
| ||
18:47 | clean up usage of 'edition' as a verb check-in: fa2d5733 user: hobbs tags: trunk | |
2003-12-05
| ||
17:19 | performance of lines containing 10000+ characters check-in: 1ca7766a user: vincentdarley tags: trunk | |
16:16 | *** empty log message *** check-in: 30cd608c user: cc_benny tags: trunk | |
16:05 | * (Tk_MeasureChars): Fix indentation. Fix memory leak. Fix handling of TK_WHOLE_WORDS. check-in: 1363550c user: cc_benny tags: trunk | |
2003-12-04
| ||
16:50 | mark recent change as a potential incompatibility check-in: b756f04a user: vincentdarley tags: trunk | |
12:28 | fix to text widget tabs and xy-scroll-command check-in: 8e445371 user: vincentdarley tags: trunk | |
12:09 | font measurement fix check-in: 8d435280 user: vincentdarley tags: trunk | |
2003-12-03
| ||
16:38 | Typo fix check-in: d8ea7ed1 user: dkf tags: trunk | |
04:58 |
* generic/tkMenu.c (MenuVarProc): prevent this from triggering while interp is being destroyed.check-in: d5a46601 user: hobbs tags: trunk | |
2003-11-25
| ||
08:45 | Corrected targetWinPtr check, now if winPtr==0 and targetWinPtr!=0 then the event is not ignored any more check-in: 08591ff2 user: a_kovalenko tags: trunk | |
2003-11-24
| ||
10:36 | add further updates to ensure test captures all cases check-in: d57c3335 user: vincentdarley tags: trunk | |
2003-11-21
| ||
18:51 | correct handling of interpolated tabs using fractional pixel widths check-in: ba691f9e user: vincentdarley tags: trunk | |
17:29 | fix to two test suite bugs check-in: 39498b83 user: vincentdarley tags: trunk | |
17:10 | Thanks to davidw for spotting a reference to a header that's not been around for many years now... check-in: 1986315f user: dkf tags: trunk | |
2003-11-20
| ||
19:36 | winSend cleanup and bug fix -- these files need better documentation check-in: ea139e1e user: vincentdarley tags: trunk | |
19:33 | winSend cleanup and bug fix check-in: d180edcb user: vincentdarley tags: trunk | |
16:45 | * macosx/tkMacOSXKeyboard.c: Add PowerBook keycode 0x34 as <Return>. check-in: b1103721 user: cc_benny tags: trunk | |
12:40 | * keyArray: Add 0x34 as <Return>. Add notes. check-in: 2cf3c88c user: cc_benny tags: trunk | |
2003-11-19
| ||
04:00 |
2003-11-18 Jim Ingham <[email protected]>
* 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.check-in: 6ed9dc89 user: wolfsuit tags: trunk | |
2003-11-18
| ||
23:39 | Stupid typo fix. [Bug 843395] check-in: d0371f44 user: dkf tags: trunk | |
01:47 |
* tests/constraints.tcl:When running the test suite in a process * 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.check-in: cda2e667 user: dgp tags: trunk | |
2003-11-17
| ||
23:48 | Removed stupid type error introduced when adding style to code. check-in: 5f8d799d user: dkf tags: trunk | |
23:12 |
* generic/tkMenubutton.h: fixed compound menubutton handling like * generic/tkMenubutton.c: *button corrections of 2003-04-25. * mac/tkMacMenubutton.c (TkpDisplayMenuButton): * unix/tkUnixMenubu.c (TkpDisplayMenuButton):check-in: f8009ff0 user: hobbs tags: trunk | |
02:15 |
* win/makefile.vc: Restored consistency of pkgIndex.tcl file 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.check-in: 3e23e347 user: dgp tags: trunk | |
2003-11-16
| ||
14:13 | documentation and cleanup check-in: 289327e5 user: vincentdarley tags: trunk | |
14:11 | scrollbar fix check-in: 1b3e6c0b user: vincentdarley tags: trunk | |
06:07 | Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbols check-in: a49bd3f8 user: davygrvy tags: trunk | |
01:01 | scrollbar size fix check-in: 98a4db95 user: vincentdarley tags: trunk | |
2003-11-15
| ||
16:57 | single line wraps to whole display fix check-in: cff84d8d user: vincentdarley tags: trunk | |
12:47 | fixed tab interpretation inconsistency check-in: 5414f040 user: vincentdarley tags: trunk | |
02:49 | cleanup check-in: 9ac0aeae user: vincentdarley tags: trunk | |
02:41 | doc/text.n: Fix markup errors. check-in: 5ec972b3 user: jenglish tags: trunk | |
02:33 | fix two more old text widget bugs check-in: 7975a57e user: vincentdarley tags: trunk | |
2003-11-14
| ||
17:21 | Fixes to prevent infinite event sequences in 'make test' on slow connections Also a bit of whitespace/style police work. [Bug 837300] check-in: 8873f2f3 user: dkf tags: trunk | |
2003-11-13
| ||
18:30 | ensure test cleans up after itself check-in: 57684988 user: vincentdarley tags: trunk | |
18:26 | text widget dbl-click single character fix check-in: bff5c56e user: vincentdarley tags: trunk | |
16:07 | Tcl_EvalObjv is more robust than Tcl_VarEval check-in: af5ae343 user: dkf tags: trunk | |
14:44 | text widget insert positioning after double/triple click check-in: d451ef92 user: vincentdarley tags: trunk | |
2003-11-12
| ||
17:38 | old tk text widget bugs fixed check-in: eef48522 user: vincentdarley tags: trunk | |
17:19 | old tk text widget bugs fixed check-in: 0e36a93a user: vincentdarley tags: trunk | |
01:10 |
* unix/configure: * 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).check-in: 1a1da3b8 user: hobbs tags: trunk | |
00:07 |
* generic/tkButton.c (ConfigureButton): abort option processing if the button was deleted. [Bug #824479]check-in: 3e997a5b user: hobbs tags: trunk | |
00:07 |
* generic/tkMenuDraw.c (TkPostSubmenu): add {} around menu name in case it has spaces when calling Tcl_VarEval. This is a hack until this is rewritten for proper Tcl_Obj handling. [Bug #723856]check-in: bfa5a6ca user: hobbs tags: trunk | |
00:07 |
(::tk::dialog::file::ActivateEnt): allow typing filename into entry when tk_getOpenFile -multiple 1 is specified. [Bug #788069]check-in: f0521edf user: hobbs tags: trunk | |
2003-11-11
| ||
22:48 |
* library/tkfbox.tcl (::tk::dialog::file::Update): optimize the 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]check-in: 644a232b user: hobbs tags: trunk | |
19:42 |
* generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc): free itemconfig data when removing it from table. [Bug #836483]check-in: 36040fac user: hobbs tags: trunk | |
18:21 |
* macosx/tkMacOSXClipboard.c (TkSuspendClipboard, TkSelGetSelection): add unicode clipboard support. [Patch #840107] (senn)check-in: 4a2b96d3 user: hobbs tags: trunk | |
00:54 |
* win/configure: * win/tcl.m4: add necessary ole libs to VC LIBS_GUI line.check-in: 88746642 user: hobbs tags: trunk | |
00:26 |
* win/tkWinDraw.c (XFillRectangles): correctly handle the XGCValues.function parameter when filling rectangles. [Bug #820278] [Patch #820282]check-in: 2234c1ef user: hobbs tags: trunk | |
00:07 |
* win/configure: * win/configure.in: define TK_LIB_FLAG, TK_LIB_SPEC, TK_BUILD_LIB_SPEC, TK_STUB_LIB_SPEC, TK_STUB_LIB_PATH, and TK_BUILD_STUB_LIB_PATH for tkConfig.sh [Bug #826614]check-in: 6c31ad71 user: hobbs tags: trunk | |
00:07 |
* unix/Makefile.in (SHLIB_LD_FLAGS): include in Makefile as it is used in MAKE_LIB sometimes (ie: AIX-64) [Bug #829686] (jimix)check-in: a491a3ab user: hobbs tags: trunk | |
2003-11-10
| ||
21:02 | Minor int vs. unsigned fixes to stop GCC warnings check-in: a96dfb67 user: dkf tags: trunk | |
14:37 | handling of zero-pixel text widgets check-in: c7903718 user: vincentdarley tags: trunk | |
2003-11-08
| ||
22:53 | Fixed an error in returning the name actually registered for 'send'. check-in: 38b166e0 user: patthoyts tags: trunk | |
17:22 | elide tag handling, once more check-in: 972024df user: vincentdarley tags: trunk | |
2003-11-07
| ||
15:36 | better elide tag handling check-in: be1a77f9 user: vincentdarley tags: trunk | |
12:06 | another elide/tkchat/tkTextDisp.c fix check-in: 3d576063 user: vincentdarley tags: trunk | |
2003-11-05
| ||
13:31 | Dutch messages for widget demo from Arjen Markus. [Patch 836368] check-in: 25638e7f user: dkf tags: trunk | |
13:20 | Minor fix that removes dependence on a particular path in the README. check-in: b8254b2e user: dkf tags: trunk | |
2003-11-04
| ||
23:37 | tk text widget test suite fixes -- bug 833761, making tests much more resilient to font sizes check-in: 00fb62a8 user: vincentdarley tags: trunk | |
13:26 | Add 'Print Code' support to Widget demo [Patch 835644] check-in: 8d386721 user: dkf tags: trunk | |
2003-11-03
| ||
16:10 | text widget and test suite fixes check-in: b96a8bcf user: vincentdarley tags: trunk | |
15:30 | Make demo location independent of main Tk library location. [Patch 832691] check-in: 3672df6a user: dkf tags: trunk | |
13:10 | Stop some complaints about signed/unsigned check-in: 736830a7 user: dkf tags: trunk | |
2003-11-01
| ||
19:06 | Updated Dutch messages [Patch 820519] check-in: b3d290e9 user: dkf tags: trunk | |
2003-10-31
| ||
19:14 | size_t vs int fix check-in: ac8bd9b9 user: vincentdarley tags: trunk | |
18:56 |
* generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): OS X uses 32bpp images internally always, so make use of the assumption.check-in: b52ff54e user: hobbs tags: trunk | |
18:05 | fixed constrained tests for tip155 check-in: f51b82d3 user: vincentdarley tags: trunk | |
14:21 | text widget bug fix check-in: 94fbec76 user: vincentdarley tags: trunk | |
09:02 | TIP 155 implementation check-in: e58248ce user: vincentdarley tags: trunk | |
08:55 | compound menu entries check-in: 4da4811a user: vincentdarley tags: trunk | |
02:05 |
* generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alpha blending for images with partial transparency. Only operates for 15bpp+ display. [Bug 809157]check-in: 48047b21 user: hobbs tags: trunk | |
2003-10-30
| ||
23:35 | Whitespace/style police check-in: 0935b694 user: dkf tags: trunk | |
2003-10-29
| ||
10:03 | Basic style guide fixes for tkUnixRFont.c check-in: 1b7c95ed user: dkf tags: trunk | |
09:36 |
* library/tkfbox.tcl (IconList_Create,IconList_Add): Added option munging to allow some control of foreground colours on Unix in the same way that you can influence the background. [Bug 795717]check-in: bd7b92b1 user: dkf tags: trunk | |
01:45 | Fixed a typing error in ::tk::PlaceWindow. Please do a test before commiting a change. check-in: 4bc9abe6 user: chengyemao tags: trunk | |
2003-10-28
| ||
22:52 | see changes check-in: 913359d7 user: hobbs tags: trunk | |
22:52 |
* tests/focusTcl.test (setup1): expand frame size to allow for correct visibility of windows that use larger default fonts.check-in: ce163253 user: hobbs tags: trunk | |
22:52 |
* win/tkWinImage.c (XGetImageZPixmap): add separate 16bpp XGetImage code to correctly handle 16bpp requests. This appears to never have worked correctly.check-in: d792c849 user: hobbs tags: trunk | |
22:51 |
* unix/tkUnixFont.c (GetFontAttributes): place extra check for NULL family against bad X servers.check-in: 301e9e8a user: hobbs tags: trunk | |
15:56 | Make sure we do default placement strategy when placement is empty [Bug 819284] check-in: c9ddee9e user: dkf tags: trunk | |
2003-10-26
| ||
17:04 | Whitespace police check-in: c24d5719 user: dkf tags: trunk | |
2003-10-23
| ||
23:55 |
2003-10-23 Jim Ingham <[email protected]> * macosx/tkMacOSXDialog.c (NavServicesGetFile): Minor cleanups. (OpenFileFilterProc): Handle FSRef's as well as FSSpec's in the input file. Also convert the FSSpec filename to an C-string before passing to MatchOneFile. [bug 517600] (MatchOneFile): Require the input filename to be a C-string, not a pascal string.check-in: b79543b4 user: wolfsuit tags: trunk | |
2003-10-22
| ||
15:24 | Constrain tk_dialg to be sensibly sized and placed. [Bug 827535] check-in: e4873304 user: dkf tags: trunk | |
2003-10-15
| ||
20:04 | Delete WM_TRANSIENT_FOR property instead of setting it to None when making a window nontransient [Bug #632816 "cannot remove transient"] check-in: 358b1fa0 user: jenglish tags: trunk | |
2003-10-14
| ||
23:11 | changed macro argument names to match function argument names ('dest' and 'src' were swapped, which was confusing) [GPS] check-in: 80ff4af3 user: jenglish tags: trunk | |
15:35 |
* win/makefile.vc: Applied patches from tcl bug #801467 from * win/winMain.c: Joe Mistachkincheck-in: 61f443b1 user: patthoyts tags: trunk | |
2003-10-13
| ||
03:41 |
* generic/tkInt.h: move TkGetOptionSpec to stubs intDecls * generic/tkIntDecls.h: * generic/tkInt.decls: * generic/tkStubInit.c: * tkDecls.h: updated with latest genstubs * tkIntPlatDecls.h: * tkIntXlibDecls.h: * tkPlatDecls.h:check-in: b73708a4 user: hobbs tags: trunk | |
00:54 |
* tests/listbox.test (13.3): correct result size (4.7): correct test for possible window drift [Bug #701931] (dgp)check-in: 1bc1c925 user: hobbs tags: trunk | |
00:54 |
* unix/mkLinks: * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]check-in: 38c67625 user: hobbs tags: trunk | |
2003-10-11
| ||
13:24 | Forgot to commit ChangeLog for send fixes. check-in: 14df56d1 user: patthoyts tags: trunk | |
2003-10-10
| ||
20:19 |
* mac/tkMacButton.c (TkpDisplayButton): * macosx/tkMacOSXButton.c (TkpDisplayButton): * unix/tkUnixButton.c (TkpDisplayButton): correct imageYOffset for buttons with just images.check-in: 8e5511b7 user: hobbs tags: trunk | |
15:56 | Register the type of text indices. Also some exported symbol name policing... check-in: c8843758 user: dkf tags: trunk | |
00:02 | correct imageYOffset for buttons with just images check-in: c9fbf963 user: hobbs tags: trunk | |
2003-10-08
| ||
21:49 |
* win/tcl.m4: Add TIP #150 items to the TEA makefiles. * win/configure: * win/Makefile.in: * win/tkWinSend.c: Clean up some warnings from gcc -Wall. * win/tkWinSendCom.c:check-in: 34f9ee5a user: patthoyts tags: trunk | |
2003-10-06
| ||
22:20 |
* doc/ConfigWidg.3: Removed reference to Tk_Offset from the NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] * unix/mkLinks: make mklinkscheck-in: b34bcfd0 user: dgp tags: trunk | |
22:14 | * library/text.tcl, doc/text.n: Text widget binding for Control-v is now Mac-only, since it conflicts with standard <<Paste>> binding on other platforms. [Bug #605277] check-in: 121da120 user: jenglish tags: trunk | |
21:19 | Fix double-free in style engine [Bug #798211] check-in: 8094c5db user: jenglish tags: trunk | |
19:11 |
* win/configure: * win/tcl.m4: removed incorrect checks for existence of optimization. TCL_CFG_OPTIMIZED is now defined whenever the user does not build with --enable-symbols.check-in: 9d21ce3b user: hobbs tags: trunk | |
17:11 |
*unix/configure.in: Reconfigured to use $TCL_PREFIX as the default value of --prefix, and also added warning when a TK_PREFIX value different from TCL_PREFIX is selected, since [package require Tk] fails in that configuration. [Bugs 428627,765642] * unix/configure: autoconf (2.57)check-in: 8b0f23a2 user: dgp tags: trunk | |
16:17 |
* unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so that alpha and beta releases of Tcl are not favored. [Bug 608698] * unix/configure: autoconf (2.57)check-in: c7d2b868 user: dgp tags: trunk | |
15:34 |
* unix/configure.in: Added check that version of Tcl header found by configure matches that of the Tk we wish to build. As long as the Tk sources insist on lockstep releases, Tk's configuration should verify that's what we have. [Bug 749088] * unix/configure: autoconf (2.57)check-in: 93aa6cd9 user: dgp tags: trunk | |
2003-10-03
| ||
00:40 | Creating branch mistachkin-dev-branch Closed-Leaf check-in: 6754382f user: cvs tags: mistachkin-dev-branch | |
00:40 |
* library/scale.tcl: Clear bug with chording mouse buttons.check-in: 853cff69 user: patthoyts tags: trunk | |
2003-10-02
| ||
23:02 |
* library/console.tcl: Avoid including the console in the list of interpreters exposed by [winfo interps].check-in: acd539e8 user: patthoyts tags: trunk | |
2003-10-01
| ||
14:35 |
* macosx/Wish.pbproj/project.pbxproj: * macosx/Makefile: fixed redo prebinding bug when DESTDIR="". Added support for all applicable customizable makefile variables from tcl/macosx/Makefile. * macosx/README: * macosx/Wish.pbproj/project.pbxproj: ensure that the versioned wishX.X script works correctly when Tk.framework with multiple versions is present by referring to a copy of 'Wish Shell.app' located in Tk.framework/Versions/X.X/Resources.check-in: 4893bfc3 user: das tags: trunk | |
2003-09-30
| ||
23:26 | Add an implementation of XSync that flushes the window buffers. This fixes 814810. Also use tk text drawing for checkbutton & radiobutton labels. check-in: d65fbe42 user: wolfsuit tags: trunk | |
14:54 | Added [package require] to demos. [FRQ 815118] check-in: 70d76de0 user: dkf tags: trunk | |
08:45 | Remove a dependency on font size in textWind 10.1 check-in: 8c609d57 user: patthoyts tags: trunk | |
08:36 | Accomodate TIP #150 in the test results. check-in: d76b2c65 user: patthoyts tags: trunk | |
2003-09-29
| ||
23:15 | Private functions should be either static or prefixed with 'Tk' (thanks GPS!) check-in: 68c9d126 user: dkf tags: trunk | |
23:00 | changelog police check-in: 92c15ade user: dkf tags: trunk | |
09:50 | Update from Tcl check-in: 0c928bb6 user: dkf tags: trunk | |
2003-09-26
| ||
23:59 |
* win/makefile.vc: Implementation of TIP #150, "Provide * win/tkWinSend.c: 'send' command for Windows" * win/tkWinSendCom.h: * win/tkWinSendCom.c:check-in: 0ac88e37 user: patthoyts tags: trunk | |
16:02 | * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap): Add GetWindowFromPort() [Bug #812415]; make function static. check-in: cdd2ef83 user: cc_benny tags: trunk | |
2003-09-25
| ||
05:36 |
* library/demos/widget: don't create iconwindow on aqua, but add about menu like on classic. * macosx/Makefile: pass MAKEOVERRIDES to pxbuild. * macosx/tkMacOSXButton.c: added -compound support for bevel buttons.check-in: 37a4bafe user: das tags: trunk | |
05:36 |
* unix/configure: * unix/configure.in: * unix/tkConfig.sh.in: added TK_INCLUDE_SPEC to allow extensions to find installed Tk headers, parallel to TCL_INCLUDE_SPEC. [Bug 777203]check-in: 9ca23925 user: das tags: trunk | |
2003-09-20
| ||
03:53 | Bug fix [Bug 802435] check-in: bac06b3e user: chengyemao tags: trunk | |
03:43 | Fixed memory leak (bug 802435) check-in: cbe581a3 user: chengyemao tags: trunk | |
2003-09-18
| ||
20:34 | Fixed a small mistake in previous checkin. check-in: 72daa74f user: pspjuth tags: trunk | |
18:22 | Implementation of TIP#147, "Make Grid's Column/Row Configure Easier". check-in: 29c05ff3 user: pspjuth tags: trunk | |
2003-09-17
| ||
23:45 |
* generic/tkImage.c: Stopped [image create] from generating an * tests/image.test: image command name that would overwrite an existing command name. Thanks to Michael Schlenker. [Bug 808039].check-in: 3023c17e user: dgp tags: trunk | |
2003-09-16
| ||
21:47 | Reworked a part of grid's geometry computations to handle some tricky cases better. [Bug #792387] check-in: 59c22534 user: pspjuth tags: trunk | |
2003-09-13
| ||
20:27 | Describe %P and %s substitution for Property events. [BUG #577906] check-in: ea5b800b user: jenglish tags: trunk | |
2003-09-05
| ||
22:44 |
* doc/wish.1: Implementation of TIPs 137/151. * generic/tkMain.c (Tk_MainEx): Added recognition of the -encoding * tests/main.test: command line option by Tk_MainEx() and thus by wish, and any other program built on Tk_MainEx(). [Patch 800139]. This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs that embed Tcl and Tk, build on Tk_MainEx(), and make use of Tk_MainEx's former ability to pass a leading "-encoding" option to interactive shell operations.check-in: 50f23f31 user: dgp tags: trunk | |
2003-08-27
| ||
15:47 | Removed unused variable [Bug 664783] check-in: 42cf7f47 user: dkf tags: trunk | |
2003-08-25
| ||
20:37 | no message check-in: 68cc9ce3 user: davygrvy tags: trunk | |
20:35 | Don't do a string compare on the $(DBGX) variable, use the $(DEBUG) boolean directly. Also, don't try to regen the stubs table if $(TCLSH) doesn't exist. check-in: 7aaec0c3 user: davygrvy tags: trunk | |
07:46 | nested comment typo check-in: 4fe48186 user: das tags: trunk | |
2003-08-22
| ||
22:44 | Brought tk_messageBox demo into line with the newer look-and-feel for the demos. check-in: 60f7638d user: dkf tags: trunk | |
2003-08-21
| ||
00:02 | make images align at 16pix height and do not allow Dismiss Return to trigger in text widget check-in: c1ab5bf3 user: hobbs tags: trunk | |
2003-08-20
| ||
23:47 | use delete image for dismiss button check-in: 7322189a user: hobbs tags: trunk | |
23:31 |
* win/tkWin3d.c: Applied Tk patch 791273 from Jeremy Collins which improves the 3d lines for sunken widgets under windows.check-in: 7ff4c11a user: patthoyts tags: trunk | |
23:23 | add sep frame to seecode/dismiss button frame check-in: 6bf0ac6b user: hobbs tags: trunk | |
23:02 |
* library/demos/widget: Redo code view dialog, use named fonts, * library/demos/arrow.tcl: add basic see/dismiss routine with * library/demos/bind.tcl: images for better look & feel * library/demos/bitmap.tcl: * library/demos/button.tcl: * library/demos/check.tcl: * library/demos/clrpick.tcl: * library/demos/colors.tcl: * library/demos/cscroll.tcl: * library/demos/ctext.tcl: * library/demos/entry1.tcl: * library/demos/entry2.tcl: * library/demos/entry3.tcl: * library/demos/filebox.tcl: * library/demos/floor.tcl: * library/demos/form.tcl: * library/demos/hscale.tcl: * library/demos/icon.tcl: * library/demos/image1.tcl: * library/demos/image2.tcl: * library/demos/items.tcl: * library/demos/label.tcl: * library/demos/labelframe.tcl: * library/demos/menu.tcl: * library/demos/menubu.tcl: * library/demos/paned1.tcl: * library/demos/paned2.tcl: * library/demos/plot.tcl: * library/demos/puzzle.tcl: * library/demos/radio.tcl: * library/demos/ruler.tcl: * library/demos/sayings.tcl: * library/demos/search.tcl: * library/demos/spin.tcl: * library/demos/states.tcl: * library/demos/style.tcl: * library/demos/text.tcl: * library/demos/twind.tcl: * library/demos/unicodeout.tcl: * library/demos/vscale.tcl:check-in: 8196734f user: hobbs tags: trunk | |
10:26 | Use Tcl_Obj-based interfaces for working with user-supplied font maps. check-in: fbaf06b4 user: dkf tags: trunk | |
2003-08-19
| ||
21:00 | * generic/tkPanedWindow.c(PanedWindowWorldChanged): Set window background from the -background resource. Fixes [BUG #791500 "PanedWindow refresh glitches on X"] check-in: d62683ea user: jenglish tags: trunk | |
19:08 | * doc/bind.n: Added more information on event types and details [FRQ #523593 "bind(n) manpage needs more detail"] check-in: 67f39f71 user: jenglish tags: trunk | |
2003-08-18
| ||
07:29 |
* win/configure: Regen. * win/tcl.m4: Update from Tcl to fix Tcl bug 781109.check-in: 60314523 user: mdejong tags: trunk | |
2003-08-15
| ||
10:54 | Faster color data parsing code for the [$photo put] subcommand. check-in: d74849a2 user: dkf tags: trunk | |
2003-08-14
| ||
12:30 | Make test suite pass without crashes from TIP#109 changes... check-in: 73b67307 user: dkf tags: trunk | |
10:31 | TIP#109 implementation - checkbuttons and radiobuttons now look better. check-in: 96478d4a user: dkf tags: trunk | |
2003-08-13
| ||
12:11 | ChangeLog Police: Added missing entry (derived from 8.4 branch checkin) check-in: c29e9f6a user: dkf tags: trunk | |
10:28 |
* library/scale.tcl: Fix for bug #787065 for Button-2 press. * tests/scale.test: Added test for this bug.check-in: f80a5e2b user: patthoyts tags: trunk | |
2003-08-12
| ||
08:49 |
* macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95.check-in: c969779c user: das tags: trunk | |
2003-07-31
| ||
22:17 | Fixed stupid typo. check-in: 06a3ac2e user: patthoyts tags: trunk | |
2003-07-28
| ||
22:12 |
* win/tkWinDialog.c: Applied patch from bug #611615 which fixes a problem with double clicks in file dialogs falling through to the window underneath in win32.check-in: 82e8c792 user: patthoyts tags: trunk | |
21:31 |
* library/panedwindow.tcl: Apply patch from bug #778893 to make the panedwindow -opaqueresize option work as per the docs.check-in: cd929d5c user: patthoyts tags: trunk | |
21:14 |
* library/tk.tcl: Apply fix for bug #778840 for window placement when using multiple desktops on windows.check-in: b532942a user: patthoyts tags: trunk | |
2003-07-24
| ||
02:10 | * win/tkWinCursor.c: Fix for bug #776646 for a native hand2 and fleur (move) cursor under win. * tests/cursor.test: Check that documented cursors are available. check-in: c3ebf298 user: patthoyts tags: trunk | |
2003-07-21
| ||
12:39 |
* macosx/buildTkConfig.tcl: fix to TK_BUILD_* ref generation broken by changes to tcl buildsystem.check-in: 139bf257 user: das tags: trunk | |
2003-07-19
| ||
01:44 |
* unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry call that prevents overwidth lines as it requires a roundtrip call to the X server for every string drawn. Hard-code max width to 32768 until a beter solution to get max width is made.check-in: 4732f7c5 user: hobbs tags: trunk | |
01:24 |
* library/panedwindow.tcl: use widget-specific Priv slots for pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows.check-in: fcdf9693 user: hobbs tags: trunk | |
01:20 |
* win/tkWinCursor.c: Applied misplaced Tcl RFE 700799 to provide the windows hand cursor where available.check-in: 8d0c28de user: patthoyts tags: trunk | |
01:01 |
* generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call for TK_XIM_SPOT usage. [Bug 742660] (takahashi)check-in: 0d3cad01 user: hobbs tags: trunk | |
2003-07-18
| ||
23:55 | * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to provide consistency between unix and windows -cursor option. check-in: cbf38f1a user: patthoyts tags: trunk | |
19:50 |
* win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K. This is a short-term solution until the -multiple option is extended. [Bug 641261]check-in: a9fd8224 user: hobbs tags: trunk | |
13:24 | MacOSX native dialog check-in: c492b298 user: vincentdarley tags: trunk | |
11:04 | MacOSX fixes check-in: 466db507 user: vincentdarley tags: trunk | |
10:02 | Fix for [Bug 702230], and an evil bug it is too! check-in: d0bbbe46 user: dkf tags: trunk | |
02:02 |
* macosx/Makefile: Changes for new tcl buildsystem. * macosx/Wish.pbproj/jingham.pbxuser: * macosx/Wish.pbproj/project.pbxproj: Changes for new tcl buildsystem. Changed build to include tk specific html help in Tk.framework instead of Tcl.framework. Set default SYMROOT in target options to simplify setting up PB (manually setting common build folder for tcl & tk no longer needed). * macosx/README: Updated info for changes to buildsystem, html help location and PB setup.check-in: e869798e user: das tags: trunk | |
2003-07-17
| ||
22:57 | Better docs of [$photo put]. [Bug 728952] check-in: ad05c08b user: dkf tags: trunk | |
20:52 | Docfix [Bug 747814] check-in: e37e7857 user: dkf tags: trunk | |
12:59 | Try harder to avoid zero-length malloc()s... [Bug 404421] check-in: 3d35f235 user: dkf tags: trunk | |
10:11 | Rearranged code in ImgPhotoCmd to not use confusing fallthroughs in switches. [Bug 771988] Also TAB Police in Changelog... check-in: cbba54a5 user: dkf tags: trunk | |
03:19 |
* generic/tkPack.c (ConfigureSlaves): silence compiler warning [Bug 771982]check-in: afecbf30 user: dgp tags: trunk | |
01:02 |
* win/tkWinImage.c (XGetImage): correct init of biSizeImage in bitmap header. [Bug 703697] (cap)check-in: cd3e74e8 user: hobbs tags: trunk | |
00:39 |
* generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane * tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth)check-in: dc037cf8 user: hobbs tags: trunk | |
2003-07-16
| ||
23:16 | Make sure all options can be set to their default value. [Bug #697652] check-in: 8d604802 user: pspjuth tags: trunk | |
22:54 |
* generic/tkWindow.c (Initialize): do not free uninit'ed dstring. [Bug 755906] (mistachkin)check-in: 3c1e5686 user: hobbs tags: trunk | |
2003-07-14
| ||
22:58 | Added missing .TP check-in: af549eb2 user: dkf tags: trunk | |
2003-07-09
| ||
21:18 | Stop xhost smash by the test suite; that can render a machine unusable. check-in: 7e3aec74 user: dkf tags: trunk | |
2003-07-07
| ||
20:39 |
* generic/tkTextDisp.c (DisplayText): correct use of textPtr data with respect to Tcl_Release time. [Bug #767009]check-in: e73cdd5d user: hobbs tags: trunk | |
09:35 | Fixed [Bug 749353] by making the removal of masters from the global image table aggressive when the interp is being deleted, and making the deletion code always check to see whether it should actually be deleting an entry or not. No tests as it comes under the heading of crash-on-bug, and the bug is not easy to excite (it requires a full script and interpreter deletion with lots of events about.) check-in: 69f63d6b user: dkf tags: trunk | |
2003-07-03
| ||
18:47 | Prime the systemButtonText from the theme brush. This is really only the first stage of actually using the theme brushes to track active colors, but it gets the labelframe color working at least. check-in: 1532f40f user: wolfsuit tags: trunk | |
2003-07-02
| ||
09:22 |
* unix/tkUnixEvent.c (TkpCloseDisplay): Don't test for XCloseIM bug when the XFree86 version is newer than 4.0 since the layout of the XIM structure has changed. The check is not needed for newer XFree86 releases since the bug we are checking for was fixed in the 4.2.99.2 release. [Bug 755530]check-in: 191a4162 user: mdejong tags: trunk | |
08:21 | ChangeLog police check-in: 3a3b19cf user: mdejong tags: trunk | |
2003-06-26
| ||
17:15 | Windows menu popup location fix check-in: 920e0c3c user: vincentdarley tags: trunk | |
2003-06-09
| ||
20:39 | Fix for [Bug#751553] "Xft: [font configure] does not update in-use fonts". Fixed TkpGetSubFonts() to return information about all subfonts, not just the first one. check-in: feabf97d user: jenglish tags: trunk | |
2003-06-02
| ||
16:13 | configure.in: BUGFIX: --enable-xft test was broken. check-in: a431ac62 user: jenglish tags: trunk | |
2003-05-31
| ||
23:00 | * unix/tkUnixRFont.c (InitFont): Fill in TkFontAttributes from pattern returned from GetFont (actual font) instead of the query pattern (requested font). check-in: d6714ac2 user: jenglish tags: trunk | |
18:32 | Experimental support for antialiased text under X11 [Patch#535541] check-in: 83ae67ba user: jenglish tags: trunk | |
18:23 | Changes from Keith Packard's version: + Added copyright notice + Fix infinite loop in Tk_MeasureChars when TK_WHOLE_WORDS is specified + Fix for crash in TkpGetNativeFont when XftXlfdParse() fails + TkpGetFontFromAttributes: use XftPatternCreate() and XftPatternAddString(... XFT_FAMILY ...) instead of XftPatternBuild() to initialise pattern; fixes crash when faPtr->family == NULL + Workaround for Tcl bug where malformed UTF-8 text can get passed to Tk_MeasureChars / Tk_DrawChars. + TkpGetFontFromAttributes: don't request 0-pixel fonts + TkpGetNativeFont: don't use FcNameParse, since that tends to always succeed, causing the usual Tk font parsing to be skipped. check-in: 6fe5718d user: jenglish tags: trunk | |
18:17 | SOURCE: Imported from cvs.fontconfig.org, tk/unix/tkUnixRFont.c rev 1.4 check-in: 87184790 user: jenglish tags: trunk | |
2003-05-30
| ||
11:02 | fix to menu clone deletion bug check-in: e5b874d6 user: vincentdarley tags: trunk | |
2003-05-29
| ||
21:58 | doc/text.n: Fixed markup errors. check-in: 7be24279 user: jenglish tags: trunk | |
21:57 | Fixed markup errors. check-in: ed32b215 user: jenglish tags: trunk | |
15:05 | Keeping the change-log up-to-date... check-in: 21c1544e user: dkf tags: trunk | |
14:50 | library/msgs/cs.msg updated msg catalog [Bug 743796] <[email protected]> check-in: 57dae5b2 user: bagnonm tags: trunk | |
2003-05-27
| ||
23:44 | MacOS tearoff menu location fix check-in: 9f563407 user: vincentdarley tags: trunk | |
15:35 | text widget cleanup fix check-in: abc0aa2a user: vincentdarley tags: trunk | |
2003-05-23
| ||
18:16 |
* unix/mkLinks: Set the var S to "" at the top of the file to avoid error when user has set S to something. [Tk Bug #739833]check-in: 72654d08 user: mdejong tags: trunk | |
2003-05-21
| ||
15:30 | The panedwindow widget now sizes right around unmapped windows. [Bug 738143] check-in: a856e667 user: dkf tags: trunk | |
09:21 | D'oh! Zero and one are not the same thing... check-in: 93340c1c user: dkf tags: trunk | |
2003-05-19
| ||
21:19 | Fixed test suite breakage that I inadvertently introduced [Bug 739965] check-in: 9581d50f user: dkf tags: trunk | |
14:44 | I18n (and some l10n) for the console and the main window of the widget demo. check-in: 88343be6 user: dkf tags: trunk | |
14:37 | Stopped warnings about signed/unsigned and strncmp() and added missing forward decl check-in: 374c3db6 user: dkf tags: trunk | |
13:04 | tip 113 implementation check-in: 7ef32f7c user: vincentdarley tags: trunk | |
05:05 |
* macosx/Wish.pbproj/project.pbxproj: changed tkConfig.sh location in versioned framework subdirectories to be identical to location in framework toplevel; fixed stub library symbolic links to be tk version specific.check-in: edc59643 user: das tags: trunk | |
2003-05-15
| ||
18:05 |
* unix/tkUnixFont.c: use gb2312-raw as the alias for gb2312* charset fonts. gb2312.enc was made to be euc-cn for Tcl because that is what is most often meant, but X really wants the original (-raw) gb2312 encoding. [Bug 557030]check-in: 266495f5 user: hobbs tags: trunk | |
2003-05-14
| ||
19:08 |
* library/msgs/fr.msg: updated msg catalog. [Bug #737790] (zolli)check-in: c6d88e3d user: hobbs tags: trunk | |
2003-05-13
| ||
14:15 | space in path bug fix check-in: 4fa27bce user: vincentdarley tags: trunk | |
08:40 |
* macosx/tkMacOSXInit.c (TkpInit): use new versioned bundle resource API to get tk runtime library for TK_VERSION. [Bug 736774]check-in: a1685825 user: das tags: trunk | |
2003-05-11
| ||
00:52 |
* generic/tkCanvPoly.c (PolygonToPostscript): * tests/canvPs.test: correct crash when generating postscript for a single-line polygon (point) with no color. [Bug #734498] (wilm)check-in: da0424bd user: hobbs tags: trunk | |
2003-05-10
| ||
19:43 | macosx/tkMacOSXClipboard.c (TkSelGetSelection): Convert '\r' to '\n' on the way into Tcl. check-in: a8572a3c user: wolfsuit tags: trunk | |
2003-05-08
| ||
09:35 | Stop deleted images from showing up in the various [image *] operations. Can't delete early though as that removes the link with widgets and image names. check-in: fe438f17 user: dkf tags: trunk | |
2003-04-30
| ||
16:16 |
* macosx/tkMacOSXButton.c (TkpDisplayButton): correct typo for stippleGC [Bug #730124].check-in: b895f06b user: hobbs tags: trunk | |
2003-04-26
| ||
02:59 |
* generic/tkButton.h: Rewrote the handling * generic/tkButton.c (TkButtonWorldChanged): of compound *buttons * mac/tkMacButton.c (TkpDisplayButton): to correctly display * macosx/tkMacOSXButton.c (TkpDisplayButton): mixture of disabledfg, * unix/tkUnixButton.c (TkpDisplayButton): selectcolor, indicator, * win/tkWinButton.c (TkpDisplayButton): etc. *buttons will now only stipple the image, unless no disabledfg is given, in which case it will stipple the whole button.check-in: 73a68cb2 user: hobbs tags: trunk | |
2003-04-25
| ||
20:03 |
* unix/tkUnixButton.c (TkpDisplayButton): Use the normalTextGc when * win/tkWinButton.c (TkpDisplayButton): displaying disabled text that have images, as they get a gray50 stipple as well and the disabledGc is not set up correctly for font drawing. [Bug #477740]check-in: 12fc5335 user: hobbs tags: trunk | |
20:02 |
* library/bgerror.tcl: make bgerror dialog topmost on Windows to prevent it being covered by other windows.check-in: 7184ebfc user: hobbs tags: trunk | |
2003-04-18
| ||
21:55 |
* win/configure: regen * win/configure.in (SHELL): force it to /bin/sh as autoconf 2.5x uses /bin/bash, which can fail to find exes in the path (ie: lib).check-in: ecdc2267 user: hobbs tags: trunk | |
21:54 |
* generic/tkCanvBmap.c: s/CreateBitmap/TkcCreateBitmap as Windows has a CreateBitmap function already.check-in: c0c3e3e0 user: hobbs tags: trunk | |
21:54 |
* generic/tkCursor.c: s/GetCursor/TkcGetCursor as Windows has a GetCursor func already, which causes compiler warnings.check-in: 71cc92e3 user: hobbs tags: trunk | |
2003-04-15
| ||
01:06 |
* win/tkWinMenu.c (TkpInitializeMenuBindings): Rename the private menu helper cmd from tk::tkWinMenuKey to tk::WinMenuKey. [Bug 721514]check-in: 71f782f9 user: mdejong tags: trunk | |
2003-04-14
| ||
23:34 |
* generic/tkBind.c (TkpGetBindingXEvent): Add helper method that can be used to query the XEvent* for the currently executing binding. * generic/tkInt.h: Declare TkpGetBindingXEvent. * win/tkWinMenu.c (MenuKeyBindProc, TkWinMenuKeyObjCmd, TkpInitializeMenuBindings): Rename MenuKeyBindProc to TkWinMenuKeyObjCmd and convert it into a Tcl command named tk::tkWinMenuKey. Bind keyboard accelerator actions to this Tcl command instead of using a native C binding. This makes it possible to extend the existing binding with Tcl code and makes the Windows version work just like the unix version.check-in: 98dd3be2 user: mdejong tags: trunk | |
2003-04-04
| ||
19:29 |
* unix/Makefile.in: Subst TCL_LIBS instead of DL_LIBS and MATH_LIBS. * unix/configure: Regen. * unix/configure.in: Remove SC_ENABLE_THREADS invocation. Thread support in an extension should be automatic when Tcl is compiled with thread support. Add AC_DEFINE calls to set TCL_THREADS, _REENTRANT, and _THREAD_SAFE since this was done in SC_ENABLE_THREADS. Remove socket and math lib checks since these are already done in the Tcl configure script. * unix/tcl.m4: Update from Tcl to get TCL_LIBS fix. This fixes bug 597847 which was caused by improper linking. * unix/tkConfig.sh.in: Subst TCL_LIBS instead of MATH_LIBS and DL_LIBS. [Bug 597847]check-in: 7f117f25 user: mdejong tags: trunk | |
2003-04-03
| ||
02:31 |
* win/configure: Regen. * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable. * win/tcl.m4: Update from Tcl to get new LIBFLAGSUFFIX variable.check-in: c8ee344f user: mdejong tags: trunk | |
02:00 |
* win/configure: Regen. * win/configure.in: Don't set TCL_DLL_FILE, TCL_LIB_FILE, TCL_STUB_LIB_FILE, TCL_STUB_LIB_FLAG, and TCL_BUILD_STUB_LIB_SPEC. These variables are already set in tclConfig.sh. Don't subst vars that are either not used, or already covered by a subst in SC_LOAD_TCLCONFIG. [Bug 691908]check-in: 5d0649ef user: mdejong tags: trunk | |
2003-04-02
| ||
06:38 |
* unix/configure: Regen. * unix/tcl.m4: Update from Tcl.check-in: 3bad8440 user: mdejong tags: trunk | |
2003-04-01
| ||
21:06 |
* tests/all.tcl: Made better use of a common * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files.check-in: 01af81ec user: dgp tags: trunk | |