summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Synthesize changelog entriesdkf2004-12-201-0/+10
|
* Fix silly typo. [Bug 1087842]dkf2004-12-201-0/+4
|
* Bump to 8.5a3dkf2004-12-111-0/+6
|
* * unix/tcl.m4: synced with tcl/unix/tcl.m4das2004-12-091-0/+5
| | | | * unix/configure: regen
* Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha checkdkf2004-12-091-0/+8
| | | | in degenerate (and common) cases. [Bug 1081966]
* * tests/canvPs.test: Cleaned up the matching of [makeFile] anddgp2004-12-081-0/+10
| | | | | | | | | * tests/choosedir.test: [removeFile] commands as indicated by the * tests/filebox.test: results of a -debug 1 run of the test suite. * tests/imgPPM.test: Tk test suite is now -debug 1 clean. This * tests/imgPhoto.test: completes fixing [1078648]. * tests/listbox.test: * tests/main.test:
* More duplicate testname elimination. [1078648]dkf2004-12-071-0/+6
|
* note 8.5a2 tag datehobbs2004-12-071-0/+4
|
* * tests/safe.test: Trim auto_path to improve performance [1080039]dgp2004-12-061-1/+5
|
* updated for 8.4.9 releasehobbs2004-12-051-4/+6
|
* Split duplicate test names [Bug 1078648]dkf2004-12-041-0/+4
|
* Alpha blending fix. [Patch 848161]dkf2004-12-031-0/+7
|
* * unix/tkUnixButton.c (TkpDisplayButton): constrain coords tohobbs2004-12-021-0/+8
| | | | | | Tk_RedrawImage to display only portion that is valid. * generic/tkImgPhoto.c (ImgPhotoDisplay): add X error suppression around XGetImage to prevent app abort. [Bug 979239]
* Tk_DrawChars: Check for short integer overflow in x,y coordinatesjenglish2004-11-281-0/+4
| | | | [Fixes: #942320 "Tk, Xft, text and long lines"]
* no messagedavygrvy2004-11-261-0/+5
|
* Whitespace policedkf2004-11-221-8/+8
|
* fix a platform-sensitive testvincentdarley2004-11-221-1/+2
|
* made test less timing sensitivevincentdarley2004-11-201-0/+2
|
* fix to test's platform sensitivitiesvincentdarley2004-11-201-0/+5
|
* * macosx/Wish.pbproj/project.pbxproj: reverted earlier changes fordas2004-11-191-0/+8
| | | | tclConfig.h changes to tcl, since those have been reverted for now.
* generated configure and fixed manpage installatonrmax2004-11-181-0/+1
|
* 2004-11-18 Reinhard Max <max@suse.de>rmax2004-11-181-0/+10
| | | | | | | | | * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of * unix/configure.in: patch #996085, that introduces * unix/Makefile.in: --enable-man-suffix. * unix/installManPage: added * unix/mkLinks: removed
* * generic/tkCanvWind.c (ConfigureWinItem): unmap windowshobbs2004-11-171-0/+3
| | | | immediately when state hidden is requested. [Bug 982248]
* see changeshobbs2004-11-171-2/+13
|
* improved documentation of -tabsvincentdarley2004-11-171-0/+4
|
* * library/msgs/it.msg: Updated Italian message catalog.dgp2004-11-161-0/+5
| | | | Thanks to Roberto Ugoccioni [Bug 1063675].
* * macosx/Wish.pbproj/project.pbxproj:das2004-11-161-0/+16
| | | | | | | | | | | | | | | * macosx/buildTkConfig.tcl: fixes for tclConfig.h changes. * macosx/Wish.pbproj/project.pbxproj: fixed references to renamed bitmap files. * macosx/Wish.xcode/project.pbxproj (new): * macosx/Wish.xcode/default.pbxuser (new): * macosx/Wish-Info.plist (new): * macosx/Tk-Info.plist (new): added new Xcode 1.5 project using native targets, made possible by tclConfig.h changes. * generic/tk.h: added version number change comments for new files.
* fix to one multi-line search bugvincentdarley2004-11-151-0/+5
|
* Preparatory works for making Tk define its parameters via a config header.dkf2004-11-151-0/+7
|
* * macosx/tkMacOSXXStubs.c: implemented XGetGeometry().das2004-11-131-0/+4
|
* * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data whenhobbs2004-11-121-3/+8
| | | | -displayof arg is passed to [tk scaling]. [Bug 800178]
* * doc/SetOptions.3:das2004-11-121-0/+9
| | | | | | | | * doc/text.n: fixed *roff errors uncovered by running 'make html'. * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make sure that the lastSubFontPtr remains valid even when the subfont array is reallocated. [Bug 618872]
* * generic/tkEvent.c (InvokeInputMethods): Call XSetICFocusrmax2004-11-111-0/+6
| | | | | whenever the window receives focus. This fixes bug #905830 but avoids #1000051.
* * generic/tkMain.c:das2004-11-111-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXAppInit.c (removed): * macosx/Wish.pbproj/project.pbxproj: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: changes to make TkAqua dynamically loadable, enabling [package require Tk] from tclsh. Startup code from tkMacOSXAppInit.c moved into tkMacOSXInit.c, added code that notifies the window server that an unbundled executable is a full GUI application after loading Tk. [Patch 1035348] * doc/wm.n: documented [wm attributes] on Mac OS X. [Bug 606665] * macosx/tkMacOSXWm.c: implemented TIP 222 [wm attributes -alpha] on Mac OS X. [Patch 892194] WmIconbitmapCmd: adopted FSRef changes from [wm atttrs -titlepath]. * macosx/tkMacOSXSubwindows.c: synced spacing/formatting with core-8-4-branch. * generic/tkRectOval.c: * macosx/README: * macosx/tkMacOSXDefault.h: * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXWm.c: forward port from core-8-4-branch of Jim's and my changes for CG drawing and [wm attributes] (corresponds to 8.4 changes dating from 09-18, 07-27, 07-24). * macosx/tkMacOSXMouseEvent.c: endianness fixes. * macosx/Wish.pbproj/project.pbxproj: corrected path to html help inside framework. * macosx/Makefile: prevent parallel make from building several targets at the same time.
* fix to MacOSX compound button layoutvincentdarley2004-11-091-0/+8
|
* Added Keith Vetter's tkGoldberg as an animation demo. Thanks Keith!dkf2004-11-081-0/+6
|
* More animation demosdkf2004-11-071-2/+3
|
* doc/frame.n: Added some info for -width/-height options. [Bug 1055423]pspjuth2004-11-071-0/+5
|
* Made handling of ^ a bit more consistent inpspjuth2004-11-071-0/+7
| | | | | corner cases. This makes ^ work without any widgets in the same command. [Bug 962589]
* Added a demo of simple animation to the widget tour.dkf2004-11-071-0/+5
|