summaryrefslogtreecommitdiff
path: root/src/vteapp.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-24Call libtoolize. (#82836) Fix stupid segfault in set_scrollback_lines.vte_0_3_20Nalin Dahyabhai1-2/+25
2002-05-17Try multiple versions of automake, just in case. Fix displaying ofNalin Dahyabhai1-0/+3
2002-05-09Fixes to usage of iconv, from otaylor. Remap characters which are missingNalin Dahyabhai1-1/+5
2002-05-06Hide the mouse cursor when we get keyboard events. Use a different mousevte_0_3_10Nalin Dahyabhai1-0/+1
2002-05-02Rework trie matching to return the address of the character which endedvte_0_3_3Nalin Dahyabhai1-1/+1
2002-04-29Handle kb by treating it as a backspace. Make pangox rendering thevte_0_2_2Nalin Dahyabhai1-1/+1
2002-04-26set a default scrollback line limit of 100. preserve the visible part ofNalin Dahyabhai1-0/+1
2002-04-26Run autogen before tagging so that the tag is always correct.Nalin Dahyabhai1-0/+4
2002-04-22Add vte_terminal_feed_child() to send UTF-8 strings to the child process, andNalin Dahyabhai1-0/+1
2002-03-18Rework backgrounds to take advantage of gdk's automatic drawing. Try toNalin Dahyabhai1-3/+9
2002-03-17Fix handling of scroll-on-output to always scroll when we're at the bottomNalin Dahyabhai1-1/+1
2002-03-17Rework tiling of background images, and implement a blinking cursor. SetNalin Dahyabhai1-0/+1
2002-03-14Define PACKAGE correctly. Move most of the tear-down code into the widgetNalin Dahyabhai1-1/+12
2002-03-13*vteapp.c: Don't try to use transparency for now.Nalin Dahyabhai1-1/+1
2002-03-13Add set_size, set_audible_bell, set_scroll_on_output,Nalin Dahyabhai1-0/+8
2002-03-11Emit "window_title_changed" and "icon_title_changed" when the titles change,Nalin Dahyabhai1-7/+9
2002-03-09Use a login shell by default.Nalin Dahyabhai1-0/+1
2002-03-09Rework input queueing to allow for feeding without a pty.Nalin Dahyabhai1-0/+9
2002-02-25Initial revisionNalin Dahyabhai1-0/+104