summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge trunkfvogel2017-05-1313-74/+214
|\
| * merge core-8-6-branchjan.nijtmans2017-05-121-1/+1
| |\
| | * Revert [f38091d0]: If TK_LAYOUT_WITH_BASE_CHUNKS is set (MacOSX), this change...jan.nijtmans2017-05-121-1/+1
| * | Fix [a5ba1c9764]: Race condition in clipboard cleanup on Windows. Patch from ...fvogel2017-05-101-13/+17
| |\ \ | | |/
| | * Fix [a5ba1c9764]: Race condition in clipboard cleanup on Windows. Patch from ...fvogel2017-05-101-13/+17
| | |\
| | | * Fix [a5ba1c9764]: Race condition in clipboard cleanup on Windows. Patch from ...bug_a5ba1c9764fvogel2017-05-051-13/+17
| * | | merge core-8-6-branchjan.nijtmans2017-05-103-7/+32
| |\ \ \ | | |/ /
| | * | New internal function TkpCancelWarp(), which does a proper warp clean-up when...jan.nijtmans2017-05-103-8/+33
| * | | merge trunkjan.nijtmans2017-05-091-1/+0
| |\ \ \ | | |/ /
| | * | unnecessary Tcl_DStringInit(), since Tcl_WinUtfToTChar() already does that.jan.nijtmans2017-05-092-4/+3
| * | | merge-markjan.nijtmans2017-05-080-0/+0
| |\ \ \ | | |/ /
| | * | Remove calls to Tk_FreeXId(), since it's just a NOP.jan.nijtmans2017-05-083-9/+0
| * | | merge core-8-6-branchjan.nijtmans2017-05-084-7/+7
| |\ \ \ | | |/ /
| | * | Don't use sizeof(struct) when the structure has a char array as last element:...jan.nijtmans2017-05-082-3/+3
| | * | tk_getSaveFile now correctly displays multiple file types with filtering on m...Kevin Walzer2017-05-061-2/+3
| | * | Add support for file filters in tk_getSaveFile on macOS/CocoaKevin Walzer2017-05-061-24/+50
| | |/
| | * Constrain test that demands user interactiondgp2017-05-051-1/+1
| * | tk_getSaveFile now correctly displays multiple file types with filtering on m...Kevin Walzer2017-05-061-2/+3
| * | Add support for file filters in tk_GetSaveFile on macOS/CocoaKevin Walzer2017-05-061-24/+50
| * | merge core-8-6-branchjan.nijtmans2017-05-056-24/+109
| |\ \ | | |/
| | * On Windows, use Tcl_WinTCharToUtf() in stead of Tcl_NewUnicodeObj(), since T...jan.nijtmans2017-05-056-24/+109
* | | Bug in TkTextPickCurrent eliminated.gcramer2017-05-134-3/+32
* | | Make test textDisp-16.25 pass on all platforms (I hope. At least on Windows a...fvogel2017-05-121-4/+16
* | | Minor change in manualgcramer2017-05-111-8/+8
* | | Bugfix [283d52f41]: "mark unset" now works with undo, "unset" is removing the...gcramer2017-05-106-144/+93
* | | (1) Some temporary debugging stuff for chasing bug [283d52f41] gcramer2017-05-094-30/+33
* | | Formatting problem in manual solved.gcramer2017-05-091-9/+9
* | | (1) All depreciation warnings prefixed with "tk::text: ".gcramer2017-05-094-11/+77
* | | (1) Bugfix [c3e31d8f98]: wrong assertion removed.gcramer2017-05-092-5/+15
* | | Correction in comment.gcramer2017-05-081-1/+1
* | | (1) Commands "mark names", "mark next", "mark prev" extended with option "-di...gcramer2017-05-083-43/+176
* | | Correction in manual.gcramer2017-05-081-1/+1
* | | Manual: two sections addedgcramer2017-05-071-12/+136
* | | Problem with TkTextTagSetJoinComplementTo() fixed.gcramer2017-05-063-29/+43
* | | (1) Refactorization of deleteProc, inspectProc, needed because tree (previous...gcramer2017-05-068-118/+194
* | | Minor corrections of comments.gcramer2017-05-051-2/+2
* | | Bugfix [0d630132f2]: cached values in index now will be properly cleared when...gcramer2017-05-055-42/+41
* | | Bugfix [80fe5971a4]gcramer2017-05-041-8/+38
* | | Silence compiler warnings.gcramer2017-05-041-3/+3
* | | merge trunkfvogel2017-05-0211-108/+344
|\ \ \ | |/ /
| * | Change floor() back to casting to int() in fixing [6020ee2d03].fvogel2017-05-021-6/+3
| |\ \ | | |/
| | * Change floor() back to casting to int() in fixing [6020ee2d03].fvogel2017-05-021-6/+3
| | |\
| | | * Revert the previous commit since it has drawbacks (see [6020ee2d03]).bug_308940ffffvogel2017-05-021-6/+3
| * | | If compiled with -DTK_NO_DEPRECATED, remove the functions Tk_PhotoPutBlock_No...jan.nijtmans2017-05-024-26/+54
| * | | merge core-8-6-branchjan.nijtmans2017-05-022-2/+2
| |\ \ \ | | |/ /
| | * | Typo (wehter -> whether) and minor consistancy in code comment (grey -> gray)jan.nijtmans2017-05-022-12/+12
| * | | merge core-8-6-branchjan.nijtmans2017-05-014-51/+199
| |\ \ \ | | |/ /
| | * | Fix [e4336bef5d58cc96a438ba0fb5553ea57e94f4d8|e4336bef5d]: Unexpected result ...jan.nijtmans2017-05-013-47/+195
| | |\ \
| | | * | Fix [e4336bef5d] (Unexpected result when copying a photo image to itself): if...bug_e4336bef5dsimonbachmann2017-04-303-47/+195
| | | * | Create new branch named "bug-e4336bef5d"simonbachmann2017-04-300-0/+0