| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
This caused crash in reinit of Tk (as seen in plugin).
FossilOrigin-Name: 14e7610e7aba54583db8ca5b1cb699eb96a671f0
|
|
|
|
|
|
|
|
| |
-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
|
|
|
| |
FossilOrigin-Name: 86e0ecc09346b8736deef884cfb7eed76bc7d6a0
|
|
|
|
|
|
| |
in degenerate (and common) cases. [Bug 1081966]
FossilOrigin-Name: 9e3d2d5b7ca32bbe2a266bb56994929d457cac46
|
|
|
|
|
|
| |
prevented scrolling to bottom.
FossilOrigin-Name: 3a1ed7eb0129aed5ddbb8fe477ccf726759b9941
|
|
|
| |
FossilOrigin-Name: ff9913d6f7e294e022e9c9a1999103fc8287e701
|
|
|
| |
FossilOrigin-Name: a4ca68a80058f55db61091dc5a927ef5e1d082b3
|
|
|
| |
FossilOrigin-Name: 1df924102c7534d08892f1bde5e6f9bc81ea5e6f
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
FossilOrigin-Name: 978cb2c7d1fbe446f232f3506db44f88cbcb94d3
|
|
|
| |
FossilOrigin-Name: 028e6ea451dcf9ae643ef4c5ba2b72fceefa939a
|
|
|
| |
FossilOrigin-Name: 09b985f36009b2a84a32ec1331e3d69eaa5cb01f
|
|
|
|
|
|
| |
pack-old to avoid a name clash in the installed man pages.
FossilOrigin-Name: 39f0444029a81c00fe0811002489214a645b3783
|
|
|
| |
FossilOrigin-Name: fbe8f8a3f972de0e9bbe91269189afe85eb301d3
|
|
|
| |
FossilOrigin-Name: 084c0f17e8b7e509fc3fe716b9322d8da06d360b
|
|
|
| |
FossilOrigin-Name: f7d2f7c6a572f1db6d2ba82aaf2574edb14e4a01
|
|
|
| |
FossilOrigin-Name: 315b48db0e9b6d2720a9202a5d932c2c1c2b4eb3
|
|
|
| |
FossilOrigin-Name: 9050528573287c588e022b034e848b2534f81e43
|
|
|
| |
FossilOrigin-Name: b9193bca810df617d3e83a21eb77a63f0b2c146f
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
immediately when state hidden is requested. [Bug 982248]
FossilOrigin-Name: f52a2293f77c8262161e13459964e48b016247df
|
|
|
| |
FossilOrigin-Name: 220cc2bac093db53402e775a056c2aeda0513073
|
|
|
|
|
|
| |
of canvas image item without image specified. [Bug 1032300]
FossilOrigin-Name: 2956d401a0cddd3c55add53e1d57281de6008d89
|
|
|
|
|
|
| |
array keyname expansion. [Bug 1004508] (bold)
FossilOrigin-Name: ae209e19f8349f0d45c88b26a438c764a263f95b
|
|
|
|
|
|
| |
attr to prevent expose events when moving sash. [Bug 1036963]
FossilOrigin-Name: 7aeefc195e503529b177b1d87b97243e07204c7e
|
|
|
| |
FossilOrigin-Name: 7d5c7f78b26459f046ab1ceb757f92856144a040
|
|
|
|
|
|
| |
Thanks to Roberto Ugoccioni [Bug 1063675].
FossilOrigin-Name: a2d94a7389c80cb1b2afa3ef4fff2a57a36bd160
|
|
|
| |
FossilOrigin-Name: bafeb73e4d6086849d36e627ff4981a7309ac11c
|
|
|
|
|
|
| |
-displayof arg is passed to [tk scaling]. [Bug 800178]
FossilOrigin-Name: 3434a6a711323ab7bf619ce356dbeb8725fed453
|
|
|
|
|
|
|
| |
sure that the lastSubFontPtr remains valid even when the subfont
array is reallocated. [Bug 618872]
FossilOrigin-Name: b5b20919c0ffaefce664eeb6429971fb94f444dc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
FossilOrigin-Name: 90e1ea582fdf08b024b24d5a4d3cd657893548b7
|
|
|
|
|
|
|
|
| |
subcommand.
* win/tkWinWm.c (WmAttributesCmd): Fixup broken
option processing logic for attributes subcommand.
FossilOrigin-Name: 2b3add483999f7f76f60ccb2356c8d7f29659c28
|
|
|
| |
FossilOrigin-Name: 22a05da965b06589d4030348b8119a96c019982a
|
|
|
|
|
|
| |
#533519 to handle window placement on multi-monitor Windows.
FossilOrigin-Name: a9eeca37765b1d10085115feddd30c4a4511d1a4
|
|
|
| |
FossilOrigin-Name: 156464317dcddfd295a6d4446f5147da0f260f0c
|
|
|
| |
FossilOrigin-Name: 216e30480998e6b82805235f5df33f7c09c9ef86
|
|
|
|
|
|
| |
for recent alpha changes.
FossilOrigin-Name: 8086eb771006c51de0439c43a9a59fb07833f4db
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
#220927 by Michael Schlenker to keep the labels within the window.
FossilOrigin-Name: 89c638a7a962e269b03a6cf2fd9eec3ec024147d
|
|
|
| |
FossilOrigin-Name: f449787fb16a3a32463679ccd2c2f9451f5275e4
|
|
|
| |
FossilOrigin-Name: 2c695c7927060a39a4165a3edc998914ebfa1b80
|
|
|
| |
FossilOrigin-Name: 91f6a20a242fdca33257e3710a6bf2116f3d0eae
|
|
|
|
|
|
| |
the Motif file dialogs as well. Backport of DKF bug fix.
FossilOrigin-Name: c007d9275825899c64662629b07ab18f630b3a31
|
|
|
| |
FossilOrigin-Name: 6a366f3d56ec7e0e4e85f8ddb19781c5e1f7f41b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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/rules.vc: changes on the HEAD.
* win/nmakehlp.c:
FossilOrigin-Name: e79198cc2fb38268ca4dc33eeadec7a86762cb9c
|
|
|
|
|
|
|
| |
* generic/tkIntPlatDecls.h: changed so it matches the Tcl_ExitProc
typedef to avoid a bad-style cast.
FossilOrigin-Name: 4b405fac59ad1067fef47d18880bf9b5e3377cbb
|
|
|
|
|
|
|
|
|
|
|
| |
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
|