Sebastien Helleu
|
7eabbc6bb7
|
Fix crash when displaying groups in buffer nicklist
|
2010-11-10 11:37:30 +01:00 |
|
Sebastien Helleu
|
8c129779ac
|
Add function "hook_completion_get_string" in plugin API
|
2010-11-09 15:45:14 +01:00 |
|
Sebastien Helleu
|
25879ca189
|
Move WeeChat core completions from gui-completion.c to wee-completion.c
|
2010-11-09 15:03:07 +01:00 |
|
Sebastien Helleu
|
a56dc00b2f
|
Set highlight flag on line printed if there is tag "notify_highlight"
|
2010-11-05 12:13:00 +01:00 |
|
Sebastien Helleu
|
ac6b299e8b
|
Remove dead assignments
|
2010-10-31 18:23:16 +01:00 |
|
Sebastien Helleu
|
90589b2d71
|
Add extra checks on some pointers
|
2010-10-31 18:19:53 +01:00 |
|
Sebastien Helleu
|
911f90e792
|
Remove function gui_input_move
|
2010-10-31 18:18:09 +01:00 |
|
Sebastien Helleu
|
4d25e4e0fd
|
Replace unneeded function gui_input_move by memmove
|
2010-10-31 18:14:28 +01:00 |
|
Sebastien Helleu
|
fce371e22a
|
Remove unused variables
|
2010-10-31 18:10:51 +01:00 |
|
Sebastien Helleu
|
90c99339b4
|
Return empty string in API function weechat_color when color is unknown
|
2010-10-29 23:21:57 +02:00 |
|
Sebastien Helleu
|
32db2eac25
|
Add new functions in plugin API to get/set nicks/groups properties in nicklist
8 new functions added:
- nicklist_group_get_integer
- nicklist_group_get_string
- nicklist_group_get_pointer
- nicklist_group_set
- nicklist_nick_get_integer
- nicklist_nick_get_string
- nicklist_nick_get_pointer
- nicklist_nick_set
|
2010-10-29 18:40:25 +02:00 |
|
Sebastien Helleu
|
488de9895b
|
Fix display of nick in nicklist when groups are displayed and nick has "visible" to 0
|
2010-10-29 18:37:46 +02:00 |
|
Sebastien Helleu
|
908d9ca602
|
Add refresh when buffer property "nicklist_display_groups" is changed
|
2010-10-28 19:35:14 +02:00 |
|
Sebastien Helleu
|
5e5a926e99
|
Fix bug when counting number of groups/nicks displayed in nicklist
|
2010-10-28 19:32:57 +02:00 |
|
Sebastien Helleu
|
e5afd593ab
|
Fix default value of bar items options (bug #31422)
|
2010-10-23 12:29:43 +02:00 |
|
Sebastien Helleu
|
775a2befd9
|
Fix color of comma in hotlist bar item
|
2010-10-18 22:00:51 +02:00 |
|
Sebastien Helleu
|
ebf94445b9
|
Use const void * for keys and values in some hashtable functions
|
2010-10-17 10:39:51 +02:00 |
|
Sebastien Helleu
|
79c8c90256
|
Fix bug with buffer name in "/bar scroll" command
|
2010-10-15 16:06:17 +02:00 |
|
Sebastien Helleu
|
0e68117b37
|
Add new option weechat.look.hotlist_unique_numbers (task #10691)
|
2010-10-12 18:22:11 +02:00 |
|
Sebastien Helleu
|
fe2a361364
|
Add property "no_highlight_nicks" in buffers to disable highlight for some nicks in buffer
This can be used with script buffer_autoset.py (see /help autosetbuffer).
|
2010-10-11 16:29:15 +02:00 |
|
Sebastien Helleu
|
85f6444fef
|
Use local buffer in print functions, so that they are reentrant
|
2010-10-09 21:56:14 +02:00 |
|
Sebastien Helleu
|
8ba491e427
|
Optimize incremental search in buffer: do not search any more when chars are added to a text not found (bug #31167)
|
2010-10-06 11:26:33 +02:00 |
|
Sebastien Helleu
|
c3c767c164
|
Revert last commit about "buffer_switch" signal (introduced new refresh bugs on bars)
|
2010-10-06 10:38:05 +02:00 |
|
Sebastien Helleu
|
bd39c8fa85
|
Fix signal "buffer_switch" (was sent twice when switching buffer) (bug #31158)
|
2010-10-05 21:48:54 +02:00 |
|
Sebastien Helleu
|
9605a8726f
|
Add new option weechat.look.prefix_align_min (task #10650)
|
2010-10-02 00:29:19 +02:00 |
|
Sebastien Helleu
|
b3b0f2d31c
|
New value for option weechat.look.input_share (none, commands, text, all), add new option weechat.look.input_share_overwrite (boolean)
|
2010-09-28 11:09:52 +02:00 |
|
Sebastien Helleu
|
c3be323a73
|
Fix memory leak in function gui_buffer_set_highlight_words_list
|
2010-09-27 16:35:14 +02:00 |
|
Sebastien Helleu
|
4a97ea68f5
|
Free hashtable with local variables when closing buffer (memory leak)
|
2010-09-27 16:17:56 +02:00 |
|
Sebastien Helleu
|
bd7ae6d5a7
|
Add new option weechat.look.input_share (task #9228)
|
2010-09-27 16:07:27 +02:00 |
|
Sebastien Helleu
|
776329b93f
|
Rename cmake options DISABLE_XXX to ENABLE_XXX
|
2010-08-13 23:35:30 +02: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
|
94acf64f8c
|
Use similar behaviour for keys bound to local or global history (bug #30759)
|
2010-08-12 17:38:59 +02:00 |
|
Sebastien Helleu
|
f11549f654
|
Fix display bug with special chars (ascii value below 32) (bug #30602)
|
2010-08-06 19:02:25 +02:00 |
|
Sebastien Helleu
|
36d1aac9bd
|
Remove obsolete comment
|
2010-08-01 18:17:09 +02:00 |
|
Sebastien Helleu
|
972e8bc4a8
|
Replace TODO by FIXME in comments
|
2010-08-01 18:16:55 +02:00 |
|
Sebastien Helleu
|
167377d25d
|
Add update of item "buffer_title" when switching to other buffer (fix problem when item is used in a root bar)
|
2010-07-30 14:19:48 +02:00 |
|
Sebastien Helleu
|
8dc23863c5
|
Use '!' to reverse a regex in a filter (to keep lines matching regex and hide other lines)
|
2010-07-16 19:45:14 +02:00 |
|
Sebastien Helleu
|
7e6088570b
|
Add new option weechat.look.align_end_of_lines
|
2010-07-12 09:43:16 +02:00 |
|
Sebastien Helleu
|
46fdee19b0
|
Fix bug with replacement char in API function string_remove_color (bug #30296)
|
2010-07-07 15:44:02 +02:00 |
|
Sebastien Helleu
|
94fbbc0a7f
|
Use of hashtable for local variables of buffers
|
2010-07-05 17:05:49 +02:00 |
|
Sebastien Helleu
|
dcdba08f8a
|
Update comments after #endif in C headers
|
2010-06-25 15:03:39 +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
|
63bc14e805
|
Fix refresh of bar item when it is used more than one time in a bar
|
2010-06-11 17:00:07 +02:00 |
|
Sebastien Helleu
|
b54af6af0b
|
Fix display bug with attributes like underlined in bars (bug #29889)
|
2010-06-11 16:52:10 +02:00 |
|
Sebastien Helleu
|
6c17328bdf
|
Fix bug with scroll_unread: do not scroll to a filtered line (bug #29991)
|
2010-06-04 13:46:33 +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
|
4456a6047f
|
Remove unused variable
|
2010-04-14 19:25:59 +02:00 |
|
Sebastien Helleu
|
1dba2c8c92
|
Fix crash on /quit when scrolling in buffer and if first line displayed was from a plugin
|
2010-04-14 19:24:54 +02:00 |
|
Sebastien Helleu
|
31bfcf96c7
|
Reformat and add comments for description of C sources
|
2010-04-08 18:15:00 +02:00 |
|
Sebastien Helleu
|
a6f37da576
|
Add buffer pointer as string in modifier_data for modifier "history_add"
|
2010-04-08 16:49:19 +02:00 |
|