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