Age | Commit message (Expand) | Author |
2013-03-08 | core: add signals and hsignals for nicklist events | Sebastien Helleu |
2013-03-03 | core: add count for groups, nicks, and total in nicklist | Sebastien Helleu |
2013-03-02 | core: optimize function nicklist_remove_all (don't remove and create again "r... | Sebastien Helleu |
2013-02-17 | core: remove Gtk interface (obsolete sources not working) | Sebastien Helleu |
2013-02-12 | core: add signal "window_opened" (task #12464) | Sebastien Helleu |
2013-02-07 | core: fix structures before buffer data when a buffer is closed | Sebastien Helleu |
2013-02-04 | core: fix refresh of line after changes with hdata_update (update flag "displ... | Sebastien Helleu |
2013-01-29 | core: fix hidden lines for messages without date when option weechat.history.... | Sebastien Helleu |
2013-01-26 | core: use size of 32 for hashtables (instead of 4, 8 or 16) | Sebastien Helleu |
2013-01-14 | core: fix click in item "buffer_nicklist" when nicklist is a root bar (bug #3... | Sebastien Helleu |
2013-01-14 | core: fix display bugs with non-printable chars like tabs (part of messages n... | Sebastien Helleu |
2013-01-12 | core: fix crash in display of chat area when the ncurses chat window is not i... | Sebastien Helleu |
2013-01-12 | core: fix typo in comment | Sebastien Helleu |
2013-01-12 | core: fix line returned when clicking on a bar (according to position and fil... | Sebastien Helleu |
2013-01-05 | core: fix refresh of bars when applying layout (bug #37944, bug #37952) | Sebastien Helleu |
2013-01-04 | core: add buffer pointer in arguments for signals "input_search", "input_text... | Sebastien Helleu |
2013-01-01 | core: fix scroll to bottom of window (default key: alt+end) when line display... | Sebastien Helleu |
2013-01-01 | core: fix scroll in buffer after enabling/disabling some filters (if scroll i... | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-12-25 | core: fix memory leak in case of error when building content of bar item for ... | Sebastien Helleu |
2012-12-20 | core: search for a fallback template when a no template is matching command a... | Sebastien Helleu |
2012-12-20 | core: fix another bug with horizontal separator displayed at bottom after spl... | Sebastien Helleu |
2012-12-19 | core: fix refresh of windows after split (fix bug with horizontal separator b... | Sebastien Helleu |
2012-12-19 | core: fix stuck mouse (patch from Nei) (bug #36533) | Sebastien Helleu |
2012-12-19 | core: fix default mouse buttons actions for script buffer (focus the window b... | Sebastien Helleu |
2012-12-16 | core: add git version in build, display it in "weechat-curses --help" and /ve... | Sebastien Helleu |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu |
2012-12-09 | core: fix compilation warning | Sebastien Helleu |
2012-12-08 | api: allow creation of structure with hdata_update (allowed for hdata "history") | Sebastien Helleu |
2012-12-07 | core: fix scroll of one page down when weechat.look.scroll_page_percent is le... | Sebastien Helleu |
2012-12-05 | core: disable paste detection and confirmation if bar item "input_paste" is n... | Nils Görs |
2012-12-01 | core: add color support in options weechat.look.prefix_{action|error|join|net... | Nils Görs |
2012-12-01 | core: fix typo in comment | Sebastien Helleu |
2012-11-30 | core: fix display of combining chars (patch from Nei) (bug #37775) | Sebastien Helleu |
2012-11-23 | core: remove obsolete externs gui_color_init_pair and gui_color_init_pairs | Sebastien Helleu |
2012-11-02 | core: add incomplete mouse events "event-down" and "event-drag" (task #11840) | Ailin Nemui |
2012-11-02 | core: add command /eval, use expression in conditions for bars, add function ... | Sebastien Helleu |
2012-10-18 | core: fix display of zoomed/merged buffer (with number >= 2) after switching ... | Sebastien Helleu |
2012-10-17 | core: fix display problem when option weechat.look.prefix_same_nick is set (p... | Sebastien Helleu |
2012-10-12 | core: fix wrapping of words with wide chars (the break was made before the co... | Sebastien Helleu |
2012-09-17 | core: move the set of cmake policy CMP0003 in directory src (so it applies to... | Sebastien Helleu |
2012-08-30 | core: add default key alt+"x" (zoom on merged buffer) (task #11029) | Sebastien Helleu |
2012-08-27 | core: fix display bug when end of a line is displayed on top of chat (last li... | Sebastien Helleu |
2012-08-27 | api: allow update for some variables of hdata, add new functions hdata_update... | Sebastien Helleu |
2012-08-22 | core: display spaces at the end of messages in chat area (bug #37024) | Sebastien Helleu |
2012-08-22 | core: fix infinite loop in display when chat area has width of 1 with a bar d... | Sebastien Helleu |
2012-08-21 | script: add option script.look.quiet_actions (no messages when installing/rem... | Sebastien Helleu |
2012-08-20 | script: add focus info for mouse on script buffer, add two default mouse bind... | Sebastien Helleu |
2012-08-17 | core: fix display of "bar more down" char when text is truncated by size_max ... | Nils Görs |