Age | Commit message (Expand) | Author | Files | Lines |
2002-08-01 | Include <termios.h> if available, per patch from Hidetoshi Tajima. Include | Nalin Dahyabhai | 1 | -0/+3 |
2002-07-31 | Initialize new lines created in insert_lines() to the current default | Nalin Dahyabhai | 1 | -0/+3 |
2002-07-30 | Check for wint_t and attempt to allow compiles even when wint_t isn't | Nalin Dahyabhai | 1 | -0/+25 |
2002-07-26 | Initialize new lines added for al(). Spotted by jrb. | Nalin Dahyabhai | 1 | -0/+3 |
2002-07-25 | Added Danish translation. | Ole Laursen | 1 | -0/+4 |
2002-07-25 | Note that bold isn't broken any more. Note that k; was added. Set the | Nalin Dahyabhai | 1 | -0/+8 |
2002-07-24 | Add private vte_pty_set_size() function. vte_pty_open() takes sizevte_0_5_3 | Nalin Dahyabhai | 1 | -0/+4 |
2002-07-23 | Expose the ring implementation and convert several simple functions into | Nalin Dahyabhai | 1 | -0/+4 |
2002-07-23 | Fix realize/unrealize to be properly reversible. Use the font from the | Nalin Dahyabhai | 1 | -0/+5 |
2002-07-22 | Fix an incorrect logic check. | Nalin Dahyabhai | 1 | -0/+2 |
2002-07-19 | If we're changing the background color, apply it to the widget's window as | Nalin Dahyabhai | 1 | -0/+3 |
2002-07-19 | Undo the scrolling changes -- there too many combinations of circumstancesvte_0_5_1 | Nalin Dahyabhai | 1 | -0/+3 |
2002-07-19 | Fudge the repaint line count by one when scrolling regions to ensure that | Nalin Dahyabhai | 1 | -0/+4 |
2002-07-18 | Implement enough of set-mode and reset-mode to allow toggling of insertvte_0_5_0 | Nalin Dahyabhai | 1 | -0/+5 |
2002-07-18 | Actually set ALL_LINGUAS so translations get installed. Document the | Nalin Dahyabhai | 1 | -0/+21 |
2002-07-17 | Set GETTEXT_PACKAGE correctly, noted by menthos. | Nalin Dahyabhai | 1 | -0/+3 |
2002-07-16 | Guess at an appropriate bold version of the foreground color instead ofvte_0_4_9 | Nalin Dahyabhai | 1 | -0/+5 |
2002-07-16 | Correctly check for g_iconv_open() failure. Try to give a meaningful error | Nalin Dahyabhai | 1 | -1/+6 |
2002-07-15 | wrap the new Xft/fontconfig-specific code in HAVE_XFT Revert some changes | Nalin Dahyabhai | 1 | -1/+8 |
2002-07-14 | decrement spaces as we go through the loop, it was nice and infinite. | Havoc Pennington | 1 | -0/+5 |
2002-07-13 | Add the proper number of attribute structs to the attribute array to fix | Nalin Dahyabhai | 1 | -0/+4 |
2002-07-13 | Small optimization in the al() and dl() handlers. al() doesn't move the | Nalin Dahyabhai | 1 | -0/+4 |
2002-07-13 | Add patch to heed Xft/fontconfig settings as kept by GTK. Based on patch | Nalin Dahyabhai | 1 | -0/+3 |
2002-07-13 | Added. Add -a/-b flags to control audible bell and blinking cursors. Only | Nalin Dahyabhai | 1 | -0/+24 |
2002-07-02 | Make shift+button1 extend selection. | Nalin Dahyabhai | 1 | -0/+2 |
2002-07-01 | Rework recovery from illegal sequence errors in the input stream to bevte_0_4_6 | Nalin Dahyabhai | 1 | -0/+2 |
2002-07-01 | Draw unicode line-drawing code points natively as we do for the GR1 | Nalin Dahyabhai | 1 | -0/+6 |
2002-06-26 | Bind F10 to "k;", not "k0". Add "k;" defined as F10.vte_0_4_5 | Nalin Dahyabhai | 1 | -0/+3 |
2002-06-26 | Check for redundant resizes. Keep the alternate screen buffer size the | Nalin Dahyabhai | 1 | -0/+10 |
2002-06-25 | Treat option 1049 as a combination of 1047 and 1048. When finalizing whilevte_0_4_4 | Nalin Dahyabhai | 1 | -0/+6 |
2002-06-19 | Fix a logic bug that got rid of the title always, not just when conversion | Nalin Dahyabhai | 1 | -0/+3 |
2002-06-19 | Clear the alternate screen when switching to it.vte_0_4_3 | Nalin Dahyabhai | 1 | -0/+2 |
2002-06-19 | Fix refs/derefs with IOChannels and sources. Clean up I/O GIConv | Nalin Dahyabhai | 1 | -0/+3 |
2002-06-18 | Make cursor_visible a widget-wide (not per-screen) setting. | Nalin Dahyabhai | 1 | -0/+2 |
2002-06-18 | Correct automake version check to require 1.5, heads-up from Glynn Foster. | Nalin Dahyabhai | 1 | -1/+4 |
2002-06-18 | Sort out greedy vs. non-greedy pattern matching. Make 1047 an alias for 47vte_0_4_1 | Nalin Dahyabhai | 1 | -0/+5 |
2002-06-14 | Add a parameter for passing in environment variables to add. Preprocess | Nalin Dahyabhai | 1 | -0/+6 |
2002-06-14 | Handle cases where pygtk isn't installed in the prefix we're configuring | Nalin Dahyabhai | 1 | -0/+4 |
2002-06-13 | Stop watching for hierarchy-changed signals -- the accessible container | Nalin Dahyabhai | 1 | -0/+3 |
2002-06-13 | Re-read cursor position immediately on "cursor-moved" events, and emit the | Nalin Dahyabhai | 1 | -0/+5 |
2002-06-12 | Also tell the parent the child died when the child dies due to an uncaught | Nalin Dahyabhai | 1 | -0/+2 |
2002-06-12 | Re-read the termcap when we change emulation, because the location of the | Nalin Dahyabhai | 1 | -0/+5 |
2002-06-12 | 2002-06-12 msw implement | Matt Wilson | 1 | -0/+2 |
2002-06-12 | 2002-06-12 msw added AM_CHECK_PYTHON_HEADERS from pygtk rewrote python | Matt Wilson | 1 | -0/+4 |
2002-06-12 | 2002-06-12 msw turn the logic around to be the right way | Matt Wilson | 1 | -0/+3 |
2002-06-12 | Implement vte_terminal_get_encoding and vte_terminal_get_emulation, and | Nalin Dahyabhai | 1 | -2/+4 |
2002-06-12 | Add rules for building python modules. | Nalin Dahyabhai | 1 | -0/+2 |
2002-06-12 | Cache the result of vte_terminal_get_accessible() and unref it at | Nalin Dahyabhai | 1 | -0/+4 |
2002-06-12 | 2002-06-12 msw accept end_offset of -1, which means "until the end". never | Matt Wilson | 1 | -0/+5 |
2002-06-10 | Finish merging otaylor's Xft2 patch (oops). Compute padding correctly. | Nalin Dahyabhai | 1 | -3/+5 |