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