summaryrefslogtreecommitdiff
path: root/src/gui/gui-bar-item.c
AgeCommit message (Collapse)Author
2012-03-04core: add support of terminal "bracketed paste mode" (task #11316)Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-22core: fix display of paste multi-line prompt with a root input bar (bug #34305)Sebastien Helleu
2011-08-26core: add new option weechat.look.item_buffer_filterSebastien Helleu
2011-08-25core: fix memory leak in display of empty bar itemsSebastien Helleu
2011-08-17core: fix refresh of item buffer_plugin when short name of buffer changes ↵Sebastien Helleu
(for example when irc server is renamed)
2011-08-16core: change priority of hook_focus "buffer_nicklist" in core (2000) and irc ↵Sebastien Helleu
(1000)
2011-08-14core: return empty string for window and buffer pointers in focus hashtable ↵Sebastien Helleu
when value is N/A
2011-08-14core: allow empty short name on buffers (name is used if not set)Sebastien Helleu
2011-08-14core: return info about line/word for chat area in focus hashtable, add keys ↵Sebastien Helleu
m/q/Q to quote line in cursor mode, sort mouse keys by priority
2011-08-05core: save and restore layout for buffers and windows on /upgradeSebastien Helleu
2011-07-29core: add number in windows, improve mouse/cursor actions when screen is splitSebastien Helleu
2011-07-27core: remove delimiters around empty bar itemsSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵Sebastien Helleu
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional)
2011-07-05core: add context "search" for keys (to define keys used during search in ↵Sebastien Helleu
buffer with ctrl+"r")
2011-06-26core: many improvements on hdataSebastien Helleu
New features: - add optional hdata name for variables in hdata - add plugin API functions: hdata_get_var_hdata - use hashtable to store hdata (created by WeeChat and plugins) - free hdata and infolists created by plugin on plugin unload - free all hdata on exit - add "free" option to command /debug hdata - remove hdata for hooks
2011-06-21core: fix bug with option weechat.look.hotlist_count_max when count_max is ↵Sebastien Helleu
greater than 1 and priority in hotlist is highlight
2011-06-21core: fix bug with option weechat.look.hotlist_count_max (value+1 was used)Sebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-04-11core: add messages counts in hotlist for each buffer, option ↵Sebastien Helleu
weechat.look.hotlist_buffer_separator and tag "notify_none" New options: - weechat.look.hotlist_buffer_separator - weechat.look.hotlist_count_max - weechat.look.hotlist_count_min_msg - weechat.color.status_count_msg - weechat.color.status_count_private - weechat.color.status_count_highlight - weechat.color.status_count_other
2011-03-01Remember scroll position for all buffers in windows (bug #25555)Sebastien Helleu
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)Sebastien Helleu
2011-02-06Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxxSebastien Helleu
2011-02-05Fix display of extended foreground color on non-default background in barsSebastien Helleu
2011-01-13Fix display of bar item "input_prompt" in root bar (patch from Deltafire)Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos
2010-11-10Fix crash when displaying groups in buffer nicklistSebastien Helleu
2010-10-31Add extra checks on some pointersSebastien Helleu
2010-10-29Fix display of nick in nicklist when groups are displayed and nick has ↵Sebastien Helleu
"visible" to 0
2010-10-23Fix default value of bar items options (bug #31422)Sebastien Helleu
2010-10-18Fix color of comma in hotlist bar itemSebastien Helleu
2010-10-12Add new option weechat.look.hotlist_unique_numbers (task #10691)Sebastien 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-05Use of hashtable for local variables of buffersSebastien 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-04-08Reformat and add comments for description of C sourcesSebastien Helleu
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-24Fix crash on /upgrade if there are some nicks in a nicklist without prefix ↵Sebastien Helleu
or prefix_color defined
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-19Reformat multi-line commentsSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-19Fix display of bar items in a root bar (use bar item from plugin of current ↵Sebastien Helleu
window)
2009-12-14Add new option weechat.color.status_timeSebastien Helleu
2009-11-05Fix refresh of bar item buffer_nicklist when it is displayed in a root barSebastien Helleu
2009-09-17Update hotlist when a buffer is closed (bug #27470)Sebastien Helleu
2009-06-21Move partial completion structure to completion structure (it is now ↵Sebastien Helleu
specific to buffer) (bug #25556)