1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 18:57:45 +02:00
Commit Graph

74 Commits

Author SHA1 Message Date
Jfreegman
76c21c8b34
implement group titles 2014-11-14 22:15:59 -05:00
Loui Chang
0a132b0eb5 doc: Unlink docs from the rest of the build process.
Since generated man pages are also included, we can't
guarantee proper timestamps. This should fix issues that trigger doc
building when it isn't needed.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2014-10-12 23:21:48 -04:00
Jfreegman
a432d733d7
use 64-bit off_t for file sizes 2014-09-24 14:23:08 -04:00
Michael Reed
650c13ca7a There's no need for rm -rf, just rm -f 2014-09-22 18:45:45 -04:00
Ansa89
bd7b073155 Makefile: fix typo 2014-09-19 10:47:25 +02:00
Ansa89
f25cf870e6 Makefile: use single quotes also for PACKAGE_DATADIR 2014-09-19 10:45:27 +02:00
Jfreegman
9a70dd9651
possibly fix display bug on some platforms 2014-09-18 13:14:15 -04:00
Jfreegman
3c2c1f15ce
message sending queue for fake offline messaging 2014-09-06 13:18:42 -04:00
Ansa89
924e8e0860 Reworked manpage build system 2014-08-25 12:54:44 +02:00
Loui Chang
328587ad9c doc: Make asciidoc extra optional.
Completely separate man page generation from the main build to satisfy
travis-ci behaviour.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2014-08-24 17:00:25 -04:00
Loui Chang
1a8fdb1b99 Make asciidoc 'optional'
Run `make doc` in the build directory after editing the asciidoc to
regenerate the manpages. Changes to asciidoc source and generated man
pages will need to be commited together.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2014-08-24 16:34:16 -04:00
Loui Chang
97d4c97c52 Generate man pages from asciidoc
Working directly with g/roff is a pain.
Also changed the formatting of toxic.conf.5 a bit.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2014-08-21 04:39:24 -04:00
Ansa89
a3a8f7608a Fix Tox/toxic#222 and reorganize cfg dir 2014-08-19 18:22:57 +02:00
Jfreegman
dc2d20f4c4
bump version to 0.4.7 2014-08-04 22:28:12 -04:00
Ansa89
b62787ce47 Makefile: refactoring and adding desktop notifications support 2014-07-30 14:14:13 +02:00
Jfreegman
15e91cfa99 formatting, use case-insensitive string compare, use defines for keycodes 2014-07-28 21:47:35 -04:00
matt
8960eb98f4 Example conf updated 2014-07-28 22:47:33 +01:00
Zetok Zalbavar
26c2331d0f Put man pages in right place by default (#202) 2014-07-27 21:06:37 +01:00
Jfreegman
8660047ec1
fix small bug, update readme, bump version 2014-07-23 15:15:14 -04:00
Ansa89
1e0e93e5c6 Makefile: little refactoring 2014-07-22 09:59:44 +02:00
Jfreegman
ac01d6d316 fix config file loading, fix makefile compile errors 2014-07-21 18:57:16 -04:00
Ansa89
98aae242fb Makefile fix 2014-07-21 12:33:19 +02:00
Jfreegman
ea3fcd5b79 auto-completion for paths when sending file & improved auto-complete algorithm to do partial matches 2014-07-18 01:37:33 -04:00
Jfreegman
b23ae5a4c3 add buffer yanking, clean up input functions 2014-07-14 14:44:42 -04:00
Ansa89
57b52f35b4 Use long int instead uint64_t 2014-07-08 09:39:42 +02:00
Jfreegman
00e6546f0c
namelength should be signed, -Werror is probably overkill 2014-07-06 22:31:11 -04:00
Jfreegman
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
Ansa89
612c0e1131 Add freebsd flags for ncursesw 2014-07-06 21:23:58 +02:00
Ansa89
16a82e1897 Add option to disable audio support 2014-07-06 19:57:08 +02:00
Jfreegman
6754741f37
improve /help system and add startup welcome message 2014-07-04 03:24:29 -04:00
Jfreegman
95d09e4b75
fix window resizing bug on some platforms and add -O1 optimization flag 2014-07-01 19:39:25 -04:00
Jfreegman
a968ca2a2e
update toxic version to 0.4.3 2014-07-01 00:11:40 -04:00
JFreegman
8d4f7fc32b Merge pull request #169 from Ansa89/make_help
Add help target and toxic.conf manpage
2014-06-28 12:51:42 -04:00
Ansa89
828b7fb505 Add help target and toxic.conf manpage 2014-06-28 18:40:59 +02:00
Jfreegman
74525bcd14
rm Werror for clang 2014-06-28 12:24:42 -04:00
Jfreegman
e8a39e1722 man page fixes/additions, rm unneeded toxic.conf file from install 2014-06-26 13:22:22 -04:00
Ansa89
353be3a7a2 Add manpage 2014-06-26 14:06:22 +02:00
Jfreegman
09badaa9ee refactor chat window input code, misc fixes 2014-06-26 02:52:01 -04:00
Ansa89
dfd89f2b5c Makefile: fix typo...again 2014-06-25 09:56:31 +02:00
Ansa89
7db3dcbdf6 Makefile: fix typo 2014-06-25 09:53:05 +02:00
Ansa89
5b268a1a6a Try to fix autoconnect (Tox/toxic#158) 2014-06-25 09:13:57 +02:00
Jfreegman
0bc9725b98
forgot makefile 2014-06-24 17:52:57 -04:00
Ansa89
76f81c4d33 Wide characters support and removed unused files 2014-06-24 17:35:23 +02:00
Ansa89
562483823c Makefile: move to "build/" 2014-06-24 11:53:02 +02:00
Ansa89
f00c218e56 Remove autotools 2014-06-23 23:22:32 +02:00
mannol
48361a003e Merged upstream and other fixes 2014-06-22 21:07:11 +02:00
Jfreegman
34bd4a1c7c
fix a bunch of implicit declarations 2014-06-21 21:41:38 -04:00
mannol
e47f2c05f3 Added VAD, changed device i/o, mute option, dynamic device changing and more 2014-06-22 02:18:23 +02:00
mannol
29b283c176 VAD sort of works 2014-06-21 01:58:00 +02:00
Jfreegman
b480e22a27 don't need this 2014-06-17 19:16:42 -04:00