summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixSysTray.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7. Fix indentingjan.nijtmans2024-07-121-61/+61
|
* Revise some (void *)/(char *) usage. Now on X11, everything compiles/runs ↵jan.nijtmans2024-03-271-1/+1
| | | | with a C++ compiler.
* Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-6/+5
|
* Use more Tcl_CmdDeleteProc/Tcl_ObjCmdProc in stead of full function signaturesjan.nijtmans2024-03-061-5/+3
|
* Fix warning in tkEntry.c. More typecast cleanupjan.nijtmans2024-02-161-29/+29
|
* misc code cleanupjan.nijtmans2023-12-111-1/+1
|
* More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-1/+1
|
* More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-4/+4
|
* Merge core-8-6-branch: Eradicate uses of sprintf because it triggers ↵fvogel2023-01-181-3/+2
| | | | deprecation warning on macOS Ventura. Resolve conflicts. Remove sprintf calls specific to the main branch.
* Revisions to Tk needed if TIP 640 is adopted.dgp2022-09-261-6/+6
|
* Merge 8.6jan.nijtmans2021-12-131-11/+11
|
* Merge 8.7jan.nijtmans2020-12-111-3/+3
|
* More cosmetic changesfvogel2020-11-211-85/+73
|
* Cosmetic changes (spacing, indentation)fvogel2020-11-201-73/+68
|
* Add copyright notices, minor tweaksKevin Walzer2020-11-151-1/+1
|
* Further respect coding standards, in tkUnixSystray.cfvogel2020-11-151-216/+275
|
* Move _systray and _sysnotify out of the global namespacefvogel2020-11-141-2/+2
|
* Improve consistancy in error messages. Some code cleanup (e.g. more use of ↵jan.nijtmans2020-10-131-39/+19
| | | | TCL_UNUSED)
* Fix build on UNIXjan.nijtmans2020-10-121-2/+0
|
* Fix typoKevin Walzer2020-10-121-1/+0
|
* Fix typoKevin Walzer2020-10-121-1/+0
|
* Remove and refactor some irrelevant codeKevin Walzer2020-10-121-1/+4
|
* Merge trunk. Don't include <tk.h> since that might use the system <tk.h> in ↵jan.nijtmans2020-10-071-2/+1
| | | | stead of ours
* Merge-mark trunk. Fix warning in tkUnixSysNotify.c. Eliminate eol-spacingjan.nijtmans2020-09-261-153/+153
|
* The UnixSysTray part builds without libnotify. Eliminate some gcc warningsjan.nijtmans2020-09-241-15/+11
|
* Make it build with --disable-libnotify. Add packages for MacOSX and Ubuntu ↵jan.nijtmans2020-09-241-0/+4
| | | | for Travis build
* Merge trunk. Some fixes compiling with -DTK_NO_DEPRECATEDjan.nijtmans2020-09-221-9/+9
|
* Tray icon works on Darwin/X11; on to implementing the system ↵Kevin Walzer2020-09-221-0/+9
| | | | notify/libnotify API
* Eliminate most warningsKevin Walzer2020-09-221-1666/+1695
|
* Attempt to build on X11Kevin Walzer2020-09-211-0/+1
|
* Initial implementation of systray command for X11 based on tktrayKevin Walzer2020-09-131-0/+1665