summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2014-11-22api: return value in function command(), remove WeeChat error after command c...Sébastien Helleu
2014-11-16core: fix display bug when scrolling in buffer on a filtered line (closes #240)Sébastien Helleu
2014-11-09core: add option weechat.completion.command_inline (task #12491)Sébastien Helleu
2014-11-06core: add bar item "mouse_status", new options weechat.look.item_mouse_status...Nils Görs
2014-11-01core: add signals "mouse_enabled" and "mouse_disabled" (closes #244)Sébastien Helleu
2014-11-01core: fix buffer property "lines_hidden" when merging buffers or when a line ...Sébastien Helleu
2014-10-22core: display time in bare display only if option weechat.look.buffer_time_fo...Sébastien Helleu
2014-10-16core: fix memory leak in completionSébastien Helleu
2014-10-05Merge branch 'arraylist'Sébastien Helleu
2014-09-28core: move bar item "scroll" between buffer name and lag in default bar items...Sébastien Helleu
2014-09-24core: fix crash on buffer close when option weechat.look.hotlist_remove is se...Sébastien Helleu
2014-09-21core: fix highlight of IRC action messages when option irc.look.nick_mode is ...Sébastien Helleu
2014-09-01core: use a sorted arraylist for partial completionsSébastien Helleu
2014-09-01core: optimize completion by using arraylistsSébastien Helleu
2014-08-31core: change comment about linker and circular references problems with stati...Sébastien Helleu
2014-08-29core: remove some spacesSébastien Helleu
2014-08-23core: add a constant for color buffer nameSébastien Helleu
2014-08-23core: allow incomplete commands if unambiguous (task #5419)Sébastien Helleu
2014-08-19core: fix modifier "weechat_print": discard only one line when several lines ...Sébastien Helleu
2014-08-10core: remove dead assignment when converting mouse codeSébastien Helleu
2014-08-10core: return immediately if localtime fails in window scrollSébastien Helleu
2014-08-03core: fix display of bar item "buffer_filter" when toggling filters in curren...Sébastien Helleu
2014-07-21core: fix insert of mouse code in input line after a partial key combo (close...Sébastien Helleu
2014-07-20core: remove whitespace in cmake filesSébastien Helleu
2014-07-20core: fix build with autotools (add main.c)Sébastien Helleu
2014-07-20core: fix link errors with ncurses librarySébastien Helleu
2014-07-14core: do not exit WeeChat in weechat_end() (let the caller do that)Sébastien Helleu
2014-07-14core: move main() function into Curses GUISébastien Helleu
2014-07-14core: send signal key_combo_xxx even for unknown combosSébastien Helleu
2014-07-14core: hide message timestamp in bare display if timestamp is disabled in buff...Sébastien Helleu
2014-07-12core: add option weechat.color.status_nicklist_count (closes #109, closes #110)Sébastien Helleu
2014-06-07core: fix color display of last color number + 1 (closes #101)Sébastien Helleu
2014-06-06core: add option weechat.look.hotlist_remove (closes #99)Sébastien Helleu
2014-05-24relay: fix crash when closing relay buffers (closes #57, closes #78)Sébastien Helleu
2014-05-24api: add argument "flags" in function hdata_new_listSébastien Helleu
2014-05-22core: fix reset of attributes between nick colors in /color bufferSébastien Helleu
2014-05-18core: fix display of item buffer_short_name when the short name is not define...Sébastien Helleu
2014-05-16core: add bar item "buffer_short_name" (task #10882)Sébastien Helleu
2014-05-08core: add parentheses around tests in conditionsSébastien Helleu
2014-05-07core: add support for negated tags in filters (closes #72)stfn
2014-05-04core: change default key for bare display from alt-'!' to alt-'l'Sébastien Helleu
2014-04-12core: use lower case for CMake keywordsSébastien Helleu
2014-04-05core: add option -all for command /buffer hide|unhideSébastien Helleu
2014-04-05core: add hidden buffers, add options hide/unhide in command /bufferSébastien Helleu
2014-04-04core: add a message about key alt-c in /color bufferSébastien Helleu
2014-04-03core: add "hotlist" in completion of command "/buffer set"Sébastien Helleu
2014-04-03api: allow value "-1" for property "hotlist" in function buffer_set (to remov...Sébastien Helleu
2014-04-02core: use an integer for seconds in command /window bare <delay>Sébastien Helleu
2014-04-01core: add default key alt-'-' to toggle filters in current buffer (closes #17)Sébastien Helleu
2014-03-31core: don't remove a buffer from hotlist if it's not visible (another merged ...Sébastien Helleu