Jfreegman
a29136d6b7
use toxic settings for colour theme instead of config flag
2014-04-12 03:12:45 -04:00
Jfreegman
4a8db6f098
Merge branch 'terminal_colors' of https://github.com/ooesili/toxic into ooesili-terminal_colors
2014-04-12 03:04:36 -04:00
Jfreegman
92948abcf1
implement basic user settings
2014-04-07 06:03:45 -04:00
Wesley Merkel
0fdb01ff97
Turn off native colours by default
2014-04-05 16:20:35 -06:00
Wesley Merkel
b9290c8a83
Let user disable native colours with ./configure
2014-04-05 13:31:53 -06:00
Jfreegman
a5ce17f44e
refactor groupchats to allow scrolling
2014-03-25 08:21:50 -04:00
Jfreegman
d03a661635
Merge branch 'master' of https://github.com/Tox/toxic
2014-03-17 19:58:08 -04:00
jin-eld
8024757e57
Fix toxic build when toxav is not available
2014-03-16 20:28:46 +01: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
Jfreegman
33a4e806e2
handle last online stuff properly & update toxic version
2014-03-16 03:31:48 -04: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
Sean
f4e4fbbef1
Update configure.ac
2014-03-10 21:08:02 -07:00
mannol
1fd07837ea
Fixed build problems
2014-03-08 16:36:42 +01: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
af5627b050
update to 0.2.7
2014-02-26 19:02:22 -05:00
Sean
9f309ecb96
Move to 0.2.6
2014-02-23 01:37:43 -08:00
mannol
e775c51a06
Merge upsteam/master
2014-02-22 23:58:36 +01:00
Sean
3960208fd6
Update configure.ac
2014-02-22 01:25:10 -08:00
Sean
198f9af71d
Fine
2014-02-22 01:21:37 -08:00
Sean
61b2a7f0c9
Use ssl
2014-02-22 00:59:33 -08:00
Jfreegman
e3400e095b
a few fixes and update version
2013-12-04 16:21:32 -05:00
Jfreegman
319eec21fe
update version
2013-11-23 21:44:10 -05:00
Jfreegman
42d4c92971
updated version
2013-10-11 00:32:21 -04:00
Dennis Schridde
236e79cd26
Fix check for toxcore by linking sodium in the correct place
2013-09-28 13:25:33 +02:00
Jfreegman
aca6d77e8a
updated version
2013-09-19 17:12:31 -04:00
Jfreegman
2040368dd9
changed version to 0.2.0
2013-09-05 18:26:03 -04:00
jin-eld
bb8a2b7700
Make sure toxic compiles on MinGW/Win32 again
...
The config dir stuff is simply broken and needs to be fixed. So for now
disabled it, until someone has time to look into it.
2013-08-27 11:02:47 +03:00
Sergey 'Jin' Bostandzhyan
c7dcf04248
Fix configure for Free BSD
...
* seems that /usr/local is not in the default ld path on FreeBSD, so add
it manually
* search for wget_wch instead of get_wch, on FreeBSD get_wch seems to be
available as a macro, which does not automatically mean that wide char
support is really available
2013-08-26 14:32:59 +03:00
Manuel Argüelles
cecc3ceea0
Fix configure script for ncurses without ncursesw
...
On debian systems it is possible not to have libncursesw5-dev and
still have ncursesw5-config pointing to where it should be,
ncursesw5-config is provided by libncursesw5.
2013-08-24 18:41:06 -04:00
Sergey 'Jin' Bostandzhyan
732d05c04e
Fix configure script for mingw32
...
Note: toxic itself will still not build because the code does not have
the appropriate ifdefs and a WIN32 specific implementation.
2013-08-24 20:47:06 +03:00
Sergey 'Jin' Bostandzhyan
2a46d48cdf
Sync with new libtoxcore build system
...
First try to use pkg-config to find libtoxcore, fall back to manual
checks if pkg-config is not available.
Improve ncurses search, should now find everything on OSX.
2013-08-24 05:15:15 +03:00
Florian Hahn
6f9813ceee
Use tox.h and tox_new for toxcore discovery
2013-08-24 00:21:39 +02: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
30666d2deb
Install and use DHTservers file
...
DHTservers will go to $prefix/share/toxic/DHTservers
2013-08-23 01:37:19 +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