1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src/ui
John Hernandez ea39657b0a Reduce buffer size
Currently buffer is being redrawn on each DB fetch,
this causes a big waste of resources as on every page_up button click
we redraw 1200 messages (each message can be longer than 1 line),
commit will reduce buffer size to 200,
thus reducing amount of messages redrawn on each page up,
this is a temporary solution for a bigger problem.
2023-10-29 13:34:01 +01:00
..
buffer.c Reduce buffer size 2023-10-29 13:34:01 +01:00
buffer.h Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
chatwin.c Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
confwin.c Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
console.c Improve MUC title behaviour for roster, statusbar, and titlebar 2023-10-05 18:16:04 -06:00
core.c Remove not needed check 2023-08-11 15:34:26 +02:00
inputwin.c g_free() to auto_gfree, introduce auto_guchar 2023-07-13 17:04:59 +02:00
inputwin.h Add vim modeline 2019-11-13 12:11:05 +01:00
mucwin.c Improve MUC title behaviour for roster, statusbar, and titlebar 2023-10-05 18:16:04 -06:00
notifier.c g_free() to auto_gfree, introduce auto_guchar 2023-07-13 17:04:59 +02:00
occupantswin.c Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
privwin.c Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
rosterwin.c Improve MUC title behaviour for roster, statusbar, and titlebar 2023-10-05 18:16:04 -06:00
screen.c Basic support for building on NetBSD. 2020-09-04 12:55:20 +02:00
screen.h Add vim modeline 2019-11-13 12:11:05 +01:00
statusbar.c Improve MUC title behaviour for roster, statusbar, and titlebar 2023-10-05 18:16:04 -06:00
statusbar.h Apply coding style 2020-07-07 14:18:57 +02:00
titlebar.c Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
titlebar.h Add vim modeline 2019-11-13 12:11:05 +01:00
tray.c g_free() to auto_gfree, introduce auto_guchar 2023-07-13 17:04:59 +02:00
tray.h Add vim modeline 2019-11-13 12:11:05 +01:00
ui.h Improve MUC title behaviour for roster, statusbar, and titlebar 2023-10-05 18:16:04 -06:00
vcardwin.c Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
win_types.h Add vCard support 2022-10-18 23:24:30 +01:00
window_list.c Merge pull request #1883 from profanity-im/fix/1877-url 2023-09-05 10:44:00 +02:00
window_list.h Fix quote and url autocompletion for MAM and history 2023-02-13 23:40:58 +02:00
window.c Fix crash on reconnection in the chat window 2023-10-15 23:24:13 +02:00
window.h Fix duplicate download IDs. 2023-03-09 15:02:26 -07:00
xmlwin.c Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00