index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-text
Age
Commit message (
Expand
)
Author
2009-03-01
Remove unused variables.
Jilles Tjoelker
2009-02-27
Check for SIGCONT using a custom GSource instead of every 0.5 second.
Jilles Tjoelker
2009-02-21
Reject invalid level specifications in /set.
Jilles Tjoelker
2009-02-08
Code Cleanup:
Alexander Færøy
2009-01-18
Replace invalid utf-8 bytes with U+FFFD when drawing a line.
Emanuele Giaquinta
2009-01-13
Fix last change.
Emanuele Giaquinta
2009-01-13
Remove broken and unused format to add an indent function to a line.
Emanuele Giaquinta
2009-01-10
Remove buggy /scrollback redraw - scrollback_save_formats.
Emanuele Giaquinta
2009-01-08
Remove memory chunks in favour of memory slices.
Emanuele Giaquinta
2009-01-04
Remove useless code, cur_line is always the last line of the textbuffer.
Emanuele Giaquinta
2008-12-12
Revert r4964, at least one script uses ypos.
Emanuele Giaquinta
2008-12-11
Remove ypos field of TEXT_BUFFER_VIEW_REC, it is used to compute the row
Emanuele Giaquinta
2008-12-09
Remove internal utf8 functions in favour of glib ones.
Emanuele Giaquinta
2008-12-09
Cosmetic.
Emanuele Giaquinta
2008-12-08
Make some functions static.
Emanuele Giaquinta
2008-12-08
Simplify.
Emanuele Giaquinta
2008-12-07
Simplify and remove dead code.
Emanuele Giaquinta
2008-12-06
Simplify and remove dead code, MAIN_WINDOW_TEXT_HEIGHT(rec) >= WINDOW_MIN_SIZE
Emanuele Giaquinta
2008-12-06
Always preserve the active mainwindow in mainwindows_resize_smaller,
Emanuele Giaquinta
2008-12-06
Fix leak introduced in r1855.
Emanuele Giaquinta
2008-12-05
Factor computation of fg/bg.
Emanuele Giaquinta
2008-12-03
Manually inline cell_width.
Emanuele Giaquinta
2008-12-03
Simplify.
Emanuele Giaquinta
2008-12-01
Add function to set minimum/maximum size for a statusbar item.
Emanuele Giaquinta
2008-12-01
Add public header with interfaces to manage statusbar items, bug #535.
Emanuele Giaquinta
2008-11-30
Simplify statusbar_item_default_handler by merging update_statusbar_bg and
Emanuele Giaquinta
2008-11-18
Move check on term_type outside of strlen_big5.
Emanuele Giaquinta
2008-11-18
Revert r4912.
Emanuele Giaquinta
2008-11-16
Simplify sending of the first pasted line.
Emanuele Giaquinta
2008-11-15
Handle indent in textbuffer_line2text. This fixes indentation in /lastlog and...
Wouter Coekaerts
2008-11-15
Handle bold/blink attributes like other attributes rather than mapping them to
Emanuele Giaquinta
2008-11-10
Remove get_utf8_char/utf16_char_to_utf8 in favour of glib
Emanuele Giaquinta
2008-11-01
Remove the refcount on LINE_REC.
Jilles Tjoelker
2008-10-31
Fix a memory leak with /lastlog -count and rejected (too much) /lastlog.
Jilles Tjoelker
2008-10-21
Remove scrollback_levelclear_levels setting and add a 'level' option to
Emanuele Giaquinta
2008-10-08
Fix r4743 change, avoid sign extension.
Emanuele Giaquinta
2008-06-19
Include various overheads in /sb status memory count.
Jilles Tjoelker
2008-06-10
Add 'actlist_names' option to add active items names in 'act' statusbar item.
Emanuele Giaquinta
2008-05-30
Reduce some memory waste in the scrollback buffer.
Jilles Tjoelker
2008-05-27
Fix leak.
Emanuele Giaquinta
2008-05-18
Improve descriptions of key bind items
Wouter Coekaerts
2008-05-17
Add 'word_completion_backward' command to scroll backwards in the completion
Emanuele Giaquinta
2008-05-15
Use a GString rather than g_strdup_printf to build the format string.
Emanuele Giaquinta
2008-05-15
Re-add sort by level / aux-sort by refnum and re-map actlist_sort
Emanuele Giaquinta
2008-05-14
Use g_get_charset to check if the locale codeset is UTF-8.
Emanuele Giaquinta
2008-04-25
Refactor code to create a watcher for an fd into a function.
Emanuele Giaquinta
2008-04-21
Use term_add_unichar to print ucs-4 chars.
Emanuele Giaquinta
2008-04-21
Reindent.
Emanuele Giaquinta
2008-04-21
Remove no longer needed kludge to inhibit writing in the last cell.
Emanuele Giaquinta
2008-04-21
Fix leak with $L expando.
Emanuele Giaquinta
[next]