summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* frq-3536507: clientData field in Tk_OptionSpec should be "const void *"jan.nijtmans2012-06-201-1/+1
| | | FossilOrigin-Name: b15ef8c67086607c744f6ab245b137a271618328
* minor doc fixjan.nijtmans2012-06-191-23/+22
|\ | | | | FossilOrigin-Name: c639c2b79d676ecbf6ecff5c929d89b2ae6a108f
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-24/+17
| |\ | | | | | | | | | | | | | | | make various other tables const (all backported from Tk 8.6) FossilOrigin-Name: 2335ee4ecc69b05ab7eafef039dd64c98a48d99e
| | * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-97/+90
| | | | | | | | | | | | | | | | | | make various other tables CONST (All backported from Tk 8.6) FossilOrigin-Name: 213ad7fdd3df8afd283afab1a86cfde6170327d2
| | * implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-251-1/+1
| | | | | | | | | FossilOrigin-Name: cbfd302726ddaf773f6723e1c926bb4379797063
| | * some more cygwin compatibility improvementsjan.nijtmans2012-04-061-0/+0
| | | | | | | | | FossilOrigin-Name: e18429c93eb1eb686e0fa9f4939d659e2f6b6ed5
* | | Fixed merge errorfvogel2012-05-281-2/+0
| | | | | | | | | FossilOrigin-Name: 5977704da38095f4e5d498abc2286c7d87f9f54b
* | | Bug 1630251: Documentation for -endline option was wrongfvogel2012-05-281-6/+8
|\ \ \ | |/ / | | | FossilOrigin-Name: 7982f0efe5e2146131043f8e1e299e6ffffbf3bd
| * | Bug 1630251: Documentation for -endline option was wrongfvogel2012-05-171-2/+3
| | | | | | | | | FossilOrigin-Name: a9354efea11c3564ac9bf140c8691c9afa48208d
* | | Minor spelling fixes.dkf2012-03-1314-24/+24
| | | | | | | | | FossilOrigin-Name: b29edfa6e63b9c194c3cfeec139932a39b24ddd9
* | | [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-281-4/+4
|\ \ \ | |/ / | | | FossilOrigin-Name: acd15416c2193dd334a021ee026fa8f57f61b28c
| * | [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-281-4/+4
| |\ \ | | |/ | | | FossilOrigin-Name: 1b7382b21755098211019a4cd216bfce00612a1c
| | * [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-281-4/+4
| | | | | | | | | FossilOrigin-Name: b585e983f8525a2c3768744b760f78b8bd6e508b
* | | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-2/+3
|\ \ \ | |/ / | | | FossilOrigin-Name: 23d5395c26490c0785d794460ff26f1a6d8339e6
| * | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-2/+3
| |\ \ | | |/ | | | FossilOrigin-Name: 2e0b3fedb281675de51a7f2d75c47dd2ab4546c9
| | * proposed fix for bug-3486474jan.nijtmans2012-02-101-2/+3
| | | | | | | | | FossilOrigin-Name: 6f74cf37d47277636825553974d4f586dccb35ca
| * | [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+1
| |\ \ | | |/ | | | FossilOrigin-Name: 8ef7384bc924a7b400e0b9fd11484fecb6b7f886
| | * [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+1
| | | | | | | | | FossilOrigin-Name: 43a8cf526d404a639cf316736be75e4bfbea4c59
| | * Fix the escaping of leading dots in lines that start withjan.nijtmans2011-11-171-1/+1
| | | | | | | | | | | | | | | | | | a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line FossilOrigin-Name: e5f64795fd96b04e6ba96d6b30a1f82ceb049443
* | | Make example follow best practices.dkf2011-12-131-2/+2
| | | | | | | | | FossilOrigin-Name: 0c6e7a48277133d9cdb1a5059b0394a5490f0e8b
* | | Fix the escaping of leading dots in lines that start withjan.nijtmans2011-11-171-6/+6
| | | | | | | | | | | | | | | | | | a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line FossilOrigin-Name: ce09a53f2131b7b2c60708d83916ec67fc143e6e
* | | * Add square to DEMOPROGS in unix/Makefile.in. It contains a shebangmax2011-11-084-9/+9
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | and hence should get installed with executable bits. * manpages: Fix the escaping of leading dots in lines that start with a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line. FossilOrigin-Name: b3f23db823bacca36192279f2f8936cc06bcf228
| * | * Add square to DEMOPROGS in unix/Makefile.in. It contains a shebangmax2011-11-084-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | and hence should get installed with executable bits. * manpages: Fix the escaping of leading dots in lines that start with a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line. FossilOrigin-Name: fd63aa44b54a3fbd5f7bbebfc2ec58ed7ce887ec
* | | Merge TIP 382 implementation to trunk. Still need Carbon migration & Cocoa.dgp2011-10-241-0/+6
|\ \ \ | |/ / | | | FossilOrigin-Name: fe657dbc8a76f9eae5fcf61b8393f139704d7b6c
| * | add docsdgp2011-10-191-0/+6
| | | | | | | | | FossilOrigin-Name: a66e998b5e41beaba5cb0b26a6fb5d1bafcdbc7b
* | | Correctly documented what the [$ph data] command produces without the ↵dkf2011-09-011-3/+8
|\ \ \ | |/ / | | | | | | | | | -format option. FossilOrigin-Name: 6ab2c76c794e218edba71e5bfcdb6ad08fd72a78
| * | Correctly documented what the [$ph data] command produces without the ↵dkf2011-09-011-3/+8
| | | | | | | | | | | | | | | -format option. FossilOrigin-Name: 9baec6307c66aec53dcf82216cc761ee9a47610d
| * | Formatting typosdgp2011-06-211-1/+1
| | | | | | | | | FossilOrigin-Name: fb002d25aafd7f68aa4280abbe5d8aa7642de122
* | | Final part of doc improvement project.dkf2011-07-181-1/+1
| | | | | | | | | FossilOrigin-Name: 6f247a1d1d066d1e39dd9f249d35e179874e0f46
* | | More small documentation improvements.dkf2011-07-1836-354/+476
| | | | | | | | | FossilOrigin-Name: 5c63bca4effecfc3d4a192031a2309d7e648b085
* | | Minor documentation improvementsdkf2011-07-173-1/+9
| | | | | | | | | FossilOrigin-Name: 7a32076a08024b4b4bffeae0cdf83af7a5e4ef3d
* | | Added documentation of the -type attribute that was introduced in TIP#359, anddkf2011-06-191-14/+90
| | | | | | | | | | | | | | | | | | moved documentation of -alpha to common section as it is supported on all platforms now. FossilOrigin-Name: 4614c111794d54f00435535b06df45da50730250
| | |
| \ \
*-. \ \ Purge RCS Keywordsdgp2011-06-08174-354/+0
|\ \ \ \ | | |/ / | | | | FossilOrigin-Name: b8a1385217cc117d6962c234f0a4d28ff10e089c
| | * | restore mistaken line deletedgp2011-06-081-1/+1
| |/ / | | | | | | FossilOrigin-Name: a1e8023e4f25cef04c1678eaf7aca6757b265793
| * | Purge RCS Keywords.dgp2011-06-08172-352/+0
| |\ \ | | |/ | | | FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
| | * Purge RCS Keywords.dgp2011-06-08145-297/+0
| | | | | | | | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
* | | doc/frame.n: Fix markup errors.jenglish2011-06-061-1/+1
| | | | | | | | | FossilOrigin-Name: 2e1b8c55ee20b931f2e2b438c2d0177cd250fdc8
* | | Document all variable options as global.pspjuth2011-04-219-9/+9
|\ \ \ | |/ / | | | FossilOrigin-Name: 212866a0fc8a3114bc43495c80710d64dff8db24
| * | Document all variable options as global.pspjuth2011-04-219-9/+9
| |\ \ | | |/ | | | FossilOrigin-Name: 826dd8fde70e2aed15224dc812da23eb4be86877
| | * Document all variable options as global.pspjuth2011-04-215-5/+5
| | | | | | | | | FossilOrigin-Name: 6242f06cc9cea16042a60bb3b117257f0ba7c7d5
* | | [Bug 2997657]: Removed -container from labelframe documentationpspjuth2011-04-042-9/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | since it does not work as expected and does not make sense as a container. Added note to frame about restrictions when used as a container. FossilOrigin-Name: 5f4bcf23b8f439fb5ee112d20cfe9beda8d6f473
| * | [Bug 2997657]: Removed -container from labelframepspjuth2011-04-042-9/+2
| | | | | | | | | | | | | | | | | | | | | documentation since it does not work as expected and does not make sense as a container. Added note to frame about restrictions when used as a container. FossilOrigin-Name: 7b107e6e44f28f9a3ca3997ac26609aa65aeb934
* | | We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-081-1/+0
|\ \ \ | |/ / | | | FossilOrigin-Name: 47713be640ebbdf99470094ab63b5332f8fe2f19
| * | We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-081-1/+0
| |\ \ | | |/ | | | FossilOrigin-Name: f3455aee4d258b2758107ed369812c6ea24766ad
| | * We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-051-1/+0
| | | | | | | | | FossilOrigin-Name: 7969d3a4e85e75cd061378f1b5f2b29a095d21f5
| | * [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-0/+1
| | | | | | | | | | | | | | | | | | Fix 2 minor gcc warnings in tkWinTest.c FossilOrigin-Name: 42f3252288e1626ad79dc65ef32fced0ad13c7b6
| | * Spelling correctionsdgp2007-11-054-10/+10
| | | | | | | | | FossilOrigin-Name: 5787fbefbb6f7d46a569604f481c7af61810d263
| | * Fix [Bug 1731348]dkf2007-06-051-3/+4
| | | | | | | | | FossilOrigin-Name: 950a7aa2155887d3ffa9c47c51639e9074028854
| | * * 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]. FossilOrigin-Name: 67da6dcc703f9615d5634bc8e2f546e34d2053cf
| | * * doc/wm.n, tests/winWm.test:hobbs2006-12-011-20/+44
| | | | | | | | | | | | | | | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows. FossilOrigin-Name: 57ee40f38737bf5de60095e3b704cece30a1932d