summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * win/tkWinWm.c (TkWinWmCleanup): clean up layered window classhobbs2005-01-042-1/+15
| | | | | | This caused crash in reinit of Tk (as seen in plugin). FossilOrigin-Name: 14e7610e7aba54583db8ca5b1cb699eb96a671f0
* * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-303-26/+39
| | | | | | | | -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] FossilOrigin-Name: 512f818026dc799ac0f22c401f3de9518fb5467e
* iFix silly typo. [Bug 1087842]dkf2004-12-202-3/+7
| | | FossilOrigin-Name: 86e0ecc09346b8736deef884cfb7eed76bc7d6a0
* 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: 9e3d2d5b7ca32bbe2a266bb56994929d457cac46
* * library/text.tcl (::tk::TextUpDownLine): revert 2004-11-23 as itcore-8-4-9hobbs2004-12-063-41/+16
| | | | | | prevented scrolling to bottom. FossilOrigin-Name: 3a1ed7eb0129aed5ddbb8fe477ccf726759b9941
* retagged 8.4.9 to include alpha blend patchhobbs2004-12-032-3/+6
| | | FossilOrigin-Name: ff9913d6f7e294e022e9c9a1999103fc8287e701
* Alpha blending fixes. [Patch 848161]dkf2004-12-032-20/+39
| | | FossilOrigin-Name: a4ca68a80058f55db61091dc5a927ef5e1d082b3
* updated for 8.4.9 releasehobbs2004-12-032-2/+16
| | | FossilOrigin-Name: 1df924102c7534d08892f1bde5e6f9bc81ea5e6f
* * unix/tkUnixButton.c (TkpDisplayButton): constrain coords tohobbs2004-12-023-4/+68
| | | | | | | | 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: f75d901f21c8d131f6744ca3372ab17fa29d3a92
* bumped patchlevel to 8.4.9hobbs2004-11-259-19/+27
| | | FossilOrigin-Name: 978cb2c7d1fbe446f232f3506db44f88cbcb94d3
* fix to movement up/down in text widget by display linesvincentdarley2004-11-232-8/+40
| | | FossilOrigin-Name: 028e6ea451dcf9ae643ef4c5ba2b72fceefa939a
* *** empty log message ***core-8-4-8rmax2004-11-191-1/+0
| | | FossilOrigin-Name: 09b985f36009b2a84a32ec1331e3d69eaa5cb01f
* * doc/pack-old.n: Changed the internal name of the man page tormax2004-11-191-2/+2
| | | | | | pack-old to avoid a name clash in the installed man pages. FossilOrigin-Name: 39f0444029a81c00fe0811002489214a645b3783
* Classic sed doesn't support | in REs.rmax2004-11-192-3/+14
| | | FossilOrigin-Name: fbe8f8a3f972de0e9bbe91269189afe85eb301d3
* Arghh - some seds don't even support comments at all.rmax2004-11-181-8/+21
| | | FossilOrigin-Name: 084c0f17e8b7e509fc3fe716b9322d8da06d360b
* Some versions of sed appear to need semicolons in front of comments.rmax2004-11-181-6/+6
| | | FossilOrigin-Name: f7d2f7c6a572f1db6d2ba82aaf2574edb14e4a01
* mark release taggingdgp2004-11-181-0/+2
| | | FossilOrigin-Name: 315b48db0e9b6d2720a9202a5d932c2c1c2b4eb3
* * changes: Final updates for Tcl 8.4.8 release.dgp2004-11-182-2/+16
| | | FossilOrigin-Name: 9050528573287c588e022b034e848b2534f81e43
* Fixed manpage installation.rmax2004-11-181-4/+4
| | | FossilOrigin-Name: b9193bca810df617d3e83a21eb77a63f0b2c146f
* 2004-11-18 Reinhard Max <max@suse.de>rmax2004-11-187-1450/+357
| | | | | | | | | | | * 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: d919f4fbda717ecaf83d595953f9d731d7475600
* * generic/tkCanvWind.c (ConfigureWinItem): unmap windowshobbs2004-11-172-3/+18
| | | | | | immediately when state hidden is requested. [Bug 982248] FossilOrigin-Name: f52a2293f77c8262161e13459964e48b016247df
* see changeshobbs2004-11-171-0/+11
| | | FossilOrigin-Name: 220cc2bac093db53402e775a056c2aeda0513073
* * generic/tkCanvImg.c (ImageToPostscript): don't try ps generationhobbs2004-11-171-7/+9
| | | | | | of canvas image item without image specified. [Bug 1032300] FossilOrigin-Name: 2956d401a0cddd3c55add53e1d57281de6008d89
* * library/console.tcl (::tk::console::ExpandVariable): correcthobbs2004-11-171-2/+4
| | | | | | array keyname expansion. [Bug 1004508] (bold) FossilOrigin-Name: ae209e19f8349f0d45c88b26a438c764a263f95b
* * 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: 7aeefc195e503529b177b1d87b97243e07204c7e
* * changes: Updates for Tk 8.4.8 release.dgp2004-11-162-3/+49
| | | FossilOrigin-Name: 7d5c7f78b26459f046ab1ceb757f92856144a040
* * library/msgs/it.msg: Updated Italian message catalog.dgp2004-11-162-6/+11
| | | | | | Thanks to Roberto Ugoccioni [Bug 1063675]. FossilOrigin-Name: a2d94a7389c80cb1b2afa3ef4fff2a57a36bd160
* * macosx/tkMacOSXXStubs.c: implemented XGetGeometry().das2004-11-132-4/+28
| | | FossilOrigin-Name: bafeb73e4d6086849d36e627ff4981a7309ac11c
* * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data whenhobbs2004-11-122-17/+20
| | | | | | -displayof arg is passed to [tk scaling]. [Bug 800178] FossilOrigin-Name: 3434a6a711323ab7bf619ce356dbeb8725fed453
* * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Makedas2004-11-122-48/+81
| | | | | | | sure that the lastSubFontPtr remains valid even when the subfont array is reallocated. [Bug 618872] FossilOrigin-Name: b5b20919c0ffaefce664eeb6429971fb94f444dc
* * generic/tkMain.c:das2004-11-1114-371/+367
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/tkMacOSXButton.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXRegion.c: * macosx/tkMacOSXSubwindows.c: synced spacing/formatting with HEAD. * 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. Ensure that xcodebuild will use Wish.pbproj project even if a .xcode project is also present. FossilOrigin-Name: c98b6fdb7f5872d871a0db03acb87ae211e8bc17
* Fix for 1055023 from mikek@muonics.com.wolfsuit2004-11-102-11/+23
| | | FossilOrigin-Name: 90e1ea582fdf08b024b24d5a4d3cd657893548b7
* * tests/wm.test: Add Win32 test cases for attributesmdejong2004-10-293-11/+35
| | | | | | | | subcommand. * win/tkWinWm.c (WmAttributesCmd): Fixup broken option processing logic for attributes subcommand. FossilOrigin-Name: 2b3add483999f7f76f60ccb2356c8d7f29659c28
* * win/makefile.vc (DOTVERSION): Was installing 8.4 relabelled as 8.5patthoyts2004-10-292-2/+4
| | | FossilOrigin-Name: 22a05da965b06589d4030348b8119a96c019982a
* * library/tk.tcl (::tk::PlaceWindow): Backported the fix frompatthoyts2004-10-293-15/+12
| | | | | | #533519 to handle window placement on multi-monitor Windows. FossilOrigin-Name: a9eeca37765b1d10085115feddd30c4a4511d1a4
* Minor format fixdkf2004-10-291-3/+3
| | | FossilOrigin-Name: 156464317dcddfd295a6d4446f5147da0f260f0c
* Whoops, missed removing an 8.5 feature from an example when backportingdkf2004-10-291-3/+3
| | | FossilOrigin-Name: 216e30480998e6b82805235f5df33f7c09c9ef86
* * doc/wm.n: Add wm attributes . -alpha doc to accountmdejong2004-10-282-1/+11
| | | | | | for recent alpha changes. FossilOrigin-Name: 8086eb771006c51de0439c43a9a59fb07833f4db
* * win/tkWin32Dll.c (DllMain, _except_dllmain_detach_handler):mdejong2004-10-282-1/+126
| | | | | | | Back port HAVE_NO_SEH handler code from CVS HEAD to fix gcc build breakage caused by 2004-10-26 back port. FossilOrigin-Name: 50436749b85ce4ad8ea87afe87ae3937bd177fcf
* * README: Bumped to patch level 8.4.8dgp2004-10-289-18/+30
| | | | | | | | | | | | | * generic/tk.h: to prepare for next patch * macosx/Wish.pbproj/project.pbxproj: release. * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure: FossilOrigin-Name: 840ce8134d8136fa0e7e6a65486d51534b863a1e
* * unix/tkUnixScale.c (DisplayHorizontalValue): Backport fix forpatthoyts2004-10-282-2/+11
| | | | | | #220927 by Michael Schlenker to keep the labels within the window. FossilOrigin-Name: 89c638a7a962e269b03a6cf2fd9eec3ec024147d
* More backporting of doc fixesdkf2004-10-2816-147/+310
| | | FossilOrigin-Name: f449787fb16a3a32463679ccd2c2f9451f5275e4
* Backport of documentation fixesdkf2004-10-2830-284/+600
| | | FossilOrigin-Name: 2c695c7927060a39a4165a3edc998914ebfa1b80
* backport compiler warning silencersdgp2004-10-271-5/+5
| | | FossilOrigin-Name: 91f6a20a242fdca33257e3710a6bf2116f3d0eae
* * library/xmfbox.tcl (MotifFDialog_BuildUI): Fix [Bug 987169] indgp2004-10-272-2/+10
| | | | | | the Motif file dialogs as well. Backport of DKF bug fix. FossilOrigin-Name: c007d9275825899c64662629b07ab18f630b3a31
* no messagedavygrvy2004-10-271-0/+22
| | | FossilOrigin-Name: 6a366f3d56ec7e0e4e85f8ddb19781c5e1f7f41b
* * generic/tkInt.h: Backport of shutdown safety mods from the HEADdavygrvy2004-10-2710-35/+215
| | | | | | | | | | | | | | * generic/tkMenu.c: dating from 2003-12-21 * generic/tkUtil.c: * generic/tkWindow.c: * mac/tkMacButton.c: * unix/tkUnixEvent.c: * win/tkWin32Dll.c: * win/tkWinEmbed.c: * win/tkWinMenu.c: * win/tkWinX.c: FossilOrigin-Name: 9eb5a917089fb12e1052c4ac69deda9c2a92eee5
* * win/makefile.vc: Backport to the most recentdavygrvy2004-10-273-32/+191
| | | | | | | * win/rules.vc: changes on the HEAD. * win/nmakehlp.c: FossilOrigin-Name: e79198cc2fb38268ca4dc33eeadec7a86762cb9c
* * generic/tkInt.decls: Signature for tkWinXCleanup needed to bedavygrvy2004-10-272-5/+5
| | | | | | | * generic/tkIntPlatDecls.h: changed so it matches the Tcl_ExitProc typedef to avoid a bad-style cast. FossilOrigin-Name: 4b405fac59ad1067fef47d18880bf9b5e3377cbb
* * tests/safe.test (safe-1.3): Made test less sensitve to thedgp2004-10-263-4/+20
| | | | | | | | | | | full set of existing aliases in an interp, so the it only tests whether the tested ones are present. * unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from `make shell` target to other similar targets so that just built libraries are tested, rather than previous installations. FossilOrigin-Name: fa2305f85c0453bebb3e335ccad72723d0c1e72e