Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * unix/tcl.m4: synced with tcl/unix/tcl.m4 | das | 2004-12-09 | 3 | -20/+345 |
| | | | | * unix/configure: regen | ||||
* | Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha check | dkf | 2004-12-09 | 2 | -3/+15 |
| | | | | in degenerate (and common) cases. [Bug 1081966] | ||||
* | * tests/canvPs.test: Cleaned up the matching of [makeFile] and | dgp | 2004-12-08 | 8 | -61/+122 |
| | | | | | | | | | * 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: | ||||
* | typos | dgp | 2004-12-07 | 2 | -6/+6 |
| | |||||
* | More duplicate testname elimination. [1078648] | dkf | 2004-12-07 | 6 | -336/+376 |
| | |||||
* | add older ChangeLogs to dist targetcore_8_5_a2 | hobbs | 2004-12-07 | 1 | -2/+3 |
| | |||||
* | note 8.5a2 tag date | hobbs | 2004-12-07 | 1 | -0/+4 |
| | |||||
* | * tests/safe.test: Trim auto_path to improve performance [1080039] | dgp | 2004-12-06 | 3 | -4/+19 |
| | |||||
* | remove text change ref that was not in 8.4.9 | hobbs | 2004-12-06 | 1 | -4/+1 |
| | |||||
* | updated for 8.4.9 release | hobbs | 2004-12-05 | 2 | -5/+217 |
| | |||||
* | Split duplicate test names [Bug 1078648] | dkf | 2004-12-04 | 18 | -158/+163 |
| | |||||
* | Alpha blending fix. [Patch 848161] | dkf | 2004-12-03 | 2 | -22/+42 |
| | |||||
* | * unix/tkUnixButton.c (TkpDisplayButton): constrain coords to | hobbs | 2004-12-02 | 3 | -4/+69 |
| | | | | | | 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 coordinates | jenglish | 2004-11-28 | 2 | -3/+7 |
| | | | | [Fixes: #942320 "Tk, Xft, text and long lines"] | ||||
* | no message | davygrvy | 2004-11-26 | 1 | -0/+5 |
| | |||||
* | * win/makefile.vc: Shell targets needed more stack space. [Bug 1066755] | davygrvy | 2004-11-26 | 1 | -4/+4 |
| | |||||
* | Whitespace police | dkf | 2004-11-22 | 1 | -8/+8 |
| | |||||
* | fix a platform-sensitive test | vincentdarley | 2004-11-22 | 2 | -3/+4 |
| | |||||
* | removed backslash quote | vincentdarley | 2004-11-20 | 1 | -2/+2 |
| | |||||
* | made test less timing sensitive | vincentdarley | 2004-11-20 | 2 | -1/+4 |
| | |||||
* | fix to test's platform sensitivities | vincentdarley | 2004-11-20 | 2 | -2/+8 |
| | |||||
* | * macosx/Wish.pbproj/project.pbxproj: reverted earlier changes for | das | 2004-11-19 | 1 | -3/+3 |
| | | | | tclConfig.h changes to tcl, since those have been reverted for now. | ||||
* | Classic sed doesn't support | in REs. | rmax | 2004-11-19 | 1 | -2/+5 |
| | |||||
* | changed the internal name to pack-old to avoid a name clash with the new ↵ | rmax | 2004-11-19 | 1 | -2/+2 |
| | | | | pack manpage. | ||||
* | * macosx/Wish.pbproj/project.pbxproj: reverted earlier changes for | das | 2004-11-19 | 2 | -3/+14 |
| | | | | tclConfig.h changes to tcl, since those have been reverted for now. | ||||
* | some seds don't support comments :( | rmax | 2004-11-18 | 1 | -8/+21 |
| | |||||
* | generated configure and fixed manpage installaton | rmax | 2004-11-18 | 4 | -98/+299 |
| | |||||
* | 2004-11-18 Reinhard Max <max@suse.de> | rmax | 2004-11-18 | 6 | -1240/+121 |
| | | | | | | | | | * 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 windows | hobbs | 2004-11-17 | 2 | -3/+18 |
| | | | | immediately when state hidden is requested. [Bug 982248] | ||||
* | see changes | hobbs | 2004-11-17 | 1 | -2/+13 |
| | |||||
* | * generic/tkCanvImg.c (ImageToPostscript): don't try ps generation | hobbs | 2004-11-17 | 1 | -6/+8 |
| | | | | of canvas image item without image specified. [Bug 1032300] | ||||
* | * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under X | hobbs | 2004-11-17 | 1 | -1/+6 |
| | | | | attr to prevent expose events when moving sash. [Bug 1036963] | ||||
* | * library/console.tcl (::tk::console::ExpandVariable): correct | hobbs | 2004-11-17 | 1 | -2/+2 |
| | | | | array keyname expansion. [Bug 1004508] (bold) | ||||
* | Remove extra space after {BUILD_PRODUCTS. | wolfsuit | 2004-11-17 | 1 | -2/+2 |
| | |||||
* | improved documentation of -tabs | vincentdarley | 2004-11-17 | 2 | -2/+8 |
| | |||||
* | * library/msgs/it.msg: Updated Italian message catalog. | dgp | 2004-11-16 | 2 | -6/+11 |
| | | | | Thanks to Roberto Ugoccioni [Bug 1063675]. | ||||
* | * macosx/Wish.pbproj/project.pbxproj: | das | 2004-11-16 | 8 | -30/+4390 |
| | | | | | | | | | | | | | | | * 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 bug | vincentdarley | 2004-11-15 | 3 | -3/+17 |
| | |||||
* | Preparatory works for making Tk define its parameters via a config header. | dkf | 2004-11-15 | 3 | -75/+121 |
| | |||||
* | * macosx/tkMacOSXXStubs.c: implemented XGetGeometry(). | das | 2004-11-13 | 2 | -4/+28 |
| | |||||
* | * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data when | hobbs | 2004-11-12 | 2 | -9/+12 |
| | | | | -displayof arg is passed to [tk scaling]. [Bug 800178] | ||||
* | * doc/SetOptions.3: | das | 2004-11-12 | 4 | -55/+92 |
| | | | | | | | | * 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 XSetICFocus | rmax | 2004-11-11 | 2 | -10/+22 |
| | | | | | whenever the window receives focus. This fixes bug #905830 but avoids #1000051. | ||||
* | * generic/tkMain.c: | das | 2004-11-11 | 16 | -626/+1060 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 layout | vincentdarley | 2004-11-09 | 3 | -5/+27 |
| | |||||
* | Added Keith Vetter's tkGoldberg as an animation demo. Thanks Keith! | dkf | 2004-11-08 | 3 | -1/+1742 |
| | |||||
* | More animation demos | dkf | 2004-11-07 | 4 | -3/+304 |
| | |||||
* | doc/frame.n: Added some info for -width/-height options. [Bug 1055423] | pspjuth | 2004-11-07 | 2 | -7/+18 |
| | |||||
* | Made handling of ^ a bit more consistent in | pspjuth | 2004-11-07 | 3 | -22/+111 |
| | | | | | corner cases. This makes ^ work without any widgets in the same command. [Bug 962589] | ||||
* | Added a demo of simple animation to the widget tour. | dkf | 2004-11-07 | 3 | -1/+169 |
| |