2002-04-25 |
Nalin Dahyabhai | Uncomment the tag target. |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Nalin Dahyabhai | Add some targets for building tarballs in a hopefully... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Nalin Dahyabhai | Let GDK_USE_XFT turn on Xft as well as VTE_USE_XFT. |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Nalin Dahyabhai | Handle decoding errors better. |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Nalin Dahyabhai | Include pkgconfig files in the package. |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Nalin Dahyabhai | src/vte.c: Make multiple calls to set_background_transp... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Nalin Dahyabhai | Reverse the sanity check in vte_terminal_set_background... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Nalin Dahyabhai | Demote some debug messages to being trie-specific debug... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Nalin Dahyabhai | update to-do list. remove --disable-shared. remove... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Nalin Dahyabhai | src/vte.c: Display UTF-8 preedit strings properly,... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Nalin Dahyabhai | src/pty.c: Print debug messages before redirecting... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Nalin Dahyabhai | src/pty.c: Fix a compile warning. |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Nalin Dahyabhai | autogen.sh: Default to include optimization, even for... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Havoc Pennington | add vte_terminal_set_font |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Havoc Pennington | when setting background color, use allocated color... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Havoc Pennington | use gdk_rgb_find_color to allocate X colors |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Nalin Dahyabhai | Add vte_terminal_feed_child() to send UTF-8 strings... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Nalin Dahyabhai | src/vte.c: Prevent double-free of incoming buffer ... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Nalin Dahyabhai | Fix typo. Make blinking cursors stay on while the user... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Nalin Dahyabhai | Add less useless descriptions. Fix an uninitialized... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Nalin Dahyabhai | Ensure that there's a data row whenever we scroll forwa... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Nalin Dahyabhai | copy to clipboard synchronously, which fixes a number... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Nalin Dahyabhai | Rework backgrounds to take advantage of gdk's automatic... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Nalin Dahyabhai | Adjust warnings used when in maintainer mode. |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Nalin Dahyabhai | Draw the cursor as an unfilled box when the widget... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Nalin Dahyabhai | Fix handling of scroll-on-output to always scroll when... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Nalin Dahyabhai | Rework tiling of background images, and implement a... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Nalin Dahyabhai | Corrections to some xterm control sequences. |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Nalin Dahyabhai | Define PACKAGE correctly. Move most of the tear-down... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Nalin Dahyabhai | Define PACKAGE. |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Nalin Dahyabhai | Disable gdk-pixbuf's deprecated functions. Discard... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Nalin Dahyabhai | fix missing includes implement background color setting... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Nalin Dahyabhai | Remove gdk-pixbuf-xlib dependency by using just gdk... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Nalin Dahyabhai | Don't add the widget's allocation offsets when generati... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Nalin Dahyabhai | *vteapp.c: Don't try to use transparency for now. |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Anders Carlsson | Add more functions that profterm can use. |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Anders Carlsson | Silent cvs and add gdk-pixbuf-xlib to depends in the... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Anders Carlsson | Sliff sloff |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Anders Carlsson | sssh |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Nalin Dahyabhai | Add gdk-pixbuf-xlib-2.0 as a module requirement. |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Nalin Dahyabhai | Add set_size, set_audible_bell, set_scroll_on_output, |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Nalin Dahyabhai | fix the name of a declared function (was _set_size... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Nalin Dahyabhai | Get rid of a global copy of the parent class. Implement... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Nalin Dahyabhai | Fix a typo in a comment (we don't "omit" signals). |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Nalin Dahyabhai | caps.c: Recognize xterm cursor-character-absolute sequence. |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Nalin Dahyabhai | Handle the ve (cursor visible) control sequence. |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Nalin Dahyabhai | vte.c: Handle dec private mode set (cursor visibility). |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Nalin Dahyabhai | fix signed/unsigned problems (fixes from alexl) fix... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Nalin Dahyabhai | Make scroll-on-output scroll on control sequences,... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Nalin Dahyabhai | utf8mode.c: Add simple programs for moving a terminal... |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Anders Carlsson | Add a finalize handler and free our title strings there. |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Nalin Dahyabhai | Emit "window_title_changed" and "icon_title_changed... |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Nalin Dahyabhai | Add vte.pc, from Anders Carlsson. |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Nalin Dahyabhai | Fix a duplicate-idle-handler bug. |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Nalin Dahyabhai | Fix selection (except maybe the end-of-line stuff). |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Nalin Dahyabhai | Whoops, I broke selection. Fix that. |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Nalin Dahyabhai | Move character rendering into a common function so... |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Nalin Dahyabhai | Differentiate between single, double, and triple-click... |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Nalin Dahyabhai | remove this file |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Nalin Dahyabhai | Don't check for pango because we never call pango directly. |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Nalin Dahyabhai | Deselect properly when something else is inserted into... |
commit | commitdiff | tree | snapshot |
2002-03-10 |
Nalin Dahyabhai | Fix wide-character handling (now handles mid-stream... |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Nalin Dahyabhai | Add a .spec file (make dist; rpm -ts vte*.tar.gz; rpm... |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Nalin Dahyabhai | skip over space columns when selecting |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Nalin Dahyabhai | Use a login shell by default. |
commit | commitdiff | tree | snapshot |
2002-03-09 |
Nalin Dahyabhai | Rework input queueing to allow for feeding without... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Nalin Dahyabhai | Implement copy and almost-correct selection highlighting. |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Nalin Dahyabhai | Use a queue for pasting data. |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Nalin Dahyabhai | Mark the beginning of a selected area. |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Nalin Dahyabhai | Make pasting asynchronous. |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Nalin Dahyabhai | actually free clipboard data when finished with it |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Nalin Dahyabhai | Implement middle-button paste. |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Nalin Dahyabhai | Properly convert from utf-8 or wchar_t strings when... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Nalin Dahyabhai | Implement shift/pgup/pgdown scrolling. |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Nalin Dahyabhai | Spec out the rest of the alternate characters I haven... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Nalin Dahyabhai | Discard redundant cursor-position exposes. |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Nalin Dahyabhai | Use ssize_t to measure string offsets in termcap, and... |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Nalin Dahyabhai | add a missing bounds-check in the erase-in-row function |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Nalin Dahyabhai | Send the slave pty's erase character when the user... |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Nalin Dahyabhai | Draw cursors to fill the entire cell. |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Nalin Dahyabhai | stop using wcsnlen, which is a GNU extension |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Nalin Dahyabhai | Add support for the line-drawing characters in the... |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Nalin Dahyabhai | Properly differentiate insertion delta (working screen... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Nalin Dahyabhai | Make the Xft support use long-lived data items. |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Nalin Dahyabhai | actually hook up the nd handler to the "nd" sequence |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Nalin Dahyabhai | - Add sub-optimal Xft rendering (set VTE_USE_XFT to... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Nalin Dahyabhai | distcheck fixes |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Nalin Dahyabhai | add that line-drawing does not work to README |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Nalin Dahyabhai | tree fixups |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Nalin Dahyabhai | fix autoconf reference file problem |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Nalin Dahyabhai | remove stuff which should never have been added |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Nalin Dahyabhai | rename configure.ac to configure.in, remove 2.5isms |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Nalin Dahyabhai | remove stuff that should never have been in there |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Nalin Dahyabhai | imported from private cvs start |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Nalin Dahyabhai | Initial revision |
commit | commitdiff | tree | snapshot |
|