Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |
| | |||||
* | * library/menu.tcl (::tk::MbPost): make menubuttons that post | hobbs | 2004-02-04 | 2 | -14/+29 |
| | | | | above or below reverse direction when not enough space is available. | ||||
* | Backported fix for bug #776646 which makes hand2 and fleur native on windows. | patthoyts@users.sourceforge.net | 2004-01-28 | 3 | -4/+169 |
| | |||||
* | * macosx/Wish.pbproj/project.pbxproj: removed erroneous reference | das | 2004-01-27 | 3 | -9/+15 |
| | | | | | | | to mkpsenc.tcl in bundle resources phase (mkpsenc.tcl is already part of the copy files phase to Resources/Scripts). * macosx/Makefile: added support for 'xcodebuild' on Mac OS X 10.3. | ||||
* | * macosx/Wish.pbproj/project.pbxproj: added missing private headers | das | 2004-01-01 | 3 | -3/+16 |
| | | | | | | to installed Tk.framework, so that tkInt.h can be included sucessfully from Tk.framework/PrivateHeaders. * generic/tkPort.h: corrected include of tkMacOSXPort.h | ||||
* | Import fix for jerky scrollbar behavior from TOT. | wolfsuit | 2003-12-17 | 2 | -50/+93 |
| | |||||
* | no message | davygrvy | 2003-12-12 | 1 | -0/+7 |
| | |||||
* | Reverted to 1.15 for two reasons. 1) problem is best addressed in Tcl's | davygrvy | 2003-12-12 | 1 | -7/+5 |
| | | | | | DllMain() and 2) needs a MinGW custom assembly implimentation as it doesn't understand SEH syntax. | ||||
* | no message | davygrvy | 2003-12-11 | 1 | -0/+16 |
| | |||||
* | (WishPanic) : placed ExitProcess() in a __try block (SEH) to catch any | davygrvy | 2003-12-11 | 1 | -4/+6 |
| | | | | | | | | | | | | exceptions that might happen. As Tcl will call Tcl_Finalize from its DllMain due to the unload from ExitProcess() unloading Tcl, and if Tcl_Panic had gotten called in an __except block, this avoid the possibility of not being able to exit. Falls to TerminateProcess() in the __except case. Removed the #ifdef _MSC_VER around DebugBreak as that function exists in kernel32.dll and is not compiler dependent. I'd prefer to use if (IsDebuggerPresent()) DebugBreak(); but IsDebuggerPresent() isn't available in all kernel32.dll modules for all versions of windows. | ||||
* | Line transposition bug. [Bug 857159] | donal.k.fellows@manchester.ac.uk | 2003-12-10 | 2 | -2/+7 |
| | |||||
* | * generic/tk.h: Bumped patch level to 8.4.5.1 to distinguish | dgp@users.sourceforge.net | 2003-12-03 | 9 | -22/+20 |
| | | | | | | | | | * unix/configure.in: CVS snapshots from the 8.4.5 release. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure: | ||||
* | * README: Bumped patch level to 8.4.6 to distinguish | dgp@users.sourceforge.net | 2003-12-03 | 9 | -19/+31 |
| | | | | | | | | | | | * generic/tk.h: CVS snapshots from the 8.4.5 release. * unix/configure.in: * unix/tk.spec: * win/configure.in: * macosx/Wish.pbproj/project.pbxproj: * unix/configure: autoconf (2.13) * win/configure: | ||||
* | * generic/tkMenu.c (MenuVarProc): prevent this from triggering | hobbs | 2003-12-03 | 2 | -5/+18 |
| | | | | while interp is being destroyed. | ||||
* | moved 8-4-5 tag to include OS X keyboard fix | hobbs | 2003-11-21 | 1 | -2/+2 |
| |