summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko.dkf2004-08-171-0/+9
| | | | Also some general fixes to menu.n and text.n
* Standardize the -compound option to everywhere it ought to be. [Bug 712588]dkf2004-08-161-0/+5
|
* Spelling and grammar fixesdkf2004-08-161-0/+5
|
* More fixing of [Bug 987169] and simple support for [FRQ 979101]dkf2004-08-111-0/+8
|
* Fix for #1006686 "wm resizable command not working on Solaris/CDE"jenglish2004-08-101-0/+5
| | | | (patch from Colin McDonald).
* * tests/canvText.test:mdejong2004-08-091-0/+10
| | | | | | | | | * win/tkWinFont.c (Tk_MeasureChars): Fix for text wrapping problem that appeared using canvas text under Win32. A long wrapping string that had leading spaces was being incorrectly wrapped. This change makes the Win32 implementation behave the same as the Unix implementation. [Patch 1006286]
* Fix [Bug 987169] for tk_messageBox and tk_chooseColordkf2004-08-051-0/+7
|
* Clarify code that does pixel compositing. Fix alpha blending in [$photo put]...dkf2004-08-041-0/+9
|
* Whitespace policing...dkf2004-08-021-5/+5
|
* * unix/configure:das2004-07-301-0/+6
| | | | | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var.
* TkQueueEventForAllChildren additiongeorgeps2004-07-291-0/+5
|
* * generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max:das2004-07-271-0/+6
| | | | | in case of premature end of image data, return error instead of passing nil buffer to Tk_PhotoPutBlock().
* * library/tkfbox.tcl (::tk::dialog::file::Update): use -directoryhobbs2004-07-221-5/+12
| | | | | | [pwd] (instead of .) to get around some VFS edge case bugs. Correct args passes to tk_messageBox when failing to cd. Add -force back to namespace import of msgcat.
* * generic/tkEvent.c (InvokeInputMethods): ensure IC focus is sethobbs2004-07-211-0/+5
| | | | after creation. [Bug #905830]
* * macosx/Makefile: added support to tk framework build todas2004-07-201-0/+12
| | | | | | | | | | | | | optionally install tk manpages in addition to html help, similarly to tcl/macosx/Makefile. * macosx/Wish.pbproj/project.pbxproj: fixes for building with non-default SYMROOT/OBJROOT/SRCROOT, added support for using a Tcl.framework in DYLIB_INSTALL_PATH != /Library/Frameworks, added optional support for building html help without tcl sources present by giving explicit location of tcltk-man2html script. * macosx/tkMacOSXMenu.c: fixed #include case sensitivity bug.
* * unix/Makefile.in:das2004-07-201-0/+6
| | | | | * win/Makefile.in: added 'install-private-headers' makefile target to allow optionally installing private tk headers. [Tcl FR 922727]
* * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after theirhobbs2004-07-161-0/+12
| | | | | | | | | | | * unix/configure.in, unix/configure: _DEFAULT to allow for env setting to override m4 switches. Consolidate header checks to limit redundancy in configure. (CFLAGS_WARNING): Remove -Wconversion (SC_ENABLE_THREADS): Set m4 to force threaded build when built against a threaded Tcl core. Reorder configure.in for better 64-bit build configuration, replacing EXTRA_CFLAGS with CFLAGS. [Bug #874058]
* 2004-07-14 Jim Ingham <jingham@apple.com>wolfsuit2004-07-151-0/+8
| | | | | | | | * macosx/tkMacOSXCursor.c (TkpSetCursor): The code to not reset the cursor more often than necessary was getting fooled when the current cursor was nulled out when the current cursor gets freed. So in the case where the input cursor was NULL, we have to just always set it. [Bug #894550]
* * library/tkfbox.tcl: Corrected coding errors in most recent change.dgp2004-07-151-0/+5
| | | | Use [bind $w], not [$w configure] to modify bindings.
* Users can cause Unix file dialog to vanish early; treat like Cancel [Bug 987169]dkf2004-07-111-0/+5
|
* Added paragraph about the canvas origin [Bug 956681]dkf2004-07-071-0/+5
|
* updated w/ info on the generic/tkEvent.c change.georgeps2004-07-061-0/+6
|
* TIP#158 implementation; keypad keys on Win are now distinguishable.dkf2004-07-051-0/+10
|
* Set _NET_WM_NAME and _NET_WM_ICON_NAME (freedesktop.org)jenglish2004-07-051-0/+8
| | | | | | | in addition to WM_NAME and WM_ICON_NAME (ICCCM). This allows the full Unicode character set to be used in window manager strings (but only for newer WMs that support the EWMH spec). [Tk Bug #959973]
* I added a note about the tkEvent.c refactoring and buf fixes.georgeps2004-07-021-0/+12
|
* Doc fixes. [Tcl Bug 983146]dkf2004-07-011-0/+4
|
* TIP#153 implementation from Neil McKay, with thanks!dkf2004-06-301-0/+9
|
* * generic/tkCmds.c (Tk_WinfoObjCmd): refetch interp result obj forhobbs2004-06-291-0/+5
| | | | 'winfo id' as it can change when making the window exist.
* Fix for [Bug 756840]Joe Mistachkin2004-06-261-0/+8
|
* Use standard constraint namesdkf2004-06-241-0/+4
|
* * unix/tcl.m4: autoconf 2.5 fixes in Darwin section.das2004-06-181-0/+5
| | | | * unix/configure: autoconf-2.57
* Steps towards systematization of test constraints in Tk test suitedkf2004-06-171-0/+6
|
* Fix for #742882 "Potential division by zero in gridded wm geometry"jenglish2004-06-161-0/+6
|
* win/tkWinButton.c: Add a 3D highlight to disabled *buttons anda_kovalenko2004-06-161-0/+5
| | | | labels, the same way as it's now done for disabled menu entries.
* Enhanced doc in manner inspired by [RFE 803060]dkf2004-06-151-0/+3
|
* Fixed tests which mandated (minor) brokenness.dkf2004-06-151-0/+3
|
* Balance braces, factorize out much #ifdef code and use objects a bit moredkf2004-06-151-0/+4
|
* Small clean up of the canvas core (symbolic constants, whitespace)dkf2004-06-151-0/+5
|
* * win/tkWinWm.c (UpdateWrapper): Let overrideredirect'ed window'sa_kovalenko2004-06-121-0/+7
| | | | | | wrapper be the child of desktop window, thus making it to behave more similarly to X11 Override Redirect. Esp. useful for combobox-like megawidgets.
* multiline text widget regexp search fixvincentdarley2004-06-091-0/+7
|
* ckfree() the correct element! [Bug 969358]dkf2004-06-091-0/+6
|
* * generic/tkCanvText.c (DisplayCanvText): Fix textmdejong2004-06-081-5/+22
| | | | | | | | | | | | | | rendering problem with canvas text items that have a selected region. The previous implementation would render the whole line and then redraw the selected text if it was a different color. This caused problems when the selected text foreground differs from the normal text foreground, the anti-aliasing alpha pixels for the two text strings would blend together resulting in strange looking text. The fix is to draw the normal text and the selected text separately. This problem has only been observed under Windows, with anti-aliased text. [Patch 968725]
* text widget partial line height calculations fixvincentdarley2004-06-071-0/+8
|
* Fix frame-2.8 for ![info exists env(DISPLAY)]patthoyts2004-06-061-0/+4
|
* * tests/filebox.test: A few typo corrections in dkf's recentdgp2004-06-041-0/+7
| | | | | | * tests/frame.test: style upgrade for the test suite. * tests/select.test: * tests/visual.test:
* text widget fixesvincentdarley2004-06-041-0/+14
|
* Fix minor markup errors (backslash is \e, not \b).jenglish2004-05-291-0/+5
|
* Finish off the TIP#152 implementation with Win implementation, tests & docs.dkf2004-05-241-2/+9
|
* Turn on the -finemessage option (TIP 152) for Mac OS X.wolfsuit2004-05-241-0/+5
|
* Added bindtags example and split the changelogdkf2004-05-231-7879/+10
|