summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-1/+1
|\ | | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
* | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar ↵jan.nijtmans2012-10-234-45/+41
| | | | | | | | metrics handling from trunk
* | Cherrypick Merge, Backport of [6223d9e067]. Restored fromandreask2012-10-093-0/+16
| | | | | | | | | | | | | | | | | | tk-cocoa-8-5-bacport-branch, did not survive the merge. See trunk 2012-05-29 Donal K. Fellows * generic/tkInt.decls (TkMacOSXDrawable): Added OSX-specific mechanism to allow retrieval of the drawing surface. Allows Canvas3d to be adapted to 8.6.
* | Backport of dgp fixes on 50e0c049b2 to 8.5Kevin Walzer2012-10-021-0/+2
| |
* | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵jan.nijtmans2012-09-282-6/+47
|\ \ | |/ | | | | lime, olive, silver and teal), part of TIP #403
| * Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵jan.nijtmans2012-09-282-189/+228
| | | | | | | | lime, olive, silver and teal), part of TIP #403
* | Merge Tk-Cocoa backport into core-8-5-branchKevin Walzer2012-09-255-52/+133
|\ \
| * | review remarks, see mail.jan.nijtmans2012-09-124-8/+0
| | |
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-125-52/+141
| | |
* | | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdkf2012-09-132-6/+8
|/ / | | | | TkSetRegion on X11.
* | [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking indkf2012-09-112-6/+9
| | | | | | reused GCs.
* | [Bug 3562426]: Context menu goes out of edge of screen.jan.nijtmans2012-08-281-0/+2
|\ \ | |/
| * [Bug 3562426]: Context menu goes out of edge of screen. jan.nijtmans2012-08-281-0/+2
| | | | | | | | <p>PLEASE DON'T PUT THIS ASIDE TO A <b>MISTAKE</b> BRANCH OR SOMETHING! It's simply a fork, in fossil there's nothing wrong with that!</p>
| * Backport fix for [Bug 3546073]jenglish2012-07-311-5/+2
| |
* | Fixed [Bug 3554273]: Test textDisp-32.2 failedfvogel2012-08-111-0/+5
|\ \
| * | Fixed [Bug 3554273]: Test textDisp-32.2 failedbug_3554273fvogel2012-08-041-0/+5
| | |
* | | Remove useless (void *) casts introduced in checkin [b7a58eae61]. The ↵stwo2012-08-091-3/+3
| | | | | | | | | | | | warnings were false flags from a faulty OpenBSD C compiler.
* | | partly backport from 8.6jan.nijtmans2012-08-091-0/+4
|/ /
* | merge 8.5dgp2012-07-241-5/+2
|\ \
| * | silence compiler warningsdgp2012-07-241-1/+1
| | |
| * | Fix for [Bug 3546073]:root2012-07-231-5/+2
| | | | | | | | | | | | Replace Tk_CreateWindow(... DisplayString(dispPtr->display)) with direct call to TkAllocWindow().
* | | merge 8.5dgp2012-07-161-1/+1
|\ \ \ | |/ /
| * | Type correctness fix, to stop compiler complaint.dkf2012-07-121-1/+1
| | |
* | | missed a spotdgp2012-07-101-2/+2
|/ /
* | [Bug 3541305]: Xfree/Xsync... should not be macrosjan.nijtmans2012-07-081-1/+30
|\ \ | |/
| * [Bug 3541305]: Xfree/Xsync... should not be macrosjan.nijtmans2012-07-081-1/+30
| |
* | Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-044-5/+196
|\ \ | |/ | | | | remove TkBindDeadWindow from Cygwin stub table [Bug 3540127]: filebox.test fails on win32
| * Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-044-5/+170
| | | | | | remove TkBindDeadWindow from Cygwin stub table
* | 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-022-2/+2
| | | | | | are statically allocated. Caught by Michael Kirkham.
* | SetOptions.3: minor doc fixjan.nijtmans2012-06-1911-283/+283
|\ \ | |/ | | | | make various other tables const (all backported from Tk 8.6)
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-1916-70/+70
| | | | | | | | make various other tables CONST (All backported from Tk 8.6)
* | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdkf2012-06-151-4/+4
| | | | | | some libc versions.
* | Fix text clipping when working with the Xft-based renderer.dkf2012-06-123-2/+27
| |
* | fix test failuredkf2012-06-111-3/+3
| |
* | make it builddkf2012-06-111-1/+1
| |
* | fix the clipping in entries toodkf2012-06-111-7/+25
| |
* | [Bug 3294450]: Do clipping of ttk text elements correctly.dkf2012-06-111-7/+15
| |
* | eliminate some ANSI_ARGSjan.nijtmans2012-06-082-9/+9
|\ \ | |/
| * function def in frontjan.nijtmans2012-06-081-1/+1
| |
* | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-084-7/+77
|\ \ | |/
| * Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-082-56/+126
| |
| * OXS Tiger Breakagejan.nijtmans2012-06-082-5/+5
| |
* | eliminate some warnings, caused by previous mergejan.nijtmans2012-06-071-0/+2
| |
* | Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-073-206/+205
|\ \ | |/ | | | | needed for Cygwin
| * merge core-8-4-branchbug_3508771jan.nijtmans2012-06-054-89/+144
| |\
| * \ merge core-8-4-branchjan.nijtmans2012-05-2911-280/+396
| |\ \
| * \ \ merge core-8-4-branchjan.nijtmans2012-05-053-14/+12
| |\ \ \
| * \ \ \ merge core-8-4-branchjan.nijtmans2012-05-024-37/+18
| |\ \ \ \
| * | | | | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-024-308/+310
| | | | | |