Commit Graph

56 Commits

Author SHA1 Message Date
ouwou
d04e101800 Merge branch 'master' into rnnoise 2023-07-17 21:37:24 -04:00
ouwou
337a3d5811
Merge pull request #185 from uowuo/remoteauth
Login with QR code/remote auth
2023-07-13 07:19:37 +00:00
ouwou
229555939d make qrcodegen optional wow!!! 2023-07-09 22:31:21 -04:00
ouwou
060e79ff2a search for system miniaudio.h too 2023-07-01 22:27:57 -04:00
ouwou
3b206e1121 remote auth impl. up to QR code display 2023-06-30 20:43:08 -04:00
Morc - Richard Gráčik
734ffc9f71
add CoreFoundation, CoreAudio and AudioToolbox to CMakeLists
required to make audio working on macOS
2023-06-17 10:29:07 +02:00
ouwou
5a902f862c initial rnnoise test 2023-05-28 02:13:36 -04:00
ouwou
c173ef230b add cmakelists (oops) 2023-05-02 00:18:52 -04:00
ouwou
a5d74e0a89 Merge branch 'master' into voice 2023-04-29 20:31:35 -04:00
ouwou
deda464b23 try linking atomic if necessary 2023-04-28 23:06:54 -04:00
ouwou
c5af6edf0d link CMAKE_DL_LIBS (#155) 2023-04-26 21:55:19 -04:00
ouwou
c084230767 Merge branch 'master' of https://github.com/uowuo/abaddon into voice 2023-04-13 16:29:56 -04:00
ouwou
3f4ccefc78 refactor notification sounds cmake option 2023-03-10 19:15:03 -05:00
ouwou
fbbfdc9606 notification sounds with miniaudio 2023-03-06 20:45:19 -05:00
ouwou
e37901bbbb goofball moment 2023-03-01 00:34:55 -05:00
ouwou
ca5f343ac1 add null implementation for non-gio notifier 2023-02-28 23:04:40 -05:00
ouwou
e212b364b9 rudimentary dm notifications 2023-02-28 20:23:34 -05:00
ouwou
c1303bd289 Merge branch 'master' into voice 2023-02-07 15:03:03 -05:00
ouwou
a6821faf2e dont disable libhandy if not found when USE_LIBHANDY is set 2023-02-03 18:51:32 -05:00
ouwou
5a6f8cac09 first pass compile time optimization 2023-01-29 21:33:34 -05:00
ouwou
573a619191 Merge branch 'master' into keychain 2022-11-29 15:53:02 -05:00
ouwou
f8f9a907c9 add basic combobox to choose output device, start using spdlog 2022-11-05 02:32:43 -04:00
ouwou
f2f8afa368 fix compilation maybe 2022-08-31 16:44:30 -04:00
ouwou
0fa33915da rudimentary voice implementation 2022-08-31 01:51:02 -04:00
ouwou
634f51fb41 add miniaudio submodule 2022-08-28 16:58:09 -04:00
dragontamer8740
fac9f1ba58
Big-endian 'emojis.bin' decoding fix (#100)
* Big-endian patch: fixes emojis.bin reading on big-endian systems (tested only on 32-bit PowerPC linux)
2022-08-14 02:59:08 +00:00
ouwou
b46cf53be5 add hrantzsch/keychain and link 2022-08-08 22:50:27 -04:00
ouwou
3ac993bae4 always quietly try and include fontconfig if present 2022-05-21 22:59:53 -04:00
ouwou
5a13c7fef7 pull in libhandy optionally 2022-04-08 14:50:11 -04:00
ouwou
4326c5e29b remove SimpleIni as a dependency
use Glib::KeyFile instead which is basically the same file format
also read into and save from struct once, cuz its faster and less redundant
2021-11-24 03:15:22 -05:00
Dylam De La Torre
a51a54bc59
Restructure source and resource files (#46)
importantly, res is now res/res and css is now res/css
2021-11-23 04:21:56 +00:00
ouwou
bf560ae9d2 use find modules for ixwebsocket/simpleini 2021-10-11 01:03:31 -04:00
ouwou
cf33d53809 add relative to root #includes 2021-10-06 02:27:06 -04:00
ouwou
90076cf689 add cmake config file for resource dir 2021-07-02 21:41:05 -04:00
ouwou
249d47c5f7 initial font stuff 2021-05-24 22:13:37 -04:00
ouwou
64adcffe42 view user profile (notes+connections+badges)
change some stuff with callbacks
2021-02-04 23:41:53 -05:00
ouwou
b28bfd6f20
remove cpr as a dependency (#21)
abstract away library usage
2021-01-23 21:07:03 +00:00
ouwou
462f801af2
Guild settings 1 (#19)
* start guild settings window, tweak style
2021-01-15 06:37:35 +00:00
ouwou
8cf95fce0c improve build process, add github actions 2021-01-07 02:41:49 -05:00
ouwou
09f40cf9a9 get rid of some warnings 2020-12-22 02:35:57 -05:00
ouwou
776c350eb6 make LaunchBrowser better 2020-12-17 21:07:12 -05:00
ouwou
df781e0dc6 no more mac cuz i cba 2020-12-10 21:32:02 -05:00
ouwou
89be70611d shot in the dark for travis 2020-12-10 19:12:01 -05:00
ouwou
deb482a8db initial sqlite, store user 2020-11-19 19:18:59 -05:00
ouwou
925d7afaf8 use file(GLOB) in cmake 2020-11-01 00:33:57 -04:00
ouwou
a5c9476eb4 separate branches deploy to separate folders 2020-10-29 19:15:58 -04:00
ouwou
7c31190adc render emojis 2020-10-24 19:42:06 -04:00
ouwou
f5ae8c3d3f add kick/ban 2020-10-12 18:17:53 -04:00
ouwou
21fdada41c add confirmation dialog to leave guild 2020-10-12 00:36:18 -04:00
ouwou
2798bf96d5 store emoji data 2020-10-07 17:22:20 -04:00