Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-09 | core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" ↵ | Sebastien Helleu | |
(patch #8204) (patch from Nils Görs) | |||
2013-08-17 | core: add search of regular expression in buffer, don't reset search type on ↵ | Sebastien Helleu | |
a new search, select where to search (messages/prefixes) Key changed in search context: - ctrl+"r": switch search type: string/regex New keys in search context: - alt+"c": case (in)sensitive search - tab: search in messages/prefixes/both | |||
2013-07-20 | core: scroll to bottom after smart jump (alt-a) only if window was scrolled ↵ | Sebastien Helleu | |
(and not beyond the end) | |||
2013-04-24 | core: reset scroll in window before zooming on a merged buffer (bug #38207) | Sebastien Helleu | |
2013-04-18 | api: add property "completion_freeze" for function buffer_set: do not stop ↵ | Sebastien Helleu | |
completion when command line is updated | |||
2013-03-17 | core: fix refresh of item "completion" (bug #38214) (patch from Nils Görs) | Sebastien Helleu | |
The item is now cleared after any action that is changing content of command line and after switch of buffer. | |||
2013-01-04 | core: add buffer pointer in arguments for signals "input_search", ↵ | Sebastien Helleu | |
"input_text_changed" and "input_text_cursor_moved" | |||
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-12-08 | api: allow creation of structure with hdata_update (allowed for hdata "history") | Sebastien Helleu | |
2012-08-30 | core: add default key alt+"x" (zoom on merged buffer) (task #11029) | Sebastien Helleu | |
2012-07-07 | core: add option weechat.look.jump_smart_back_to_buffer (jump back to ↵ | Nils Görs | |
initial buffer after reaching end of hotlist) The option is "on" by default, which is old behaviour. | |||
2012-01-24 | core: move option "scroll_unread" from command /input to /window | Sebastien Helleu | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-11-08 | core: add option "jump_last_buffer_displayed" for command /input (key: ↵ | Sebastien Helleu | |
alt+"/") (task #11553) | |||
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-10-03 | core: update text in command history when pressing (ctrl-)up | Sebastien Helleu | |
2011-08-28 | core: fix bugs with calls to realloc | Sebastien Helleu | |
2011-08-02 | core: fix crash when invalid UTF-8 chars are inserted in command line (bug ↵ | Sebastien Helleu | |
#33471) | |||
2011-07-30 | core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right ↵ | Sebastien Helleu | |
click on input bar) | |||
2011-07-26 | core: 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-05 | core: add context "search" for keys (to define keys used during search in ↵ | Sebastien Helleu | |
buffer with ctrl+"r") | |||
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu | |
2011-04-23 | core: add buffer to hotlist if away is set on buffer (even if buffer is ↵ | Sebastien Helleu | |
displayed) (task #10948), do not update hotlist during upgrade | |||
2011-04-13 | core: use buffer pointer instead of window in input functions, add new ↵ | Sebastien Helleu | |
function window_search_with_buffer in plugin API | |||
2011-03-01 | Remember scroll position for all buffers in windows (bug #25555) | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-10-31 | Replace unneeded function gui_input_move by memmove | Sebastien Helleu | |
2010-09-28 | New value for option weechat.look.input_share (none, commands, text, all), ↵ | Sebastien Helleu | |
add new option weechat.look.input_share_overwrite (boolean) | |||
2010-09-27 | Add new option weechat.look.input_share (task #9228) | Sebastien Helleu | |
2010-08-12 | Use window pointers instead of buffer pointers in gui-input.c | Sebastien Helleu | |
2010-08-12 | Use similar behaviour for keys bound to local or global history (bug #30759) | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-06-04 | Fix bug with scroll_unread: do not scroll to a filtered line (bug #29991) | Sebastien Helleu | |
2010-04-28 | Add keys for undo/redo changes on command line (default: ctrl/alt + ↵ | Sebastien Helleu | |
underscore) (task #9483) | |||
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-04-08 | Add modifier "history_add" (text added to buffer or global history) | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-02-02 | Add option "switch_active_buffer_previous" for command /input (task #10141) | Sebastien Helleu | |
2010-01-28 | Fix bug with global history, reset pointer to last entry after each user ↵ | Sebastien Helleu | |
input (bug #28754) | |||
2010-01-13 | Add keyword "input_pos" to get/set cursor position in plugin API functions ↵ | Sebastien Helleu | |
buffer_get_integer and buffer_set | |||
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-12-03 | Fix buffer used by some input functions called via plugin API with buffer ↵ | Sebastien Helleu | |
pointer (bug #28152) | |||
2009-10-05 | Add option grab_key_command for /input (bound by default to alt-k) | Sebastien Helleu | |
New binding for alt-k is not automatic (for existing config), if you want to use it, you can do: /key bind meta-k /input grab_key_command | |||
2009-09-16 | Fix /input history_global_next: reset input content when last command in ↵ | Sebastien Helleu | |
history is reached | |||
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-05-18 | Add option weechat.history.max_visited_buffers | Sebastien Helleu | |
2009-05-18 | Add new keys to move into last visited buffers (alt + "<", alt + ">"), come ↵ | Sebastien Helleu | |
back to last visited buffer when closing a buffer | |||
2009-05-17 | Fix typo: formated -> formatted | Sebastien Helleu | |