Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various minor updates to ttk_* manpages. | jenglish | 2007-12-12 | 5 | -38/+39 |
| | |||||
* | Clarify docs to note that [event info] isn't clairvoyant. | dkf | 2007-12-10 | 1 | -1/+6 |
| | |||||
* | Various markup fixes | jenglish | 2007-12-10 | 9 | -31/+19 |
| | | | | (mostly: missing quotes on .SH arguments, extraneous .PPs) | ||||
* | Remove extra .BEs that got added by mistake somewhere. | jenglish | 2007-12-10 | 4 | -10/+7 |
| | |||||
* | document OSX [wm attr -notify] | das | 2007-12-10 | 1 | -1/+4 |
| | |||||
* | * doc/ttk_style.n: Remove nonsense about "this manpage has | jenglish | 2007-12-05 | 1 | -6/+3 |
| | | | | not yet been written"; everything supported is documented. | ||||
* | Internal Ttk_Manager API updates; Fixed [Bug 1343984]; | jenglish | 2007-11-25 | 1 | -28/+34 |
| | | | | | | Added [$nb hide] method; [$nb add] on already-managed windows no longer throws an error, can be used to re-add a hidden tab. Updated docs and test suite. | ||||
* | * doc/CrtConsoleChan.3: Fixed markup typo and extended see also | andreas_kupries | 2007-11-06 | 1 | -2/+3 |
| | | | | section per suggestions by Donal. | ||||
* | * doc/CrtConsoleChan.3: New file providing minimal documentation | andreas_kupries | 2007-11-05 | 1 | -0/+45 |
| | | | | of 'Tk_InitConsoleChannels()'. This is for [SF Tk Bug 432435]. | ||||
* | spelling corrections | dgp | 2007-11-05 | 1 | -4/+4 |
| | |||||
* | * doc/chooseDirectory.n: remove/correct obsolete Mac OS 9-era | das | 2007-11-04 | 3 | -41/+24 |
| | | | | | * doc/getOpenFile.n: information. * doc/menu.n: | ||||
* | Fix .DS/.DE to work better when transformed to a table | dkf | 2007-11-01 | 5 | -71/+71 |
| | |||||
* | line endings | dgp | 2007-11-01 | 1 | -43/+43 |
| | |||||
* | Added list of Windows system colors. [Bug 945409] | dkf | 2007-11-01 | 1 | -5/+38 |
| | |||||
* | * doc/console.n: clarify availability of [console] in TkAqua. | das | 2007-11-01 | 1 | -4/+7 |
| | |||||
* | * doc/bind.n: document the Option modifier, clarify meaning | das | 2007-11-01 | 1 | -11/+11 |
| | | | | and availability of Command & Option. | ||||
* | Make documentation use the name that scripts use as much as possible. | dkf | 2007-11-01 | 31 | -221/+141 |
| | | | | [Bug 1640073] | ||||
* | Fixed mistake in [$t tag remove] docs. [Bug 1792191] | dkf | 2007-11-01 | 1 | -3/+3 |
| | |||||
* | Documented the Command modifier. [Bug 1232908] | dkf | 2007-11-01 | 1 | -19/+21 |
| | |||||
* | Fix [Bug 1386955] | dkf | 2007-11-01 | 2 | -4/+12 |
| | |||||
* | More documentation improvements | dkf | 2007-10-30 | 21 | -222/+230 |
| | |||||
* | fix spelling of -inactiveselectbackground [Bug 1626415] | hobbs | 2007-10-30 | 1 | -4/+4 |
| | |||||
* | Clarify UTF8_STRING handling. [Bug 1778563] | dkf | 2007-10-30 | 1 | -13/+18 |
| | |||||
* | Clarify search subcommand docs. [Bug 1622919] | dkf | 2007-10-30 | 1 | -2/+3 |
| | |||||
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test: | hobbs | 2007-10-30 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | * library/bgerror.tcl, library/dialog.tcl, library/listbox.tcl: * library/msgbox.tcl, library/optMenu.tcl, library/tclIndex: * library/tkfbox.tcl, library/demos/floor.tcl, library/demos/rmt: * library/demos/tcolor, library/demos/text.tcl: * library/demos/twind.tcl, library/demos/widget: Buh-bye Motif look * library/ttk/fonts.tcl: Update of Tk default look in 8.5 * macosx/tkMacOSXDefault.h: Trims border sizes, cleaner X11 look * unix/tkUnixDefault.h: with minor modifications for Win32/Aqua. * win/tkWinDefault.h: Uses Tk*Font definitions throughout for * win/tkWinFont.c: classic widgets. [Bug #1820344] * library/obsolete.tcl (::tk::classic::restore): This restores changes made to defaults in 8.5 using the 'option' command, segmented into logical groups. | ||||
* | restored TIP#145 and Aqua improvements that got lost in the 8.5b2 release revert | das | 2007-10-30 | 1 | -6/+72 |
| | |||||
* | Minor improvements | dkf | 2007-10-29 | 2 | -5/+6 |
| | |||||
* | Lots more GOOBE stuff. Now works with 'make html'! | dkf | 2007-10-29 | 118 | -1299/+1622 |
| | |||||
* | restore babycore_8_5_b2 | dgp | 2007-10-26 | 1 | -1/+11 |
| | |||||
* | * doc/*.1: Revert doc changes that broke | dgp | 2007-10-26 | 77 | -1732/+1441 |
| | | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | Fix minor faults | dkf | 2007-10-26 | 3 | -8/+6 |
| | |||||
* | * doc/getOpenFile.n: TIP#242 implementation of -typevariable to | hobbs | 2007-10-25 | 1 | -1/+11 |
| | | | | | | | | | * library/tkfbox.tcl: return type of selected file in file dialogs. * library/xmfbox.tcl: [Bug #1156388] * macosx/tkMacOSXDialog.c: * tests/filebox.test: * tests/winDialog.test: * win/tkWinDialog.c: | ||||
* | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 61 | -412/+698 |
| | |||||
* | Rendering-with-groff GOOBE. | dkf | 2007-10-23 | 24 | -361/+317 |
| | |||||
* | improve look of HTML rendered version | das | 2007-10-23 | 1 | -6/+4 |
| | |||||
* | document missing named Tk* fonts, and named Aqua theme fonts. | das | 2007-10-23 | 1 | -2/+34 |
| | |||||
* | Added TIP#145 documentation. | dkf | 2007-10-23 | 1 | -2/+38 |
| | |||||
* | Documentation improvements, all minor. | dkf | 2007-10-22 | 14 | -699/+674 |
| | |||||
* | Text widget documentation improvements | dkf | 2007-10-16 | 1 | -102/+105 |
| | |||||
* | Minor improvements | dkf | 2007-10-16 | 1 | -35/+28 |
| | |||||
* | Fixed example | dkf | 2007-10-15 | 1 | -9/+9 |
| | |||||
* | whitespace change | hobbs | 2007-10-15 | 1 | -4/+3 |
| | |||||
* | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h: | hobbs | 2007-10-15 | 1 | -1/+28 |
| | | | | | | | | * macosx/tkMacOSXButton.c, macosx/tkMacOSXMenubutton.c: * macosx/tkMacOSXWm.c, unix/tkUnixWm.c, win/tkWinWm.c: * doc/wm.n, tests/wm.test: TIP #125 implementation [Bug 998125] Adds [wm manage|forget] for dockable frames. Finished X11 and Windows code, needs OS X completion. | ||||
* | Assorted documentation improvements. | dkf | 2007-08-28 | 5 | -11/+41 |
| | |||||
* | Added -width and -height options. | jenglish | 2007-06-10 | 1 | -8/+22 |
| | | | | | | | Added 'panes' method, return list of managed windows. 'sashpos' method is now documented as part of the public interface, and details clarified. Should be easier to set initial sash positions now [Alleviates #1659067]. | ||||
* | Ttk_Manager API overhaul: | jenglish | 2007-06-09 | 1 | -4/+3 |
| | | | | | | | | | | | + Ttk_Manager no longer responsible for managing slave records + Ttk_Manager structure now opaque + Ttk_Slave structure now private + Pass Ttk_Manager * to Tk_GeomMgr hooks instead of Ttk_Slave * ttk::labelframe: Simplified -labelwidget management. ttk::noteboook 'insert' command didn't correctly maintain current tab. Changed documentation of ttk::panedwindow 'identify' command to match implementation. | ||||
* | Fix [Bug 1731348] | dkf | 2007-06-05 | 1 | -3/+4 |
| | |||||
* | Removed ttk::dialog and dependencies. | jenglish | 2007-05-25 | 1 | -134/+0 |
| | |||||
* | Minor typo corrections, from [Bug 1663527] | dkf | 2007-05-25 | 2 | -4/+4 |
| | |||||
* | Fixed documentation of default -joinstyle option values for line and polygon ↵ | dkf | 2007-05-25 | 1 | -3/+3 |
| | | | | items. [Bug 1725782] |