summaryrefslogtreecommitdiff
path: root/src/gui/curses
AgeCommit message (Collapse)Author
2009-10-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-10-03Replace MATCHES by STREQUAL in cmake: fix a fail to build on kFreeBSDEmmanuel Bouthenot
2009-10-03Fix typo: keeped -> keptSebastien Helleu
2009-09-06Version 0.3.0Sebastien Helleu
2009-08-29Add 2 new options: weechat.look.prefix_align_more and ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more
2009-08-29Add new option weechat.look.prefix_buffer_align_maxSebastien Helleu
2009-07-24Add missing include of stdarg.hSebastien Helleu
2009-07-14Allow cursor to be displayed in a root barSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-21Fix scroll Y in bars (bug #26008)Sebastien Helleu
2009-06-20Fix minor display bug with read marker (line or dotted line)Sebastien Helleu
Bug is happening when read marker is line or dotted line and that last char of line is an horizontal line. When new line is added in buffer after read marker, then last char of read marker line is repeated on next line.
2009-06-11Add key alt-j + alt-s to jump to IRC server buffer, bound to command /server ↵Sebastien Helleu
jump
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-06-03Fix display of bold/reverse/underline color attributes in barsSebastien Helleu
2009-05-18Add new keys to move into last visited buffers (alt + "<", alt + ">"), come ↵Sebastien Helleu
back to last visited buffer when closing a buffer
2009-05-17Fix typo: formated -> formattedSebastien Helleu
2009-05-12Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer ↵Sebastien Helleu
number or previous buffer This will switch to buffer #N or previously displayed buffer if current buffer is #N (it uses option weechat.look.jump_current_to_previous_buffer). Default keys alt-1 to alt-0 are now /buffer *N
2009-05-10Add function window_set_title in API (task #9361)Sebastien Helleu
2009-05-08Fix infinite loop when scrolling bars with horizontal fillingSebastien Helleu
2009-05-08Add missing space at beginning of bar item when first sub-item content is NULLSebastien Helleu
2009-05-04Use or '\r' in bar items to force new line with horizontal fillingSebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-04-24Remove notify plugin (moved to core)Sebastien Helleu
2009-04-07Some improvements on key bindingsSebastien Helleu
List of changes: - do not automatically create default keys if they do not exist, when reading weechat.conf (let user do that if needed) - add "/key missing": add missing keys using default keys (do not update or remove user keys), - key "meta-s" moved from irc/jabber plugins to core - improved output of /key (display number of keys)
2009-03-28Add cmake files in package built by autotoolsSebastien Helleu
2009-03-21Fix bug with window separator (possible crash)Sebastien Helleu
2009-03-21Add new modifier "input_text_content"Sebastien Helleu
2009-03-20Add signal "key_pressed"Sebastien Helleu
2009-03-19Many improvements on IRC raw bufferSebastien Helleu
New features: - key alt-j alt-r is reintroduced to open IRC raw buffer - command "/server raw" opens IRC raw buffer - new option irc.look.raw_messages, which is number of lines to keep in memory to display when user will open raw buffer (to see last messages received before opening raw buffer)
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-03-05Fix scroll indicator when the only line displayed is bigger than chat windowSebastien Helleu
2009-02-28Add missing refresh when resizing terminalSebastien Helleu
2009-02-28Fix freeze/crash when sigwinch signal is received during refresh (for ↵Sebastien Helleu
example if repaint is done during terminal resize)
2009-02-26Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by ↵Sebastien Helleu
previous commit for terminal resize)
2009-02-25Fix with read marker, can not be filtered any more (bug #25590)Sebastien Helleu
2009-02-25Fix bug with terminal resize: on some systems, weechat failed to read new ↵Sebastien Helleu
terminal size
2009-02-18Give file descriptor to callback of hook_fdSebastien Helleu
2009-02-10Add missing refresh for windows separators (vertical splits)Sebastien Helleu
2009-02-08Add hook type "command_run", add new function "string_remove_color" in ↵Sebastien Helleu
plugin API (task #9089)
2009-02-02Fix crash when read marker is moved before first line displayed (when first ↵Sebastien Helleu
line of buffer is removed)
2009-02-01Fix crash when input bar contains UTF-8 wide chars (larger than screen) (bug ↵Sebastien Helleu
#25443)
2009-01-30Add one more screen refresh when size of a root bar is changedSebastien Helleu
2009-01-27Fix infinite loop when running WeeChat for first time: force whole screen ↵Sebastien Helleu
refresh when starting
2009-01-25Remove compilation warning (unused variable)Sebastien Helleu
2009-01-25Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ↵Sebastien Helleu
hidden
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-04Fix crash when creating bar, rename options in bar structureSebastien Helleu
2009-01-04Remove unused functions and prototypesSebastien Helleu