summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bug fix (842945,831627)chengyemao2004-12-173-44/+24
| | | FossilOrigin-Name: 78709bf0d3a7db285d143374756af937cd31cafa
* Make the container draw its background to avoid an unpainted toplevel when ↵chengyemao2004-12-171-3/+2
| | | | | the embedded window is NULL FossilOrigin-Name: 3c39d815b3907c5ccb82e70436f96a6eaeef084c
* ran autoconf-2.57dgp2004-12-111-1/+1
| | | FossilOrigin-Name: e15ca6442f255706d69931a30f05bfb26cc9ef39
* Bump to 8.5a3dkf2004-12-119-20/+26
| | | FossilOrigin-Name: 1c33b0cf162fd3fd439595f297fb8a6e2dbdf830
* * unix/tcl.m4: synced with tcl/unix/tcl.m4das2004-12-093-20/+345
| | | | | | * unix/configure: regen FossilOrigin-Name: b3ab4dfbd02cc49382984190b16b20330842904e
* Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha checkdkf2004-12-092-3/+15
| | | | | | in degenerate (and common) cases. [Bug 1081966] FossilOrigin-Name: 22092ce8a0d4de8e06f826153f574b9f83f1457c
* * tests/canvPs.test: Cleaned up the matching of [makeFile] anddgp2004-12-088-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: FossilOrigin-Name: 27f85236860c30c83c0d859b2c5b807868dc8557
* typosdgp2004-12-072-6/+6
| | | FossilOrigin-Name: f4fe875d4c830230c8ce7e235ca13a07e777e642
* More duplicate testname elimination. [1078648]dkf2004-12-076-336/+376
| | | FossilOrigin-Name: c56ad2822d3ec3ff3b61758038a01e9f7e4940f3
* add older ChangeLogs to dist targetcore-8-5-a2hobbs2004-12-071-2/+3
| | | FossilOrigin-Name: d4bc7549e286355c1950fe3f73a35b7c05e84da9
* note 8.5a2 tag datehobbs2004-12-071-0/+4
| | | FossilOrigin-Name: 3ae7d4c7e51dacd7a49a96f2b440fd96befced4d
* * tests/safe.test: Trim auto_path to improve performance [1080039]dgp2004-12-063-4/+19
| | | FossilOrigin-Name: d81228b9c1f9b7a3985ce9fddb2b35f9017bc447
* remove text change ref that was not in 8.4.9hobbs2004-12-061-4/+1
| | | FossilOrigin-Name: d0d787a94f95ca5ed40739ec19b690fc0652acdc
* updated for 8.4.9 releasehobbs2004-12-052-5/+217
| | | FossilOrigin-Name: 4fbd42cac5af96be66b4e2009a0e94f19ea9164d
* Split duplicate test names [Bug 1078648]dkf2004-12-0418-158/+163
| | | FossilOrigin-Name: b6ab93bceb2b3997b5406becf947ca5c3948ac0d
* Alpha blending fix. [Patch 848161]dkf2004-12-032-22/+42
| | | FossilOrigin-Name: 3351718fc00515f7708382c8a1c4ba3fd2798ea6
* * unix/tkUnixButton.c (TkpDisplayButton): constrain coords tohobbs2004-12-023-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] FossilOrigin-Name: 084cb1a1e56a3f25b9468053816d6d1c86459696
* Tk_DrawChars: Check for short integer overflow in x,y coordinatesjenglish2004-11-282-3/+7
| | | | | | [Fixes: #942320 "Tk, Xft, text and long lines"] FossilOrigin-Name: 7e5be4204b02888c340f47b0240e86a029cf8ba2
* no messagedavygrvy2004-11-261-0/+5
| | | FossilOrigin-Name: d9ed87f78184d3e2249381e1aa5e0f8007884f87
* * win/makefile.vc: Shell targets needed more stack space. [Bug 1066755]davygrvy2004-11-261-4/+4
| | | FossilOrigin-Name: 827d59153c7b8a29b674606d66f2e3ebb4d0a147
* Whitespace policedkf2004-11-221-8/+8
| | | FossilOrigin-Name: 8c4a1a8605baf2d53886510cd787974bf4d46f43
* fix a platform-sensitive testvincentdarley2004-11-222-3/+4
| | | FossilOrigin-Name: 18780ab9e127973f64a589ded45614df05e33edd
* removed backslash quotevincentdarley2004-11-201-2/+2
| | | FossilOrigin-Name: 28e5c8809fafca493eaa746161996927825313c4
* made test less timing sensitivevincentdarley2004-11-202-1/+4
| | | FossilOrigin-Name: 44e8ec982a5d300539b5ec2337e8251e899cd052
* fix to test's platform sensitivitiesvincentdarley2004-11-202-2/+8
| | | FossilOrigin-Name: b89357894d4bbae0a59cf1978154304989495832
* * macosx/Wish.pbproj/project.pbxproj: reverted earlier changes fordas2004-11-191-3/+3
| | | | | | tclConfig.h changes to tcl, since those have been reverted for now. FossilOrigin-Name: 5252baa56944c19125d91dd8c24f6d21f28ad8ed
* Classic sed doesn't support | in REs.rmax2004-11-191-2/+5
| | | FossilOrigin-Name: b2b5dff5095c8f74efd1482e2ecc4f3dfced8016
* changed the internal name to pack-old to avoid a name clash with the new ↵rmax2004-11-191-2/+2
| | | | | pack manpage. FossilOrigin-Name: edf463b22b121c5cba61a6778696bfe83e78890f
* * macosx/Wish.pbproj/project.pbxproj: reverted earlier changes fordas2004-11-192-3/+14
| | | | | | tclConfig.h changes to tcl, since those have been reverted for now. FossilOrigin-Name: cd0ad475cb524feb29f4c9622db098d3cb8cc579
* some seds don't support comments :(rmax2004-11-181-8/+21
| | | FossilOrigin-Name: 8a17443eb27b9f892964796251917f616cab37db
* generated configure and fixed manpage installatonrmax2004-11-184-98/+299
| | | FossilOrigin-Name: aff25cf7e8e927b0f4b5e0ba3d4b9f8869921968
* 2004-11-18 Reinhard Max <max@suse.de>rmax2004-11-186-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 FossilOrigin-Name: eea79b8103fead4206027f49603df5debe29cf9b
* * generic/tkCanvWind.c (ConfigureWinItem): unmap windowshobbs2004-11-172-3/+18
| | | | | | immediately when state hidden is requested. [Bug 982248] FossilOrigin-Name: 52049d8a16b58558124ca7b5ed0b067a917a2d98
* see changeshobbs2004-11-171-2/+13
| | | FossilOrigin-Name: 151b4f5d5470757778c5bed43c7b75b3504aa0fd
* * generic/tkCanvImg.c (ImageToPostscript): don't try ps generationhobbs2004-11-171-6/+8
| | | | | | of canvas image item without image specified. [Bug 1032300] FossilOrigin-Name: 5225d6696d4b541599ed29737d248067f51873f2
* * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under Xhobbs2004-11-171-1/+6
| | | | | | attr to prevent expose events when moving sash. [Bug 1036963] FossilOrigin-Name: 69af9655eba31b8d3dcb96e7f9975515c8558e8a
* * library/console.tcl (::tk::console::ExpandVariable): correcthobbs2004-11-171-2/+2
| | | | | | array keyname expansion. [Bug 1004508] (bold) FossilOrigin-Name: fad5897651e83ec8fa3710eefc55c54716f1309b
* Remove extra space after {BUILD_PRODUCTS.wolfsuit2004-11-171-2/+2
| | | FossilOrigin-Name: 8b91cbf1eb46d5efe5f2093afc3feb01d54902e3
* improved documentation of -tabsvincentdarley2004-11-172-2/+8
| | | FossilOrigin-Name: baa5f279b8b35af903336a6ca5ea71c7d1554c0f
* * library/msgs/it.msg: Updated Italian message catalog.dgp2004-11-162-6/+11
| | | | | | Thanks to Roberto Ugoccioni [Bug 1063675]. FossilOrigin-Name: c6ffe7469389ad5b1bcbcb7aa9b952e2b5d1d79f
* * macosx/Wish.pbproj/project.pbxproj:das2004-11-168-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. FossilOrigin-Name: b02b0320837601f539a78456dd20cad929d39080
* fix to one multi-line search bugvincentdarley2004-11-153-3/+17
| | | FossilOrigin-Name: b1df8d15e001b455bf415d6ca48742ea20cc3497
* Preparatory works for making Tk define its parameters via a config header.dkf2004-11-153-75/+121
| | | FossilOrigin-Name: ec2c91e64d745cf26e071b7858185f6e0d042c1a
* * macosx/tkMacOSXXStubs.c: implemented XGetGeometry().das2004-11-132-4/+28
| | | FossilOrigin-Name: aabd0f1b95d9f4ff2fc8817c74fd16b1712f3001
* * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data whenhobbs2004-11-122-9/+12
| | | | | | -displayof arg is passed to [tk scaling]. [Bug 800178] FossilOrigin-Name: 710d48607faed7fd93dbb7d898996b8391a33e50
* * doc/SetOptions.3:das2004-11-124-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] FossilOrigin-Name: 951e50bdbe45ec5be5829b518cbbd958c79352da
* * generic/tkEvent.c (InvokeInputMethods): Call XSetICFocusrmax2004-11-112-10/+22
| | | | | | | whenever the window receives focus. This fixes bug #905830 but avoids #1000051. FossilOrigin-Name: b769b452315fdaad2360d680625829c73a16b534
* * generic/tkMain.c:das2004-11-1116-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. FossilOrigin-Name: 2cb92ba546de97e1bff0e5eb1d37986387b3f015
* fix to MacOSX compound button layoutvincentdarley2004-11-093-5/+27
| | | FossilOrigin-Name: 468121ce4096dce351ad1bdbdaceac7c1252e68b
* Added Keith Vetter's tkGoldberg as an animation demo. Thanks Keith!dkf2004-11-083-1/+1742
| | | FossilOrigin-Name: 5990fa31ebf96dc59ef1c76503a1c828a0736140