summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry callhobbs2003-07-191-14/+15
| | | | | | 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-191-0/+4
| | | | | pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows.
* * win/tkWinCursor.c: Applied misplaced Tcl RFE 700799 to providepatthoyts2003-07-191-1/+6
| | | | the windows hand cursor where available.
* * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call forhobbs2003-07-191-0/+5
| | | | TK_XIM_SPOT usage. [Bug 742660] (takahashi)
* * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to providepatthoyts2003-07-181-0/+5
| | | | consistency between unix and windows -cursor option.
* * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K.hobbs2003-07-181-0/+6
| | | | | This is a short-term solution until the -multiple option is extended. [Bug 641261]
* MacOSX fixesvincentdarley2003-07-181-0/+13
|
* Fix for [Bug 702230], and an evil bug it is too!dkf2003-07-181-0/+7
|
* * macosx/Makefile: Changes for new tcl buildsystem.das2003-07-181-0/+15
| | | | | | | | | | | | | * 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-171-0/+4
|
* Docfix [Bug 747814]dkf2003-07-171-0/+3
|
* Try harder to avoid zero-length malloc()s... [Bug 404421]dkf2003-07-171-0/+2
|
* Rearranged code in ImgPhotoCmd to not use confusing fallthroughs in switches.dkf2003-07-171-8/+15
| | | | | [Bug 771988] Also TAB Police in Changelog...
* * generic/tkPack.c (ConfigureSlaves): silence compiler warningdgp2003-07-171-0/+5
| | | | [Bug 771982]
* * win/tkWinImage.c (XGetImage): correct init of biSizeImage inhobbs2003-07-171-0/+5
| | | | bitmap header. [Bug 703697] (cap)
* * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last panehobbs2003-07-171-0/+4
| | | | | * tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth)
* Make sure all options can be setpspjuth2003-07-161-0/+6
| | | | to their default value. [Bug #697652]
* * generic/tkWindow.c (Initialize): do not free uninit'ed dstring.hobbs2003-07-161-0/+5
| | | | [Bug 755906] (mistachkin)
* Stop xhost smash by the test suite; that can render a machine unusable.dkf2003-07-091-0/+6
|
* * generic/tkTextDisp.c (DisplayText): correct use of textPtr datahobbs2003-07-071-0/+5
| | | | with respect to Tcl_Release time. [Bug #767009]
* Fixed [Bug 749353] by making the removal of masters from the global image tabledkf2003-07-071-0/+6
| | | | | | | | 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-031-0/+6
| | | | | 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-021-0/+10
| | | | | | | | | 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-261-0/+5
|
* Fix for [Bug#751553] "Xft: [font configure] does not update in-use fonts".jenglish2003-06-091-4/+10
| | | | | Fixed TkpGetSubFonts() to return information about all subfonts, not just the first one.
* configure.in: BUGFIX: --enable-xft test was broken.jenglish2003-06-021-0/+4
|
* * unix/tkUnixRFont.c (InitFont): Fill in TkFontAttributes fromjenglish2003-05-311-0/+5
| | | | | pattern returned from GetFont (actual font) instead of the query pattern (requested font).
* Experimental support for antialiased text under X11 [Patch#535541]jenglish2003-05-311-0/+8
|
* fix to menu clone deletion bugvincentdarley2003-05-301-0/+8
|
* doc/text.n: Fixed markup errors.jenglish2003-05-291-0/+3
|
* Keeping the change-log up-to-date...dkf2003-05-291-0/+4
|
* MacOS tearoff menu location fixvincentdarley2003-05-271-0/+3
|
* text widget cleanup fixvincentdarley2003-05-271-0/+8
|
* * unix/mkLinks: Set the var S to "" at the topmdejong2003-05-231-0/+7
| | | | | | 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-211-0/+3
|
* D'oh! Zero and one are not the same thing...dkf2003-05-211-0/+6
|
* Fixed test suite breakage that I inadvertently introduced [Bug 739965]dkf2003-05-191-0/+4
|
* I18n (and some l10n) for the console and the main window of the widget demo.dkf2003-05-191-0/+7
|
* Stopped warnings about signed/unsigned and strncmp() and added missing ↵dkf2003-05-191-1/+7
| | | | forward decl
* tip 113 implementationvincentdarley2003-05-191-0/+28
|
* * macosx/Wish.pbproj/project.pbxproj: changed tkConfig.sh locationdas2003-05-191-0/+7
| | | | | | 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*hobbs2003-05-151-0/+7
| | | | | | 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)hobbs2003-05-141-0/+4
|
* space in path bug fixvincentdarley2003-05-131-0/+5
|
* * macosx/tkMacOSXInit.c (TkpInit): use new versioned bundledas2003-05-131-0/+5
| | | | resource API to get tk runtime library for TK_VERSION. [Bug 736774]
* * generic/tkCanvPoly.c (PolygonToPostscript):hobbs2003-05-111-0/+6
| | | | | * tests/canvPs.test: correct crash when generating postscript for a single-line polygon (point) with no color. [Bug #734498] (wilm)
* macosx/tkMacOSXClipboard.c (TkSelGetSelection): Convertwolfsuit2003-05-101-0/+5
| | | | '\r' to '\n' on the way into Tcl.
* Stop deleted images from showing up in the various [image *] operations.dkf2003-05-081-0/+10
| | | | Can't delete early though as that removes the link with widgets and image names.
* * macosx/tkMacOSXButton.c (TkpDisplayButton): correct typo forhobbs2003-04-301-0/+5
| | | | stippleGC [Bug #730124].