Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
166 check-ins using file generic/tkButton.c version 28d7f931
2003-11-12
| ||
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 | |