Age | Commit message (Expand) | Author |
2013-07-13 | core: fix malloc(0) when building content of a bar using a filling with columns | Sebastien Helleu |
2013-07-10 | core: fix char displayed at the intersection of three windows (bug #39331) | Sebastien Helleu |
2013-06-29 | core: move test of invalid UTF-8 char length from gui-chat.c to wee-utf8.c | Sebastien Helleu |
2013-06-29 | core: fix display bugs with some UTF-8 chars that truncates messages displayed | Sebastien Helleu |
2013-06-10 | core: remove extra space after empty prefix (when prefix for action, error, j... | Sebastien Helleu |
2013-06-08 | core: add "proxy" infolist and hdata | Sebastien Helleu |
2013-05-30 | core: fix random crash on mouse actions (bug #39094) | Sebastien Helleu |
2013-05-22 | core: fix compilation warnings | Sebastien Helleu |
2013-05-21 | Merge branch 'layout_infolist_hdata' | Sebastien Helleu |
2013-05-21 | core: fix line alignment when option weechat.look.buffer_time_format is set t... | Sebastien Helleu |
2013-05-15 | core: add variable "current_layout" in infolist "layout" | Sebastien Helleu |
2013-05-14 | core: add infolist "layout" and hdata "layout", "layout_buffer" and "layout_w... | Sebastien Helleu |
2013-05-14 | core: fix typo in comment | Sebastien Helleu |
2013-05-03 | core: add options weechat.look.prefix_align_more_after and weechat.look.prefi... | Sebastien Helleu |
2013-05-01 | core: fix display of long lines without time (message beginning with two tabs) | Sebastien Helleu |
2013-04-29 | core: make nick prefix/suffix dynamic (move options from irc plugin to core, ... | Sebastien Helleu |
2013-04-24 | core: reset scroll in window before zooming on a merged buffer (bug #38207) | Sebastien Helleu |
2013-04-18 | api: add property "completion_freeze" for function buffer_set: do not stop co... | Sebastien Helleu |
2013-04-12 | core: do not force weechat_quit to 0 in main loop, so that a /quit issued bef... | Sebastien Helleu |
2013-03-29 | core: use layout saved when option weechat.look.save_layout_on_exit is enable... | Sebastien Helleu |
2013-03-17 | core: fix refresh of item "completion" (bug #38214) (patch from Nils Görs) | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu |
2013-03-17 | core: add support of multiple layouts (task #11274) | Sebastien Helleu |
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 |