Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TIP #437: Tk panedwindow options for proxy window | jan.nijtmans | 2015-10-08 | 1 | -0/+10 |
|\ | |||||
| * | Hm, better keep the TIP as it is, not making it more difficult than it ↵ | jan.nijtmans | 2015-09-30 | 1 | -2/+1 |
| | | | | | | | | already is. | ||||
| * | One more suggestion: Use the value of -sashwidth as default for ↵ | jan.nijtmans | 2015-09-30 | 1 | -1/+1 |
| | | | | | | | | -proxyborderwidth. It's one pixel different from the current behavior (2 -> 3 pixels), but would be consistant with -proxyrelief vs -sashrelief. | ||||
| * | Carefull inspection shows that the default for -proxyrelief should be the ↵ | jan.nijtmans | 2015-09-30 | 1 | -1/+1 |
| | | | | | | | | value of -sashrelief, in order to be 100% compatible with how it behaved before. | ||||
| * | Bring panedwindow proxy behavior in line with TIP #437 description. | jan.nijtmans | 2015-09-30 | 1 | -4/+7 |
| | | |||||
| * | Added -proxyborderwidth option | fvogel | 2015-09-30 | 1 | -0/+3 |
| | | |||||
| * | Added -proxybackground option | fvogel | 2015-09-29 | 1 | -0/+2 |
| | | |||||
| * | Fixed extra space | fvogel | 2015-07-14 | 1 | -1/+1 |
| | | |||||
| * | Bug [1247115fff] - Added -proxyrelief option | fvogel | 2015-07-14 | 1 | -0/+3 |
| | | |||||
* | | Fixed bug [1714535fff] - Documented explicitely that geometry requests from ↵ | fvogel | 2015-06-01 | 1 | -0/+9 |
|\ \ | |/ | | | | | mapped slaves (panes) are ignored by the panedwindow widget | ||||
| * | Documented explicitely that geometry requests from mapped slaves (panes) are ↵bug_1714535fff | fvogel | 2015-05-28 | 1 | -0/+9 |
| | | | | | | | | ignored by the panedwindow widget | ||||
* | | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
|\ \ | |/ | | | | | after .TH breaks rendering on OpenBSD and possibly others. | ||||
| * | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | after .TH breaks rendering on OpenBSD and possibly others. | ||||
* | | Documentation tweaks to make index entries more informative. | dkf | 2013-09-23 | 1 | -1/+1 |
| | | |||||
* | | More small documentation improvements. | dkf | 2011-07-18 | 1 | -6/+37 |
| | | |||||
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
| | * | iFix silly typo. [Bug 1087842] | dkf | 2004-12-20 | 1 | -3/+3 |
| | | | |||||
| | * | More backporting of doc fixes | dkf | 2004-10-28 | 1 | -6/+4 |
| | | | |||||
| | * | Panedwindow fixes that make things behave right in complex geometry cases. | dkf | 2003-07-17 | 1 | -6/+2 |
| | | | | | | | | | | | | [Bugs 738143+747814] | ||||
* | | | Fix [Bug 2118116] | dkf | 2008-09-23 | 1 | -2/+4 |
| | | | |||||
* | | | Minor doc updates (removing out of date changebars, improving typedef ↵ | dkf | 2008-06-30 | 1 | -7/+5 |
|/ / | | | | | | | | | | | formatting, etc.) | ||||
* | | Fix -height and -width options. | dkf | 2008-01-31 | 1 | -4/+11 |
| | | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Make documentation use the name that scripts use as much as possible. | dkf | 2007-11-01 | 1 | -6/+2 |
| | | | | | | | | [Bug 1640073] | ||||
* | | Lots more GOOBE stuff. Now works with 'make html'! | dkf | 2007-10-29 | 1 | -3/+5 |
| | | |||||
* | | * unix/Makefile.in (install-doc): intentionally skip ttk_dialog.n | hobbs | 2006-12-13 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | installation (not for public consumption) * doc/scrollbar.n, doc/button.n, doc/checkbutton.n: * doc/entry.n, doc/frame.n, doc/label.n, doc/labelframe.n: * doc/menu.n, doc/menubutton.n, doc/panedwindow.n: * doc/radiobutton.n, doc/scrollbar.n, doc/ttk_*: revamp ttk docs to use consist nroff format (not 100% consistent with classic widget docs). Add more man page cross-linking "SEE ALSO". | ||||
* | | Convert \fP to \fR so that man-page scrapers have an easier time. | dkf | 2006-11-15 | 1 | -3/+3 |
| | | |||||
* | | D'oh! Spotted another one! | dkf | 2004-12-20 | 1 | -2/+2 |
| | | |||||
* | | Fix silly typo. [Bug 1087842] | dkf | 2004-12-20 | 1 | -2/+2 |
| | | |||||
* | | More minor doc fixes | dkf | 2004-10-28 | 1 | -1/+5 |
| | | |||||
* | | Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179) | dkf | 2004-10-24 | 1 | -4/+35 |
| | | | | | | | | Thanks to Brian Griffin for developing these! [Patch 983886] | ||||
* | | Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko. | dkf | 2004-08-17 | 1 | -3/+4 |
| | | | | | | | | Also some general fixes to menu.n and text.n | ||||
* | | Docfix [Bug 747814] | dkf | 2003-07-17 | 1 | -6/+2 |
|/ | |||||
* | * doc/panedwindow.n: clarified the need to use 'update idle' when | hobbs | 2003-02-25 | 1 | -2/+6 |
| | | | | adding unmapped windows. Needs further examination. [Bug #605105] | ||||
* | TIP #41 implementation, panedwindow [Patch #512503] (melski) | hobbs | 2002-02-22 | 1 | -0/+246 |