summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Fix [Bug 1731348]dkf2007-06-051-3/+4
| | |
| | * * doc/colors.n: document new Mac OS X system colors.das2007-04-294-10/+192
| | | | | | | | | | | | | | | | | | * doc/cursors.n: document new Mac OS X native cursors. * doc/font.n: document new Mac OS X 'menu' system font. * doc/wm.n: document new Mac OS X [wm attributes].
| | * * doc/wm.n, tests/winWm.test:hobbs2006-12-011-20/+44
| | | | | | | | | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows.
| | * fix make-html errordas2006-04-121-3/+3
| | |
| | * * macosx/tkMacOSXInt.h: Implemented 'zoomed' window statedas2006-04-111-4/+6
| | | | | | | | | | | | | | | | | | * macosx/tkMacOSXWindowEvent.c: handling for TkAqua, via titlebar * macosx/tkMacOSXWm.c: widget clicks as well as [wm state]. * doc/wm.n: [Bug 1073456]
| | * Band-aid doc update for [Bug 220787]dkf2006-03-071-1/+5
| | |
| | * Highlighting fixdkf2005-11-221-3/+3
| | |
| | * clarify text index documentationvincentdarley2005-11-161-2/+6
| | |
| | * * doc/getOpenFile.n: correct -multiple docs (takes boolean)hobbs2005-07-061-2/+2
| | |
| | * Fix silly error in SYNOPSIS of Tk_AllocBitmapFromObj [Bug 1224983]dkf2005-06-211-2/+2
| | |
| | * Updated out-of-date references to "Tk_GetBoolean"dgp2005-05-122-6/+6
| | |
| | * * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907]hobbs2005-02-111-4/+4
| | |
| | * Convert emacs mode comment style to stop problems with old man. [1085127]dkf2005-01-052-4/+10
| | |
| | * iFix silly typo. [Bug 1087842]dkf2004-12-201-3/+3
| | |
| | * * doc/pack-old.n: Changed the internal name of the man page tormax2004-11-191-2/+2
| | | | | | | | | | | | pack-old to avoid a name clash in the installed man pages.
| | * * generic/tkMain.c:das2004-11-111-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXAppInit.c (removed): * macosx/Wish.pbproj/project.pbxproj: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: changes to make TkAqua dynamically loadable, enabling [package require Tk] from tclsh. Startup code from tkMacOSXAppInit.c moved into tkMacOSXInit.c, added code that notifies the window server that an unbundled executable is a full GUI application after loading Tk. [Patch 1035348] * doc/wm.n: documented [wm attributes] on Mac OS X. [Bug 606665] * macosx/tkMacOSXWm.c: implemented TIP 222 [wm attributes -alpha] on Mac OS X. [Patch 892194] WmIconbitmapCmd: adopted FSRef changes from [wm atttrs -titlepath]. * macosx/tkMacOSXButton.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXRegion.c: * macosx/tkMacOSXSubwindows.c: synced spacing/formatting with HEAD. * macosx/tkMacOSXMouseEvent.c: endianness fixes. * macosx/Wish.pbproj/project.pbxproj: corrected path to html help inside framework. * macosx/Makefile: prevent parallel make from building several targets at the same time. Ensure that xcodebuild will use Wish.pbproj project even if a .xcode project is also present.
| | * Minor format fixdkf2004-10-291-3/+3
| | |
| | * Whoops, missed removing an 8.5 feature from an example when backportingdkf2004-10-291-3/+3
| | |
| | * * doc/wm.n: Add wm attributes . -alpha doc to accountmdejong2004-10-281-1/+6
| | | | | | | | | | | | for recent alpha changes.
| | * More backporting of doc fixesdkf2004-10-2816-147/+310
| | |
| | * Backport of documentation fixesdkf2004-10-2829-284/+596
| | |
| | * Thought about the doc-fix a bit more and decided to remove the typedefdkf2004-02-171-3/+1
| | | | | | | | | | | | line instead; you'd never type it to use a Tk_Uid, after all...
| | * Minor doc fixdkf2004-02-171-2/+2
| | |
| | * Update the docs for the Mac OS X MouseWheel changes.wolfsuit2004-02-161-6/+8
| | |
| | * Line transposition bug. [Bug 857159]dkf2003-12-101-2/+2
| | |
| | * * unix/mkLinks:hobbs2003-10-131-3/+14
| | | | | | | | | | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
| | * * doc/ConfigWidg.3: Removed reference to Tk_Offset from thedgp2003-10-061-5/+2
| | | | | | | | | | | | NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197]
| | * D'oh! Important word missing...dkf2003-07-171-4/+4
| | |
| | * Better docs of [$photo put]. [Bug 728952]dkf2003-07-171-9/+16
| | |
| | * Panedwindow fixes that make things behave right in complex geometry cases.dkf2003-07-171-6/+2
| | | | | | | | | | | | [Bugs 738143+747814]
| | * Added missing .TPdkf2003-07-141-1/+2
| | |
| * | * doc/menu.n: Formatting error.dgp2010-09-011-3/+3
| | |
| * | Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-2625-230/+552
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | committed to head (8.6), although they could apply for 8.5 as well. This re-sync makes future work easier to maintain and adds some useful work for 8.5 users. Notable changes: - Lots of code cleanup - Some bug fixes never backported - Addition of ttk::spinbox - minor color changes - Improved Vista/7 styling - Move to tile version 0.8.6 (pseudo-package) - ABI and API compatible (even $w identify) - minor new features (extended $w identify)
| * | * doc/listbox.n (SEE ALSO): [Bug 3048809]: Corrected what other pagedkf2010-08-191-2/+2
| | | | | | | | | | | | was referred to (ttk::treeview can work as a listbox).
| * | * doc/text.n: Fixed minor typo in the description of 'textandreas_kupries2010-07-061-2/+2
| | | | | | | | | | | | delete', as reported by <eee@users.sf.net> on the chat.
| * | correct doc backport from headhobbs2010-03-091-2/+3
| | |
| * | Added note about transfer types, prompted by question on Tcler's Chat.dkf2010-03-041-1/+6
| | |
| * | TIP 360: Remove special handling of the .help menu on X11.patthoyts2010-01-091-13/+17
| | |
| * | [Bug 2927569] Backported documentation fix for image put -topatthoyts2010-01-081-3/+3
| | |
| * | Trivial CYGWIN fixes (backported from trunk)nijtmans2010-01-061-0/+1
| | |
| * | Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-022-5/+7
| | |
| * | [Bug 2914943]: Correct the first option(n) example.dkf2009-12-251-7/+40
| | | | | | | | | | | | | | | Also define what the format of option patterns is; that's a much less commonly known fact than it used to be.
| * | doc/GetHINSTANCE.3 correct mentioned header filenijtmans2009-12-021-4/+2
| | | | | | | | | | | | | | | make TkWinChildProc available in private stub table. [Bug #220600] and [Bug #220690].
| * | Minor correction.dkf2009-11-021-2/+2
| | |
| * | Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-221-2/+2
| | | | | | | | | | | | with global variables (the only way it *can* work...)
| * | Corrected definition of -height and -width for canvas' window items. [2326602]dkf2009-07-141-5/+9
| | |
| * | [Bug 2818455]: Corrected example.dkf2009-07-111-2/+5
| | |
| * | Backported support for the Vista theme.patthoyts2009-05-144-10/+117
| | | | | | | | | | | | This requires the vsapi element engine, the hover state and the theme script definition.
| * | Fix typodkf2009-04-301-3/+6
| | |
| * | Fix missing word spotted by stu.patthoyts2009-01-111-2/+2
| | |