Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | iFix silly typo. [Bug 1087842] | dkf | 2004-12-20 | 1 | -3/+3 | |
| | | | ||||||
| | * | * doc/pack-old.n: Changed the internal name of the man page to | rmax | 2004-11-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | pack-old to avoid a name clash in the installed man pages. | |||||
| | * | * generic/tkMain.c: | das | 2004-11-11 | 1 | -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 fix | dkf | 2004-10-29 | 1 | -3/+3 | |
| | | | ||||||
| | * | Whoops, missed removing an 8.5 feature from an example when backporting | dkf | 2004-10-29 | 1 | -3/+3 | |
| | | | ||||||
| | * | * doc/wm.n: Add wm attributes . -alpha doc to account | mdejong | 2004-10-28 | 1 | -1/+6 | |
| | | | | | | | | | | | | for recent alpha changes. | |||||
| | * | More backporting of doc fixes | dkf | 2004-10-28 | 16 | -147/+310 | |
| | | | ||||||
| | * | Backport of documentation fixes | dkf | 2004-10-28 | 29 | -284/+596 | |
| | | | ||||||
| | * | Thought about the doc-fix a bit more and decided to remove the typedef | dkf | 2004-02-17 | 1 | -3/+1 | |
| | | | | | | | | | | | | line instead; you'd never type it to use a Tk_Uid, after all... | |||||
| | * | Minor doc fix | dkf | 2004-02-17 | 1 | -2/+2 | |
| | | | ||||||
| | * | Update the docs for the Mac OS X MouseWheel changes. | wolfsuit | 2004-02-16 | 1 | -6/+8 | |
| | | | ||||||
| | * | Line transposition bug. [Bug 857159] | dkf | 2003-12-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | * unix/mkLinks: | hobbs | 2003-10-13 | 1 | -3/+14 | |
| | | | | | | | | | | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803] | |||||
| | * | * doc/ConfigWidg.3: Removed reference to Tk_Offset from the | dgp | 2003-10-06 | 1 | -5/+2 | |
| | | | | | | | | | | | | NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] | |||||
| | * | D'oh! Important word missing... | dkf | 2003-07-17 | 1 | -4/+4 | |
| | | | ||||||
| | * | Better docs of [$photo put]. [Bug 728952] | dkf | 2003-07-17 | 1 | -9/+16 | |
| | | | ||||||
| | * | Panedwindow fixes that make things behave right in complex geometry cases. | dkf | 2003-07-17 | 1 | -6/+2 | |
| | | | | | | | | | | | | [Bugs 738143+747814] | |||||
| | * | Added missing .TP | dkf | 2003-07-14 | 1 | -1/+2 | |
| | | | ||||||
| * | | * doc/menu.n: Formatting error. | dgp | 2010-09-01 | 1 | -3/+3 | |
| | | | ||||||
| * | | Major backport of 8.6 Ttk for 8.5.9. Most changes were only being | hobbs | 2010-08-26 | 25 | -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 page | dkf | 2010-08-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | was referred to (ttk::treeview can work as a listbox). | |||||
| * | | * doc/text.n: Fixed minor typo in the description of 'text | andreas_kupries | 2010-07-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | delete', as reported by <eee@users.sf.net> on the chat. | |||||
| * | | correct doc backport from head | hobbs | 2010-03-09 | 1 | -2/+3 | |
| | | | ||||||
| * | | Added note about transfer types, prompted by question on Tcler's Chat. | dkf | 2010-03-04 | 1 | -1/+6 | |
| | | | ||||||
| * | | TIP 360: Remove special handling of the .help menu on X11. | patthoyts | 2010-01-09 | 1 | -13/+17 | |
| | | | ||||||
| * | | [Bug 2927569] Backported documentation fix for image put -to | patthoyts | 2010-01-08 | 1 | -3/+3 | |
| | | | ||||||
| * | | Trivial CYGWIN fixes (backported from trunk) | nijtmans | 2010-01-06 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fix [Bug 1373712] and [Bug 1924761]. | dkf | 2010-01-02 | 2 | -5/+7 | |
| | | | ||||||
| * | | [Bug 2914943]: Correct the first option(n) example. | dkf | 2009-12-25 | 1 | -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 file | nijtmans | 2009-12-02 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | make TkWinChildProc available in private stub table. [Bug #220600] and [Bug #220690]. | |||||
| * | | Minor correction. | dkf | 2009-11-02 | 1 | -2/+2 | |
| | | | ||||||
| * | | Deal with [Patch 2168768], so making the -typevariable option work consistently | dkf | 2009-10-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | with global variables (the only way it *can* work...) | |||||
| * | | Corrected definition of -height and -width for canvas' window items. [2326602] | dkf | 2009-07-14 | 1 | -5/+9 | |
| | | | ||||||
| * | | [Bug 2818455]: Corrected example. | dkf | 2009-07-11 | 1 | -2/+5 | |
| | | | ||||||
| * | | Backported support for the Vista theme. | patthoyts | 2009-05-14 | 4 | -10/+117 | |
| | | | | | | | | | | | | This requires the vsapi element engine, the hover state and the theme script definition. | |||||
| * | | Fix typo | dkf | 2009-04-30 | 1 | -3/+6 | |
| | | | ||||||
| * | | Fix missing word spotted by stu. | patthoyts | 2009-01-11 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix incorrect statement about %-substituees quoting. | ferrieux | 2009-01-03 | 1 | -3/+2 | |
| | | | ||||||
| * | | [Bug 2239034] Only frame widgets are acceptable for [wm manage] | patthoyts | 2008-11-15 | 1 | -2/+6 | |
| | | | ||||||
| * | | Bug [2098425] docs typo | tmh | 2008-09-08 | 1 | -2/+2 | |
| | | | ||||||
| * | | bug #1686012: Direct user to the font manual for the -font option | patthoyts | 2008-07-26 | 1 | -2/+3 | |
| | | | ||||||
| * | | Backported documentation fixes from HEAD | patthoyts | 2008-05-11 | 17 | -62/+63 | |
| | | | ||||||
* | | | * doc/tk_mac.n (new file): Description of OSX-specific functionality | dkf | 2011-03-02 | 4 | -0/+259 | |
| | | | | | | | | | | | | | | | in Tk, contributed by Kevin Walzer. * doc/button.n, doc/font.n, doc/menu.n: Noted which parts of these commands are intentionally not fully supported on OSX. | |||||
* | | | [FRQ 491789]: "setargv() doesn't support a unicode | nijtmans | 2010-10-11 | 1 | -2/+3 | |
| | | | | | | | | | | | | cmdline" implemented for Tk on MSVC++ | |||||
* | | | * doc/text.n: Fixed minor typo in the description of 'text | andreas_kupries | 2010-07-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | delete', as reported by <eee@users.sf.net> on the chat. | |||||
* | | | ttk_widget.n(SEE ALSO): s/style/ttk::style/ | jenglish | 2010-07-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | (patch from David Welton sent to tcl-core) | |||||
* | | | Consistent use of variable names in RestrictEvent | nijtmans | 2010-05-11 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | API documentation and implementation: Use 'prev' in stead of 'old', and 'arg' in stead of 'clientData' everywhere, just as in tkEvent.c. | |||||
* | | | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar, | nijtmans | 2010-05-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | TkpMenuNotifyToplevelCreate, and TkSetWindowMenuBar Bring Tk_CreateBinding doc and signature (param name) in line. | |||||
* | | | Follow-up to [Bug 2983824]: update doc | nijtmans | 2010-04-09 | 1 | -3/+4 | |
| | | | ||||||
* | | | ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods. | jenglish | 2010-03-28 | 1 | -1/+15 | |
| | | |