summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkCanvBmap.c (ConfigureBitmap, ComputeBitmapBbox): Fixedhobbs2005-02-112-49/+66
| | | | | | possible crash with disabled bmap and bbox handling [Bug 1119460] (BitmapToPostscript): made aware of various bitmap types (DisplayBitmap): remove unused fg/bgColor refs
* * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlinedhobbs2005-02-104-257/+189
| | | | | | * unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5 * unix/configure: branches in SC_CONFIG_CFLAGS. Correct gcc builds for AIX-4+ and HP-UX-11.
* Add es_ES-specific localization. [Bug 1111213]dkf2005-01-312-0/+10
|
* correct autoconf generation for sol64-gcc supporthobbs2005-01-292-8/+8
|
* * unix/configure, unix/tcl.m4: add solaris 64-bit gcc buildhobbs2005-01-283-189/+426
| | | | support. [Bug 1021871]
* * macosx/tkMacOSXInit.c (TkpInit): set tcl_interactive to 1 to showdas2005-01-254-12/+24
| | | | | | | | | | console at startup instead of directly calling [console show]. * unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc instead of linking to static library earlier in search path. [Tcl Bug 956908] Removed obsolete references to Rhapsody. * unix/configure: autoconf-2.13
* Fix widget parenting issue reported by Keith Nash. Also tidied up a bit.dkf2005-01-182-15/+23
|
* unix/tkUnixWm.c: Sync with CVS HEAD (r1.47):jenglish2005-01-144-89/+185
| | | | | | | | | | | | | Fixes: #959973 "wm title bug" (support Unicode titles) Fixes: #742882 "Potential division by zero in gridded wm geometry" Use Tcl_GetTime instead of TclpGetTime [#874745] Use Tcl_Panic() instead of "panic" [#865264] Fixes: #632816 "cannot remove transient" Fixes: #568861 "Fix for wm minsize and maxsize commands" tests/unixWm.test, tests/wm.test: Updated test suite for #632816 (unixWm-37.3, unixWm-37.4, wm-grid-1.11, wm-grid-1.12) and #742882 (unixWm-20.9, unixWm-20.11).
* D'oh!dkf2005-01-111-2/+2
|
* Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-115-92/+122
|
* Add missing Tcl_ResetResult [697915]dkf2005-01-072-1/+7
|
* Convert emacs mode comment style to stop problems with old man. [1085127]dkf2005-01-053-4/+16
|
* * win/tkWinWm.c (TkWinWmCleanup): clean up layered window classhobbs2005-01-042-1/+15
| | | | This caused crash in reinit of Tk (as seen in plugin).
* * 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]
* iFix silly typo. [Bug 1087842]dkf2004-12-202-3/+7
|
* 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]
* * library/text.tcl (::tk::TextUpDownLine): revert 2004-11-23 as itcore_8_4_9hobbs2004-12-063-41/+16
| | | | prevented scrolling to bottom.
* retagged 8.4.9 to include alpha blend patchhobbs2004-12-032-3/+6
|
* Alpha blending fixes. [Patch 848161]dkf2004-12-032-20/+39
|
* updated for 8.4.9 releasehobbs2004-12-032-2/+16
|
* * 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]
* bumped patchlevel to 8.4.9hobbs2004-11-259-19/+27
|
* fix to movement up/down in text widget by display linesvincentdarley2004-11-232-8/+40
|
* *** empty log message ***core_8_4_8rmax2004-11-191-1/+0
|
* * 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.
* Classic sed doesn't support | in REs.rmax2004-11-192-3/+14
|
* Arghh - some seds don't even support comments at all.rmax2004-11-181-8/+21
|
* Some versions of sed appear to need semicolons in front of comments.rmax2004-11-181-6/+6
|
* mark release taggingdgp2004-11-181-0/+2
|
* * changes: Final updates for Tcl 8.4.8 release.dgp2004-11-182-2/+16
|
* Fixed manpage installation.rmax2004-11-181-4/+4
|
* 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
* * generic/tkCanvWind.c (ConfigureWinItem): unmap windowshobbs2004-11-172-3/+18
| | | | immediately when state hidden is requested. [Bug 982248]
* see changeshobbs2004-11-171-0/+11
|
* * generic/tkCanvImg.c (ImageToPostscript): don't try ps generationhobbs2004-11-171-7/+9
| | | | of canvas image item without image specified. [Bug 1032300]
* * library/console.tcl (::tk::console::ExpandVariable): correcthobbs2004-11-171-2/+4
| | | | array keyname expansion. [Bug 1004508] (bold)
* * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under Xhobbs2004-11-171-1/+6
| | | | attr to prevent expose events when moving sash. [Bug 1036963]
* * changes: Updates for Tk 8.4.8 release.dgp2004-11-162-3/+49
|
* * library/msgs/it.msg: Updated Italian message catalog.dgp2004-11-162-6/+11
| | | | Thanks to Roberto Ugoccioni [Bug 1063675].
* * macosx/tkMacOSXXStubs.c: implemented XGetGeometry().das2004-11-132-4/+28
|
* * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data whenhobbs2004-11-122-17/+20
| | | | -displayof arg is passed to [tk scaling]. [Bug 800178]
* * 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]
* * 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.
* Fix for 1055023 from mikek@muonics.com.wolfsuit2004-11-102-11/+23
|
* * 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.
* * win/makefile.vc (DOTVERSION): Was installing 8.4 relabelled as 8.5patthoyts2004-10-292-2/+4
|
* * library/tk.tcl (::tk::PlaceWindow): Backported the fix frompatthoyts2004-10-293-15/+12
| | | | #533519 to handle window placement on multi-monitor Windows.
* Minor format fixdkf2004-10-291-3/+3
|
* Whoops, missed removing an 8.5 feature from an example when backportingdkf2004-10-291-3/+3
|
* * doc/wm.n: Add wm attributes . -alpha doc to accountmdejong2004-10-282-1/+11
| | | | for recent alpha changes.