log mcabber/mcabber/screen.c @ 2366:480585fec48a default tip

age author description
Mon, 25 Oct 2021 13:21:43 +0200 Mikael Berthe Switch website URLs to HTTPS
Sun, 24 Oct 2021 21:20:36 +0200 Mikael Berthe Fix format-security warnings
Wed, 29 May 2019 21:08:59 +0200 franky Simplify Log_Win_Height calculation
Tue, 28 May 2019 22:28:49 +0200 franky Hide the log window when log_win_height <= 0
Tue, 28 May 2019 20:57:35 +0200 franky Do not include status lines in Log_Win_Height
Sun, 12 May 2019 13:17:36 +0200 franky Don't try to inline public functions
Sun, 12 May 2019 11:32:30 +0200 franky Defined types shall end with "_t"
Mon, 17 Feb 2020 23:44:03 +0000 Andrey Utkin Fix multiple declarations issue with vi_mode
Mon, 17 Feb 2020 23:40:49 +0000 Andrey Utkin Fix multiple declarations issue with COLOR_ATTRIB
Thu, 09 May 2019 21:19:31 +0200 franky Fix roster colors, closes issue #60
Fri, 28 Sep 2018 06:45:58 +0200 Michał Kępień Silence compiler warnings (-Wformat-truncation, -Wstringop-truncation)
Mon, 24 Sep 2018 21:04:09 +0200 Michał Kępień Prevent assigning negative values to unsigned variables
Sun, 23 Sep 2018 22:52:29 +0200 Michał Kępień Add support for displaying the number of unread messages for each roster entry
Fri, 21 Apr 2017 21:50:16 +0200 Mikael Berthe Do not use g_slist_free_full() which requires glib2 2.28.0 (Frank Bergmann)
Sun, 19 Feb 2017 18:55:12 +0100 franky Rebuild the buddylist after disconnect/before buddylist search
Mon, 13 Feb 2017 20:02:14 +0100 Mikael Berthe Correctly initialize vi_mode when it is set in configuration file
Sat, 11 Feb 2017 12:40:43 +0100 Mikael Berthe Do not use litteral command char (':', '/')
Sun, 26 Jul 2015 22:45:56 +0200 Holger Weiß Let <Enter> (un)fold groups in vi mode
Sun, 26 Jul 2015 19:26:29 +0200 Holger Weiß Enter chat mode with <Enter> also in vi mode
Fri, 24 Jul 2015 02:52:23 +0200 Holger Weiß [PATCH 3/3] Clear input line when switching to vi mode
Fri, 24 Jul 2015 02:37:07 +0200 Holger Weiß [PATCH 2/3] Don't complete "/search" string in vi mode
Wed, 22 Jul 2015 19:25:22 +0200 Holger Weiß [PATCH 1/3] New option: vi_mode
Tue, 01 Nov 2016 18:00:39 +0100 franky Replace global variable update_roster with scr_update_roster()
Tue, 01 Nov 2016 08:39:07 +0100 franky Don't rebuild the buddylist multiple times before a screen refresh
Tue, 13 Dec 2016 22:26:45 +0100 Mikael Berthe Backed out changeset 1bb9002801e5
Sun, 25 Sep 2016 15:07:24 +0200 Mikael Berthe Limit the number of roster computations/redraws per second
Sat, 24 Sep 2016 12:31:13 +0200 Mikael Berthe Improve efficiency with high number of MUC resources
Sun, 05 Jun 2016 20:06:46 +0200 Mikael Berthe Fix FSF addresses in all files
Sat, 30 Apr 2016 11:23:37 +0200 Mikael Berthe Revert patch c1eb68306520
Sun, 15 Nov 2015 17:03:41 +0100 Mikael Berthe Fix resizing with --enable-sigwinch