fc77dda643Migriere Windows Tray zu expliziten Wide-Character APIs
master
Yadciel2026-05-08 15:29:24 +02:00
8df4e27360Aktualisiere README, um aktuelle API und Funktionen zu reflektierenYadciel2026-05-08 10:46:25 +02:00
951dfb930dFüge UTF-8-Unterstützung für Windows Tray hinzuYadciel2026-05-08 10:36:06 +02:00
a71be4e1e3Merge pull request 'Sync README with current public API' (#2) from gary/c_tray:docs/readme-api-sync into masterYadciel2026-05-06 11:43:11 +02:00
e9f0c9b8c9Sync README with current public APIgary2026-05-06 11:43:00 +02:00
9a8694d755Merge pull request 'Add support for left-click actions' (#1) from gary/c_tray:local into masterYadciel2026-05-06 11:30:33 +02:00
fa1e862259Fügt Unterstützung für Linksklick-Aktionen hinzu
local
Yadciel2026-02-02 21:15:52 +01:00
7387d66ca4Recommend Ninja as a CMake build system
Dmitry Mikushin
2022-02-19 22:18:06 +01:00
ed23945d13Adding screenshot for Linux
Dmitry Mikushin
2022-02-19 22:14:39 +01:00
b0e7d836c5Adding prerequisite for Linux
Dmitry Mikushin
2022-02-19 22:09:12 +01:00
2348a1a5c8fix all menu items have a check box (gtk)
Oscar Morante
2018-08-10 10:13:25 +02:00
2d4e78c1f2Set tooltip in tray_update instead of tray_init
Andreas Opferkuch
2018-08-02 21:07:22 +02:00
4fd58d2a5cMake the tooltip optional by checking for NULL and empty string
Andreas Opferkuch
2018-08-02 20:38:36 +02:00
5cc49f2f32Add support for a tooltip (Windows only currently)
Andreas Opferkuch
2018-08-02 16:47:29 +02:00
95b83171b7Explain that we are now C++ compatible.
Rodrigo Madera
2021-03-27 15:08:58 -03:00
b0fd327043Explain we now require one of the three defines before including.
Rodrigo Madera
2021-03-27 15:08:40 -03:00
2bbb122d90Separate tray_menu[] from tray in README.md example.
Rodrigo Madera
2021-03-27 14:55:32 -03:00
185ec37d3eMake tray_menu::text a const char* for correctness.
Rodrigo Madera
2021-03-27 14:39:03 -03:00
1180ae4db3Make tray::icon a const char* for correctness.
Rodrigo Madera
2021-03-27 14:32:45 -03:00
06c28f035fProduce a compile-time error if none of the three implementations were requested.
Rodrigo Madera
2021-03-27 14:21:36 -03:00
758c780259Simplify defines for platform selection.
Rodrigo Madera
2021-03-27 14:09:14 -03:00
08ac69e02aOnly process messages coming from the tray window. This avoids potential bugs where the tray loop would steal messages from other windows.
Nicolas Burrus
2021-10-07 11:14:18 +02:00