Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 3 | -16/+6 |
| | | | | systems. | ||||
* | [Bug 3538401]: Better description of the key difference between [wm geometry] | dkf | 2012-07-05 | 1 | -0/+8 |
| | | | and [winfo geometry] | ||||
* | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -97/+90 |
| | | | | make various other tables CONST (All backported from Tk 8.6) | ||||
* | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 1 | -1/+1 |
| | |||||
* | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -0/+0 |
| | |||||
* | [Bug 3495198]: Corrected types of canvas bitmap options. | dkf | 2012-02-28 | 1 | -4/+4 |
| | |||||
* | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 1 | -2/+3 |
| | |||||
* | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Fix the escaping of leading dots in lines that start with | jan.nijtmans | 2011-11-17 | 1 | -1/+1 |
| | | | | a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line | ||||
* | Purge RCS Keywords. | dgp | 2011-06-08 | 145 | -297/+0 |
| | |||||
* | Document all variable options as global. | pspjuth | 2011-04-21 | 5 | -5/+5 |
| | |||||
* | We are no longer on CVS, so don't need the .cvsignore files any more | jan.nijtmans | 2011-03-05 | 1 | -1/+0 |
| | |||||
* | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 1 | -0/+1 |
| | | | | Fix 2 minor gcc warnings in tkWinTest.c | ||||
* | Spelling corrections | dgp | 2007-11-05 | 4 | -10/+10 |
| | |||||
* | Fix [Bug 1731348] | dkf | 2007-06-05 | 1 | -3/+4 |
| | |||||
* | * doc/colors.n: document new Mac OS X system colors. | das | 2007-04-29 | 4 | -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: | hobbs | 2006-12-01 | 1 | -20/+44 |
| | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows. | ||||
* | fix make-html error | das | 2006-04-12 | 1 | -3/+3 |
| | |||||
* | * macosx/tkMacOSXInt.h: Implemented 'zoomed' window state | das | 2006-04-11 | 1 | -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] | dkf | 2006-03-07 | 1 | -1/+5 |
| | |||||
* | Highlighting fix | dkf | 2005-11-22 | 1 | -3/+3 |
| | |||||
* | clarify text index documentation | vincentdarley | 2005-11-16 | 1 | -2/+6 |
| | |||||
* | * doc/getOpenFile.n: correct -multiple docs (takes boolean) | hobbs | 2005-07-06 | 1 | -2/+2 |
| | |||||
* | Fix silly error in SYNOPSIS of Tk_AllocBitmapFromObj [Bug 1224983] | dkf | 2005-06-21 | 1 | -2/+2 |
| | |||||
* | Updated out-of-date references to "Tk_GetBoolean" | dgp | 2005-05-12 | 2 | -6/+6 |
| | |||||
* | * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907] | hobbs | 2005-02-11 | 1 | -4/+4 |
| | |||||
* | Convert emacs mode comment style to stop problems with old man. [1085127] | dkf | 2005-01-05 | 2 | -4/+10 |
| | |||||
* | 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/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] | ||||
* | * doc/entry.n: | mdejong | 2003-02-19 | 2 | -6/+6 |
| | | | | | | * doc/text.n: Update double and triple click docs to match implementation changes made on 2002-02-14. | ||||
* | corrected B values [Bug #682714] | hobbs | 2003-02-18 | 1 | -453/+453 |
| | |||||
* | Added language to describe the handling of the end-of-file character | Kevin B Kenny | 2003-02-13 | 1 | -4/+14 |
| | | | | \u001a in a script file. [Bug 685505] | ||||
* | TP macro misplacement | hobbs | 2003-02-09 | 1 | -2/+2 |
| |