1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 18:06:36 +02:00
Commit Graph

1356 Commits

Author SHA1 Message Date
9476db02a9 allow disabling of individual sounds 2014-07-23 14:59:36 -04:00
04fbf5f724 Merge pull request #195 from Ansa89/notify-fix
Add hardcoded path for sound notifications
2014-07-23 11:56:20 +02:00
3cc629cbc1 Add hardcoded path for sound notifications 2014-07-23 11:25:38 +02:00
50fca4cddf Merge pull request #193 from Ansa89/makefile-fix
Makefile: little refactoring
2014-07-23 03:51:52 +02:00
a047cead05 fix a few notification issues 2014-07-22 14:38:32 -04:00
1131b73299 Update toxic.conf.5 manpage 2014-07-22 16:38:20 +02:00
196af10d01 Move init and exit in right place 2014-07-22 12:30:35 +02:00
1e0e93e5c6 Makefile: little refactoring 2014-07-22 09:59:44 +02:00
ac01d6d316 fix config file loading, fix makefile compile errors 2014-07-21 18:57:16 -04:00
654e404e0e Merge pull request #190 from mannol1/master
Fixed some build errors
2014-07-21 23:49:08 +02:00
f0f1138c54 Fixed some build errors 2014-07-21 23:48:39 +02:00
bc94e08970 sendfile tab-complete for ~/ shortcut 2014-07-21 15:11:30 -04:00
42c3ede963 Merge pull request #188 from Ansa89/makefile-fix
Makefile fix
2014-07-21 13:02:25 -04:00
174568d769 README.md: add dependencies for sound notifications 2014-07-21 14:19:01 +02:00
4587d8ebbd Forgot libalut-dev dependency 2014-07-21 12:50:29 +02:00
98aae242fb Makefile fix 2014-07-21 12:33:19 +02:00
7abd8d5ee5 Merge pull request #187 from mannol1/master
Added sound notifications, libconfig support, and more...
2014-07-21 12:08:19 +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
933d46553f Added sounds 2014-07-21 01:12:13 +02:00
7e667a8028 print multiple matches for all tab-complete operations, fix bug when tab-completing at end of line 2014-07-18 13:48:21 -04:00
d4e41d6053 autocomplete pathnames with spaces 2014-07-18 03:20:40 -04:00
f30dccf726 return correct value, fix comment 2014-07-18 01:52:33 -04:00
ea3fcd5b79 auto-completion for paths when sending file & improved auto-complete algorithm to do partial matches 2014-07-18 01:37:33 -04:00
e61d070def cleanup/error checks 2014-07-17 03:35:18 -04:00
b5f34f42a8 small fix 2014-07-16 21:34:50 -04:00
4426eaddd9 increase max friends 2014-07-16 15:59:54 -04:00
83f0720a39 another UB fix 2014-07-16 15:55:04 -04:00
ce4f293574 fix undefined behaviour with string literals 2014-07-16 12:51:07 -04:00
b23ae5a4c3 add buffer yanking, clean up input functions v0.4.5 2014-07-14 14:44:42 -04:00
190e1e73e8 change tab names: prompt = home, friends = contacts 2014-07-13 15:34:09 -04:00
ee67cf0bf1 use full name for log 2014-07-10 02:54:56 -04:00
aaeb47dc14 create dns loopup threads in detached state & add a few missing error descriptions 2014-07-09 23:40:46 -04:00
e19b0ed710 delete subwindows before parent window on resize to prevent memory leaks 2014-07-09 22:12:51 -04:00
a774121c13 Merge pull request #183 from mannol1/master
Fixes problems with upstream changes
2014-07-10 01:30:17 +02:00
df676423a7 Fixed conflicts 2014-07-10 01:29:18 +02:00
cf8dda6b0d Fixes problems with upstream changes 2014-07-10 01:24:14 +02:00
1ce731471d fix potential race conditions 2014-07-09 02:21:01 -04:00
f98c77432b exit toxic properly on ^C 2014-07-08 20:21:51 -04:00
9fa5a3fdb6 fix window cleanup bugs & give prompt its own cleanup func 2014-07-08 19:24:44 -04:00
5b9fd70f30 autosave every 60 seconds 2014-07-08 14:46:50 -04:00
442f68cd31 wrap tox_get_name in function that truncates name if it's too long 2014-07-08 14:31:59 -04:00
e74212cb9e Merge pull request #181 from Ansa89/master
Use long int instead uint64_t
2014-07-08 12:00:48 -04:00
57b52f35b4 Use long int instead uint64_t 2014-07-08 09:39:42 +02:00
27a31a8399 truncate long chat window names 2014-07-07 19:39:33 -04:00
f1a3ed379e fix nick truncating 2014-07-07 19:08:33 -04:00
60f9be7234 Merge pull request #180 from Ansa89/master
Forgot about help
2014-07-07 11:10:45 +02:00
dcfb90bc63 Forgot about help 2014-07-07 09:36:29 +02:00
74b84c4252 some code cleanup 2014-07-07 03:12:47 -04:00
00e6546f0c namelength should be signed, -Werror is probably overkill 2014-07-06 22:31:11 -04:00
a009fbf20c use char instead of uint8_t, fix compiler warnings so toxic compiles with -Wall and -Werror on gcc and clang 2014-07-06 22:16:20 -04:00