mannol
7fba5a59bf
Fixed implicit declaration warning and merge conflict leftover
2014-07-04 18:14:06 +02:00
mannol
3a86ee923e
Fixed merge conflicts
2014-07-04 18:05:50 +02:00
mannol
65e726a51a
Now closing the window will end the call
2014-07-04 18:04:03 +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
Jfreegman
1456cef991
implement toxdns3 username lookups
2014-06-17 00:48:30 -04:00
Jfreegman
31acdcada3
reorganize toxic_windows.h into two separate header files, rename main.c to toxic.c
2014-06-11 18:14:12 -04:00
Jfreegman
92948abcf1
implement basic user settings
2014-04-07 06:03:45 -04:00
Jfreegman
e5b6e0ad9f
refactor chat history to allow scrolling
2014-03-24 07:18:58 -04:00
jin-eld
7f70345dae
Add checks for pthreads to the build system
...
pthreads are now required, so add appropriate checks to the build system
and set the compile flags accordingly.
closes #98
2014-03-16 16:55:25 +01:00
Sean Qureshi
bc8b1f170e
Revert "Remove all traces of autotools"
...
This reverts commit 514cf8e460
.
2014-03-13 09:04:30 -07:00
Sean Qureshi
514cf8e460
Remove all traces of autotools
2014-03-13 09:01:49 -07:00
mannol
63745afe09
Toxic now supports audio calls
2014-03-07 03:27:48 +01:00
mannol
416419a6e7
Toxic now supports audio calls
2014-03-07 03:14:04 +01:00
Jfreegman
2fcfa954ab
move file sender stuff to its own files
2014-03-05 05:06:21 -05:00
Jfreegman
5ff7065744
basic logging for groupchats
2014-02-26 03:51:26 -05:00
mannol
e775c51a06
Merge upsteam/master
2014-02-22 23:58:36 +01:00
Jfreegman
ccc0640dab
put string helpers in own file
2013-12-10 03:03:45 -05:00
Sean
174cb7de01
Yes @JFreeGman, Werror was a bad idea
2013-11-16 02:32:13 -08:00
Jfreegman
677f57699f
Werror was a bad idea
2013-11-15 21:48:54 -05:00
Jfreegman
94bd68856d
didn't mean to do that
2013-11-15 21:39:14 -05:00
Jfreegman
e9ef2b1fc6
cflags were doing nothing
2013-11-15 21:36:05 -05:00
Jfreegman
ce05e206f1
update Makefile.am
2013-11-09 21:58:44 -05:00
Jfreegman
89cb29afed
moved misc helper functions to separate file and removed redundant includes
2013-09-20 20:35:03 -04:00
Jfreegman
1fe9c10910
updated makefile
2013-09-19 17:04:46 -04:00
Jfreegman
390cdc7b33
update makefile
2013-09-15 18:16:41 -04:00
Jfreegman
5cf982dfa1
Removed dht window because it's not supported by the new public api
2013-08-27 18:30:38 -04:00
Sergey 'Jin' Bostandzhyan
78deb13c45
Added check and define for wide char support
...
Try to figure out if wide character support is available and provide
the necessary define for toxic.
2013-08-23 10:57:31 +03:00
Sergey 'Jin' Bostandzhyan
c157837f97
Added autotools based build scripts
...
Limitations:
currently the tox core library does not ship proper public headers,
so we'll have to tell the configure script where the headers are (i.e.
directory in the ProjectTox-Core source tree.
Since these headers are not really public, they include sodium.h, so
right now the toxic configure script will check for sodium.h as well.
We also need to look for the libsodium library for linking vs Tox core.
2013-08-23 01:30:49 +03:00