Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry call | hobbs | 2003-07-19 | 2 | -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 for | hobbs | 2003-07-19 | 2 | -20/+25 |
| | | | | | pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows. | ||||
* | * win/tkWinCursor.c: Applied misplaced Tcl RFE 700799 to provide | patthoyts | 2003-07-19 | 2 | -4/+17 |
| | | | | the windows hand cursor where available. | ||||
* | * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call for | hobbs | 2003-07-19 | 2 | -3/+17 |
| | | | | TK_XIM_SPOT usage. [Bug 742660] (takahashi) | ||||
* | * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to provide | patthoyts | 2003-07-18 | 2 | -2/+7 |
| | | | | consistency between unix and windows -cursor option. | ||||
* | * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K. | hobbs | 2003-07-18 | 2 | -3/+9 |
| | | | | | This is a short-term solution until the -multiple option is extended. [Bug 641261] | ||||
* | MacOSX native dialog | vincentdarley | 2003-07-18 | 1 | -2/+2 |
| | |||||
* | MacOSX fixes | vincentdarley | 2003-07-18 | 5 | -7/+429 |
| | |||||
* | Fix for [Bug 702230], and an evil bug it is too! | dkf | 2003-07-18 | 3 | -2/+34 |
| | |||||
* | * macosx/Makefile: Changes for new tcl buildsystem. | das | 2003-07-18 | 5 | -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] | dkf | 2003-07-17 | 2 | -8/+19 |
| | |||||
* | Docfix [Bug 747814] | dkf | 2003-07-17 | 2 | -6/+5 |
| | |||||
* | Try harder to avoid zero-length malloc()s... [Bug 404421] | dkf | 2003-07-17 | 2 | -25/+40 |
| | |||||
* | Rearranged code in ImgPhotoCmd to not use confusing fallthroughs in switches. | dkf | 2003-07-17 | 2 | -36/+34 |
| | | | | | [Bug 771988] Also TAB Police in Changelog... | ||||
* | * generic/tkPack.c (ConfigureSlaves): silence compiler warning | dgp | 2003-07-17 | 2 | -2/+7 |
| | | | | [Bug 771982] | ||||
* | * win/tkWinImage.c (XGetImage): correct init of biSizeImage in | hobbs | 2003-07-17 | 2 | -2/+7 |
| | | | | bitmap header. [Bug 703697] (cap) | ||||
* | * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane | hobbs | 2003-07-17 | 3 | -5/+36 |
| | | | | | * tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth) | ||||
* | Make sure all options can be set | pspjuth | 2003-07-16 | 3 | -5/+39 |
| | | | | to their default value. [Bug #697652] | ||||
* | * generic/tkWindow.c (Initialize): do not free uninit'ed dstring. | hobbs | 2003-07-16 | 2 | -2/+6 |
| | | | | [Bug 755906] (mistachkin) | ||||
* | Added missing .TP | dkf | 2003-07-14 | 1 | -1/+2 |
| | |||||
* | Stop xhost smash by the test suite; that can render a machine unusable. | dkf | 2003-07-09 | 2 | -4/+10 |
| | |||||
* | * generic/tkTextDisp.c (DisplayText): correct use of textPtr data | hobbs | 2003-07-07 | 2 | -6/+8 |
| | | | | with respect to Tcl_Release time. [Bug #767009] | ||||
* | Fixed [Bug 749353] by making the removal of masters from the global image table | dkf | 2003-07-07 | 2 | -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 first | wolfsuit | 2003-07-03 | 2 | -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't | mdejong | 2003-07-02 | 2 | -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 police | mdejong | 2003-07-02 | 1 | -0/+8 |
| | |||||
* | Windows menu popup location fix | vincentdarley | 2003-06-26 | 2 | -3/+12 |
| | |||||
* | Fix for [Bug#751553] "Xft: [font configure] does not update in-use fonts". | jenglish | 2003-06-09 | 2 | -33/+97 |
| | | | | | Fixed TkpGetSubFonts() to return information about all subfonts, not just the first one. | ||||
* | configure.in: BUGFIX: --enable-xft test was broken. | jenglish | 2003-06-02 | 3 | -3/+7 |
| | |||||
* | * unix/tkUnixRFont.c (InitFont): Fill in TkFontAttributes from | jenglish | 2003-05-31 | 2 | -19/+30 |
| | | | | | pattern returned from GetFont (actual font) instead of the query pattern (requested font). | ||||
* | Experimental support for antialiased text under X11 [Patch#535541] | jenglish | 2003-05-31 | 5 | -17/+132 |
| | |||||
* | Changes from Keith Packard's version: | jenglish | 2003-05-31 | 1 | -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.4 | jenglish | 2003-05-31 | 1 | -0/+556 |
| | |||||
* | fix to menu clone deletion bug | vincentdarley | 2003-05-30 | 5 | -73/+174 |
| | |||||
* | doc/text.n: Fixed markup errors. | jenglish | 2003-05-29 | 1 | -0/+3 |
| | |||||
* | Fixed markup errors. | jenglish | 2003-05-29 | 1 | -4/+4 |
| | |||||
* | Keeping the change-log up-to-date... | dkf | 2003-05-29 | 1 | -0/+4 |
| | |||||
* | library/msgs/cs.msg updated msg catalog [Bug 743796] <wohnivec@iol.cz> | bagnonm | 2003-05-29 | 1 | -17/+31 |
| | |||||
* | MacOS tearoff menu location fix | vincentdarley | 2003-05-27 | 2 | -1/+9 |
| | |||||
* | text widget cleanup fix | vincentdarley | 2003-05-27 | 5 | -41/+63 |
| | |||||
* | * unix/mkLinks: Set the var S to "" at the top | mdejong | 2003-05-23 | 2 | -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] | dkf | 2003-05-21 | 3 | -4/+24 |
| | |||||
* | D'oh! Zero and one are not the same thing... | dkf | 2003-05-21 | 2 | -138/+166 |
| | |||||
* | Fixed test suite breakage that I inadvertently introduced [Bug 739965] | dkf | 2003-05-19 | 4 | -26/+37 |
| | |||||
* | I18n (and some l10n) for the console and the main window of the widget demo. | dkf | 2003-05-19 | 7 | -166/+413 |
| | |||||
* | Stopped warnings about signed/unsigned and strncmp() and added missing ↵ | dkf | 2003-05-19 | 4 | -87/+135 |
| | | | | forward decl | ||||
* | tip 113 implementation | vincentdarley | 2003-05-19 | 23 | -2542/+4250 |
| | |||||
* | * macosx/Wish.pbproj/project.pbxproj: changed tkConfig.sh location | das | 2003-05-19 | 2 | -5/+12 |
| | | | | | | in versioned framework subdirectories to be identical to location in framework toplevel; fixed stub library symbolic links to be tk version specific. | ||||
* | * unix/tkUnixFont.c: use gb2312-raw as the alias for gb2312* | hobbs | 2003-05-15 | 2 | -2/+9 |
| | | | | | | 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] | ||||
* | * library/msgs/fr.msg: updated msg catalog. [Bug #737790] (zolli) | hobbs | 2003-05-14 | 2 | -9/+13 |
| |