summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. Re-generated tkConfig.h.in with autoheader v2.70jan.nijtmans2020-12-171-0/+3
|\
| * Merge 8.5. Add .travis.yml and .github/workflows/*.yml to "make dist"jan.nijtmans2020-12-171-0/+3
| |\
| | * Add Travis and github action build scripts to "make dist"jan.nijtmans2020-12-171-0/+3
* | | Patch for runtime linking of libnotifyKevin Walzer2020-12-171-7/+0
* | | Merge 8.7jan.nijtmans2020-12-111-5/+6
|\ \ \
| * | | Simplify generated pkgIndex file for tk. Some more "Tk" -> "tk"jan.nijtmans2020-12-041-4/+2
| * | | TIP #590: Recommend lowercase Package Names. Tk 8.7 is now _tk_ 8.7 as well.jan.nijtmans2020-12-031-3/+6
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2020-11-191-1/+1
| | |\ \ \
| | * | | | Allow "package require tk" in addition to "package require Tk"jan.nijtmans2020-11-091-3/+6
| * | | | | Merge 8.6jan.nijtmans2020-11-231-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | Fix "make install" on Cygwin. Build github actions on windows-2019/macos-11.0...jan.nijtmans2020-11-231-1/+1
* | | | | Make "_systray" and "_sysnotify" real ObjCommands on Win32. Make tkWinSysTray...jan.nijtmans2020-11-121-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-11-121-1/+1
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fix "make install" on cygwin, broken due to implib name change (see: [https:/...jan.nijtmans2020-11-121-1/+1
* | | | Merge trunk. Rename tkMacOSXSysTray.c and fix MacOSX (UNIX) Makefile.in for itjan.nijtmans2020-10-061-2/+2
|\ \ \ \ | |/ / /
* | | | Initial macOS implementationKevin Walzer2020-10-021-1/+4
* | | | Update makefile templateKevin Walzer2020-09-231-0/+7
* | | | Implementation complete, now to try to build on DarwinKevin Walzer2020-09-231-3/+6
* | | | Eliminate most warningsKevin Walzer2020-09-221-3/+6
|/ / /
* | | Merge 8.6jan.nijtmans2020-09-091-1/+1
|\ \ \ | |/ /
| * | TIP #581: More progressjan.nijtmans2020-09-091-1/+1
* | | Merge 8.6jan.nijtmans2020-09-081-2/+2
|\ \ \ | |/ /
| * | Merge 8.5. jan.nijtmans2020-09-081-2/+2
| |\ \ | | |/
| | * Update Xcode from 11.5 to 11.6.jan.nijtmans2020-08-171-1/+1
* | | Merge 8.6jan.nijtmans2020-09-041-1/+1
|\ \ \ | |/ /
| * | Fix "make dist"jan.nijtmans2020-06-291-1/+1
* | | Fix "make dist". Re-generate tkConfig.h.injan.nijtmans2020-06-291-2/+2
* | | Merge 8.6jan.nijtmans2020-06-281-4/+4
|\ \ \ | |/ /
| * | Add "make dist" target to Travis build, as regression test. This should conti...jan.nijtmans2020-06-261-4/+4
* | | Merge 8.6jan.nijtmans2020-06-251-1/+6
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-06-251-1/+6
| |\ \ | | |/
| | * Fix [https://core.tcl-lang.org/tcl/info/9080d6a871|9080d6a871]: Build fix for...jan.nijtmans2020-06-251-1/+6
* | | Fix [50b5e64bccc1e3d0]: Broken Mac OSX build. Reverted part of [df3646cf656c2...jan.nijtmans2020-03-161-3/+3
* | | Merge 8.6jan.nijtmans2020-03-161-7/+7
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-03-161-7/+7
| |\ \ | | |/
| | * Should now (really!) work on OSX, X11 only.jan.nijtmans2020-03-151-7/+7
| | * Fix travis build. Revise usage of TCLDIR.jan.nijtmans2020-02-141-12/+12
* | | Add compat/stdbool.h (needed by revised_text) and compat/stdint.h (needed by ...jan.nijtmans2020-02-181-10/+6
* | | Merge 8.6jan.nijtmans2020-02-131-10/+10
|\ \ \ | |/ /
| * | Fix travis build. Revise usage of TCLDIRjan.nijtmans2020-02-131-12/+12
* | | Merge 8.6jan.nijtmans2019-09-021-0/+1
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-09-021-0/+1
| |\ \ | | |/
| | * Add runstatedir to Makefile.in. Not used yet, only used if "configure" script...jan.nijtmans2019-09-021-0/+1
* | | Don't bother compat/stdlib.h and compat/unistd.h any more: All currently supp...jan.nijtmans2019-07-231-3/+1
* | | merge core-8-6-branch: mac services improvementsdkf2019-06-151-3/+9
|\ \ \ | |/ /
| * | TIP 536: Improvements to Mac-specific IPCdkf2019-06-151-3/+9
| |\ \
| | * | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. Re-focus...Kevin Walzer2019-03-081-5/+0
| | * | Clean up implementationKevin Walzer2019-03-011-0/+3
| | * | Rename tkMacOSXLaunch.cKevin Walzer2019-02-281-2/+2
| | * | Update makefile, trying to buildKevin Walzer2019-02-281-3/+5