| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
about menu like on classic.
* macosx/Makefile: pass MAKEOVERRIDES to pxbuild.
* macosx/tkMacOSXButton.c: added -compound support for bevel buttons.
|
|
|
|
|
|
| |
* unix/configure.in:
* unix/tkConfig.sh.in: added TK_INCLUDE_SPEC to allow extensions to
find installed Tk headers, parallel to TCL_INCLUDE_SPEC. [Bug 777203]
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* tests/image.test: image command name that would overwrite an
existing command name. Thanks to Michael Schlenker. [Bug 808039].
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
boolean directly. Also, don't try to regen the stubs table if $(TCLSH) doesn't
exist.
|
| |
|
| |
|
|
|
|
| |
in text widget
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* tests/scale.test: Added test for this bug.
|
| |
|
| |
|
|
|
|
|
| |
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...
|