| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
entry when tk_getOpenFile -multiple 1 is specified. [Bug #788069]
|
|
|
|
|
|
|
| |
dir/files list separation by using the -tails, -directory and
-type option of 'glob'. Also passes the glob the -filetypes
filters instead of calling string match over each file.
[Patch #833819]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
munging to allow some control of foreground colours on Unix in the
same way that you can influence the background. [Bug 795717]
|
|
|
|
| |
commiting a change.
|
| |
|
| |
|
|
|
|
|
| |
Control-v is now Mac-only, since it conflicts with standard
<<Paste>> binding on other platforms. [Bug #605277]
|
| |
|
|
|
|
| |
of interpreters exposed by [winfo interps].
|
| |
|
|
|
|
|
|
| |
about menu like on classic.
* macosx/Makefile: pass MAKEOVERRIDES to pxbuild.
* macosx/tkMacOSXButton.c: added -compound support for bevel buttons.
|
| |
|
|
|
|
| |
in text widget
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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:
|
|
|
|
| |
* tests/scale.test: Added test for this bug.
|
| |
|
|
|
|
| |
the panedwindow -opaqueresize option work as per the docs.
|
|
|
|
| |
when using multiple desktops on windows.
|
|
|
|
|
| |
pwAfterId and panecursor items to correctly handle cursor changes
with adjacant panedwindows.
|
|
|
|
| |
the windows hand cursor where available.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
prevent it being covered by other windows.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tk.h: Tk to 8.5a0.
* library/tk.tcl:
* mac/README:
* macosx/Wish.pbproj/project.pbxproj:
* unix/README:
* unix/configure.in:
* unix/tk.spec:
* win/README:
* win/configure.in:
* win/makefile.vc:
* win/tcl.m4:
* unix/configure: autoconf
* win/configure:
|
|
|
|
|
|
| |
* library/msgbox.tcl (MessageBox): Yet more places that did
complex and fragile width calculations instead of using grid,
though with these it is the -uniform option that saves the day.
|
| |
|
|
|
|
|
| |
long a file type item description string can get due to appending
of types. [Bug #617392]
|
| |
|
|
|
|
|
|
|
|
|
|
| |
binding for corresponding Quit menu item shortcut.
* macosx/README: updated instructions for embedded build,
added various improvements by Russell Owen.
* unix/tcl.m4: update from Tcl.
* unix/configure: regen.
|
| |
|
|
|
|
| |
well as entries when tabbing in. [Patch #683813] (bron)
|
|
|
|
| |
sub on embedded newlines. [Patch #688572] (bonfield)
|
|
|
|
|
| |
left to right, not right to left, even if the mouse button is being
held down. [Bug #673687].
|
|
|
|
| |
and <hpBackTab> events to <<PrevWindow>>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Force dialogs to appear below fixed native Mac menubar.
* macosx/tkMacOSXKeyEvent.c:
* macosx/tkMacOSXKeyboard.c: Keypress/release events for pure
modifier keys were not being passed to Tk.
Deadkey presses were inserting null characters into text windows.
Now they do nothing. (Still not ideal, but better than before!)
* macosx/tkMacOSXMenu.c: Allow more than 200 menus to exist -
increased to 2000.
* macosx/tkMacOSXMouseEvent.c: Bad interactions between floating
windows and ordinary ones. Ensure that local<->global coordinate
transformations are wrt to the correct window.
* macosx/tkMacOSXWm.c: Better error msg for 'wm attributes'.
Remove crash in 'wm transient'.
Add 'noActivates' and 'noUpdates' flags to unsupported command.
[Patch #606658] (darley)
|
|
|
|
| |
msgcat code with XPG specifier. [Patch #606719] (miller)
|