Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-13 | Add infolists for bars/bar items/bar windows, code cleanup for bars | Sebastien Helleu | |
2008-12-11 | Source code reorganization for bars and bar windows | Sebastien Helleu | |
2008-11-27 | Remove argument "switch_to_another" for function gui_buffer_close() | Sebastien Helleu | |
2008-11-05 | Add weechat_highlight signal, sent when a line with highlight is displayed | Sebastien Helleu | |
2008-11-03 | Add detection of system clock skew, reinitialize all timers when this happens | Sebastien Helleu | |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by ↵ | Sebastien Helleu | |
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed) | |||
2008-10-18 | Free layout and chat buffer on exit | Sebastien Helleu | |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu | |
2008-10-11 | Fix refresh of bars when switching active buffer | Sebastien Helleu | |
2008-10-11 | Fix refresh bugs with scroll keys (bug #21738) | Sebastien Helleu | |
2008-10-02 | Add new /layout command and save_layout_on_exit config option, to ↵ | Sebastien Helleu | |
save/restore windows and buffers order (task #5453) | |||
2008-09-30 | Fix some memory leaks | Sebastien Helleu | |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu | |
2008-09-02 | Fix refresh bug with bars when items are empty and size is zero (auto) | Sebastien Helleu | |
2008-07-03 | Add "buffer_nicklist" bar item and scroll feature in bars with /bar scroll | Sebastien Helleu | |
2008-06-21 | Remove infobar | Sebastien Helleu | |
2008-05-13 | Disable auto-connect for plugins with command line option ("-a") | Sebastien Helleu | |
2008-05-06 | Do not clean all GUI objects when crashing after SIGSEGV (this can cause ↵ | Sebastien Helleu | |
crash inside crash!) | |||
2008-04-30 | Added comment in source for SIGHUP signal | Sebastien Helleu | |
2008-04-28 | Send quit signal when terminal is lost (clean quit: disconnect from servers, ..) | flashcode | |
2008-04-28 | Fixed infinite loop when closing terminal without using /quit command (bug ↵ | Sebastien Helleu | |
#23078) | |||
2008-04-24 | Fixed bug with bar auto-sizing in windows | Sebastien Helleu | |
2008-04-22 | Added conditions for bar display and bar max size | Sebastien Helleu | |
2008-04-17 | Fixed refresh problem (empty screen after resizing terminal to very small ↵ | Sebastien Helleu | |
size, then normal size) | |||
2008-04-15 | New format for [bar] section in weechat.conf file, bar options can be set ↵ | Sebastien Helleu | |
with /set command | |||
2008-04-03 | New features and bug fixes with bars | Sebastien Helleu | |
2008-03-28 | Added preliminary support of new buffer type, with free content | Sebastien Helleu | |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), ↵ | Sebastien Helleu | |
fixed many memory leaks | |||
2008-03-09 | Minor changes in /buffer command and topic of WeeChat buffer | Sebastien Helleu | |
2008-03-07 | Save of bars in main WeeChat config file (weechat.rc) | Sebastien Helleu | |
2008-03-05 | Partial support of bars, with custom items. | Sebastien Helleu | |
Today only root bars are partially working (refresh is not always performed), and bars are not saved in configuration file. To be continued... | |||
2008-02-01 | New "close callback" for buffers, use of this callback in IRC plugin to ↵ | Sebastien Helleu | |
leave channel or disconnect from server when buffer is closed | |||
2008-01-24 | Add of "modifier" hook, migration of charset plugin to new API, SIGHUP ↵ | Sebastien Helleu | |
signal catched (reload all config files), better config files reloading | |||
2008-01-15 | Fixed refresh problem when a buffer is cleared | Sebastien Helleu | |
2008-01-10 | Added some missing functions in Perl plugin API | Sebastien Helleu | |
2008-01-06 | Added hotlist option for buffer in plugins API, improved buffer refreshs | Sebastien Helleu | |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu | |
2008-01-01 | Added group support for nicklist, fixed some bugs in plugins API and IRC plugin | Sebastien Helleu | |
Added group support for nicklist (with subgroups). Partial changes in IRC protocol functions (new arguments with argv and argv_eol). Fixed some bugs: - nicklist in plugins API - problem in main loop with select() when SIGWINCH is received (terminal resize) - bug in string explode function - bug in infobar countdown. | |||
2007-12-18 | All messages translated to french, fixed bugs/typos in some messages | Sebastien Helleu | |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, ↵ | Sebastien Helleu | |
replaced "void *" pointers by structures | |||
2007-12-14 | Improved main loop (less CPU usage), better precision for timers, use of one ↵ | Sebastien Helleu | |
list by hook type (for fast search in hooks) | |||
2007-12-01 | New config functions, almost entirely rewritten from scratch | Sebastien Helleu | |
2007-11-26 | Added input_data callback argument to gui_buffer_new() function | Sebastien Helleu | |
2007-10-31 | Renamed many sources and functions in src/gui, improved display of messages ↵ | Sebastien Helleu | |
in buffer (faster and using less memory) | |||
2007-09-20 | Moved IRC sources from src/irc/ to src/protocols/irc/ | Sebastien Helleu | |
2007-08-20 | Fixed server option "command_delay": does not freeze WeeChat any more | Sebastien Helleu | |
2007-08-18 | Code cleanup for paste detection | Sebastien Helleu | |
2007-08-16 | Code cleanup: renamed some constants and variables (prefix added) | Sebastien Helleu | |
2007-07-12 | Fixed bugs with IRC color in messages, now color codes are inserted in ↵ | Sebastien Helleu | |
command line with ^Cc,^Cb,.. instead of %C,%B,.. (bug #20222, task #7060) | |||
2007-07-02 | Replaced GPL 2 license by GPL 3 | Sebastien Helleu | |