Sebastien Helleu
|
0b8eb5396b
|
core: fix scroll in windows with /window scroll (skip lines "Day changed to")
|
2011-04-24 18:12:11 +02:00 |
|
Sebastien Helleu
|
7673a700b3
|
core: use buffer pointer instead of window in input functions, add new function window_search_with_buffer in plugin API
|
2011-04-13 20:25:26 +02:00 |
|
Sebastien Helleu
|
6f047c4a05
|
Remember scroll position for all buffers in windows (bug #25555)
|
2011-03-01 16:31:56 +01:00 |
|
Sebastien Helleu
|
d24f6e9e17
|
Update copyright dates
|
2011-01-01 18:06:29 +01:00 |
|
Sebastien Helleu
|
90589b2d71
|
Add extra checks on some pointers
|
2010-10-31 18:19:53 +01:00 |
|
Sebastien Helleu
|
3950a60e87
|
Use window pointers instead of buffer pointers in gui-input.c
|
2010-08-12 18:24:52 +02:00 |
|
Sebastien Helleu
|
6562d676fe
|
Update licenses and copyrights, add missing author names in sources
|
2010-06-22 19:46:28 +02:00 |
|
Sebastien Helleu
|
f1dfe08243
|
Add keys for undo/redo changes on command line (default: ctrl/alt + underscore) (task #9483)
|
2010-04-28 23:24:32 +02:00 |
|
Sebastien Helleu
|
31bfcf96c7
|
Reformat and add comments for description of C sources
|
2010-04-08 18:15:00 +02:00 |
|
Sebastien Helleu
|
2801b8437c
|
Reformat multi-line comments
|
2010-03-19 23:33:14 +01:00 |
|
Sebastien Helleu
|
2133eb30ff
|
Update copyright dates
|
2010-01-03 19:31:55 +01:00 |
|
Sebastien Helleu
|
5139fdcf2a
|
Add new option weechat.look.search_text_not_found_alert
|
2009-07-22 18:07:22 +02:00 |
|
Sebastien Helleu
|
8d58b81d83
|
Add buffer merging feature, with /buffer merge/unmerge (task #7404)
|
2009-06-10 12:40:05 +02:00 |
|
Sebastien Helleu
|
e2497ff8bc
|
Fix typo: formated -> formatted
|
2009-05-17 16:00:35 +02:00 |
|
Sebastien Helleu
|
a49c8b2e30
|
Add new modifier "input_text_content"
|
2009-03-21 13:12:35 +01:00 |
|
Sebastien Helleu
|
4e53b87983
|
Add new signals: window_zoom, window_zoomed, window_unzoom, window_unzoomed
|
2009-03-16 18:35:32 +01:00 |
|
Sebastien Helleu
|
a44cc9ffde
|
Add new key to zoom a window (meta-z by default) (task #7470)
|
2009-03-07 11:26:06 +01:00 |
|
Sebastien Helleu
|
d69efe7cda
|
Remove old debug message when creating new window
|
2009-02-27 15:37:10 +01:00 |
|
Sebastien Helleu
|
8cc03f939d
|
Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previous commit for terminal resize)
|
2009-02-26 15:21:32 +01:00 |
|
Sebastien Helleu
|
7cc562be45
|
Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)
|
2009-02-04 14:12:46 +01:00 |
|
Sebastien Helleu
|
ba7bb63834
|
Fix crash when creating bar, rename options in bar structure
|
2009-01-04 23:19:26 +01:00 |
|
Sebastien Helleu
|
88aa905ee3
|
Remove unused functions and prototypes
|
2009-01-04 01:05:33 +01:00 |
|
Sebastien Helleu
|
2115f3f675
|
Update copyright dates
|
2009-01-03 10:06:53 +01:00 |
|
Sebastien Helleu
|
ec545c70b1
|
Add infolists for bars/bar items/bar windows, code cleanup for bars
|
2008-12-13 19:43:11 +01:00 |
|
Sebastien Helleu
|
d8819ae71f
|
Source code reorganization for bars and bar windows
|
2008-12-11 18:16:23 +01:00 |
|
Sebastien Helleu
|
bc00946a0d
|
Add current_window function in plugin API, add window functions in english developer guide
|
2008-11-29 16:08:55 +01:00 |
|
Sebastien Helleu
|
828e9a835f
|
Add missing options in /help window
|
2008-11-22 16:31:52 +01:00 |
|
Sebastien Helleu
|
8724fc18af
|
Use of const for some functions returning "char *"
|
2008-11-15 22:35:12 +01:00 |
|
Sebastien Helleu
|
d32b22f76f
|
Fix bug with pointer conversions on 64 bits architecture
|
2008-11-04 15:34:44 +01:00 |
|
Sebastien Helleu
|
ac107802fd
|
Aspell plugin is born again
|
2008-10-18 16:03:16 +02:00 |
|
Sebastien Helleu
|
c83eef6e82
|
Remove old title/nicklist/status/input, use of new bars
|
2008-10-12 19:20:26 +02:00 |
|
Sebastien Helleu
|
2ffd141cf4
|
Add new /layout command and save_layout_on_exit config option, to save/restore windows and buffers order (task #5453)
|
2008-10-02 18:03:27 +02:00 |
|
Sebastien Helleu
|
a8b12f2597
|
Add IRC bar items (buffer name, lag indicator), use bar items from plugins with callback to core items if not found
|
2008-09-21 19:32:41 +02:00 |
|
Sebastien Helleu
|
b76d7e4a5c
|
Reintroduce /upgrade command, working only with core and IRC plugin today
Command will be improved in near future and other plugins like xfer
will be modified to manage upgrade process.
|
2008-08-19 23:22:52 +02:00 |
|
Sebastien Helleu
|
9d911f6c11
|
Display number of lines remaining after last line displayed screen in "-MORE-" indicator
|
2008-07-06 11:36:05 +02:00 |
|
Sebastien Helleu
|
50f8bf0043
|
Add input bar item, add "hidden" flag for bars, fix some display bugs with bars
|
2008-06-27 17:15:26 +02:00 |
|
Sebastien Helleu
|
9d05dcf175
|
Remove infobar
|
2008-06-21 11:49:11 +02:00 |
|
Sebastien Helleu
|
a3f0281d27
|
Uncomment code for using keys to jump to previous/next highlight in buffer
|
2008-06-03 18:22:27 +02:00 |
|
Sebastien Helleu
|
3a53257032
|
Add "const" keyword for some "char *" function arguments (core and plugins API)
|
2008-06-03 10:56:51 +02:00 |
|
Sebastien Helleu
|
ede921cc4d
|
Remove old dcc code, unused now
|
2008-05-20 17:29:44 +02:00 |
|
Sebastien Helleu
|
b31c3efc8a
|
Use of /window command for some key bindings with actions on current window (like scroll, ..)
|
2008-04-18 12:56:21 +02:00 |
|
Sebastien Helleu
|
e349ae491a
|
Added infolist "window", scroll in buffers with free content, fixed config hooks (use of string_match)
|
2008-04-17 17:59:27 +02:00 |
|
Sebastien Helleu
|
ae98666bc6
|
Added "toggle" value for /set on boolean options, fixed refresh bugs, added option type for infolist "options"
|
2008-04-16 14:44:02 +02:00 |
|
Sebastien Helleu
|
b87d709a70
|
New format for [bar] section in weechat.conf file, bar options can be set with /set command
|
2008-04-15 13:50:01 +02:00 |
|
Sebastien Helleu
|
48bbd32f12
|
Bugs fixed with bars
|
2008-04-03 18:11:32 +02:00 |
|
Sebastien Helleu
|
8509f777b4
|
New features and bug fixes with bars
|
2008-04-03 15:54:21 +02:00 |
|
Sebastien Helleu
|
57323fa71e
|
Removed sizeof(char) and useless type casts from void* to another pointer type (patch from Leonid Evdokimov)
|
2008-03-23 23:00:04 +01:00 |
|
Sebastien Helleu
|
61ca929728
|
Added tags for lines and custom filtering by tags or regex (task #7674), fixed many memory leaks
|
2008-03-22 23:36:12 +01:00 |
|
Sebastien Helleu
|
c35fb9e847
|
Fixed bug when switching window, scrollback is now preserved (task #7680)
|
2008-01-28 18:26:56 +01:00 |
|
Sebastien Helleu
|
9f2fc59569
|
Partial migration of Perl plugin to new API
|
2008-01-09 18:26:17 +01:00 |
|