437dd8baeb
Some misc fixes
2020-02-29 14:14:56 -05:00
116bff8cef
format fixes
2019-12-07 23:17:02 -05:00
bb2257973e
Load conference titles on startup for saved conferences ( #43 )
2019-06-30 14:51:13 -04:00
12b9cd2386
Fix header issues
2019-03-27 01:38:15 -04:00
2cbe8fa880
Use correct integer types to fix groupchat peer scrolling bug
2019-03-26 23:05:24 -04:00
c4a11f8dc7
Refactor ToxWindows
...
ToxWindow constructor functions now return pointers instead of structs
ToxWindow windows array now holds pointers instead of structs
Refactor some logic in windows.c pertaining to keeping track of active windows
Use uint8_t for window array indexing
2018-10-19 17:43:06 -04:00
d18cc8cbc2
Fix two memory leaks and properly clean up friendlist window
2018-10-19 17:43:03 -04:00
8f0e6026f0
Add enum for file_type() and a little cleanup
2018-10-17 18:00:08 -04:00
56e03a3f8b
No longer require quotes to enclose paths
2018-10-17 18:00:08 -04:00
0fea930c24
Convert deprecated uppercase enums to camelcase
2018-10-10 13:34:17 -04:00
63cc23401a
Improve readability of defines
2018-10-08 13:39:04 -04:00
d62902ffb3
Use (void) in prototypes instead of ().
...
Also, removed `__inline` from an extern function (why was it there?).
Also, moved one extern declaration to a header file. There are lots of
these that need to be moved, but one thing at a time.
2018-09-13 23:47:47 +00:00
a37bf300f9
Update astylerc to match toxcore & reformat all source files
2018-07-18 11:33:16 -04:00
46f646afcf
Add an option to disable qr codes
2018-06-16 05:07:16 +02:00
68ce17a57f
Temp fix for nick change spam on group join
2018-04-19 22:23:49 -04:00
815c29ee31
Significantly reduce time before trying to re-send a message with no read receipt
...
(also some formatting cleanup)
2018-03-03 23:54:12 -05:00
2710ab6034
Re-implement group nick change notifications
2018-02-25 03:43:19 -05:00
bc3ffac0ba
re-add group peer list sorting
2018-02-25 01:21:22 -05:00
29f55c5277
Update API
...
-Removed usage of deprecated API functions
-Integrated conference changes with a few regressions
2018-02-25 00:00:06 -05:00
8508451ba6
avoid unnecessary redrawing
2017-10-29 16:50:42 +01:00
0136f22076
Fix UI bugs & format
...
This fixes a bug where lines would sometimes be incorrectly marked as unread, as well as
a bug where inbound messages would sometimes be coloured incorrectly
2017-06-01 16:46:12 -04:00
22ea522baf
Add "/run" to autocompleter and fix example Python script.
2017-05-22 20:47:56 -04:00
1d71e2eb18
Port to toktok-c-toxcore branch
2016-12-18 00:01:51 -05:00
f056f13329
Astyle everything and add an astyle options script to repo
2016-09-24 21:07:04 -04:00
2194b9e259
Use time_t instead of uint64_t for timestamps
...
Also call time() directly from get_unix_time() instead of manually updating the time val.
2016-09-22 18:31:52 -04:00
c24e1bd2b8
Fix a few A/V race conditions
2016-09-22 18:00:14 -04:00
5b1b420ac0
Add further explanation to the beep_on* options
...
This also renames beep_on* to bell_on*.
2016-07-21 11:35:09 +02:00
d3effa26b5
Add options to enable terminal bell on certain events
...
Some terminals can mark the terminal window as urgent on bell.
This is useful for window managers that provide a shortcut to jump to an
urgent client.
2016-07-17 19:22:40 +02:00
04576fea7e
Add paste-mode to allow multiline text pasting
...
Ctrl-T toggles paste mode.
Useful when pasting multiline text because it avoids triggering an
enter keypress after linebreaks.
Instead, every \r is translated to \n which is again translated to a
pilcrow (see previous commit).
The pasted text can then be sent as a whole instead of splitting up in
multiple messages.
2016-02-28 21:40:41 +01:00
e6f839f9ac
Enable multiline input
...
Adds a nonl() call to avoid translation from \r to \n when pressing
enter.
C-J -> \n
Enter -> \r
To allow multiline input, \n chars (e.g. when pressing C-J) are replaced
with a pilcrow. After hitting enter, every pilcrow is substituted with
\n again.
2016-02-28 02:35:36 +01:00
39c4b7ecdd
Add ability to print your Tox ID's QR code to a file
2015-11-08 22:51:46 -05:00
fa0e645a79
Fix a bunch of misc bugs and corner cases
2015-11-08 03:57:01 -05:00
4ab99c73a0
Merge with master
2015-11-02 15:22:52 -05:00
6b97df2615
Add command to change the Tox ID nospam value
2015-10-22 19:44:05 -04:00
abfdbfe468
Fix some new AV api changes
2015-10-20 17:59:14 -04:00
462cfca175
Merge new AV branch
2015-10-20 17:57:54 -04:00
11701d22a1
Lots of bug fixes and general code cleanup
2015-08-27 03:38:08 -04:00
19cfe3d393
Display a user warning when log fails to initialize
2015-08-21 00:44:40 -05:00
ed0a4fb3b8
simplify timeout function
2015-08-21 00:44:40 -05:00
8301ab1bc2
Revert commit 312d0c3
(localization/gettext)
...
There were serious problems with branch merging that need to be resolved first
2015-08-21 00:35:40 -05:00
06c268417f
Fix some possible race conditions related to line printing
2015-08-21 00:29:33 -05:00
0a2ad23c15
Add localization system (gettext)
2015-08-21 00:24:02 -05:00
6e90072fb8
Implemented OpenCV demo to demonstrate video device listing and set up code structure for video
2015-08-21 00:14:03 -05:00
92d76c7f99
Display a user warning when log fails to initialize
2015-08-19 00:42:28 -04:00
327259c4c8
simplify timeout function
2015-08-18 01:46:22 -04:00
035420e5c7
Revert commit 312d0c3
(localization/gettext)
...
There were serious problems with branch merging that need to be resolved first
2015-07-04 01:19:16 -04:00
84a0276668
Fix some possible race conditions related to line printing
2015-06-30 22:40:45 -04:00
374b78c763
manually fix merge conflicts
2015-06-29 03:11:21 -04:00
51a1c660b4
Add localization system (gettext)
2015-05-30 11:55:59 +02:00
85d3c18ba6
Add localization system (gettext)
2015-05-28 15:50:55 +02:00