| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
FossilOrigin-Name: 6b5677cb26deaf0e36e612d7767c9afe8c8ca278
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tk.h:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.13
* win/configure:
FossilOrigin-Name: 9e887159dcec4b85caf12167b4cb9d015b45c407
|
|
|
| |
FossilOrigin-Name: 644d0906748bc175b9a9a3c8053c4e1b3d8e93c5
|
|
|
|
|
|
| |
to make life easier on Windows non-x86 platforms.
FossilOrigin-Name: 854a284193d1143b75ac1ba436e87c0dbe38f1c3
|
|
|
|
|
|
|
|
| |
* generic/tkText.c: `make checkexports` test.
* generic/tkText.h
* generic/tkTextTag.c:
FossilOrigin-Name: 59e9503d17cc03773c368bb9fda72e260206fadd
|
|
|
| |
FossilOrigin-Name: ef47ea815deb338a584b7ac81630717993267b67
|
|
|
| |
FossilOrigin-Name: 47c122c583631d63de58abf727f6c430411d6e22
|
|
|
| |
FossilOrigin-Name: c86bc4bd69d29aa3781f4bd89c771990d424ab79
|
|
|
| |
FossilOrigin-Name: 20853f147a8991d2eee130b49e7fc28702c77305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* macosx/tkMacOSXDraw.c: fix numerous issues in CG and QD drawing procs
so that they now match X11 drawing much more closely [Bug 1558051];
use Tiger ellipse drawing API when available; fix comments & whitespace.
* macosx/tkMacOSXInit.c: set default linewidth limit for CG
antialiasing to 0 as thin horizontal/vertical lines look good now.
* generic/tkCanvLine.c (ConfigureLine): on TkAqua, pass outline
* generic/tkCanvPoly.c (ConfigurePolygon): linewidth in gc even for
* generic/tkRectOval.c (ConfigureRectOval): fills (as it controls AA).
FossilOrigin-Name: d5ad7c09bcdb5331665449c5bd2d5b0a3d8e59c5
|
|
|
| |
FossilOrigin-Name: 29d84587bba4a4f6dff2a4dd077934eb6ca43640
|
|
|
| |
FossilOrigin-Name: 2bf08304affa039580c935abeebd355fe3012822
|
|
|
|
|
|
|
|
| |
(TkpFontPkgInit, encodingAliases): Correct alignment issues in
encoding conversion. Call ucs-2be "unicode" on big-endian
systems. [Bug 1122671]
FossilOrigin-Name: da4f3b713377f547175edc122737f231453d9024
|
|
|
|
|
|
|
| |
* win/rules.vc: sed to generate the manifest (cross-compile cannot
* win/nmakehlp.c: execute tclsh). If no sed, use the tclsh exe.
FossilOrigin-Name: 324eb3cceffd0086ad8fbc6c0e8251a58ae80605
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tkMain.c: For compat reason the Tcl core will not change
* generic/tkWindow.c: the registered version to include the patchlevel,
* library/tk.tcl: making the changes to Tk unnecessary.
* unix/configure:
* unix/Makefile.in:
* unix/tcl.m4:
* win/configure:
* win/Makefile.in:
* win/makefile.vc:
* win/rules.vc:
* win/tcl.m4:
FossilOrigin-Name: 8a215ea28667a92a96b020e42d065bc49ba78303
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tkMain.c: version, now using full patchlevel instead of
* generic/tkWindow.c: major.minor
* library/tk.tcl:
* unix/configure:
* unix/Makefile.in:
* unix/tcl.m4:
* win/configure:
* win/Makefile.in:
* win/makefile.vc:
* win/rules.vc:
* win/tcl.m4:
FossilOrigin-Name: 20c45754f76680260016fd3f7ed12c0c0e9465e5
|
|
|
| |
FossilOrigin-Name: 3f46d757347b64930d95851c174567ac257e1703
|
|
|
|
|
|
| |
with images to avoid clipping bug. [Bug 1329198]
FossilOrigin-Name: cc4cbb8cd751697e3fcddf7f1887a676b169bd8c
|
|
|
| |
FossilOrigin-Name: 8f372f48067d166b6b7cede68b5e07234bba8b1d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-05-16 change that had set overrideredirect windows to not become
activated by the window manager, as this prevented interaction with
native widgets in such windows [Bug 1472624]; apply changes to carbon
window attributes even if native window has already been created.
* macosx/tkMacOSXKeyEvent.c (TkMacOSXProcessKeyboardEvent): fix app
* macosx/tkMacOSXMenu.c (DrawMenuBarWhenIdle): menu item key shortcuts
* macosx/tkMacOSXInt.h: when custom ".apple" menu is installed.
* library/demos/widget: on TkAqua, don't install file menu with single
quit menu item, as the application menu already has a quit item.
* macosx/tkMacOSXColor.c: fix building on Mac OS X 10.2.
FossilOrigin-Name: bc2ad66b9159d170e032a577ebc06639035d85ae
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* macosx/tkMacOSXDefault.h: to retrieve platform std colors for text
* macosx/tkMacOSXPort.h: selections, add "systemHighlightSecondary"
color name for standard color of inactive selections.
* library/text.tcl (aqua): change focus bindings to implement platform
standard look for inactive text selections using this new color.
* generic/tkTextBTree.c (TkTextIsElided): on TkAqua, don't show text
* generic/tkTextDisp.c (GetStyle): selection when text widget
* generic/tkText.c (TextEventProc): is in disabled state.
* generic/tkEntry.c (DisplayEntry): change default TkAqua selection
* macosx/tkMacOSXDefault.h: relief to "flat" (platform std).
* generic/tkText.c (Tk_TextCmd): fix bug leading to default text
selection relief string DEF_TEXT_SELECT_RELIEF being ignored.
* macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): allow mouse
event delivery to background windows with kWindowNoActivatesAttribute
(e.g. overrideredirect windows), as these never come to the foreground
they would not receive any mouse events otherwise. [Bug 1472624]
* macosx/tkMacOSXWindowEvent.c (TkMacOSXGenerateFocusEvent): do not
send focus events to any windows with kWindowNoActivatesAttribute.
* macosx/tkMacOSXXStubs.c (XQueryColor, XQueryColors): implement basic
XColor computation from pixel values, enough to make tkImg's window.c
happy, fixes img::window failures reported on tcl-mac.
* macosx/tkMacOSXMenu.c (DrawMenuEntryLabel): fix leak. [Bug 1554672]
* macosx/Makefile: workaround bug in 'cp -pRH' on Darwin 6 and earlier,
fixes 'make embedded' failure reported on tcl-mac; fix error from 'make
deploy' with same build tree as previous 'make embedded'.
* macosx/tkMacOSXEntry.c (TkpDrawEntryBorderAndFocus): fix typo.
* unix/tcl.m4: sync with tcl/unix/tcl.m4.
FossilOrigin-Name: a6b148a86cc1751227a181469941db4d39943164
|
|
|
| |
FossilOrigin-Name: 99b6657a1582c72f686889e863ec051f1066b3e5
|
|
|
|
|
|
| |
of tcl internal Tcl_CreateNamespace() in previous commit.
FossilOrigin-Name: 92014b8b585bb76799f0c3d728929b4f96487451
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tkInt.h: control of entry/text selection display
* generic/tkText.c: based on focus to the Tcl level,
* generic/tkTextBTree.c: controlled by ::tk::AlwaysShowSelection
* generic/tkTextDisp.c: (boolean, private). [Bug 1553691]
* generic/tkWindow.c:
* library/tk.tcl
* unix/tkUnixPort.h:
FossilOrigin-Name: a3cfbe860d50a31ca8d861e27c1db67dfde2a8c4
|
|
|
|
|
|
| |
speedup that removes tags from deleted area first. [Bug 1456342]
FossilOrigin-Name: b3d4792b3edb1c6aad33d5aff100d41be4767725
|
|
|
|
|
|
| |
* win/tkWinX.c: virtual keyboard apps). [Bug 1518677] (petasis)
FossilOrigin-Name: 75d6edfbeedb568b068dfd46b259b6ef7cc3e667
|
|
|
|
|
|
|
| |
control bounds only once all size adjustments have been computed.
Fixes issue with grow icon obscuring scrollbar reported on tcl-mac.
FossilOrigin-Name: e70a2bfb4199d63fb65ab32be8766b8994418ddf
|
|
|
| |
FossilOrigin-Name: bd0b74c2a0e942bc234d7c4a54da46f1b4986e0a
|
|
|
|
|
|
|
| |
event loop: limit the number of tcl events processed per invocation.
Fixes bug reported on tcl-mac by Kevan Hashemi.
FossilOrigin-Name: e6351e6a0eaf5c7af24d046ffc83621451d4c5c8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
universal builds including x86_64, for 64-bit CoreFoundation on Leopard
and for use of -mmacosx-version-min instead of MACOSX_DEPLOYMENT_TARGET.
* unix/configure.in (Darwin): remove 64-bit arch flags from CFLAGS for
combined 32-bit and 64-bit universal builds, as neither TkAqua nor TkX11
can be built for 64-bit at present.
* unix/configure: autoconf-2.13
* macosx/README: updates for x86_64 support in Tcl.
* macosx/tkMacOSXInit.c (TkpInit): when available, use public
TransformProcessType() API instead of CPSEnableForegroundOperation() SPI
to notify the window server that we are a GUI application.
* macosx/tkMacOSXWm.c (WmAttrGetTitlePath): use HIWindow API on >=Tiger.
* macosx/tkMacOSXMouseEvent.c (GenerateToolbarButtonEvent):
* macosx/tkMacOSXMenus.c (GenerateEditEvent):
* macosx/tkMacOSXMenu.c (MenuSelectEvent): bzero XVirtualEvent structure
before use to ensure all fields are initialized. [Bug 1542205]
FossilOrigin-Name: 396a316f6af024382dcb9064c41f393a3acfbecc
|
|
|
|
|
|
| |
[wm attributes $top].
FossilOrigin-Name: 9fd34ee76faa097e780e6f1bfec2081982b979ef
|
|
|
|
|
|
|
| |
shortcut for kHICommandQuit in the same way as other application menu
item key shortcuts. [Bug 1516950]
FossilOrigin-Name: da022048c05f27c1da3c3ff1b791445e36c71631
|
|
|
|
|
|
|
|
| |
parentWidth/Height for toplevels by recalculating them once the window
is mapped (i.e. once the window&structure sizes are known). [Bug 1358663]
(ParseGeometry): sync with ParseGeometry in tkUnixWm.c/tkWinWm.c.
FossilOrigin-Name: 2367230fe070eff0d3e2e882b73f345d9b65fbde
|
|
|
| |
FossilOrigin-Name: 9e6b28ea4fc23dce51286e46c88b3566bb0a83ae
|
|
|
| |
FossilOrigin-Name: 97321dc96c55dc8c487c510a3b2414cb1401f754
|
|
|
| |
FossilOrigin-Name: c5c677e2634690fad45a1e02c14dd6411c5f0aff
|
|
|
|
|
|
|
|
|
|
|
| |
keysym-to-string mapping hash to use first name in ks_names.h instead of
last (if there are multiple possibilities), e.g. "F11" instead of "L1".
* macosx/tkMacOSXKeyboard.c (TkpGetKeySym): correct keysyms for pure
modifier key presses [Bugs 700311, 1525905]; correct keysym for Enter
key; add keysyms for new NumLock and Fn modifiers (added 2005-08-09).
FossilOrigin-Name: f5f3a91f43a5de54973951ef7931b8a21651e6b3
|
|
|
| |
FossilOrigin-Name: dba9b938dca26b7bc86e1456b0696b2949c6c58b
|
|
|
| |
FossilOrigin-Name: f3453e7d248a9452a26f225b3085224e02147639
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for weakly importing symbols not available on OSX 10.2 or 10.3, enables
binaires built on later OSX versions to run on earlier ones.
* macosx/README: document how to enable weak-linking; cleanup.
* unix/configure.in: enforce requirement of OSX 10.2 for TkAqua; move
* unix/tcl.m4: Darwin specific checks & defines that are only
relevant to the tcl build out of tcl.m4; restrict framework option to
Darwin; cleanup quoting.
* unix/configure: autoconf-2.13
* macosx/tkMacOSXKeyEvent.c: ifdef out diagnostic messages to stderr.
* macosx/tkMacOSXEvent.h: standardize MAC_OS_X_VERSION_MAX_ALLOWED
* macosx/tkMacOSXMenu.c: checks per QA1316, ensure define can be
* macosx/tkMacOSXMenubutton.c: overriden on command line (from default
* macosx/tkMacOSXMenus.c: of current OS version).
* macosx/tkMacOSXMouseEvent.c:
* macosx/tkMacOSXWm.c:
FossilOrigin-Name: 9b231103bdd2748eed2a61c012939a07be6a7412
|
|
|
|
|
|
|
|
| |
* macosx/tkMacOSXDebug.c (TkMacOSXGetNamedDebugSymbol):
* macosx/tkMacOSXInit.c (Map): fix signed-with-unsigned comparison and
other warnings from gcc4 -Wextra.
FossilOrigin-Name: 35e728e04e18675dfafd2e6bcc2df584a58176e1
|
|
|
|
|
|
|
|
| |
(jeffh). Release mutex a bit earlier, to prevent lock when OS X
creates its console windows (recursively enters Tk_Init). Patch
by JeffH.
FossilOrigin-Name: 356aa6446ee423f8120ad0276b6904b304a70c09
|
|
|
| |
FossilOrigin-Name: 94eada12cbc487a4241e43973b55b00b93502f44
|
|
|
| |
FossilOrigin-Name: 62499e441a507c6596fbe76c6b9c1210b74107dc
|
|
|
|
|
|
| |
couple of unnecessary hardcoded options
FossilOrigin-Name: 6b5399ddcd1b0c50d062a36ef6f94a89d54257be
|
|
|
| |
FossilOrigin-Name: 4bbe767aeb925b1a9a81b15d0e908ea7d3e006e7
|
|
|
| |
FossilOrigin-Name: d323cbfd693e83c727ae3ff6efbeeb0eb5646b66
|
|
|
| |
FossilOrigin-Name: ee6f1e5a8f27a3931c10695d05278ced25c7fedc
|
|
|
|
|
|
|
| |
for [scale]'s design that it deals with its value as a formatted
string, and not as a double. [Bug 891141].
FossilOrigin-Name: 536e572bde9a57dfa1f2e0a30e89b132cf074683
|
|
|
|
|
|
|
|
|
|
|
|
| |
clip regions are recreated via TkMacOSXUpdateClipRgn() before they are
used; correct call order of TkMacOSXInvalidateWindow() and
TkMacOSXInvalClipRgns() throughout. [Bug 1501922]
* macosx/tkMacOSXDraw.c (TkPutImage): implement drawing of very wide
images in slices of less than 4096 pixels to workaround CopyBits
limitation. [Bug 950121]
FossilOrigin-Name: 9b237f7f3afd7123f0c26988e0d8532c61489094
|