summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed stupid typo.patthoyts2003-07-311-2/+2
|
* * win/tkWinDialog.c: Applied patch from bug #611615 which fixes apatthoyts2003-07-282-1/+56
| | | | | problem with double clicks in file dialogs falling through to the window underneath in win32.
* * library/panedwindow.tcl: Apply patch from bug #778893 to makepatthoyts2003-07-282-1/+7
| | | | the panedwindow -opaqueresize option work as per the docs.
* * library/tk.tcl: Apply fix for bug #778840 for window placementpatthoyts2003-07-282-1/+10
| | | | when using multiple desktops on windows.
* * win/tkWinCursor.c: Fix for bug #776646 for a native hand2 andpatthoyts2003-07-243-4/+170
| | | | | fleur (move) cursor under win. * tests/cursor.test: Check that documented cursors are available.
* * macosx/buildTkConfig.tcl: fix to TK_BUILD_* ref generationdas2003-07-212-3/+8
| | | | broken by changes to tcl buildsystem.
* * unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry callhobbs2003-07-192-17/+27
| | | | | | 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.
* * library/panedwindow.tcl: use widget-specific Priv slots forhobbs2003-07-192-20/+25
| | | | | pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows.
* * win/tkWinCursor.c: Applied misplaced Tcl RFE 700799 to providepatthoyts2003-07-192-4/+17
| | | | the windows hand cursor where available.
* * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call forhobbs2003-07-192-3/+17
| | | | TK_XIM_SPOT usage. [Bug 742660] (takahashi)
* * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to providepatthoyts2003-07-182-2/+7
| | | | consistency between unix and windows -cursor option.
* * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K.hobbs2003-07-182-3/+9
| | | | | This is a short-term solution until the -multiple option is extended. [Bug 641261]
* MacOSX native dialogvincentdarley2003-07-181-2/+2
|
* MacOSX fixesvincentdarley2003-07-185-7/+429
|
* Fix for [Bug 702230], and an evil bug it is too!dkf2003-07-183-2/+34
|
* * macosx/Makefile: Changes for new tcl buildsystem.das2003-07-185-1448/+81
| | | | | | | | | | | | | * 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.
* Better docs of [$photo put]. [Bug 728952]dkf2003-07-172-8/+19
|
* Docfix [Bug 747814]dkf2003-07-172-6/+5
|
* Try harder to avoid zero-length malloc()s... [Bug 404421]dkf2003-07-172-25/+40
|
* Rearranged code in ImgPhotoCmd to not use confusing fallthroughs in switches.dkf2003-07-172-36/+34
| | | | | [Bug 771988] Also TAB Police in Changelog...
* * generic/tkPack.c (ConfigureSlaves): silence compiler warningdgp2003-07-172-2/+7
| | | | [Bug 771982]
* * win/tkWinImage.c (XGetImage): correct init of biSizeImage inhobbs2003-07-172-2/+7
| | | | bitmap header. [Bug 703697] (cap)
* * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last panehobbs2003-07-173-5/+36
| | | | | * tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth)
* Make sure all options can be setpspjuth2003-07-163-5/+39
| | | | to their default value. [Bug #697652]
* * generic/tkWindow.c (Initialize): do not free uninit'ed dstring.hobbs2003-07-162-2/+6
| | | | [Bug 755906] (mistachkin)
* Added missing .TPdkf2003-07-141-1/+2
|
* Stop xhost smash by the test suite; that can render a machine unusable.dkf2003-07-092-4/+10
|
* * generic/tkTextDisp.c (DisplayText): correct use of textPtr datahobbs2003-07-072-6/+8
| | | | with respect to Tcl_Release time. [Bug #767009]
* Fixed [Bug 749353] by making the removal of masters from the global image tabledkf2003-07-072-7/+27
| | | | | | | | 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.)
* Prime the systemButtonText from the theme brush. This is really only the firstwolfsuit2003-07-032-19/+23
| | | | | stage of actually using the theme brushes to track active colors, but it gets the labelframe color working at least.
* * unix/tkUnixEvent.c (TkpCloseDisplay): Don'tmdejong2003-07-022-10/+50
| | | | | | | | | 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]
* ChangeLog policemdejong2003-07-021-0/+8
|
* Windows menu popup location fixvincentdarley2003-06-262-3/+12
|
* Fix for [Bug#751553] "Xft: [font configure] does not update in-use fonts".jenglish2003-06-092-33/+97
| | | | | Fixed TkpGetSubFonts() to return information about all subfonts, not just the first one.
* configure.in: BUGFIX: --enable-xft test was broken.jenglish2003-06-023-3/+7
|
* * unix/tkUnixRFont.c (InitFont): Fill in TkFontAttributes fromjenglish2003-05-312-19/+30
| | | | | pattern returned from GetFont (actual font) instead of the query pattern (requested font).
* Experimental support for antialiased text under X11 [Patch#535541]jenglish2003-05-315-17/+132
|
* Changes from Keith Packard's version:jenglish2003-05-311-15/+48
| | | | | | | | | | | | | | + 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.
* SOURCE: Imported from cvs.fontconfig.org, tk/unix/tkUnixRFont.c rev 1.4jenglish2003-05-311-0/+556
|
* fix to menu clone deletion bugvincentdarley2003-05-305-73/+174
|
* doc/text.n: Fixed markup errors.jenglish2003-05-291-0/+3
|
* Fixed markup errors.jenglish2003-05-291-4/+4
|
* Keeping the change-log up-to-date...dkf2003-05-291-0/+4
|
* library/msgs/cs.msg updated msg catalog [Bug 743796] <wohnivec@iol.cz>bagnonm2003-05-291-17/+31
|
* MacOS tearoff menu location fixvincentdarley2003-05-272-1/+9
|
* text widget cleanup fixvincentdarley2003-05-275-41/+63
|
* * unix/mkLinks: Set the var S to "" at the topmdejong2003-05-232-0/+9
| | | | | | of the file to avoid error when user has set S to something. [Tk Bug #739833]
* The panedwindow widget now sizes right around unmapped windows. [Bug 738143]dkf2003-05-213-4/+24
|
* D'oh! Zero and one are not the same thing...dkf2003-05-212-138/+166
|
* Fixed test suite breakage that I inadvertently introduced [Bug 739965]dkf2003-05-194-26/+37
|