summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2010-09-27Free hashtable with local variables when closing buffer (memory leak)Sebastien Helleu
2010-09-27Add new option weechat.look.input_share (task #9228)Sebastien Helleu
2010-08-13Rename cmake options DISABLE_XXX to ENABLE_XXXSebastien Helleu
2010-08-12Use window pointers instead of buffer pointers in gui-input.cSebastien Helleu
2010-08-12Use similar behaviour for keys bound to local or global history (bug #30759)Sebastien Helleu
2010-08-06Fix display bug with special chars (ascii value below 32) (bug #30602)Sebastien Helleu
2010-08-01Remove obsolete commentSebastien Helleu
2010-08-01Replace TODO by FIXME in commentsSebastien Helleu
2010-07-30Add update of item "buffer_title" when switching to other buffer (fix ↵Sebastien Helleu
problem when item is used in a root bar)
2010-07-16Use '!' to reverse a regex in a filter (to keep lines matching regex and ↵Sebastien Helleu
hide other lines)
2010-07-12Add new option weechat.look.align_end_of_linesSebastien Helleu
2010-07-07Fix bug with replacement char in API function string_remove_color (bug #30296)Sebastien Helleu
2010-07-05Use of hashtable for local variables of buffersSebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-11Fix refresh of bar item when it is used more than one time in a barSebastien Helleu
2010-06-11Fix display bug with attributes like underlined in bars (bug #29889)Sebastien Helleu
2010-06-04Fix bug with scroll_unread: do not scroll to a filtered line (bug #29991)Sebastien Helleu
2010-04-28Add keys for undo/redo changes on command line (default: ctrl/alt + ↵Sebastien Helleu
underscore) (task #9483)
2010-04-14Remove unused variableSebastien Helleu
2010-04-14Fix crash on /quit when scrolling in buffer and if first line displayed was ↵Sebastien Helleu
from a plugin
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-04-08Add buffer pointer as string in modifier_data for modifier "history_add"Sebastien Helleu
2010-04-08Add modifier "history_add" (text added to buffer or global history)Sebastien Helleu
2010-04-05Add missing properties "highlight_words_add" and "highlight_words_del" in ↵Sebastien Helleu
array gui_buffer_properties_set
2010-04-03Add or remove highlight words in a buffer with "highlight_words_add" and ↵Sebastien Helleu
"highlight_words_del" (for buffer_set)
2010-04-03Allow buffer local variables in highlight words (option ↵Sebastien Helleu
"weechat.look.highlight" and buffer property "highlight_words") For example "$nick" with highlight a message printed if it contains content of local variable "nick" for buffer.
2010-04-03Add option "get" for command /buffer, add completions with buffer propertiesSebastien Helleu
2010-03-30Add missing variables in debug dumpSebastien Helleu
2010-03-29Free some extra memory when exiting WeeChatSebastien Helleu
2010-03-29Fix infinite loop with /layout apply and bug when applying layout, sometimes ↵Sebastien Helleu
many /layout apply were needed (bug #26110)
2010-03-25Add signals "nicklist_{group|nick}_{added|removed}", remove signal ↵Sebastien Helleu
"nicklist_changed" Data for new signals is a string with format: "buffer,name", where: - buffer is a pointer, for example 0x123456 - name is group or nick name added/removed from nicklist on this buffer.
2010-03-24Add new options for command /key (listdefault, listdiff and reset), add ↵Sebastien Helleu
examples in /help key Note: old option "reset" for /key has been renamed to "resetall".
2010-03-24Fix crash on /upgrade if there are some nicks in a nicklist without prefix ↵Sebastien Helleu
or prefix_color defined
2010-03-24Fix bug with nicklist prefix in log fileSebastien Helleu
2010-03-21Add missing refresh of bar item "buffer_number" when a buffer is closedSebastien Helleu
2010-03-21Use buffer local variable "nick" for default item "input_prompt"Sebastien Helleu
2010-03-20Refresh screen when exiting WeeChat (to display messages printed after /quit)Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-04Fix display in bars with filling horizontalSebastien Helleu
2010-03-04Fix display in bars with filling set to columns_vertical or columns_horizontalSebastien Helleu
2010-03-04Hide read marker if all lines after marker are filtered (only if option ↵Sebastien Helleu
read_marker_always_show is off)
2010-03-04Fix bugs with cursor and background in barsSebastien Helleu
Bugs fixed: - cursor was moving to position (0,0) in bar when refreshing input bar content - background color stopped before end of line in bars with vertical filling (like buffers) - cursor was not displayed when input bar has automatic size and that first line is filled (on some terminals like konsole or roxterm)
2010-03-03Add new option weechat.look.read_marker_always_showSebastien Helleu
2010-03-03Fix completion bug for commands when input starts with two command chars ↵Sebastien Helleu
(like //)
2010-03-02Add new option weechat.look.command_chars, add functions ↵Sebastien Helleu
string_is_command_char and string_input_for_buffer in plugin and script API
2010-02-24Fix display of color in input when it is scrolledSebastien Helleu
2010-02-24Fix bug with cursor when position is last char of terminalSebastien Helleu
2010-02-21Fix cursor color in input barSebastien Helleu
2010-02-21Fix bug with bar background after text with background color (bug #28157)Sebastien Helleu