summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improved solution to [Bug 3540127] that disconnects options from their order,donal.k.fellows@manchester.ac.uk2012-07-042-35/+52
|\
| * [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdonal.k.fellows@manchester.ac.uk2012-07-042-35/+52
| |\
| | * [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdonal.k.fellows@manchester.ac.uk2012-07-042-32/+37
* | | [Bug 3540127]: filebox.test fails on win32nijtmans@users.sourceforge.net2012-07-042-10/+15
|\ \ \ | |/ /
| * | Add various X11 stub functions, Cygwin onlynijtmans@users.sourceforge.net2012-07-047-28/+211
| |\ \ | | |/
| | * Add various X11 stub functions, Cygwin onlynijtmans@users.sourceforge.net2012-07-046-20/+170
* | | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288]jenglish@flightlab.com2012-07-021-1/+1
|\ \ \ | |/ /
| * | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288]jenglish@flightlab.com2012-07-021-1/+1
* | | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} jenglish@flightlab.com2012-07-023-3/+3
|\ \ \ | |/ /
| * | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct}jenglish@flightlab.com2012-07-023-3/+3
* | | fix select-5.15 test case [Bug 2441988]nijtmans@users.sourceforge.net2012-07-011-1/+1
* | | autoconf-2.59nijtmans@users.sourceforge.net2012-06-281-1/+1
* | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharednijtmans@users.sourceforge.net2012-06-285-10/+25
|\ \ \ | |/ /
| * | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharednijtmans@users.sourceforge.net2012-06-286-9/+28
| |\ \ | | |/
| | * Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharednijtmans@users.sourceforge.net2012-06-286-8/+20
* | | mergenijtmans@users.sourceforge.net2012-06-272-2/+2
|\ \ \ | |/ /
| * | mergenijtmans@users.sourceforge.net2012-06-273-4/+6
| |\ \ | | |/
| | * link cygwin wish with tk84.dllnijtmans@users.sourceforge.net2012-06-274-31/+45
* | | autoconf-2.59nijtmans@users.sourceforge.net2012-06-262-8/+18
|\ \ \ | |/ /
| * | link cygwin wish8.6 with tk86.dll (configuration part)nijtmans@users.sourceforge.net2012-06-263-11/+26
| |\ \ | | |/
| | * link cygwin wish8.6 with tk86.dll (configuration part)nijtmans@users.sourceforge.net2012-06-263-24/+38
* | | link cygwin wish8.6 with tk86.dll (configuration part)nijtmans@users.sourceforge.net2012-06-262-6/+13
* | | [Frq-3536507]: clientData field in Tk_OptionSpec should be "const void *"nijtmans@users.sourceforge.net2012-06-2419-147/+153
|\ \ \
| * | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"nijtmans@users.sourceforge.net2012-06-2018-147/+147
* | | | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3nijtmans@users.sourceforge.net2012-06-234-2/+24
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3nijtmans@users.sourceforge.net2012-06-234-2/+24
| |\ \ | | |/
| | * sync tcl.m4 with Tcl versionnijtmans@users.sourceforge.net2012-06-234-223/+224
| | * [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3nijtmans@users.sourceforge.net2012-06-223-2/+13
* | | rfe-2636558 simplification. Restore forwards compatibility with Tk 8.5nijtmans@users.sourceforge.net2012-06-205-58/+38
|\ \ \
| * | | improving backwards compatibilitynijtmans@users.sourceforge.net2012-06-163-0/+22
| * | | rfe-2636558 simplificationnijtmans@users.sourceforge.net2012-06-155-66/+17
* | | | minor doc fixnijtmans@users.sourceforge.net2012-06-191-23/+22
|\ \ \ \ | | |/ / | |/| |
| * | | SetOptions.3: minor doc fixnijtmans@users.sourceforge.net2012-06-1912-307/+300
| |\ \ \ | | | |/ | | |/|
| | * | SetOptions.3: minor doc fixnijtmans@users.sourceforge.net2012-06-1919-172/+165
* | | | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdonal.k.fellows@manchester.ac.uk2012-06-152-4/+9
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdonal.k.fellows@manchester.ac.uk2012-06-152-4/+9
* | | fix signature of XSynchronize to match X.orgnijtmans@users.sourceforge.net2012-06-156-8/+14
* | | merge-marknijtmans@users.sourceforge.net2012-06-150-0/+0
|\ \ \ | |/ /
| * | Backport of [Bug 3532186] fixnijtmans@users.sourceforge.net2012-06-151-3/+3
* | | Re-added PATCH_LEVEL to Tk's unix pkgIndex.tcl, lost by [60bd3f4fc5].andreask2012-06-141-3/+3
* | | Fix text clipping when working with the Xft-based renderer.donal.k.fellows@manchester.ac.uk2012-06-125-2/+74
|\ \ \ | |/ /
| * | Fix text clipping when working with the Xft-based renderer.donal.k.fellows@manchester.ac.uk2012-06-125-2/+63
* | | fix test failuredonal.k.fellows@manchester.ac.uk2012-06-111-3/+3
|\ \ \ | |/ /
| * | fix test failuredonal.k.fellows@manchester.ac.uk2012-06-111-3/+3
* | | make it builddonal.k.fellows@manchester.ac.uk2012-06-111-4/+4
|\ \ \ | |/ /
| * | make it builddonal.k.fellows@manchester.ac.uk2012-06-111-1/+1
* | | fix the clipping in entries toodonal.k.fellows@manchester.ac.uk2012-06-112-13/+32
|\ \ \ | |/ /
| * | fix the clipping in entries toodonal.k.fellows@manchester.ac.uk2012-06-112-13/+32
* | | [Bug 3294450]: Do clipping of ttk text elements correctly.donal.k.fellows@manchester.ac.uk2012-06-112-7/+25
|\ \ \ | |/ /
| * | [Bug 3294450]: Do clipping of ttk text elements correctly.donal.k.fellows@manchester.ac.uk2012-06-112-7/+25