log mcabber/src/screen.c @ 1663:dcb0b4522ded

age author description
Wed, 13 Jan 2010 12:43:57 +0200 Myhailo Danylenko Fix GError handling
Sat, 05 Dec 2009 21:51:03 +0100 Mikael Berthe Do not call do_screen_refresh() on SIGWINCH
Tue, 01 Dec 2009 21:06:06 +0100 Myhailo Danylenko Improve UI latency and CPU usage
Wed, 18 Nov 2009 05:59:44 +0200 Myhailo Danylenko Set all locale variables
Wed, 24 Sep 2008 11:41:29 +0200 franky Message Receipts support (XEP-0184)
Sun, 11 Oct 2009 15:39:32 +0200 Mikael Berthe Update/Add headers
Sun, 11 Oct 2009 15:38:32 +0200 franky Replace libjabber with loudmouth
Sun, 04 Oct 2009 19:33:38 +0200 Mikael Berthe Add support for spellchecking with Enchant (caolan)
Mon, 13 Apr 2009 22:48:48 +0200 Mikael Berthe Fix display error in the roster
Mon, 13 Apr 2009 00:26:56 +0200 Mikael Berthe Add count parameter to roster up/down command
Sun, 08 Feb 2009 10:08:05 +0100 Mikael Berthe Fix display of last character in the input line when Aspell support is enabled
Thu, 06 Nov 2008 08:15:47 +0100 franky Add option "use_mouse"
Thu, 30 Oct 2008 19:47:11 +0100 franky Map mouse events to p* keycodes
Fri, 10 Oct 2008 20:29:15 +0200 Mikael Berthe Fix gcc warnings related to inline/static uses
Wed, 01 Oct 2008 19:09:59 +0200 Mikael Berthe Use the status string of the most likely resource in the chat status bar
Tue, 30 Sep 2008 19:50:46 +0200 Mikael Berthe Check for regex support in glib
Tue, 30 Sep 2008 09:05:05 +0200 franky Add option "url_regex"
Sat, 27 Sep 2008 22:44:02 +0200 Mikael Berthe Cosmetics
Sat, 27 Sep 2008 22:41:29 +0200 Mikael Berthe New command: /echo (display a message in the log window)
Sat, 27 Sep 2008 20:58:45 +0200 franky Forgot those poor non-utf8 locale-souls
Sat, 27 Sep 2008 20:01:52 +0200 franky Add option "info" (suggested by lego)
Sat, 06 Sep 2008 17:33:01 +0300 Maxim Vuets Show '#' for unread message per buddy on the buddy status line
Sun, 31 Aug 2008 17:45:26 +0200 Maxim Vuets Removed the "/color mucnick <nick> !" command, Update EN/RU/UK help files
Sun, 31 Aug 2008 17:40:00 +0200 Maxim Vuets MUC nickname colors depend on nicknames now
Sun, 31 Aug 2008 11:46:19 +0200 Mikael Berthe roster hide/toggle shouldn't automatically enable chat mode
Sun, 31 Aug 2008 11:29:04 +0200 franky Show the number of unfiltered contacts in folded groups
Sat, 23 Aug 2008 21:01:14 +0200 Mikael Berthe Add option --show-roster to command chat_disable.
Sat, 23 Aug 2008 19:47:49 +0300 Maxim Vuets Small style improvement of buddy status line
Wed, 23 Apr 2008 20:34:56 +0200 franky Fixed the colorhandling for mucnicks and /color roster
Sun, 20 Apr 2008 21:39:07 +0200 Mikael Berthe Fix small mistake in changeset 7b36b91a4388
Sun, 20 Apr 2008 17:01:24 +0200 Mikael Berthe Minor style upgrade
Sun, 20 Apr 2008 16:56:43 +0200 Mikael Berthe Fix multiline output in /buffer save
Sun, 20 Apr 2008 16:06:37 +0200 Mikael Berthe New command: /buffer save
Sun, 20 Apr 2008 14:30:25 +0200 Mikael Berthe New UI message flag (O) when OTR is used
Sun, 20 Apr 2008 11:45:01 +0200 Mikael Berthe Refactor scr_UpdateWindow()
Thu, 17 Apr 2008 21:01:09 +0200 Mikael Berthe Avoid mixed declarations and code
Fri, 11 Apr 2008 19:43:54 +0200 Mikael Berthe Fix UTF-8 on MirBSD (Thorsten Glaser)
Fri, 11 Apr 2008 19:29:46 +0200 Mikael Berthe Misc. documentation updates
Thu, 03 Apr 2008 21:20:56 +0200 Mikael Berthe Add optional SIGWINCH handler (Markus Hennecke)
Sun, 17 Feb 2008 21:19:48 +0100 Mikael Berthe Allow "/buffer list" when debugging mode is disabled
Sun, 17 Feb 2008 21:15:30 +0100 Mikael Berthe Replace DEBUG_ENABLE with ENABLE_DEBUG
Sun, 20 Jan 2008 22:46:16 +0100 Mikael Berthe Allow more than the 16 default colors (patch from mjs)
Sat, 19 Jan 2008 16:30:39 +0100 Mikael Berthe Update copyrights
Sat, 19 Jan 2008 12:09:00 +0100 Mikael Berthe Remove useless inlines
Sun, 09 Dec 2007 19:26:37 +0100 Mikael Berthe Improve Cygwin support
Wed, 05 Dec 2007 19:31:07 +0100 Mikael Berthe LocaleCharSet is const
Sun, 02 Dec 2007 17:56:51 +0100 Mikael Berthe Add option 'escdelay'
Sun, 02 Dec 2007 13:04:57 +0100 Mikael Berthe Fix locale charset detection on some BSD systems
Sun, 02 Dec 2007 10:36:42 +0100 Mikael Berthe Fix compilation on OpenBSD
Fri, 23 Nov 2007 21:56:58 +0100 Mikael Berthe Check time_prefix value before using it
Sun, 11 Nov 2007 13:05:57 +0100 Mikael Berthe The command /quit can be used in bindings, hooks and sourced files
Sun, 11 Nov 2007 11:29:16 +0100 Mikael Berthe Fix an UTF-8 problem in new hook_execute_internal() function
Sat, 10 Nov 2007 23:15:16 +0100 Mikael Berthe Add on_server flag
Fri, 09 Nov 2007 19:32:45 +0100 Mikael Berthe Small change to buffer close
Sat, 27 Oct 2007 11:10:18 +0200 Mikael Berthe Minor coding style adjustments
Thu, 20 Sep 2007 21:41:06 +0200 Mikael Berthe Fix a bug in the nick_colors variable parsing
Thu, 13 Sep 2007 20:05:21 +0200 Mikael Berthe Implement "/roster display"
Tue, 28 Aug 2007 18:56:50 +0200 Michal 'vorner' Vaner colorable muc nick fix
Tue, 28 Aug 2007 14:36:44 +0200 Michal 'vorner' Vaner Further nick colors fixes
Tue, 28 Aug 2007 11:24:58 +0200 Michal 'vorner' Vaner Fix recognizing of bright colors
Tue, 28 Aug 2007 10:52:15 +0200 Michal 'vorner' Vaner Color only incoming messages
Tue, 28 Aug 2007 10:11:39 +0200 Michal 'vorner' Vaner Muc nick coloring functionality
Sun, 26 Aug 2007 22:23:30 +0200 Michal 'vorner' Vaner Better way of writing the nick
Sun, 26 Aug 2007 18:24:14 +0200 Michal 'vorner' Vaner Drawing the MUC nicks by a different color
Sat, 25 Aug 2007 23:07:22 +0200 Mikael Berthe Add selectable time prefixes (vorner)
Sat, 25 Aug 2007 22:55:26 +0200 Mikael Berthe Add comments (vorner)
Sat, 25 Aug 2007 12:25:44 +0200 Mikael Berthe readline_backward_kill_word() makes a stop at the "command" character
Sat, 25 Aug 2007 12:05:12 +0200 Mikael Berthe Implement /buffer close|purge [jid]
Tue, 21 Aug 2007 20:49:03 +0200 Mikael Berthe Add configurable roster colors (Michal 'vorner' Vaner)
Mon, 20 Aug 2007 19:41:31 +0200 Mikael Berthe Add configurable colors for info and incoming messages (Michal 'vorner' Vaner)
Fri, 22 Jun 2007 19:21:23 +0200 Mikael Berthe More jabber:iq:last support... (misc)
Fri, 22 Jun 2007 18:52:47 +0200 Mikael Berthe "buffer list" sets the new_msg flag
Mon, 18 Jun 2007 21:35:30 +0200 Mikael Berthe Fix Aspell support on some systems
Sat, 16 Jun 2007 17:17:04 +0200 Mikael Berthe MUC: Nickname completion starts from any non-space character
Fri, 08 Jun 2007 16:35:02 +0200 Mikael Berthe Fix a key binding issue on FreeBSD
Sun, 20 May 2007 22:01:20 +0200 Mikael Berthe Improve MUC nickname completion
Sat, 19 May 2007 12:18:25 +0200 Mikael Berthe Make buffer list display the number of allocated HBB blocks
Sat, 19 May 2007 11:56:32 +0200 Mikael Berthe New (debug) subcommand, buffer list
Thu, 17 May 2007 12:00:18 +0200 Mikael Berthe Fix a bad type cast in buffer_purge()
Sun, 29 Apr 2007 11:53:33 +0200 Mikael Berthe Aspell: is_alpha() isn't needed
Sun, 29 Apr 2007 11:19:56 +0200 Mikael Berthe Add default binding for F1 (265) to /help
Sat, 28 Apr 2007 22:01:37 +0200 Mikael Berthe Update copyrights
Sat, 28 Apr 2007 21:52:57 +0200 Mikael Berthe Basic support for nick highlighting in MUC rooms (the whole line is colored)
Fri, 20 Apr 2007 19:06:24 +0200 Mikael Berthe Add readline_hist_beginning_search_bwd/fwd functions
Fri, 20 Apr 2007 17:14:38 +0200 Mikael Berthe Fix a conflict between verbatim multiline mode and the key binding system
Fri, 20 Apr 2007 16:35:39 +0200 Mikael Berthe Add a default binding to Meta-d (iline word_fdel)
Fri, 20 Apr 2007 16:30:30 +0200 Mikael Berthe Bind Meta-Esc (Esc-Esc) to chat_disable by default
Wed, 04 Apr 2007 23:23:37 +0200 entragian Add aspell support
Wed, 04 Apr 2007 22:43:47 +0200 Mikael Berthe Remove old (already commented) code
Wed, 04 Apr 2007 22:34:00 +0200 Mikael Berthe Refactor readline_accept_line() and readline_accept_line_down_hist()
Wed, 04 Apr 2007 22:03:49 +0200 Mikael Berthe Move init_bindings() to screen.c, with a few updates
Tue, 03 Apr 2007 20:30:34 +0200 Mikael Berthe Add init_bindings() for default key bindings (Lego12239)
Tue, 03 Apr 2007 20:30:28 +0200 Mikael Berthe Add some more iline functions (Lego12239)
Wed, 14 Mar 2007 21:33:17 +0100 Mikael Berthe Add a collection of commands for key bindings (Lego12239)
Mon, 26 Feb 2007 21:13:54 +0100 Mikael Berthe Add some keycodes
Thu, 22 Feb 2007 22:10:19 +0100 Mikael Berthe Fix UTF-8 group names in the roster (Myhailo Danylenko)
Thu, 15 Feb 2007 23:56:20 +0100 Mikael Berthe Slight optimization + line wrapping
Thu, 15 Feb 2007 23:20:24 +0100 Mikael Berthe Small fixes, typos and cleanups
Thu, 15 Feb 2007 12:45:03 +0100 Frank Zschockelt Moved all variables related to hbuf to an extra struct, bufdata
Wed, 14 Feb 2007 13:25:42 +0100 Frank Zschockelt Mcabber will load symlinked histories only once, now.
Tue, 13 Feb 2007 21:48:17 +0100 franky Rearranged duplicated code in screen.c
Tue, 06 Feb 2007 07:37:20 +0100 Mikael Berthe Small fix for the max_history_blocks option
Tue, 06 Feb 2007 00:21:42 +0100 Mikael Berthe Add option "max_history_blocks"
Sun, 04 Feb 2007 11:57:14 +0100 Mikael Berthe Update documentation
Sun, 04 Feb 2007 11:41:05 +0100 Mikael Berthe Add command /buffer close_all
Sat, 03 Feb 2007 20:45:37 +0100 Mikael Berthe Fix a bug in /buffer close
Sat, 03 Feb 2007 20:05:57 +0100 Mikael Berthe Add command /buffer close
Sat, 03 Feb 2007 18:06:34 +0100 Mikael Berthe Do not create one panel per contact
Sun, 21 Jan 2007 15:31:34 +0100 Mikael Berthe Un-hardcode Ctrl-q binding, it can be done in the config. file
Sat, 20 Jan 2007 19:39:54 +0100 Mikael Berthe Add option "events_ignore_active_window"
Sun, 14 Jan 2007 15:00:25 +0100 Mikael Berthe Add option "cmdhistory_lines"
Sat, 13 Jan 2007 14:27:54 +0100 Mikael Berthe Filter out ^M (0x0d) characters in incoming messages
Thu, 28 Dec 2006 15:00:59 +0100 Mikael Berthe Fix /say_to to a member of a folded group
Fri, 08 Dec 2006 23:20:17 +0100 Mikael Berthe Do not rewrap buffer lines when the chat window width doesn't change
Thu, 07 Dec 2006 21:18:48 +0100 Mikael Berthe Hopefully fix unicode detection on BSD systems
Wed, 06 Dec 2006 22:14:41 +0100 Mikael Berthe Add command /roster group_prev|group_next and update documentation
Tue, 05 Dec 2006 22:00:57 +0100 Mikael Berthe Ctrl-d sends a multi-line message
Mon, 04 Dec 2006 22:20:26 +0100 Mikael Berthe The field "name" isn't used anymore
Mon, 04 Dec 2006 22:13:13 +0100 Mikael Berthe Use a hash for the list of win buffers
Mon, 04 Dec 2006 19:05:58 +0100 Mikael Berthe Remove useless WindowWidth function