summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ttk::treeview('see' method): fix overscroll prevention [Bug 3530288]jenglish2012-07-021-1/+1
* ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct}jenglish2012-07-023-3/+3
* Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-286-9/+28
|\
| * Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-286-8/+20
* | mergejan.nijtmans2012-06-273-4/+6
|\ \ | |/
| * link cygwin wish with tk84.dlljan.nijtmans2012-06-274-31/+45
* | link cygwin wish8.6 with tk86.dll (configuration part)jan.nijtmans2012-06-263-11/+26
|\ \ | |/
| * link cygwin wish8.6 with tk86.dll (configuration part)jan.nijtmans2012-06-263-24/+38
* | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-234-2/+24
|\ \ | |/
| * sync tcl.m4 with Tcl versionjan.nijtmans2012-06-234-223/+224
| * [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-223-2/+13
* | SetOptions.3: minor doc fixjan.nijtmans2012-06-1912-307/+300
|\ \ | |/
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-1919-172/+165
* | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdkf2012-06-152-4/+9
* | Backport of [Bug 3532186] fixjan.nijtmans2012-06-151-3/+3
* | Fix text clipping when working with the Xft-based renderer.dkf2012-06-125-2/+63
* | fix test failuredkf2012-06-111-3/+3
* | make it builddkf2012-06-111-1/+1
* | fix the clipping in entries toodkf2012-06-112-13/+32
* | [Bug 3294450]: Do clipping of ttk text elements correctly.dkf2012-06-112-7/+25
* | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-1013-17/+22
|\ \ | |/
| * [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-109-17/+22
* | eliminate some ANSI_ARGSjan.nijtmans2012-06-084-13/+13
|\ \ | |/
| * function def in frontjan.nijtmans2012-06-081-1/+1
* | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-085-7/+82
|\ \ | |/
| * Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-084-69/+145
| * OXS Tiger Breakagejan.nijtmans2012-06-082-5/+5
* | some quoting issues, eliminate TCL_VARARGS_DEFINEjan.nijtmans2012-06-072-6/+6
|\ \ | |/
| * some more quoting issuesjan.nijtmans2012-06-072-34/+34
* | eliminate some warnings, caused by previous mergejan.nijtmans2012-06-072-0/+3
* | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-0710-266/+319
|\ \ | |/
| * Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-079-295/+348
| |\
| | * merge core-8-4-branchbug_3508771jan.nijtmans2012-06-0530-443/+528
| | |\ | | |/ | |/|
| | * merge core-8-4-branchjan.nijtmans2012-05-2923-455/+683
| | |\
| | * \ merge core-8-4-branchjan.nijtmans2012-05-056-158/+177
| | |\ \
| | * \ \ merge core-8-4-branchjan.nijtmans2012-05-027-54/+30
| | |\ \ \
| | * | | | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-0215-388/+452
* | | | | | [Bug 3532186] pkgIndex.tcl file complexityjan.nijtmans2012-06-063-8/+14
* | | | | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally use...jan.nijtmans2012-06-056-46/+54
* | | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-0522-212/+302
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-0129-437/+535
| | |_|_|/ | |/| | |
| * | | | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy...jan.nijtmans2012-05-2911-66/+80
* | | | | Simpify determination whether we are running on cygwin. jan.nijtmans2012-05-3012-244/+230
|\ \ \ \ \
| * \ \ \ \ merge core-8-4-branch, still to be tested on Unixtobetestedjan.nijtmans2012-05-2912-244/+230
| |\ \ \ \ \ | | |/ / / /
| | * | | | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-2510-232/+251
* | | | | | Bug 1630251: Documentation for -endline option was wrongfvogel2012-05-282-2/+7
|\ \ \ \ \ \
| * | | | | | Bug 1630251: Documentation for -endline option was wrongbug_1630251fvogel2012-05-172-2/+7
* | | | | | | Bug 1630254: missing scrolling of text widget when from a -startline == -endl...fvogel2012-05-282-2/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Better fix for bug-1630254bug_1630254fvogel2012-05-171-15/+3
| * | | | | | [Bug 1630254]: missing scrolling of text widget when from a -startline == -en...fvogel2012-05-172-2/+21
| |/ / / / /