summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 3567812 3567779 Repaired regressions in 3546073 fix.dgp@users.sourceforge.net2012-09-151-0/+3
* [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdonal.k.fellows@manchester.ac.uk2012-09-132-6/+8
|\
| * [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdonal.k.fellows@manchester.ac.uk2012-09-132-6/+8
* | [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking indonal.k.fellows@manchester.ac.uk2012-09-112-6/+9
|\ \ | |/
| * [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking indonal.k.fellows@manchester.ac.uk2012-09-112-6/+9
* | [Bug 3565533]: Purge use of variable that was only ever checked once immediatelydonal.k.fellows@manchester.ac.uk2012-09-071-9/+4
* | Unbreak AIX, replaced use of C99 comments in commit [961ae24a3f] (2012-08-27)...andreask2012-08-301-2/+2
* | [Bug 3562426]: Context menu goes out of edge of screen.nijtmans@users.sourceforge.net2012-08-281-0/+2
|\ \ | |/
| * [Bug 3562426]: Context menu goes out of edge of screen.nijtmans@users.sourceforge.net2012-08-281-0/+2
| |\
| | * [Bug 3562426]: Context menu goes out of edge of screen. nijtmans@users.sourceforge.net2012-08-281-0/+2
| | * Backport fix for [Bug 3546073]jenglish@flightlab.com2012-07-311-5/+2
* | | Generate -errorcode values to go with errors. Generate messages and postscriptdonal.k.fellows@manchester.ac.uk2012-08-2779-2941/+3880
|\ \ \
| * \ \ merge trunkdonal.k.fellows@manchester.ac.uk2012-08-272-4/+51
| |\ \ \ | |/ / / |/| | |
| * | | merge trunkdonal.k.fellows@manchester.ac.uk2012-08-144-23/+26
| |\ \ \
| * \ \ \ merge trunkdonal.k.fellows@manchester.ac.uk2012-08-083-7/+11
| |\ \ \ \
| * | | | | minor improvements to flag handlingdonal.k.fellows@manchester.ac.uk2012-07-3116-95/+94
| * | | | | more reorganization of error codes: safety is common failure modedonal.k.fellows@manchester.ac.uk2012-07-305-10/+10
| * | | | | more auditing of error codesdonal.k.fellows@manchester.ac.uk2012-07-3021-61/+70
| * | | | | Working towards making the error codes more consistent.donal.k.fellows@manchester.ac.uk2012-07-3019-118/+113
| * | | | | Purged Tcl_AppendElement from all non-test code.donal.k.fellows@manchester.ac.uk2012-07-2918-518/+596
| * | | | | merge trunkdonal.k.fellows@manchester.ac.uk2012-07-281-5/+2
| |\ \ \ \ \
| * | | | | | Postscript generation now uses Tcl_Objs more extensively; still nasty in places.donal.k.fellows@manchester.ac.uk2012-07-279-384/+640
| * | | | | | more conversionsdonal.k.fellows@manchester.ac.uk2012-07-261-20/+25
| * | | | | | Ttk and Aqua donedonal.k.fellows@manchester.ac.uk2012-07-2410-129/+157
| * | | | | | Much more cleaning up of result handling.donal.k.fellows@manchester.ac.uk2012-07-2357-1217/+1431
| * | | | | | consistent error formatting, added error codesdonal.k.fellows@manchester.ac.uk2012-07-2113-214/+312
| * | | | | | Working towards adding all the Tcl_SetErrorCode calls that should be there.donal.k.fellows@manchester.ac.uk2012-07-1635-446/+701
* | | | | | | [TIP 403]: Web Colors for Tk. nijtmans@users.sourceforge.net2012-08-222-4/+51
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | merge trunknijtmans@users.sourceforge.net2012-08-092-3/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunknijtmans@users.sourceforge.net2012-08-022-8/+5
| |\ \ \ \ \ \ \
| * | | | | | | | better wrapper, with one less roundtrip through X11 servernijtmans@users.sourceforge.net2012-07-162-10/+6
| * | | | | | | | merge trunknijtmans@users.sourceforge.net2012-07-1629-218/+218
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | merge trunknijtmans@users.sourceforge.net2012-06-1116-510/+875
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunknijtmans@users.sourceforge.net2012-05-052-75/+97
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunknijtmans@users.sourceforge.net2012-04-299-411/+286
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunknijtmans@users.sourceforge.net2012-04-125-9/+7
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ implement for Unix as wellnijtmans@users.sourceforge.net2012-03-261-4/+55
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Fixed [Bug 3554273]: Test textDisp-32.2 failedfvogelnew1@free.fr2012-08-111-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Fixed [Bug 3554273]: Test textDisp-32.2 failedfvogelnew1@free.fr2012-08-111-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fixed [Bug 3554273]: Test textDisp-32.2 failedfvogelnew1@free.fr2012-08-041-0/+5
| * | | | | | | | | | | | | | Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warning...stwo@users.sourceforge.net2012-08-091-3/+3
* | | | | | | | | | | | | | | Remove useless (void *) casts introduced in checkin [81e50c85ed]. The warning...stwo@users.sourceforge.net2012-08-091-3/+3
| |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | it's no longer necessary to set _USE_32BIT_TIME_T in Tknijtmans@users.sourceforge.net2012-08-091-5/+0
* | | | | | | | | | | | | | formatting, unnecessary if'snijtmans@users.sourceforge.net2012-08-091-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| * | | | | | | | | | | | partly backport from 8.6nijtmans@users.sourceforge.net2012-08-091-0/+4
| |/ / / / / / / / / / /
| * | | | | | | | | | | merge 8.5dgp@users.sourceforge.net2012-07-241-5/+2
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge 8.5dgp@users.sourceforge.net2012-07-161-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | missed a spotdgp@users.sourceforge.net2012-07-101-2/+2
* | | | | | | | | | | | | | fix broken build on Visual Studio 9+10nijtmans@users.sourceforge.net2012-08-051-1/+6
| |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | ttk::entry: Fix incorrect clip region computation [Bug 3552404]jenglish@flightlab.com2012-07-311-3/+3
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |