| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
to handle some tricky cases better. [Bug #792387]
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tkMain.c (Tk_MainEx): Added recognition of the -encoding
* tests/main.test: command line option by Tk_MainEx()
and thus by wish, and any other program built on Tk_MainEx().
[Patch 800139].
This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs
that embed Tcl and Tk, build on Tk_MainEx(), and make use of
Tk_MainEx's former ability to pass a leading "-encoding" option to
interactive shell operations.
|
| |
|
| |
|
| |
|
|
|
|
| |
improves the 3d lines for sunken widgets under windows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* library/demos/arrow.tcl: add basic see/dismiss routine with
* library/demos/bind.tcl: images for better look & feel
* library/demos/bitmap.tcl:
* library/demos/button.tcl:
* library/demos/check.tcl:
* library/demos/clrpick.tcl:
* library/demos/colors.tcl:
* library/demos/cscroll.tcl:
* library/demos/ctext.tcl:
* library/demos/entry1.tcl:
* library/demos/entry2.tcl:
* library/demos/entry3.tcl:
* library/demos/filebox.tcl:
* library/demos/floor.tcl:
* library/demos/form.tcl:
* library/demos/hscale.tcl:
* library/demos/icon.tcl:
* library/demos/image1.tcl:
* library/demos/image2.tcl:
* library/demos/items.tcl:
* library/demos/label.tcl:
* library/demos/labelframe.tcl:
* library/demos/menu.tcl:
* library/demos/menubu.tcl:
* library/demos/paned1.tcl:
* library/demos/paned2.tcl:
* library/demos/plot.tcl:
* library/demos/puzzle.tcl:
* library/demos/radio.tcl:
* library/demos/ruler.tcl:
* library/demos/sayings.tcl:
* library/demos/search.tcl:
* library/demos/spin.tcl:
* library/demos/states.tcl:
* library/demos/style.tcl:
* library/demos/text.tcl:
* library/demos/twind.tcl:
* library/demos/unicodeout.tcl:
* library/demos/vscale.tcl:
|
| |
|
|
|
|
|
| |
Set window background from the -background resource.
Fixes [BUG #791500 "PanedWindow refresh glitches on X"]
|
|
|
|
| |
[FRQ #523593 "bind(n) manpage needs more detail"]
|
|
|
|
|
| |
* win/tcl.m4: Update from Tcl to fix
Tcl bug 781109.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
problem with double clicks in file dialogs falling through to the
window underneath in win32.
|
|
|
|
| |
the panedwindow -opaqueresize option work as per the docs.
|
|
|
|
| |
when using multiple desktops on windows.
|
|
|
|
|
| |
fleur (move) cursor under win.
* tests/cursor.test: Check that documented cursors are available.
|
|
|
|
| |
broken by changes to tcl buildsystem.
|
|
|
|
|
|
| |
that prevents overwidth lines as it requires a roundtrip call to
the X server for every string drawn. Hard-code max width to 32768
until a beter solution to get max width is made.
|
|
|
|
|
| |
pwAfterId and panecursor items to correctly handle cursor changes
with adjacant panedwindows.
|
|
|
|
| |
the windows hand cursor where available.
|
|
|
|
| |
TK_XIM_SPOT usage. [Bug 742660] (takahashi)
|
|
|
|
| |
consistency between unix and windows -cursor option.
|
|
|
|
|
| |
This is a short-term solution until the -multiple option is
extended. [Bug 641261]
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* macosx/Wish.pbproj/jingham.pbxuser:
* macosx/Wish.pbproj/project.pbxproj:
Changes for new tcl buildsystem.
Changed build to include tk specific html help in Tk.framework
instead of Tcl.framework.
Set default SYMROOT in target options to simplify setting up PB
(manually setting common build folder for tcl & tk no longer needed).
* macosx/README: Updated info for changes to buildsystem,
html help location and PB setup.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
[Bug 771988]
Also TAB Police in Changelog...
|
|
|
|
| |
[Bug 771982]
|
|
|
|
| |
bitmap header. [Bug 703697] (cap)
|
|
|
|
|
| |
* tests/panedwindow.test: shrinks instead of being clipped when
resized below the reqsize. [Bug 748277] (spjuth)
|
|
|
|
| |
to their default value. [Bug #697652]
|
|
|
|
| |
[Bug 755906] (mistachkin)
|
| |
|
|
|
|
| |
with respect to Tcl_Release time. [Bug #767009]
|
|
|
|
|
|
|
|
| |
aggressive when the interp is being deleted, and making the deletion code always
check to see whether it should actually be deleting an entry or not.
No tests as it comes under the heading of crash-on-bug, and the bug is not easy
to excite (it requires a full script and interpreter deletion with lots of
events about.)
|
|
|
|
|
| |
stage of actually using the theme brushes to track active colors, but it gets
the labelframe color working at least.
|
|
|
|
|
|
|
|
|
| |
test for XCloseIM bug when the XFree86 version
is newer than 4.0 since the layout of the
XIM structure has changed. The check is not
needed for newer XFree86 releases since
the bug we are checking for was fixed in
the 4.2.99.2 release. [Bug 755530]
|
| |
|
| |
|
|
|
|
|
| |
Fixed TkpGetSubFonts() to return information about all subfonts,
not just the first one.
|
| |
|
|
|
|
|
| |
pattern returned from GetFont (actual font) instead of the
query pattern (requested font).
|