Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename variable to avoid clash with floorplan demo. Reported by | dkf | 2009-12-16 | 1 | -3/+3 |
| | | | | Emiliano Gavilan. | ||||
* | Split out presentation-form decision code into clearer procedure. | dkf | 2009-12-15 | 1 | -41/+64 |
| | | | | Add some more different languages (Devanagari script needs attention...) | ||||
* | * library/demos/unicodeout.tcl: Added code to check for | Kevin B Kenny | 2009-12-15 | 1 | -19/+41 |
| | | | | | | | | right-to-left support on Windows and adjust Hebrew and Arabic character strings accordingly. Changed the Hebrew string to 'ktb ebryt' (ktav Ivrit, "Hebrew writing") to be consistent with at least the Greek and Russian strings. Thanks to Rodrigo Readi for calling the inconsistency to our attention. | ||||
* | Simplified this code following observation by Brian Griffin | dkf | 2009-12-11 | 1 | -7/+3 |
| | |||||
* | [Bug 2912473]: Stop problems caused by display names with a double colon in. | dkf | 2009-12-11 | 1 | -17/+30 |
| | |||||
* | Added demo of ttk::scale widget. | dkf | 2009-12-10 | 2 | -1/+44 |
| | |||||
* | * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed access | andreas_kupries | 2009-11-23 | 1 | -6/+8 |
| | | | | | | to the cleanupHook of the safe base. The code used the old internal commands which have been removed since 2009-11-05/06. See Tcl's ChangeLog. | ||||
* | [update] hygiene. | jenglish | 2009-11-12 | 4 | -11/+11 |
| | | | | | | | + Where possible, replace [a; update; b] with [a ; after 0 b]. + Where not possible, use [update idletasks] instead of full [update]. + Use [after 0] in favor of [after idle] for delayed work, to reduce likelihood of reentrancy issues in [update idletasks]. | ||||
* | Minor glitch fix. | dkf | 2009-10-27 | 1 | -2/+2 |
| | |||||
* | Fix [Bug 1854913] by improving the class bindings. | dkf | 2009-10-25 | 1 | -9/+11 |
| | |||||
* | [Patch 1530276]: Improve no-indicator check/radio buttons on Unix. | dkf | 2009-10-24 | 1 | -7/+125 |
| | |||||
* | Deal with [Patch 2168768], so making the -typevariable option work consistently | dkf | 2009-10-22 | 2 | -12/+16 |
| | | | | with global variables (the only way it *can* work...) | ||||
* | * library/msgs/pl.msg: Applied patch to Polish message catalog | andreas_kupries | 2009-10-20 | 1 | -30/+48 |
| | | | | | created and submitted by Pawel Pawlak <morris@elysium.pl> (via JeffH). | ||||
* | [Patch 2870648]: Corrected cursor used in file/directory dialogs. | dkf | 2009-10-08 | 1 | -2/+2 |
| | |||||
* | [Bug 2787164] fix size of dropdown arrow on combobox and menubutton for ↵ | patthoyts | 2009-10-07 | 1 | -3/+18 |
| | | | | Windows 7. | ||||
* | Corrected descriptive text | dkf | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | Correct bindings for [tk_messageBox]. | dkf | 2009-08-24 | 1 | -4/+4 |
| | |||||
* | Make the pendulum demo cope with resizing more gracefully. | dkf | 2009-08-08 | 1 | -15/+18 |
| | |||||
* | * library/demos/mclist.tcl: use native sort arrows with aqua theme. | das | 2009-07-15 | 1 | -4/+18 |
| | |||||
* | * macosx/ttkMacOSXTheme.c: Update notebook tab appearance to | das | 2009-07-15 | 1 | -4/+5 |
| | | | | | | | | * library/ttk/aquaTheme.tcl: modern L&F; adjust tab & notebook padding and tabmargins; correct appearance of selected tree header; add support for native tree header sort arrows via user1 state. [Patch 2819620] | ||||
* | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 1 | -1/+6 |
| | |||||
* | Updated the Wish and Tk icons for Windows 7 support. | patthoyts | 2009-05-06 | 2 | -0/+114 |
| | | | | | | Vista and Windows 7 like to display larger icon sizes than previous versions although we do not include the largest suggested size (256x256) as that prevents building with msvc6. Both icons are rendered from SVG versions of the Tcl feather or the Wish lamp. | ||||
* | Fix [Bug 2777019]. | dkf | 2009-05-01 | 1 | -2/+2 |
| | |||||
* | Factor out some of the postscript generation code to the PS prolog. | dkf | 2009-05-01 | 1 | -1/+112 |
| | |||||
* | Make filebox.test pass cleanly again. | dkf | 2009-04-14 | 2 | -4/+4 |
| | |||||
* | Fix the other issue from [Bug 2759119]. | dkf | 2009-04-13 | 1 | -2/+2 |
| | |||||
* | Fix [Bug 2759119] and apply [Patch 2739360] (partially). | dkf | 2009-04-13 | 2 | -124/+169 |
| | |||||
* | Oops! | dkf | 2009-04-11 | 1 | -2/+2 |
| | |||||
* | tk_setPalette: Don't set *selectColor: #b03060; | jenglish | 2009-04-10 | 1 | -5/+2 |
| | | | | this makes radio- and checkbuttons look wrong post-TIP#109. | ||||
* | * library/demos/filebox.tcl: only show "Motif Style Dialog" checkbutton | das | 2009-04-10 | 1 | -2/+2 |
| | | | | on X11 windowingsystem. | ||||
* | * library/demos/widget: GOOBE: use ttk::cursor | das | 2009-04-10 | 1 | -6/+6 |
| | |||||
* | * library/demos/knightstour.tcl: fix knightstour demo not running from | das | 2009-04-10 | 1 | -10/+6 |
| | | | | interactive wish. | ||||
* | * library/console.tcl (::tk::ConsoleInit): remove redundant TkAqua | das | 2009-04-10 | 1 | -5/+2 |
| | | | | Quit menu item. | ||||
* | * library/menu.tcl (::tk::MbPost): fix error thrown in y position | das | 2009-04-10 | 1 | -3/+3 |
| | | | | computation with indicatoron. | ||||
* | Fix [Bug 2116837]. | dkf | 2009-04-10 | 1 | -41/+59 |
| | |||||
* | Remove 'NEW' tags from sub-demos. | dkf | 2009-04-08 | 1 | -18/+2 |
| | |||||
* | Minor fixes to demos. In the pendulum demo make use of unicode for the | patthoyts | 2009-04-02 | 2 | -13/+28 |
| | | | | | axis labels and in the knightstour demo on X11 we cannot rely on anything being present for the knight glyph so use a polygon instead. | ||||
* | Small improvements to multi-column list demo. | dkf | 2009-03-31 | 1 | -5/+20 |
| | |||||
* | bring doc and demos in line with http://wiki.tcl.tk/812 | nijtmans | 2009-03-25 | 6 | -12/+12 |
| | |||||
* | Correct the ttk::treeview border on XP and Vista. | patthoyts | 2009-02-21 | 1 | -2/+4 |
| | |||||
* | [Bug 2546087] Restore support for NULs in console stdout channel. | patthoyts | 2009-02-21 | 1 | -2/+2 |
| | | | | | | | In 2004 a fix to Tcl channels prevented the exposure of the internal UTF-8 representation of the ASCII NUL character (\uc080). Since then strings in the console have been truncated at NUL. This restores the older behaviour. | ||||
* | Some tidying up; reducces coupling to rest of Tk implementation | dkf | 2009-02-16 | 1 | -31/+39 |
| | |||||
* | Factor out the IconList megawidget. | dkf | 2009-02-12 | 5 | -851/+742 |
| | |||||
* | Increase idiomaticity | dkf | 2009-02-11 | 1 | -2/+2 |
| | |||||
* | Use a color picture of JO for better GOOBE. [Bug 2588919] | dkf | 2009-02-11 | 5 | -187/+22 |
| | |||||
* | catch font create when the console is re-sourced via F9 | patthoyts | 2009-01-30 | 1 | -2/+2 |
| | |||||
* | * generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguish | dgp | 2009-01-16 | 1 | -2/+2 |
| | | | | | | | | | * library/tk.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases. * unix/configure.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | Pretty up the messagebox on unix using PNG images for the icons and group ↵ | patthoyts | 2009-01-11 | 4 | -90/+178 |
| | | | | the icons into one place. | ||||
* | Themed the bgerror dialog and make use of our PNG support to improve the icon. | patthoyts | 2009-01-08 | 1 | -41/+77 |
| | |||||
* | Applied patch from [Bug 2473120] to fix the arguments to tk_messageBox call ↵ | patthoyts | 2009-01-07 | 1 | -2/+2 |
| | | | | in the tk_chooseDirectory unix implementation. |