summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Silent cvs and add gdk-pixbuf-xlib to depends in the .pc.in fileAnders Carlsson2002-03-132-1/+13
* Sliff sloffAnders Carlsson2002-03-131-1/+3
* ssshAnders Carlsson2002-03-131-0/+7
* Add gdk-pixbuf-xlib-2.0 as a module requirement.Nalin Dahyabhai2002-03-131-1/+1
* Add set_size, set_audible_bell, set_scroll_on_output,Nalin Dahyabhai2002-03-133-82/+386
* fix the name of a declared function (was _set_size, is _size_set)Nalin Dahyabhai2002-03-131-1/+1
* Get rid of a global copy of the parent class. Implement ec, ic, and ICNalin Dahyabhai2002-03-131-13/+99
* Fix a typo in a comment (we don't "omit" signals).Nalin Dahyabhai2002-03-131-2/+2
* caps.c: Recognize xterm cursor-character-absolute sequence.Nalin Dahyabhai2002-03-122-2/+16
* Handle the ve (cursor visible) control sequence.Nalin Dahyabhai2002-03-121-2/+14
* vte.c: Handle dec private mode set (cursor visibility).Nalin Dahyabhai2002-03-121-0/+3