Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [Bug 979239] by only redrawing an image when it has real area. | donal.k.fellows@manchester.ac.uk | 2004-06-25 | 2 | -1/+16 |
| | |||||
* | * generic/tkCanvText.c (DisplayCanvText): Fix text | mdejong | 2004-06-08 | 2 | -9/+34 |
| | | | | | | | | | | | | | | 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] | ||||
* | silence compiler warning | dgp@users.sourceforge.net | 2004-06-08 | 1 | -3/+2 |
| | |||||
* | Modified UpdateWrapper to fix bug 767176 | chengyemao | 2004-05-15 | 2 | -3/+7 |
| | |||||
* | Shrank the font size of messages in the Unix/X11 [tk_messageBox] | donal.k.fellows@manchester.ac.uk | 2004-05-13 | 2 | -2/+8 |
| | | | | It looks better like this. :^) | ||||
* | * generic/tkBind.c <HandleEventGenerate>: Modified to fix wish | dgp@users.sourceforge.net | 2004-05-13 | 2 | -3/+16 |
| | | | | | crach due to incorrectly generate <Destroy> event. This bug was reported in comp.lang.tcl but not logged. | ||||
* | Apply fix from tcl bug #950049 for make docs. | patthoyts@users.sourceforge.net | 2004-05-10 | 2 | -2/+6 |
| | |||||
* | * win/tkWinFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make sure | hobbs | 2004-05-05 | 2 | -15/+39 |
| | | | | | that the lastSubFontPtr remains valid even when the subfont array is reallocated. [Bug #618872] (dkf, hobbs) | ||||
* | * win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): place | hobbs | 2004-05-03 | 3 | -2/+33 |
| | | | | | images of compound menu entries in indicator space if not a radio of checkbutton. [Bug #756952] (eserte) | ||||
* | * win/tkWinX.c: fix drawing of unicode chars in menu | hobbs | 2004-05-03 | 4 | -5/+16 |
| | | | | | * win/tkWinInt.h (TkWinProcs): titles. [Bug #904371] (riefenstahl) * win/tkWinMenu.c (ReconfigureWindowsMenu): | ||||
* | * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.c | hobbs | 2004-05-03 | 6 | -55/+183 |
| | | | | | | | | | * mac/tkMacXStubs.c: to being implemented in a platform * macosx/tkMacOSXXStubs.c: specific manner. The cleanup order was * unix/tkUnixEvent.c: bad at least on Windows, where we * win/tkWinX.c: reset/cleared display info that was still needed for the clipboard to render. [Bug #939389, #822002, #732662] | ||||
* | * library/panedwindow.tcl (MarkSash): call DragSash to stop sash | hobbs | 2004-05-03 | 2 | -1/+11 |
| | | | | | | jump when B1 is pressed and released without moving. [Bug #932155] Make the panedwindow -opaqueresize option work as per the docs. [Bug #778893] | ||||
* | * tests/panedwindow.test: panedwindow-25.1 | hobbs | 2004-05-03 | 3 | -14/+49 |
| | | | | | * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin) | ||||
* | (ImgPhotoCmd): correct matched handling to that in head | hobbs | 2004-05-03 | 1 | -2/+3 |
| | |||||
* | * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): force -data into | hobbs | 2004-05-03 | 2 | -5/+21 |
| | | | | | | ByteArray and -format into String to correctly handle them if they have been shimmered or created as some other object type. (ImgPhotoCmd): correctly init matched to 0. | ||||
* | Backported fix for bug #915350 "Tk sets min, max size in WM_HINTS when it | jenglish@flightlab.com | 2004-04-21 | 2 | -2/+16 |
| | | | | shouldn't" and #922336 "Tk apps have no maximize window button under KDE-3.2.1" | ||||
* | * library/bgerror.tcl (bgerror): rework to only set -topmost bit | hobbs | 2004-04-17 | 2 | -56/+42 |
| | | | | | on Windows if necessary. Also use existing ::tk functions for placing dialog and managing focus/grab. | ||||
* | Fix for Bug 220871. | wolfsuit | 2004-04-01 | 2 | -10/+21 |
| | |||||
* | Backport of FRQ 540375 changes. | donal.k.fellows@manchester.ac.uk | 2004-03-27 | 2 | -10/+323 |
| | |||||
* | Backport of 923555 fixes | donal.k.fellows@manchester.ac.uk | 2004-03-26 | 4 | -28/+140 |
| | |||||
* | XMoveWindow and XMoveResizeWindow need to propagate configure notify events | wolfsuit | 2004-03-21 | 2 | -4/+58 |
| | | | | down to their children. | ||||
* | Trivial bug in tracking Hide/Show pairs. | wolfsuit | 2004-03-17 | 1 | -2/+2 |
| | |||||
* | Get the "Command-H" -> hide binding working. Also remove the spurious | wolfsuit | 2004-03-17 | 4 | -46/+123 |
| | | | | Quit menu item from the File command. | ||||
* | update release date | dgp@users.sourceforge.net | 2004-03-01 | 1 | -2/+2 |
| | |||||
* | updated release note files for 8.4.6 | dgp@users.sourceforge.net | 2004-03-01 | 2 | -3/+5 |
| | |||||
* | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on | dgp@users.sourceforge.net | 2004-03-01 | 3 | -2/+8 |
| | | | | | IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.13 | ||||
* | * (TkpInitKeymapInfo): Don't make <Alt> and <Meta> synonyms | cc_benny | 2004-02-25 | 1 | -1/+15 |
| | | | | for <Command> and <Option> for now. (Copied from 1.17) | ||||
* | typo | dgp@users.sourceforge.net | 2004-02-23 | 1 | -2/+2 |
| | |||||
* | * macosx/tkMacOSXDraw.c: | das | 2004-02-23 | 7 | -40/+113 |
| | | | | | | | | | | * macosx/tkMacOSXXStubs.c: * xlib/ximage.c: fixed MacOSX XGetImage/XPutImage and related functions to deal properly with XImages copied from screen. * generic/tkCanvPs.c (TkImageGetColor): MacOSX fix. * generic/tkImgPhoto.c (ImgPhotoDisplay): enabled alpha blending for images with partial transparency on MacOSX. [Bug 809157] | ||||
* | date typos | dgp@users.sourceforge.net | 2004-02-20 | 1 | -3/+3 |
| | |||||
* | update changes for 8.4.6 release | dgp@users.sourceforge.net | 2004-02-20 | 1 | -1/+29 |
| | |||||
* | move 8.4.6 tag to include grid fix | hobbs | 2004-02-18 | 1 | -2/+2 |
| | |||||
* | Fixed a bug in grid geometry calculations for | peter.spjuth@gmail.com | 2004-02-18 | 3 | -18/+46 |
| | | | | a shrinking grid. [Bug 899246] | ||||
* | note 8.4.6 tag point | hobbs | 2004-02-18 | 1 | -0/+2 |
| | |||||
* | * generic/tkBind.c (HandleEventGenerate): only modify root[xy] | hobbs | 2004-02-18 | 2 | -21/+39 |
| | | | | with [xy] when they haven't been otherwise set. | ||||
* | * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrect | dgp@users.sourceforge.net | 2004-02-17 | 2 | -2/+7 |
| | | | | variable name [Bug 899010]. | ||||
* | Thought about the doc-fix a bit more and decided to remove the typedef | donal.k.fellows@manchester.ac.uk | 2004-02-17 | 1 | -3/+1 |
| | | | | line instead; you'd never type it to use a Tk_Uid, after all... | ||||
* | Minor doc fix | donal.k.fellows@manchester.ac.uk | 2004-02-17 | 1 | -2/+2 |
| | |||||
* | * macosx/tkMacOSXMouseEvent.c: fixed modifiers for MouseWheel events. | das | 2004-02-17 | 7 | -6/+53 |
| | | | | | | | | | | | * library/listbox.tcl: * library/text.tcl: * library/scrlbar.tcl: on Mac OS, add bindings for MouseWheel with modifiers, according to platform convention: Option increases scrolling speed 10 fold; Space scrolls horizontally. * macosx/Wish.pbproj/project.pbxproj: * macosx/tkAboutDlg.r: changed year in copyright strings to 2004. | ||||
* | Update the docs for the Mac OS X MouseWheel changes. | wolfsuit | 2004-02-16 | 2 | -6/+9 |
| | |||||
* | This gets the scroll wheel working for listboxes and text widgets for Mac OS | wolfsuit | 2004-02-16 | 4 | -11/+45 |
| | | | | | | X. It also changes the model to route scrollwheel events to the window under the pointer, not the focus window on X (and only on X). That is the correct behavior for Mac OS X. | ||||
* | Backport Mac OS X specific fixes from TOT. See ChangeLog for details. | wolfsuit | 2004-02-16 | 24 | -582/+1291 |
| | | | | | | | In tk_getOpenFile filters, handle the case where you have a Macintosh file type and the files have no filetype. Fix various formatting nits. | ||||
* | * win/tkWinFont.c (Tk_MeasureChars): backport fixes to bold/italic | hobbs | 2004-02-14 | 3 | -145/+191 |
| | | | | | | font handling. [Patch 852669] [Bug 478568] * tests/textDisp.test: added test for the font measurement problem. | ||||
* | Applying Patch 112997, and hunting down a couple more places where we were | wolfsuit | 2004-02-14 | 4 | -70/+81 |
| | | | | still using Pascal interfaces. | ||||
* | update to patchlevel 8.4.6 | hobbs | 2004-02-13 | 9 | -182/+251 |
| | |||||
* | simple code cleanup | hobbs | 2004-02-13 | 1 | -45/+12 |
| | |||||
* | update HP-11 build libs setup | hobbs | 2004-02-13 | 1 | -1/+8 |
| | |||||
* | * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidl | hobbs | 2004-02-13 | 2 | -7/+46 |
| | | | | | for -initialdir if we have a UNC path because BFFM_SETSELECTION doesn't support UNC paths in strings. | ||||
* | Esperanto and Polish message catalogs from Artur Trzewik | donal.k.fellows@manchester.ac.uk | 2004-02-10 | 3 | -0/+151 |
| | |||||
* | Stop crashes when copying a large photo to itself causes resizing. [Bug 877950] | donal.k.fellows@manchester.ac.uk | 2004-02-09 | 3 | -2/+24 |
| |