summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-05-271-1/+1
|\
| * Merge 8.5jan.nijtmans2019-05-271-1/+1
| |\
| | * Rename top README to README.md, just as done in Tcl. Reformat to md format.jan.nijtmans2019-05-271-1/+1
* | | Add double buffering to frames and toplevels. dkf2019-05-171-3/+4
* | | merge trunkdkf2019-05-169-359/+196
|\ \ \
| * | | sync rules.vc and tcl.m4 (both win and unix) with Tcl versionjan.nijtmans2019-05-152-12/+2
| * | | Fix [94eeb111fb]: macos, linux: configuration: unable to build using trunk. jan.nijtmans2019-05-154-326/+71
| * | | While on it: A few more whitespacesjan.nijtmans2019-05-091-3/+3
| * | | Merge 8.6jan.nijtmans2019-05-091-4/+3
| |\ \ \ | | |/ /
| | * | François Vogel review (thanks!). Streamline UNIX defaults with MAC/WIN defau...jan.nijtmans2019-05-091-4/+3
| * | | Implement TIPs 482 and 483dkf2019-04-147-16/+115
| |\ \ \
| | * \ \ Merge trunk.stu2018-07-0310-702/+421
| | |\ \ \
| | * | | | Use macos comment for TkpFontPkgInit.stu2017-11-211-2/+16
| | * | | | Merge trunk.stu2017-11-078-238/+92
| | |\ \ \ \
| | * \ \ \ \ Merge trunk.stu2017-05-202-2/+6
| | |\ \ \ \ \
| | * | | | | | Add demo dir to tk.pc?stu2017-05-201-0/+1
| | * | | | | | Bring more TIP #59 to Tk.<br> stu2017-05-205-14/+68
| | * | | | | | Set demo dir at config time.stu2017-05-204-1/+28
| * | | | | | | Implement TIP 507dkf2019-04-141-1/+5
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ merge trunkfvogel2018-08-196-579/+219
| | |\ \ \ \ \ \ \
| | * | | | | | | | Implementation of TIP #507: Include simple svg support with nanosvg. Files as...fvogel2018-05-151-1/+5
* | | | | | | | | | Implementation of background images for frames (and toplevels)dkf2019-04-121-0/+2
|/ / / / / / / / /
* | | | | | | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-043-4/+4
* | | | | | | | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-314-30/+30
* | | | | | | | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o...fvogel2019-03-311-36/+41
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o...fvogel2019-03-311-36/+41
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Minor tinkering (style, efficiency, etc.)dkf2019-03-241-33/+34
| | * | | | | | | | Eliminate trailing zeros from scale tick values. This is done byjal_frezie2019-02-201-12/+16
* | | | | | | | | | Merge 8.6jan.nijtmans2019-03-291-0/+6
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b...jan.nijtmans2019-03-291-0/+6
* | | | | | | | | | regenerate unix/configureyorick2019-03-271-45/+184
* | | | | | | | | | Fix indentation of previous commit, and move one character into quotations inyorick2019-03-271-91/+92
* | | | | | | | | | Improve ability to find Tcl sources at build time. This introduces a newyorick2019-03-273-13/+140
* | | | | | | | | | Merge 8.6jan.nijtmans2019-03-151-5/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.nijtmans2019-03-151-5/+1
* | | | | | | | | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an...culler2019-03-041-7/+13
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Make it be an error to create a transient/master cycle on unix.culler2019-03-011-7/+13
| |/ / / / / / / /
* | | | | | | | | Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-071-2/+26
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-071-4/+28
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Make the place manager send ConfigureNotify events when size change requestsculler2019-02-041-0/+8
| | * | | | | | | | More changes in the Unix version of TkpTestembedCmdfvogel2019-01-271-2/+2
| | * | | | | | | | Reduce the number of unixEmbed test failures on Linux from 10 to 4 by propaga...fvogel2019-01-271-3/+19
* | | | | | | | | | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-021-4/+101
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-021-4/+101
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Use TkGetMenuIndex to parse the index argument to the post command.culler2019-01-151-8/+8
| | * | | | | | | | | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu postculler2019-01-131-1/+90
| | * | | | | | | | | Fix related menubutton issues on linux and Windows.culler2019-01-111-3/+11
* | | | | | | | | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-261-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-261-4/+4
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-051-4/+4