1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-28 16:06:45 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
bf1e1b73fc Do proper error handling for a few malloc calls 2021-12-12 11:30:27 -05:00
752fc6d619 Fix race condition when window is closed with active notifications
A ToxWindow's notifications need to be halted before the window is freed
2020-11-10 17:20:40 -05:00
12b9cd2386 Fix header issues 2019-03-27 01:38:15 -04:00
d62902ffb3 Use (void) in prototypes instead of ().
Also, removed `__inline` from an extern function (why was it there?).
Also, moved one extern declaration to a header file. There are lots of
these that need to be moved, but one thing at a time.
2018-09-13 23:47:47 +00:00
f056f13329 Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
ae87b2eb2d begin port to new API 2015-03-25 22:56:45 -04:00
133c0e8d63 rename reserved identifiers per C standard 2014-09-22 21:24:45 -04:00
8f3989000d Box notifications are like ready 2014-08-02 00:37:02 +02:00
d5710d80e0 Upstream adaption 2014-07-28 01:35:40 +02:00
18a6f621f0 Started adding support for popup notifications and adjustments to new core 2014-07-27 01:49:59 +02:00
3cc629cbc1 Add hardcoded path for sound notifications 2014-07-23 11:25:38 +02:00
98ac4d7983 Added sound notifications and prepared for later system notifications. Also, now using libconfig for configuration loading. 2014-07-21 03:25:21 +02:00