summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* * tests/button.test: Update expected results to account for moredgp2004-11-031-1/+6
| | | | verbose errorinfo from errors in variable traces [Tcl Bug 572164]
* * dialog.test (dialog-1.1): Update expected result to changesdgp2004-11-011-0/+5
| | | | in the error messages produced by procs.
* * tests/wm.test: Add Win32 test cases for attributesmdejong2004-10-291-0/+7
| | | | | | subcommand. * win/tkWinWm.c (WmAttributesCmd): Fixup broken option processing logic for attributes subcommand.
* * win/tkWin32Dll.c (DllMain, _except_dllmain_detach_handler):mdejong2004-10-281-0/+9
| | | | | | | | Rework pushing of exception handler function pointer so that compiling with gcc -O3 works. Remove empty function call to avoid compiler warning. Mark the DllMain function as noinline to avoid compiler error from duplicated asm labels in generated code.
* * unix/tkUnixScale.c (DisplayHorizontalValue): Fix for #220927 bypatthoyts2004-10-281-0/+5
| | | | Michael Schlenker to keep the labels within the window.
* Assorted minor documentation fixesdkf2004-10-281-0/+4
|
* * win/tkWinX.c: Signature for tkWinXCleanup needed to bedavygrvy2004-10-271-0/+8
| | | | | | | * generic/tkInt.decls: changed so it matches the Tcl_ExitProc * generic/tkIntPlatDecls.h: typedef to avoid a bad-style cast. * win/makefile.vc: Force TCL_LIBRARY envar when calling tclsh
* * win/tkWinRegion.c (TkpBuildRegionFromAlphaData): Fixed syntax errorpatthoyts2004-10-261-0/+6
| | | | * generic/tkImgPhoto.c (Tk_PhotoPutBlock): Removed unreferences vars.
* Attempt to fix [Bug 919066] by allowing the code that creates the regiondkf2004-10-261-0/+8
| | | | much more knowledge of the platform functions available to it.