summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
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
2008-06-28Add "buffer_title" bar item, and create title bar when using /bar defaultSebastien Helleu
2008-06-28Add "default" option to command /bar, to create default bars (today only ↵Sebastien Helleu
input and status)
2008-06-28Fix display bug with alignment for sublines when there's no prefix displayed ↵Sebastien Helleu
in buffer
2008-06-27Add input bar item, add "hidden" flag for bars, fix some display bugs with barsSebastien Helleu
2008-06-24Fix refresh bug when bar priority is changed with /set commandSebastien Helleu
2008-06-22Display [F] for buffer_filter item only if filters are enabled and that at ↵Sebastien Helleu
least a filter exists
2008-06-22Add delimiter color for bars, fix some bugs with barsSebastien Helleu
2008-06-21Remove infobarSebastien Helleu
2008-06-20Scroll to bottom of buffer when using smart jump (alt-a)Sebastien Helleu
2008-06-20Fix bug with current buffer and hotlist: now it's added to hotlist if user ↵Sebastien Helleu
is scrolling up buffer
2008-06-19Fix hotlist bug: buffer were added to hotlist even if line is filtered (hidden)Sebastien Helleu
2008-06-19Fix display bug with marker line when there's some filtered lines (marker ↵Sebastien Helleu
was not displayed inside hidden lines)
2008-06-18Add new options for completion, optional stop instead of cycling with words ↵Sebastien Helleu
found
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien Helleu
2008-06-16Remove space before vertical bar (after prefix), if there's no prefix at all ↵Sebastien Helleu
in buffer
2008-06-15Fix bug/crash when any color option is changed (bug #23566)Sebastien Helleu
2008-06-07Fix display bug with prefix when filters are enable: do not count prefix ↵Sebastien Helleu
length if line is not displayed
2008-06-03Uncomment code for using keys to jump to previous/next highlight in bufferSebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-06-01Reintroduce highlight (move code from irc plugin to core)Sebastien Helleu
2008-05-20Remove old dcc code, unused nowSebastien Helleu
2008-05-20Fix crash when adding nick after call to nicklist_remove_allSebastien Helleu
2008-05-20Add hook_connect (background connection to peer)Sebastien Helleu
2008-05-15Fix crash on FreeBSD 7 with term title resetSebastien Helleu
2008-05-13Disable auto-connect for plugins with command line option ("-a")Sebastien Helleu
2008-05-11New input action "set_unread_current_buffer" to set unread marker for ↵Sebastien Helleu
current buffer only (task #7286)
2008-05-10Remove unused variablesSebastien Helleu
2008-05-09Fix color display bug on lines (when length of line is more than chat width)Sebastien Helleu
2008-05-06Fix bug when user closes buffer with free content: buffers with higher ↵Sebastien Helleu
number were not decreased
2008-05-06Do not clean all GUI objects when crashing after SIGSEGV (this can cause ↵Sebastien Helleu
crash inside crash!)
2008-05-06IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ↵Sebastien Helleu
by /dcc command)
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵Sebastien Helleu
initial commit, not working yet)
2008-04-30Fixed typo in default command for page_up keySebastien Helleu
2008-04-30IRC colors reintroducedSebastien Helleu