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

19 Commits

Author SHA1 Message Date
015dbd9a96 fix: Fix non-working bell notifications
The problem with the bell notifications only happens when Toxic is
compiled with X11 support, but does not run under X. This commit changes
toxic's behavior such that it behaves identically when not running under an
X session, no matter if it has been compiled with X11 support or not.
2020-08-24 16:36:52 +02:00
6f72a191ba Revert "Add feature flags and missing #includes."
This reverts commit dd5fa236ae.

Also, set `-std=gnu99` in Bazel build.
2020-04-17 19:37:22 +00:00
dd5fa236ae Add feature flags and missing #includes.
These are needed to compile on some strict Linuxes.
2020-04-15 21:34:30 +00:00
ddc8c53abf Fix unused variable warnings and change all (void)s to UNUSED macro 2020-03-30 16:02:27 -04:00
46513017e3 Half-hearted attempt at making toxic work on osx.
Video has no chance without X11 for now.
2020-03-30 18:14:43 +00:00
98cb7f58c0 Fix unused parameter and unused result warnings 2020-03-15 14:57:00 -04:00
e7c5fbc873 Cleanup xtra.c
Privatise some functions that don't need to be public
Fix struct names starting with _ char
Remove unnecessary memset of Xtra struct in init_xtra()
2018-09-27 03:41:58 -04:00
bebff3be0e Use (void) for empty parameter list in C. 2018-09-08 17:23:07 +00:00
a37bf300f9 Update astylerc to match toxcore & reformat all source files 2018-07-18 11:33:16 -04:00
f056f13329 Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
aade65bfe1 Correctly operational from OSX terminals 2015-11-25 10:26:12 +02:00
11701d22a1 Lots of bug fixes and general code cleanup 2015-08-27 03:38:08 -04:00
e55e5f3f7e add HTTP proxy support 2014-12-27 13:12:16 -05:00
90985af007 properly handle file pausing 2014-12-05 13:23:45 -05:00
008163bf6c fix 2014-10-18 17:29:23 -04:00
2cc261c619 Some random fixups 2014-10-12 22:54:18 +02:00
c825adc1e3 Dnd works 2014-10-11 23:53:02 +02:00
70add920fe Making progress with dnd 2014-10-03 16:59:32 +02:00
50c7942cb5 Started working on dnd for toxic 2014-10-01 23:28:34 +02:00