summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2008-11-18Move check on term_type outside of strlen_big5.Emanuele Giaquinta
2008-11-18Revert r4912.Emanuele Giaquinta
2008-11-16Simplify sending of the first pasted line.Emanuele Giaquinta
2008-11-15Handle indent in textbuffer_line2text. This fixes indentation in /lastlog and...Wouter Coekaerts
2008-11-15Handle bold/blink attributes like other attributes rather than mapping them toEmanuele Giaquinta
2008-11-10Remove get_utf8_char/utf16_char_to_utf8 in favour of glibEmanuele Giaquinta
2008-11-01Remove the refcount on LINE_REC.Jilles Tjoelker
2008-10-31Fix a memory leak with /lastlog -count and rejected (too much) /lastlog.Jilles Tjoelker
2008-10-21Remove scrollback_levelclear_levels setting and add a 'level' option toEmanuele Giaquinta
2008-10-08Fix r4743 change, avoid sign extension.Emanuele Giaquinta
2008-06-19Include various overheads in /sb status memory count.Jilles Tjoelker
2008-06-10Add 'actlist_names' option to add active items names in 'act' statusbar item.Emanuele Giaquinta
2008-05-30Reduce some memory waste in the scrollback buffer.Jilles Tjoelker
2008-05-27Fix leak.Emanuele Giaquinta
2008-05-18Improve descriptions of key bind itemsWouter Coekaerts
2008-05-17Add 'word_completion_backward' command to scroll backwards in the completionEmanuele Giaquinta
2008-05-15Use a GString rather than g_strdup_printf to build the format string.Emanuele Giaquinta
2008-05-15Re-add sort by level / aux-sort by refnum and re-map actlist_sortEmanuele Giaquinta
2008-05-14Use g_get_charset to check if the locale codeset is UTF-8.Emanuele Giaquinta
2008-04-25Refactor code to create a watcher for an fd into a function.Emanuele Giaquinta
2008-04-21Use term_add_unichar to print ucs-4 chars.Emanuele Giaquinta
2008-04-21Reindent.Emanuele Giaquinta
2008-04-21Remove no longer needed kludge to inhibit writing in the last cell.Emanuele Giaquinta
2008-04-21Fix leak with $L expando.Emanuele Giaquinta
2008-04-20Simplify.Emanuele Giaquinta
2008-04-20Simplify computation of TERM_REC fields offsets using G_STRUCT_OFFSET/G_STRUC...Emanuele Giaquinta
2008-04-19Remove non-working detach/attach code.Emanuele Giaquinta
2008-04-16Remove the need to buffer input by moving the 'gui key pressed' eventsEmanuele Giaquinta
2008-04-16Make last_{fg,bg,flags} members of TEXT_BUFFER_REC.Emanuele Giaquinta
2008-04-06Slightly optimize update of activity list when a window is destroyed.Emanuele Giaquinta
2008-04-06Really make actlist_sort = level match active_window ordering.Emanuele Giaquinta
2008-04-05Restore the behaviour of active_window to go to the window with most recent a...Emanuele Giaquinta
2008-04-04Change type of 'chr' argument in terminfo_repeat/term_addch to 'char'.Emanuele Giaquinta
2008-03-31Print warning messages to stderr rather than to stdout.Emanuele Giaquinta
2008-03-28Move selection of string searching function out of the loop by using aEmanuele Giaquinta
2008-03-12After last change paste_entry includes the key before the oneEmanuele Giaquinta
2008-03-10Make line_add_colors part of the textbuffer api.Emanuele Giaquinta
2008-03-10Make a copy of the entry buffer only when a paste begins rather thanEmanuele Giaquinta
2008-03-09Do not buffer keys when waiting for paste confirmation.Emanuele Giaquinta
2008-03-09Simplify history handling in key_send_line.Emanuele Giaquinta
2008-03-09Rename variable.Emanuele Giaquinta
2008-03-09Replace usage of get_utf8_char with g_utf8_get_char_validated andEmanuele Giaquinta
2008-03-09Replace usage of get_utf8_char with g_utf8_get_char_validated.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-07g_mem_set_vtable must be called before using any other GLib functions.Emanuele Giaquinta
2008-02-05Remove check for ancient default.theme.Emanuele Giaquinta
2008-02-03Remove popt and use glib GOption commandline option parserEmanuele Giaquinta
2008-02-02Remove broken by design /set translation.Emanuele Giaquinta
2008-02-02Remove term-curses.h (was added for cuix).Emanuele Giaquinta