summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* text widget dbl-click single character fixvincentdarley2003-11-131-21/+37
|
* text widget insert positioning after double/triple clickvincentdarley2003-11-131-3/+3
|
* (::tk::dialog::file::ActivateEnt): allow typing filename intohobbs2003-11-121-3/+10
| | | | entry when tk_getOpenFile -multiple 1 is specified. [Bug #788069]
* * library/tkfbox.tcl (::tk::dialog::file::Update): optimize thehobbs2003-11-111-34/+18
| | | | | | | 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]
* Dutch messages for widget demo from Arjen Markus. [Patch 836368]dkf2003-11-053-3/+149
|
* Minor fix that removes dependence on a particular path in the README.dkf2003-11-051-4/+4
|
* Add 'Print Code' support to Widget demo [Patch 835644]dkf2003-11-041-2/+122
|
* Make demo location independent of main Tk library location. [Patch 832691]dkf2003-11-0312-53/+59
|
* Updated Dutch messages [Patch 820519]dkf2003-11-011-18/+21
|
* TIP 155 implementationvincentdarley2003-10-311-59/+51
|
* * library/tkfbox.tcl (IconList_Create,IconList_Add): Added optiondkf2003-10-291-2/+8
| | | | | munging to allow some control of foreground colours on Unix in the same way that you can influence the background. [Bug 795717]
* Fixed a typing error in ::tk::PlaceWindow. Please do a test before ↵chengyemao2003-10-291-2/+2
| | | | commiting a change.
* Make sure we do default placement strategy when placement is empty [Bug 819284]dkf2003-10-281-2/+6
|
* Constrain tk_dialg to be sensibly sized and placed. [Bug 827535]dkf2003-10-221-1/+11
|
* * library/text.tcl, doc/text.n: Text widget binding forjenglish2003-10-061-9/+4
| | | | | Control-v is now Mac-only, since it conflicts with standard <<Paste>> binding on other platforms. [Bug #605277]
* * library/scale.tcl: Clear bug with chording mouse buttons.patthoyts2003-10-031-3/+5
|
* * library/console.tcl: Avoid including the console in the listpatthoyts2003-10-021-1/+4
| | | | of interpreters exposed by [winfo interps].
* Added [package require] to demos. [FRQ 815118]dkf2003-09-309-70/+97
|
* * library/demos/widget: don't create iconwindow on aqua, but adddas2003-09-251-3/+3
| | | | | | about menu like on classic. * macosx/Makefile: pass MAKEOVERRIDES to pxbuild. * macosx/tkMacOSXButton.c: added -compound support for bevel buttons.
* Brought tk_messageBox demo into line with the newer look-and-feel for the demos.dkf2003-08-222-13/+13
|
* make images align at 16pix height and do not allow Dismiss Return to trigger ↵hobbs2003-08-211-6/+8
| | | | in text widget
* use delete image for dismiss buttonhobbs2003-08-201-2/+2
|
* add sep frame to seecode/dismiss button framehobbs2003-08-201-4/+7
|
* * library/demos/widget: Redo code view dialog, use named fonts,hobbs2003-08-2040-319/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* * library/scale.tcl: Fix for bug #787065 for Button-2 press.patthoyts2003-08-131-1/+3
| | | | * tests/scale.test: Added test for this bug.
* Fixed stupid typo.patthoyts2003-07-311-2/+2
|
* * library/panedwindow.tcl: Apply patch from bug #778893 to makepatthoyts2003-07-281-1/+4
| | | | the panedwindow -opaqueresize option work as per the docs.
* * library/tk.tcl: Apply fix for bug #778840 for window placementpatthoyts2003-07-281-1/+5
| | | | when using multiple desktops on windows.
* * library/panedwindow.tcl: use widget-specific Priv slots forhobbs2003-07-191-20/+21
| | | | | pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows.
* * win/tkWinCursor.c: Applied misplaced Tcl RFE 700799 to providepatthoyts2003-07-191-3/+11
| | | | the windows hand cursor where available.
* Windows menu popup location fixvincentdarley2003-06-261-3/+7
|
* library/msgs/cs.msg updated msg catalog [Bug 743796] <wohnivec@iol.cz>bagnonm2003-05-291-17/+31
|
* MacOS tearoff menu location fixvincentdarley2003-05-271-1/+6
|
* I18n (and some l10n) for the console and the main window of the widget demo.dkf2003-05-196-166/+406
|
* tip 113 implementationvincentdarley2003-05-191-11/+11
|
* * library/msgs/fr.msg: updated msg catalog. [Bug #737790] (zolli)hobbs2003-05-141-9/+9
|
* * library/bgerror.tcl: make bgerror dialog topmost on Windows tohobbs2003-04-251-3/+6
| | | | prevent it being covered by other windows.
* Better aesthetics for the messageBox. [Bug #701812]dkf2003-03-121-3/+3
|
* * README: Bumped version number ofdgp2003-03-041-3/+3
| | | | | | | | | | | | | | | | | * 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/clrpick.tcl (color::BuildDialog):dkf2003-02-212-16/+12
| | | | | | * 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.
* Made the standard file dialogs use [grid] for their bottom area [Bug #673722]dkf2003-02-211-52/+33
|
* * library/comdlg.tcl (FDGetFileTypes): Set an upper limit on howdkf2003-02-211-2/+10
| | | | | long a file type item description string can get due to appending of types. [Bug #617392]
* Typo fix from Georgios Petasis, and commented-out-code removal.dkf2003-02-211-18/+2
|
* * library/console.tcl: (aqua & macintosh) added missing <Cmd-q>das2003-02-211-1/+7
| | | | | | | | | | 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.
* New part for the widget demo showing Tk's UNICODE output. [Patch #627453]dkf2003-02-192-1/+96
|
* * library/tk.tcl (::tk::TabToWindow): auto-highlight spinboxes ashobbs2003-02-181-3/+4
| | | | well as entries when tabbing in. [Patch #683813] (bron)
* * library/xmfbox.tcl (::tk::MotifFDialog_ActivateSEnt): correcthobbs2003-02-181-2/+2
| | | | sub on embedded newlines. [Patch #688572] (bonfield)
* Fix the entry widget's KeyPress binding so that text is entered fromdrh2003-01-231-1/+2
| | | | | left to right, not right to left, even if the mouse button is being held down. [Bug #673687].
* * library/tk.tcl: simplified the adding of extra <ISO_Left_Tab>hobbs2002-10-101-13/+7
| | | | and <hpBackTab> events to <<PrevWindow>>.
* * library/tk.tcl: use command instead of control on Aqua bindings.hobbs2002-09-091-6/+11
| | | | | | | | | | | | | | | | | | 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)