summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixSysNotify.c
Commit message (Expand)AuthorAgeFilesLines
* Use more Tcl_CmdDeleteProc/Tcl_ObjCmdProc in stead of full function signaturesjan.nijtmans2024-03-061-2/+2
* A second patch from Emiliano Gavilan.fvogel2023-05-251-0/+1
* More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-5/+4
* Fix building against Tcl 8.6 headersjan.nijtmans2022-04-031-2/+2
* Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-011-2/+2
* Patches by Emiliano Gavilan to improve Tk notifications on X11Kevin Walzer2022-03-151-5/+17
* Revert, re-commit to branchKevin Walzer2022-03-151-17/+4
* Patches by Emiliano Gavilan to improve Tk notifications on X11Kevin Walzer2022-03-151-4/+17
* Fix duplicate "const" in tkUnixSysNotify.c: This doesn't work on a C++ compiler.jan.nijtmans2020-12-221-1/+1
* Patch to fix memory leak in runtime linking of libnotify from Christian WernerKevin Walzer2020-12-211-0/+1
* Patch for runtime linking of libnotifyKevin Walzer2020-12-171-18/+103
* Merge 8.7jan.nijtmans2020-12-111-1/+1
* More cosmetic changesfvogel2020-11-211-4/+6
* Cosmetic changes (spacing, indentation)fvogel2020-11-201-11/+6
* Merge 8.7jan.nijtmans2020-11-161-1/+1
* Move _systray and _sysnotify out of the global namespacefvogel2020-11-141-1/+1
* Merge trunk. Clean-up win32 systray code (not completed yet, still some ANSI ...jan.nijtmans2020-11-121-1/+1
* Fix for sysnotify test failure on X11Kevin Walzer2020-11-091-2/+5
* Merge trunkjan.nijtmans2020-10-211-1/+1
* Some bug-fixing. destroy now doesn't crash any more on MacOS. Also B2 -> B3 (...jan.nijtmans2020-10-201-2/+1
* Use sane platform specific icons on each platform notificationKevin Walzer2020-10-191-16/+10
* Committing for now though segfaults on X11Kevin Walzer2020-10-191-7/+10
* More triesKevin Walzer2020-10-191-1/+3
* Compiler warningsKevin Walzer2020-10-191-3/+2
* Initial attempt to configure notification image on X11Kevin Walzer2020-10-191-3/+13
* Improve consistancy in error messages. Some code cleanup (e.g. more use of TC...jan.nijtmans2020-10-131-23/+24
* Merge trunk. Don't include <tk.h> since that might use the system <tk.h> in s...jan.nijtmans2020-10-071-2/+1
* Merge-mark trunk. Fix warning in tkUnixSysNotify.c. Eliminate eol-spacingjan.nijtmans2020-09-261-24/+22
* Notifications and system tray now work on Debian; on to macOSKevin Walzer2020-09-251-1/+0
* Silence compiler warningsKevin Walzer2020-09-241-16/+15
* Make it build with --disable-libnotify. Add packages for MacOSX and Ubuntu fo...jan.nijtmans2020-09-241-0/+4
* Notifications work now, just needed charsKevin Walzer2020-09-241-16/+2
* Builds on Darwin, shows notifications but no strings - need to investigateKevin Walzer2020-09-241-0/+1
* Refinements and support for glibKevin Walzer2020-09-231-2/+6
* Add notification codeKevin Walzer2020-09-231-0/+137