about summary refs log tree commit diff stats
path: root/src/ui/statusbar.c
Commit message (Expand)AuthorAgeFilesLines
* Added /time statusbar preferenceJames Booth2015-03-101-12/+42
* Fixed spelling.Christian Storm2015-02-171-2/+2
* Updated copyrightJames Booth2015-02-101-1/+1
* Replaced colours with theme_item_tJames Booth2014-11-161-22/+34
* Show indicator when form has unsaved changesJames Booth2014-09-161-8/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Moved status_bar_resizeJames Booth2014-07-181-2/+3
* Tidied xmlconsoleJames Booth2014-04-151-8/+0
* Removed inputwin functions from ui.hJames Booth2014-04-071-0/+1
* Removed statusbar functions from ui.hJames Booth2014-04-071-42/+26
* Removed dirty flag from statusbarJames Booth2014-04-061-42/+53
* Inlined status_bar_update_timeJames Booth2014-04-061-21/+12
* Removed strcpy callsJames Booth2014-04-021-2/+1
* Renamed refresh functions to update_virtualJames Booth2014-04-011-2/+2
* Updated copyrightJames Booth2014-03-091-1/+1
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-021-1/+1
* Bind remaining ui functions in main.cJames Booth2013-12-231-12/+17
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-24/+36
* Show current window in status barJames Booth2013-10-021-0/+25
* Fixed ">" indicator when tidying windowsJames Booth2013-08-301-0/+14
* Refactored status bar indicatorsJames Booth2013-08-301-105/+60
* Handle ">" indicator when more than 10 wins openJames Booth2013-08-291-47/+167
* Refactor updating window statusesJames Booth2013-08-281-30/+18
* Fixed showing active console after login failJames Booth2013-08-281-0/+7
* Changes to status bar for unlimited windows - WIPJames Booth2013-08-281-35/+58
* small refactoring in statusbar.cDmitry Podgorny2013-08-241-5/+11
* removed sizeof(char)Dmitry Podgorny2013-08-031-1/+1
* Use werase() rather than wclear() to avoid screen flashJames Booth2013-04-221-4/+4
* Added config dir to sourceJames Booth2013-02-021-1/+1
* Tidied #include'sJames Booth2013-02-021-1/+1
* Added ui subdir to sourceJames Booth2013-02-021-0/+285
class="o">* const fingerprint) { return NULL; } void omemo_generate_crypto_materials(ProfAccount* account) { } gboolean omemo_automatic_start(const char* const jid) { return TRUE; } gboolean omemo_is_trusted_identity(const char* const jid, const char* const fingerprint) { return TRUE; } GList* omemo_known_device_identities(const char* const jid) { return NULL; } gboolean omemo_loaded(void) { return TRUE; } void omemo_on_connect(ProfAccount* account) { } void omemo_on_disconnect(void) { } char* omemo_on_message_send(ProfWin* win, const char* const message, gboolean request_receipt, gboolean muc) { return NULL; } char* omemo_own_fingerprint(gboolean formatted) { return NULL; } void omemo_start_muc_sessions(const char* const roomjid) { } void omemo_start_session(const char* const barejid) { } void omemo_trust(const char* const jid, const char* const fingerprint_formatted) { } void omemo_untrust(const char* const jid, const char* const fingerprint_formatted) { } void omemo_devicelist_publish(GList* device_list) { } void omemo_publish_crypto_materials(void) { } void omemo_start_sessions(void) { } char* omemo_encrypt_file(FILE* in, FILE* out, off_t file_size, int* gcry_res) { return NULL; }; void omemo_free(void* a){}; uint32_t omemo_device_id() { return 123; } char* omemo_qrcode_str() { return NULL; }