Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge trunk | dgp | 2012-09-14 | 4 | -7/+18 |
|\ | |||||
| * | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and not | dkf | 2012-09-13 | 4 | -7/+18 |
| |\ | | | | | | | TkSetRegion on X11. | ||||
| | * | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and not | dkf | 2012-09-13 | 4 | -7/+18 |
| | | | | | | | | | TkSetRegion on X11. | ||||
* | | | merge trunk | dgp | 2012-09-13 | 2 | -0/+24 |
|\ \ \ | |/ / | |||||
| * | | Building Tk 8.6 requires Tcl 8.6 headers. | dgp | 2012-09-13 | 2 | -0/+24 |
| | | | |||||
* | | | merge trunk | dgp | 2012-09-13 | 1 | -8/+8 |
|\ \ \ | |/ / | |||||
| * | | autoconf-2.59 | dgp | 2012-09-13 | 1 | -8/+8 |
| | | | |||||
* | | | merge trunk | dgp | 2012-09-13 | 3 | -3/+7 |
|\ \ \ | |/ / | |||||
| * | | 3566106 Solaris9/x86 support. Thanks Dagobert and others. | dgp | 2012-09-13 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | post-review, believed minimalbug_3566106 | dkf | 2012-09-12 | 1 | -3/+2 |
| | | | | |||||
| | * | | contributed patch for Solaris 9/x86 support | dgp | 2012-09-11 | 1 | -4/+5 |
| | | | | |||||
| * | | | [Bug 3567283]: Added missing cast. | dkf | 2012-09-13 | 2 | -1/+5 |
| | | | | |||||
* | | | | bump release date | dgp | 2012-09-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge trunk | dgp | 2012-09-12 | 4 | -6/+19 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking in | dkf | 2012-09-11 | 3 | -6/+17 |
| |\ \ \ | | | |/ | | |/| | reused GCs. | ||||
| | * | | [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking in | dkf | 2012-09-11 | 3 | -6/+17 |
| | |/ | | | | | | | reused GCs. | ||||
* | | | merge trunk | dgp | 2012-09-11 | 1 | -4/+2 |
|\ \ \ | |/ / | |||||
| * | | fix <Up> and <Down> binding in windows console | jan.nijtmans | 2012-09-11 | 1 | -4/+2 |
| | | | |||||
* | | | Updates from `make dist` | dgp | 2012-09-11 | 1 | -7/+24 |
| | | | |||||
* | | | merge trunk | dgp | 2012-09-07 | 2 | -9/+10 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3565533]: Purge use of variable that was only ever checked once immediately | dkf | 2012-09-07 | 2 | -9/+10 |
| | | | | | | | | | afterwards, except for one (buggy) case where it was checked without assignment. | ||||
* | | | Bump to 8.6b3 | dgp | 2012-09-07 | 9 | -9/+21 |
|/ / | |||||
* | | Update changes for 8.6b3 | dgp | 2012-08-30 | 1 | -3/+16 |
| | | |||||
* | | Unbreak windows problems with commit [961ae24a3f] as well. | andreask | 2012-08-30 | 4 | -7/+10 |
| | | |||||
* | | Unbreak AIX, replaced use of C99 comments in commit [961ae24a3f] ↵ | andreask | 2012-08-30 | 2 | -2/+7 |
| | | | | | | | | (2012-08-27) with C89-style. | ||||
* | | re-do [c42d04b1b4], but now correct ;-( | jan.nijtmans | 2012-08-28 | 1 | -23/+2 |
| | | |||||
* | | [Bug 3562426]: Context menu goes out of edge of screen. | jan.nijtmans | 2012-08-28 | 2 | -0/+7 |
|\ \ | |/ | |||||
| * | [Bug 3562426]: Context menu goes out of edge of screen. | jan.nijtmans | 2012-08-28 | 2 | -0/+7 |
| |\ | |||||
| | * | [Bug 3562426]: Context menu goes out of edge of screen | jan.nijtmans | 2012-08-28 | 2 | -0/+7 |
| | |\ | |||||
| | | * | [Bug 3562426]: Context menu goes out of edge of screen. | jan.nijtmans | 2012-08-28 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | <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> | ||||
| | * | | [Bug 3558535]: Factor out the filtered-sorted globbing code into one procedure | dkf | 2012-08-25 | 2 | -28/+57 |
| | | | | | | | | | | | | that knows how to avoid nasty problems when non-list filters are used. | ||||
* | | | | Note potential incompatibility introduced by new virtual events. | dkf | 2012-08-28 | 1 | -18/+25 |
| | | | | | | | | | | | | Emiliano Gavilan reports that this impacts tkcon's history features. | ||||
* | | | | Generate -errorcode values to go with errors. Generate messages and postscript | dkf | 2012-08-27 | 140 | -5269/+6467 |
|\ \ \ \ | | | | | | | | | | | using Tcl_Obj API, not the string result API. | ||||
| * \ \ \ | merge trunktk_errorcodes | dkf | 2012-08-27 | 1 | -25/+0 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Remove accidental commit of merge conflict, resolved to original code. | dkf | 2012-08-27 | 1 | -25/+0 |
| | | | | | |||||
| * | | | | merge trunk | dkf | 2012-08-27 | 16 | -198/+446 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | 3554026 3561016 Better fix from Emiliano Gavilan. | dgp | 2012-08-25 | 1 | -2/+2 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | 3554026 3561016 Better fix from Emiliano Gavilan | dgp | 2012-08-25 | 1 | -2/+2 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | 3554026 3561016 Better fix from Emiliano Gavilan. | dgp | 2012-08-25 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | [Bug 3558535]: Factor out the filtered-sorted globbing code into one procedure | dkf | 2012-08-24 | 2 | -60/+68 |
|\ \ \ \ \ | |/ / / / | | | | | | that knows how to avoid nasty problems when non-list filters are used. | ||||
| * | | | | [Bug 3558535]: Factor out the filtered-sorted globbing code into one procedure | dkf | 2012-08-24 | 2 | -62/+62 |
| | | | | | | | | | | | | | | | that knows how to avoid nasty problems when non-list filters are used. | ||||
* | | | | | 3554026,3561016 Stop crash with tearoff menus | dgp | 2012-08-23 | 2 | -0/+11 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | 3554026,3561016 Stop crash with tearoff menus. | dgp | 2012-08-23 | 2 | -0/+11 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | 3554026,3561016 Stop crash with tearoff menus. | dgp | 2012-08-23 | 2 | -0/+11 |
| | | |/ | | |/| | |||||
* | | | | [Bug 3555644]: Better use of virtual events, Add <<ToggleSelection>> virtual ↵ | jan.nijtmans | 2012-08-23 | 5 | -2/+16 |
|\ \ \ \ | | | | | | | | | | | | | | | | event. | ||||
| * | | | | new virtual event <<ToggleSelection>>bug_3555644 | jan.nijtmans | 2012-08-23 | 3 | -2/+5 |
|/ / / / | |||||
* | | | | And *this* time with the right TIP number. :-} | dkf | 2012-08-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Corrections to TIP number; make recent TIP commits more visible in ChangeLog | dkf | 2012-08-22 | 1 | -28/+37 |
| | | | | |||||
* | | | | [TIP 403]: Web Colors for Tk. | jan.nijtmans | 2012-08-22 | 6 | -16/+123 |
|\ \ \ \ | | | | | | | | | | | | | | | | New colors aqua, crimson, fuchsia, indigo, lime, olive, silver, and teal. Modified RGB values for gray/grey, green, maroon and purple. | ||||
| * \ \ \ | merge trunkjn_web_colors | jan.nijtmans | 2012-08-09 | 17 | -148/+102 |
| |\ \ \ \ |