summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * library/comdlg.tcl: Added Macintosh file type validation todgp2005-04-051-0/+5
| | | | [::tk::FDGetFileTypes]. [Bug 1083878] (Thanks, Vince Darley)
* fix to elide search and insertofftime 0 text widget bugsvincentdarley2005-04-041-0/+6
|
* Fixed bug in geometry calculations forpspjuth2005-04-031-0/+7
| | | | | widgets that span multiple columns/row. Bug was introduced in 8.5a1 when fixing 792387. [Bug 1175092]
* * win/tcl.m4, win/configure: do not require cygpath in macros tohobbs2005-03-301-0/+5
| | | | allow msys alone as an alternative.
* added text widget testvincentdarley2005-03-271-0/+4
|
* Dopey bug, I should only reset the widget width for spinboxes, since I onlywolfsuit2005-03-241-0/+6
| | | | change it for them...
* Get the Entry and Spinbox widgets to draw with the native look & feel onwolfsuit2005-03-241-0/+13
| | | | | | Mac OS X. Also contains some more work on tkMacOSXScale.c, but this doesn't work all the way yet, so it's not currently built.
* 2005-03-23 Jim Ingham <jingham@apple.com>wolfsuit2005-03-231-0/+18
| | | | | | | | | | | | | | | | | | This is cleanup thanks to Neil Madden <nem@cs.nott.ac.uk>. * macosx/tkMacOSXWm.c (TkMacOSXWinStyle) New function. (TkUnsupported1ObjCmd): New function, replaces the un-objectified version of the command. * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd. * generic/tkWindow.c (): Ditto. This adds a "-notify" flag to "wm attributes" that will bounce the dock icon on Mac OS X. This is from Revar Desmera <revarbat@gmail.com> * macosx/tkMacOSXWm.c (WmAttrGetNotifyStatus, WmAttrSetNotifyStatus): New functions. (WmAttributesCmd): Add the -notify. * doc/wm.n: Document -notify.
* Use Tcl_Set/GetAssocData to remove use of fragile Tcl_GetCommandInfodkf2005-03-191-0/+6
| | | | from TkConsolePrint. [Bug 1016385]
* fix for display lines bug and panicvincentdarley2005-03-151-0/+5
|
* 2005-03-14 Jim Ingham <jingham@apple.com>wolfsuit2005-03-151-0/+22
| | | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXScrlbr.c (ThumbActionProc): No need to use "update idletasks" here, TclServiceIdle will do as well and it is simpler. These changes implement a change on the Mac OS X side. When we unmap a window we mark all its children as unmapped (not following toplevels. But we preserve whether they had been mapped before, and when the parent is remapped, we remap the children as well. [Bug 940117] * macosx/tkMacOSXInt.h: Added TK_MAPPED_IN_PARENT * macosx/tkMacOSXSubwindows.c (FixMappingFlags): New function. (XMapWindow): Call FixMappingFlags. (XUnMapWindow): Ditto. * tkMacOSXSubWindows.c (XMoveResizeWindow): Update the xOff & yOff data in the Macdrawable even if the native window hasn't been created yet. [Bug 700305] (XMoveWindow): Ditto. (XResizeWindow): Ditto.
* Updated the OpenBSD configuration and regenerated configure script.patthoyts2005-03-151-0/+5
|
* Correct the InvokeClientMessageHandlers logic. [Bug 1162356]dkf2005-03-141-5/+11
| | | | Also many style fixups to approach the Engineering Manual.
* ChangeLog for the previous two commitswolfsuit2005-03-121-0/+21
|
* Fix for 1160025wolfsuit2005-03-101-0/+6
|
* Add a hack to work around some issues with remote debugging with Xcode. ↵wolfsuit2005-03-091-0/+6
| | | | | | | | Xcode requires that stdin & stdout be closed or you won't be able to interrupt the running program. So I added a check for XCNOSTDIN environment variable in the startup, and I force them closed if it is set. With that, remote debugging works pretty well.
* * win/makefile.vc: clarify necessary defined vars that can comehobbs2005-03-081-0/+7
| | | | from MSVC or the Platform SDK.
* * win/tkWinX.c (GenerateXEvent): correct %A translation onhobbs2005-02-281-0/+5
| | | | MouseWheel [Bug 1118340]
* * macosx/tkMacOSX.h: fixed incorrect inclusion of internal header.das2005-02-241-0/+5
| | | | * macosx/tkMacOSXNotify.c: corrected included headers.
* * macosx/tkMacOSXDialog.c (Tk_GetSaveFileObjCmd, NavServicesGetFile):das2005-02-221-0/+7
| | | | | | fixed encoding problems with -initialfile & -filetypes and corrected potential buffer overrun with -initialdir/-initialfile. [Bug 1146057]
* * doc/wm.n: Add documentation for -fullscreen attribute.mdejong2005-02-171-0/+12
| | | | | | | | | | | * tests/winWm.test: Add -fullscreen to wm attribute usage message. * tests/wm.test: Add -fullscreen to wm attribute usage message. Add -fullscreen attribute test cases for Windows. * win/tkWinWm.c (WmInfo, UpdateWrapper, TkpWmSetFullScreen, WmAttributesCmd, UpdateGeometryInfo): Implement TIP 223 [wm attributes -fullscreen].
* fix to newline eliding in text widgetvincentdarley2005-02-141-0/+13
|
* * doc/options.n: note -cursor {} behavior. [Bug 965618]hobbs2005-02-141-0/+4
|
* Encourage missing-DISPLAY errors to be early in run of test suite.dkf2005-02-141-0/+6
|
* * library/panedwindow.tcl (::tk::panedwindow::Cursor): checkhobbs2005-02-121-0/+3
| | | | window existence on delayed call. [Bug 949792]
* * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907]hobbs2005-02-111-0/+2
|
* * win/tkWinWm.c (TkWinGetIcon): fix toplevel retrieval forhobbs2005-02-111-0/+3
| | | | determining icon ref (potential crash). [Bug 1105738]
* * generic/tkCanvBmap.c (ConfigureBitmap, ComputeBitmapBbox): Fixedhobbs2005-02-111-0/+4
| | | | | possible crash with disabled bmap and bbox handling [Bug 1119460] (BitmapToPostscript): made aware of various bitmap types
* * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlinedhobbs2005-02-111-0/+7
| | | | | | * unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5 * unix/configure: branches in SC_CONFIG_CFLAGS. Correct gcc builds for AIX-4+ and HP-UX-11. autoconf-2.59 gen'd.
* Use more tcltest 2 features so test contents can be less cluttered...dkf2005-02-091-0/+4
|
* Fix silly mistake. :^}dkf2005-02-071-0/+5
|
* Ensure that the canvas's static data is either protected by a mutex ordkf2005-02-031-0/+7
| | | | in a thread-local variable. [Bug 1114977]
* * unix/tcl.m4, unix/configure: add solaris-64 gcc buildhobbs2005-01-311-0/+5
| | | | support. [Bug 1021871]
* Doc fix [Bug 110553]dkf2005-01-311-0/+4
|
* Add es_ES-specific localization. [Bug 1111213]dkf2005-01-311-0/+5
|
* * macosx/tkMacOSXInit.c (TkpInit): set tcl_interactive to 1 to showdas2005-01-251-0/+11
| | | | | | | | | | console at startup instead of directly calling [console show]. * unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc instead of linking to static library earlier in search path. [Tcl Bug 956908] Removed obsolete references to Rhapsody. * unix/configure: autoconf-2.57
* Fixed dialog parenting problem described by Keith Nash. Also tidied up callbacksdkf2005-01-181-0/+6
|
* logdgp2005-01-131-0/+5
|
* More fixing of [Bug 600313]dkf2005-01-131-0/+1
|
* Partial fix of [Bug 600313]dkf2005-01-131-0/+5
|
* Added docs on predefined virtual events. [608115]dkf2005-01-121-0/+4
|
* fix to text widget bugvincentdarley2005-01-111-0/+6
|
* Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-111-0/+7
|
* Remove ${DBGX}, ${TK_DBGX} from Tk build system [Patch 1081595].jenglish2005-01-101-0/+6
| | | | Re-synced with tcl/unix/tcl.m4.
* Add missing Tcl_ResetResult [697915]dkf2005-01-071-0/+5
|
* Move emacs mode comment to end of file to stop problems with old man.dkf2005-01-051-0/+6
|
* * win/tkWinWm.c (TkWinWmCleanup): clean up layered window class.hobbs2005-01-041-0/+5
| | | | This caused crash in reinit of Tk (as seen in plugin).
* * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-301-0/+7
| | | | | | -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967]
* Coding style improvements for the widget demo. [FRQ 815118]dkf2004-12-211-0/+5
|
* Corrected handling of MacOS filetypes in tk_*file dialogsvincentdarley2004-12-201-0/+10
|