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

37 Commits

Author SHA1 Message Date
8f3989000d Box notifications are like ready 2014-08-02 00:37:02 +02:00
4834642b80 Merge remote-tracking branch 'upstream/master' 2014-07-27 01:50:06 +02:00
18a6f621f0 Started adding support for popup notifications and adjustments to new core 2014-07-27 01:49:59 +02:00
3cae1d92cd change online/offline symbols 2014-07-26 19:16:07 -04:00
f630a3e604 fix possible buffer overflows and undefined behaviour 2014-07-25 17:55:21 -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
83f0720a39 another UB fix 2014-07-16 15:55:04 -04:00
b23ae5a4c3 add buffer yanking, clean up input functions 2014-07-14 14:44:42 -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
09badaa9ee refactor chat window input code, misc fixes 2014-06-26 02:52:01 -04:00
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
34bd4a1c7c fix a bunch of implicit declarations 2014-06-21 21:41:38 -04:00
6b9ef7e6c9 refactor string funcs 2014-06-21 17:55:01 -04:00
9f4248b1e1 redesign text input field to scroll horizontally, increase max string size 2014-06-20 23:08:13 -04:00
31acdcada3 reorganize toxic_windows.h into two separate header files, rename main.c to toxic.c 2014-06-11 18:14:12 -04:00
8c5ac1f77d proper commandline args 2014-06-07 14:36:37 -04:00
bfa266c604 refactor calling of toxic_string functions 2014-06-06 15:27:06 -04:00
901ffbc7c0 improve function 2014-06-04 14:41:36 -04:00
97dedd32fb better fix for trailing spaces issue 2014-06-04 01:19:20 -04:00
f9e15cd60b no trailing space for command tab-complete 2014-06-02 03:19:59 -04:00
4cac797b40 General cleanup
Signed-off-by: Sean Qureshi <sean@tox.im>
2014-04-19 14:58:13 -07:00
e5b6e0ad9f refactor chat history to allow scrolling 2014-03-24 07:18:58 -04:00
da924f07a9 Updated to latest core 2014-03-11 00:34:18 +01:00
831d8e5f24 implement chat logging 2014-02-26 01:51:06 -05:00
b6613a015f add license info to source files 2014-02-25 02:28:24 -05:00
5187861b69 down arrow returns empty string if at end of history 2014-02-23 14:22:45 -05:00
866cafbf1b timestamp for prompt connection and friend request alerts 2014-01-22 23:29:28 -05:00
feefecb2ac fix a couple bugs 2013-12-18 20:18:02 -05:00
d04f5fa102 beep when it should beep 2013-12-15 20:52:10 -05:00
14c9599a30 couple fixes 2013-12-14 15:38:21 -05:00
10ae3865ca improve line history functionality 2013-12-14 00:36:06 -05:00
12e1a60ca3 ugly partial fix for bug 2013-12-11 05:41:02 -05:00
ff30a29df1 small improvement 2013-12-11 04:49:21 -05:00
629041d465 simplify code a bit 2013-12-11 03:29:31 -05:00
9a5a598c5a add line history with up/down keys 2013-12-11 00:10:09 -05:00
ccc0640dab put string helpers in own file 2013-12-10 03:03:45 -05:00