summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-05-01Try @pkgdatadir@/termcap/$TERM when reading termcap files. This fixes thevte_0_3_2Nalin Dahyabhai9-11/+85
2002-04-30Disconnect from toplevel configure events at finalize-time.vte_0_3_1Nalin Dahyabhai3-2/+18
2002-04-30Track and free idle task tags properly. Change F11 and F12 capabilitiesvte_0_3Nalin Dahyabhai10-126/+1241
2002-04-29Track and free idle task tags properly.Nalin Dahyabhai2-13/+73
2002-04-29Handle me() by resetting all attributes (including colors, which weNalin Dahyabhai2-8/+6
2002-04-29Handle kb by treating it as a backspace. Make pangox rendering thevte_0_2_2Nalin Dahyabhai6-34/+57
2002-04-260.2.1vte_0_2_1vte_0_2Nalin Dahyabhai1-1/+1
2002-04-26Punt all changes to background images and transparency to an idle task.Nalin Dahyabhai2-28/+38
2002-04-26use execlp/execvpBill Nottingham2-7/+6
2002-04-26*** empty log message ***Nalin Dahyabhai1-1/+3
2002-04-26set a default scrollback line limit of 100. preserve the visible part ofNalin Dahyabhai3-57/+45
2002-04-26include config.h. fix adjustment calculations, which i didn't get quiteNalin Dahyabhai3-4/+3
2002-04-26add a ring buffer for storing scrollback data. use a ring buffer insteadNalin Dahyabhai5-80/+451
2002-04-26Run autogen before tagging so that the tag is always correct.Nalin Dahyabhai8-38/+303
2002-04-25Add the changelog.vte_0_1Nalin Dahyabhai2-1/+523
2002-04-25Add scroll wheel support.Anders Carlsson1-0/+27
2002-04-25Uncomment the tag target.Nalin Dahyabhai1-1/+1
2002-04-25Add some targets for building tarballs in a hopefully-reproducible way.Nalin Dahyabhai3-4/+24
2002-04-25Let GDK_USE_XFT turn on Xft as well as VTE_USE_XFT.Nalin Dahyabhai1-1/+10
2002-04-25Handle decoding errors better.Nalin Dahyabhai2-33/+47
2002-04-25Include pkgconfig files in the package.Nalin Dahyabhai1-0/+1
2002-04-25src/vte.c: Make multiple calls to set_background_transparent() and set_backgr...Nalin Dahyabhai1-61/+132
2002-04-25Reverse the sanity check in vte_terminal_set_background_image_file() soNalin Dahyabhai1-1/+1
2002-04-25Demote some debug messages to being trie-specific debug messages. DeclareNalin Dahyabhai3-35/+40
2002-04-25update to-do list. remove --disable-shared. remove a memory leak. fix aNalin Dahyabhai6-70/+173
2002-04-23src/vte.c: Display UTF-8 preedit strings properly, fix copy (no, really this ...Nalin Dahyabhai1-52/+94
2002-04-23src/pty.c: Print debug messages before redirecting stdio.Nalin Dahyabhai3-85/+171
2002-04-23src/pty.c: Fix a compile warning.Nalin Dahyabhai1-1/+1
2002-04-23autogen.sh: Default to include optimization, even for debugging.Nalin Dahyabhai5-221/+555
2002-04-23add vte_terminal_set_fontHavoc Pennington2-42/+212
2002-04-22when setting background color, use allocated color, and don't overwrite with ...Havoc Pennington1-1/+2
2002-04-22use gdk_rgb_find_color to allocate X colorsHavoc Pennington1-11/+9
2002-04-22Add vte_terminal_feed_child() to send UTF-8 strings to the child process, andNalin Dahyabhai3-3/+18
2002-04-22src/vte.c: Prevent double-free of incoming buffer (patch from Havoc).Nalin Dahyabhai1-0/+2
2002-04-16Fix typo. Make blinking cursors stay on while the user is typing,Nalin Dahyabhai2-16/+67
2002-04-05Add less useless descriptions. Fix an uninitialized variable and missingNalin Dahyabhai2-4/+7
2002-03-25Ensure that there's a data row whenever we scroll forward, fixingNalin Dahyabhai1-7/+33
2002-03-25copy to clipboard synchronously, which fixes a number of problemsNalin Dahyabhai1-83/+322
2002-03-18Rework backgrounds to take advantage of gdk's automatic drawing. Try toNalin Dahyabhai3-97/+100
2002-03-18Adjust warnings used when in maintainer mode.Nalin Dahyabhai2-3/+10
2002-03-17Draw the cursor as an unfilled box when the widget does not have focus.Nalin Dahyabhai1-15/+31
2002-03-17Fix handling of scroll-on-output to always scroll when we're at the bottomNalin Dahyabhai2-5/+8
2002-03-17Rework tiling of background images, and implement a blinking cursor. SetNalin Dahyabhai3-110/+109
2002-03-14Corrections to some xterm control sequences.Nalin Dahyabhai1-2/+19
2002-03-14Define PACKAGE correctly. Move most of the tear-down code into the widgetNalin Dahyabhai3-41/+69
2002-03-14Define PACKAGE.Nalin Dahyabhai1-0/+1
2002-03-14Disable gdk-pixbuf's deprecated functions. Discard non-ascii bytes toNalin Dahyabhai2-2/+30
2002-03-14fix missing includes implement background color setting, provide aNalin Dahyabhai4-50/+172
2002-03-14Remove gdk-pixbuf-xlib dependency by using just gdk-pixbuf. PerformNalin Dahyabhai3-51/+50
2002-03-13Don't add the widget's allocation offsets when generating expose events.Nalin Dahyabhai1-10/+10