Jfreegman
|
a126f9c1a6
|
don't excessively update percentage complete line during file transfers
|
2014-06-30 14:17:07 -04:00 |
|
Jfreegman
|
44d524134f
|
need mutexes
|
2014-06-30 11:42:11 -04:00 |
|
Jfreegman
|
7ae807002e
|
file sender thread was a failed experiment - do_file_senders should only be called once per tox_do iteration
|
2014-06-30 03:03:43 -04:00 |
|
Jfreegman
|
a194f7ad87
|
add option to use the default locale
|
2014-06-29 18:14:28 -04:00 |
|
Jfreegman
|
61d3f7e63e
|
fix tab completion in prompt window
|
2014-06-29 16:54:27 -04:00 |
|
Jfreegman
|
ebc5cd9285
|
manpage fixes/rm redundant comments & make alerts setting more intuitive
|
2014-06-28 22:05:05 -04:00 |
|
Jfreegman
|
97536d2a72
|
add setting option to disable timestamps
|
2014-06-28 20:33:46 -04:00 |
|
Jfreegman
|
a2e6a25fc8
|
make prompt window look like chat/groupchat windows (fixes various bugs, allows history scrolling)
|
2014-06-28 18:40:22 -04:00 |
|
Jfreegman
|
f8998b5891
|
properly close file senders on exit
|
2014-06-28 12:55:05 -04:00 |
|
Jfreegman
|
33e98fd720
|
put file senders in one thread due to weird issues & a few fixes
|
2014-06-28 12:14:43 -04:00 |
|
mannol1
|
134e5873a9
|
Merge pull request #165 from mannol1/master
Fixed setting buffer to half of the size
|
2014-06-27 01:46:24 +02:00 |
|
mannol
|
89a95eca16
|
Fixed setting buffer to half of the size
|
2014-06-27 01:45:15 +02:00 |
|
Jfreegman
|
d881312e3e
|
should fix the high cpu usage issue
|
2014-06-26 19:35:12 -04:00 |
|
Jfreegman
|
da65ba4e8d
|
give file senders their own threads
|
2014-06-26 18:20:56 -04:00 |
|
Jfreegman
|
581261afca
|
fix backspace issue on some platforms
|
2014-06-26 11:19:51 -04:00 |
|
Jfreegman
|
09badaa9ee
|
refactor chat window input code, misc fixes
|
2014-06-26 02:52:01 -04:00 |
|
Jfreegman
|
43c1140aa2
|
improve input scrolling, fix some unicode issues (WIP)
|
2014-06-24 21:02:16 -04:00 |
|
Jfreegman
|
ef097757f3
|
general cleanup: rm unused config.h, add license info to device.c/h, add a couple compiler options and fix warnings
|
2014-06-24 17:47:35 -04:00 |
|
JFreegman
|
6490fa598c
|
Merge pull request #157 from Ansa89/widechar
Wide characters support
|
2014-06-24 17:04:21 -04:00 |
|
Jfreegman
|
c41464c990
|
fix dns compatibility for apple
|
2014-06-24 13:20:12 -04:00 |
|
Ansa89
|
76f81c4d33
|
Wide characters support and removed unused files
|
2014-06-24 17:35:23 +02:00 |
|
Jfreegman
|
7ac7713268
|
improve call duration string & remove a couple unused functions
|
2014-06-24 02:58:18 -04:00 |
|
Jfreegman
|
490c80dae9
|
don't allow calls to offline friends
|
2014-06-23 22:15:39 -04:00 |
|
Jfreegman
|
f324d2d34b
|
some fixups
|
2014-06-23 21:56:58 -04:00 |
|
Jfreegman
|
f3ee120c48
|
Merge branch 'master' of https://github.com/Tox/toxic
|
2014-06-23 18:54:48 -04:00 |
|
Jfreegman
|
63ea6154f4
|
show info box for audio calls
|
2014-06-23 18:54:23 -04:00 |
|
mannol
|
2a6a5b13d7
|
Forgot to set index in some callbacks
|
2014-06-24 00:30:11 +02:00 |
|
mannol
|
476b056ed0
|
make it dynamic
|
2014-06-24 00:20:44 +02:00 |
|
mannol
|
f47991e18e
|
Reverse call_idx and enable running call when devices fail to load
|
2014-06-23 23:57:12 +02:00 |
|
Ansa89
|
cb93c6ec65
|
Cast time to "time_t"
|
2014-06-23 10:58:24 +02:00 |
|
Ansa89
|
78af10fa1f
|
Cast time to "time_t"
|
2014-06-23 10:57:27 +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
|
94b271da5d
|
wat
|
2014-06-22 02:31:24 +02:00 |
|
mannol
|
e47f2c05f3
|
Added VAD, changed device i/o, mute option, dynamic device changing and more
|
2014-06-22 02:18:23 +02:00 |
|
Jfreegman
|
6b9ef7e6c9
|
refactor string funcs
|
2014-06-21 17:55:01 -04:00 |
|
Jfreegman
|
62239a1fda
|
fix backspace bug
|
2014-06-21 11:55:32 -04:00 |
|
Jfreegman
|
bba81ac884
|
fix offset issue
|
2014-06-20 23:56:59 -04:00 |
|
Jfreegman
|
9f4248b1e1
|
redesign text input field to scroll horizontally, increase max string size
|
2014-06-20 23:08:13 -04:00 |
|
mannol
|
e06f0ffb7e
|
Missed device.*
|
2014-06-21 02:04:25 +02:00 |
|
mannol
|
29b283c176
|
VAD sort of works
|
2014-06-21 01:58:00 +02:00 |
|
Jfreegman
|
3e797db16e
|
various fixes
|
2014-06-20 14:27:33 -04:00 |
|
Jfreegman
|
034a8f5d8b
|
code cleanup, improve do_connection
|
2014-06-19 13:50:41 -04:00 |
|
Jfreegman
|
eb7d910683
|
add toxme.se to dns3 server list
|
2014-06-18 20:22:26 -04:00 |
|
Jfreegman
|
85af9f55ba
|
improve key bindings (I think?)
|
2014-06-18 20:07:34 -04:00 |
|
Jfreegman
|
ca98b49813
|
fix scrolling bug
|
2014-06-18 18:29:07 -04:00 |
|
Jfreegman
|
0cff881d69
|
small fix
|
2014-06-18 18:07:51 -04:00 |
|
Jfreegman
|
7eb82a0fe5
|
bump version to 0.4.1
|
2014-06-18 16:15:34 -04:00 |
|
Jfreegman
|
58a131426a
|
better handling of fatal errors
|
2014-06-18 15:54:05 -04:00 |
|
Jfreegman
|
72e9e7d9c4
|
add str_to_lower function, ignore DNS domain name case
|
2014-06-18 13:12:39 -04:00 |
|