summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2008-10-18Add new argument "value" to function config_new_optionSebastien Helleu
2008-10-18Free layout and chat buffer on exitSebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-14Fix use of size_max value for bars, fix refresh problem when bar size is changedSebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-11Fix refresh of bars when switching active bufferSebastien Helleu
2008-10-11Add space before day changed message, fix refresh when setting unread marker ↵Sebastien Helleu
for buffer(s)
2008-10-11Fix refresh bugs with scroll keys (bug #21738)Sebastien Helleu
2008-10-11Fix some display bugs with read marker line, history, max prefix length, and ↵Sebastien Helleu
chat refresh (bug #23153) Some info about bugs fixed: - when marker line (dotted) was on top of window (and not visible), this caused bug on last lines of buffer (not refreshed) - marker line is not set for a buffer after a switch, only if buffer it not displayed in other window - when we delete lines in a buffer (if lines > weechat.history.max_lines), we force a full refresh of chat if remaining lines is < to chat height and we compute again max prefix length for buffer (before max prefix length was always incremented, never decremented)
2008-10-10Add 2 new default bar items (input_paste and input_search), used by default ↵Sebastien Helleu
input bar
2008-10-10Use key shift-tab to force partial completion (when no completion is ↵Sebastien Helleu
pending), remove automatic partial completion on option names Behaviour of shift-key stays the same if there's a completion found, it completes with previous completion found.
2008-10-08Add function to get plugin name (return "core" for WeeChat core)Sebastien Helleu
2008-10-04Split default bars creation in many functionsSebastien Helleu
2008-10-03Add color for marker on lines where text sought is foundSebastien Helleu
2008-10-03Do not write "--" or "++" indicators for bars with items where cursor is ↵Sebastien Helleu
moved (like input_text)
2008-10-03Fix horitonzal scroll (X) in barsSebastien Helleu
2008-10-03Fix bug with nicklist bar item: remove last new line when used on top or ↵Sebastien Helleu
bottom of window
2008-10-02Add new option scroll_page_percent to choose percent of height to scroll ↵Sebastien Helleu
with page_up and page_down keys (task #8702)
2008-10-02Add new /layout command and save_layout_on_exit config option, to ↵Sebastien Helleu
save/restore windows and buffers order (task #5453)
2008-10-01Fix refresh of bar item "input_text" when it is used in a root barSebastien Helleu
2008-10-01Fill items in bars with spaces when filling is verticalSebastien Helleu
2008-09-30Fix wrong include pathSebastien Helleu
2008-09-30Set unread marker for IRC server/channels/pv buffers when using /away commandSebastien Helleu
2008-09-30Fix some memory leaksSebastien Helleu
2008-09-29Remove debug messageSebastien Helleu
2008-09-24Fix /upgrade when there is one buffer for all IRC serversSebastien Helleu
2008-09-23Fix help of /bar commandSebastien Helleu
2008-09-21Add IRC bar items (buffer name, lag indicator), use bar items from plugins ↵Sebastien Helleu
with callback to core items if not found
2008-09-18Replace french word "pourcentage" by percentageSebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-09-15Fix bug with line filtering on buffers with free contentSebastien Helleu
2008-09-03Reintroduce /ignore command to ignore IRC nicks/hosts, using regexSebastien Helleu
2008-09-03Add infolist for list of filters ("filter")Sebastien Helleu
2008-09-03Add "no_filter" tag, to prevent some lines to be filtered (like output of ↵Sebastien Helleu
/filter command)
2008-09-02Add hotlist infolistSebastien Helleu
2008-09-02Fix refresh bug with bars when items are empty and size is zero (auto)Sebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-24Fix crash with filters and day change linesSebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
Command will be improved in near future and other plugins like xfer will be modified to manage upgrade process.
2008-07-28Fix display bug with some weird UTF-8 chars (bugs #19687 and #23943)Sebastien Helleu
2008-07-18Fix bug with buffer_search function in scripts (with empty arguments, to ↵Sebastien Helleu
find current buffer)
2008-07-10Split "filling" bar value into "filling_top_bottom" and "filling_left_right" ↵Sebastien Helleu
to have a filling specific to top/bottom bars (vs left/right bars)
2008-07-06Fix display bug with history_next in input bar (text not erased)Sebastien Helleu
2008-07-06Fix display bug with prefix_align_max for highlighted linesSebastien Helleu
2008-07-06Display number of lines remaining after last line displayed screen in ↵Sebastien Helleu
"-MORE-" indicator
2008-07-06Fix other bugs with prefix alignmentSebastien Helleu
2008-07-06Fix display bug with prefix_align_max option (bug #23777)Sebastien Helleu
2008-07-04 Fix some warnings with cmake 2.6Julien Louis
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2008-07-03Fix "more" indicator when filters are enabled with some lines hidden (bug ↵Sebastien Helleu
#23752)
2008-07-03Add "buffer_nicklist" bar item and scroll feature in bars with /bar scrollSebastien Helleu