summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179)dkf2004-10-241-0/+12
| | | | Thanks to Brian Griffin for developing these! [Patch 983886]
* * win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER tohobbs2004-10-211-0/+6
| | | | | SetWindowPos when maintaining win Z order, to prevent parent from flashing (adjusting Z order).
* TIP #204 "Virtual Events for Keyboard Traversal" (patch #976928)jenglish2004-10-191-0/+7
|
* Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835]dkf2004-10-191-0/+11
|
* Added missing changelog entrydkf2004-10-111-0/+4
|
* Fill in missing part of sentence in [wm attributes]dkf2004-10-081-0/+5
|
* Flagged TIP implementation points more clearlydkf2004-10-081-0/+6
|
* TIP #205 "Use pkgconfig Database to Register Xft Support".jenglish2004-10-081-0/+5
| | | | (xref: patch #971980)
* * doc/wm.n (iconphoto): added support for Tk photohobbs2004-10-051-0/+9
| | | | | | | | * generic/tkInt.h (TkDisplay): images as titlebar icons. TIP #159 * win/tkWinWm.c (WmIconphotoCmd): wm iconphoto ?-default? image1 ... * macosx/tkMacOSXWm.c (WmIconphotoCmd): Implemented for Win/Unix, * unix/tkUnixWm.c (WmIconphotoCmd): stubbed out for OS X. * tests/wm.test, tests/unixWm.test, tests/winWm.test: [Bug 815751]
* fix init warningshobbs2004-10-051-1/+9
|
* * generic/tkCursor.c: Add missing initialization in debug routine.dgp2004-09-241-0/+4
|
* more robust text widget display testsvincentdarley2004-09-241-0/+3
|