summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Type correctness fix, to stop compiler complaint.donal.k.fellows@manchester.ac.uk2012-07-122-3/+3
| | * missed a spotdgp@users.sourceforge.net2012-07-101-2/+2
| | * Release candidate branch for Tk 8.5.12.dgp@users.sourceforge.net2012-07-108-16/+19
| |/ |/|
* | don't forget to excape quotesnijtmans@users.sourceforge.net2012-07-082-2/+2
* | use "in" operator in steadnijtmans@users.sourceforge.net2012-07-082-2/+2
* | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar...nijtmans@users.sourceforge.net2012-07-082-4/+4
|\ \ | |/
| * [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar...nijtmans@users.sourceforge.net2012-07-082-4/+4
* | [Bug 3541305]: Xfree/Xsync... should not be macrosnijtmans@users.sourceforge.net2012-07-082-1/+35
|\ \ | |/
| * [Bug 3541305]: Xfree/Xsync... should not be macrosnijtmans@users.sourceforge.net2012-07-082-1/+35
* | [Bug 3538401]: Better description of the key difference between [wm geometry]donal.k.fellows@manchester.ac.uk2012-07-052-0/+15
|\ \ | |/
| * [Bug 3538401]: Better description of the key difference between [wm geometry]donal.k.fellows@manchester.ac.uk2012-07-052-0/+14
* | typonijtmans@users.sourceforge.net2012-07-041-3/+3
|\ \ | |/
| * typonijtmans@users.sourceforge.net2012-07-041-1/+1
* | [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
* | 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::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct}jenglish@flightlab.com2012-07-023-3/+3
* | 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-273-4/+6
|\ \ | |/
| * link cygwin wish with tk84.dllnijtmans@users.sourceforge.net2012-06-274-31/+45
* | 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
* | [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
* | 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
* | Backport of [Bug 3532186] fixnijtmans@users.sourceforge.net2012-06-151-3/+3
* | 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
* | 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
* | [Bug 3294450]: Do clipping of ttk text elements correctly.donal.k.fellows@manchester.ac.uk2012-06-112-7/+25
* | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]nijtmans@users.sourceforge.net2012-06-1013-17/+22
|\ \ | |/
| * [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]nijtmans@users.sourceforge.net2012-06-109-17/+22
* | eliminate some ANSI_ARGSnijtmans@users.sourceforge.net2012-06-084-13/+13
|\ \ | |/
| * function def in frontnijtmans@users.sourceforge.net2012-06-081-1/+1
* | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dllnijtmans@users.sourceforge.net2012-06-085-7/+82
|\ \ | |/
| * Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dllnijtmans@users.sourceforge.net2012-06-084-69/+145
| * OXS Tiger Breakagenijtmans@users.sourceforge.net2012-06-082-5/+5
* | some quoting issues, eliminate TCL_VARARGS_DEFINEnijtmans@users.sourceforge.net2012-06-072-6/+6
|\ \ | |/
| * some more quoting issuesnijtmans@users.sourceforge.net2012-06-072-34/+34
* | eliminate some warnings, caused by previous mergenijtmans@users.sourceforge.net2012-06-072-0/+3
* | Change XChangeWindowAttributes signature and many others to match Xorg, neede...nijtmans@users.sourceforge.net2012-06-0710-266/+319
|\ \ | |/
| * Change XChangeWindowAttributes signature and many others to match Xorg, neede...nijtmans@users.sourceforge.net2012-06-079-295/+348
| |\
| | * merge core-8-4-branchnijtmans@users.sourceforge.net2012-06-0530-443/+528
| | |\ | | |/ | |/|