summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2013-01-14core: fix display bugs with non-printable chars like tabs (part of messages ↵Sebastien Helleu
not displayed) (bug #38076) This bug was introduced by commit 70ce7fe3b6caa6128cb6e8bfb0eaaf39f1ebe4ce.
2013-01-12core: fix crash in display of chat area when the ncurses chat window is not ↵Sebastien Helleu
initialized This can happen when a window becomes too small for display: then we set the ncurses chat window to NULL. So when displaying buffer, we'll skip it if the ncurses chat window is NULL. Steps to reproduce crash: 1. /window splith 2. /window resize -1 (many times, until chat area is less than one line) 3. /window balance
2013-01-12core: fix typo in commentSebastien Helleu
2013-01-12core: fix line returned when clicking on a bar (according to position and ↵Sebastien Helleu
filling) (bug #38069)
2013-01-05core: fix refresh of bars when applying layout (bug #37944, bug #37952)Sebastien Helleu
2013-01-04core: add buffer pointer in arguments for signals "input_search", ↵Sebastien Helleu
"input_text_changed" and "input_text_cursor_moved"
2013-01-01core: fix scroll to bottom of window (default key: alt+end) when line ↵Sebastien Helleu
displayed is bigger than chat area
2013-01-01core: fix scroll in buffer after enabling/disabling some filters (if scroll ↵Sebastien Helleu
is on a hidden line) (bug #37885)
2013-01-01core: update copyright datesSebastien Helleu
2012-12-25core: fix memory leak in case of error when building content of bar item for ↵Sebastien Helleu
display
2012-12-20core: search for a fallback template when a no template is matching command ↵Sebastien Helleu
arguments
2012-12-20core: fix another bug with horizontal separator displayed at bottom after ↵Sebastien Helleu
split of windows (bug #37874)
2012-12-19core: fix refresh of windows after split (fix bug with horizontal separator ↵Sebastien Helleu
between windows) (bug #37874)
2012-12-19core: fix stuck mouse (patch from Nei) (bug #36533)Sebastien Helleu
2012-12-19core: fix default mouse buttons actions for script buffer (focus the window ↵Sebastien Helleu
before executing action)
2012-12-16core: add git version in build, display it in "weechat-curses --help" and ↵Sebastien Helleu
/version
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-09core: fix compilation warningSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-12-07core: fix scroll of one page down when weechat.look.scroll_page_percent is ↵Sebastien Helleu
less than 100 (bug #37875)
2012-12-05core: disable paste detection and confirmation if bar item "input_paste" is ↵Nils Görs
not used in a visible bar (task #12327)
2012-12-01core: add color support in options ↵Nils Görs
weechat.look.prefix_{action|error|join|network|quit} (task #9555)
2012-12-01core: fix typo in commentSebastien Helleu
2012-11-30core: fix display of combining chars (patch from Nei) (bug #37775)Sebastien Helleu
2012-11-23core: remove obsolete externs gui_color_init_pair and gui_color_init_pairsSebastien Helleu
2012-11-02core: add incomplete mouse events "event-down" and "event-drag" (task #11840)Ailin Nemui
2012-11-02core: add command /eval, use expression in conditions for bars, add function ↵Sebastien Helleu
"string_eval_expression" in plugin API
2012-10-18core: fix display of zoomed/merged buffer (with number >= 2) after switching ↵Sebastien Helleu
to it (bug #37593)
2012-10-17core: fix display problem when option weechat.look.prefix_same_nick is set ↵Sebastien Helleu
(problem with nick displayed in first line of screen) (bug #37556) To fix this bug, a feature has been removed: the first message with a nick has the prefix forced (to not display the value of weechat.look.prefix_same_nick on top of screen), commit was: 04e98c3f29156a04785f86d429dda4d521fc1779 This feature may be reintroduced in a future commit.
2012-10-12core: fix wrapping of words with wide chars (the break was made before the ↵Sebastien Helleu
correct position)
2012-09-17core: move the set of cmake policy CMP0003 in directory src (so it applies ↵Sebastien Helleu
to all plugins) (bug #37311)
2012-08-30core: add default key alt+"x" (zoom on merged buffer) (task #11029)Sebastien Helleu
2012-08-27core: fix display bug when end of a line is displayed on top of chat (last ↵Sebastien Helleu
line truncated and MORE(0) in status bar) (bug #37203)
2012-08-27api: allow update for some variables of hdata, add new functions ↵Sebastien Helleu
hdata_update and hdata_set
2012-08-22core: display spaces at the end of messages in chat area (bug #37024)Sebastien Helleu
2012-08-22core: fix infinite loop in display when chat area has width of 1 with a bar ↵Sebastien Helleu
displayed on the right (nicklist by default) (bug #37089)
2012-08-21script: add option script.look.quiet_actions (no messages when ↵Sebastien Helleu
installing/removing/loading/unloading scripts on script buffer)
2012-08-20script: add focus info for mouse on script buffer, add two default mouse ↵Sebastien Helleu
bindings: left button = select line, right button = install/remove script
2012-08-17core: fix display of "bar more down" char when text is truncated by size_max ↵Nils Görs
in bars with vertical filling (bug #37054)
2012-08-17core: fix color of long lines (displayed on more than one line on screen) ↵Sebastien Helleu
under FreeBSD (bug #36999)
2012-08-17core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers ↵Sebastien Helleu
with free content
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵Sebastien Helleu
and script.pl)
2012-08-14core: fix use of unitialized value (line->data->display) when adding a line ↵Sebastien Helleu
in buffer
2012-07-29core: add option "swap" for command /buffer (task #11373)Nils Görs
2012-07-29core: fix refresh of bar items when switching windowSebastien Helleu
2012-07-21core: add missing include of stddef.h in gui-hotlist.cSebastien Helleu
2012-07-21core: add hdata "hotlist"Sebastien Helleu
2012-07-21core: scroll to bottom of window after reaching first or last highlight with ↵Peter Boström
keys alt+"p" / alt+"n"
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu