Age | Commit message (Expand) | Author | Files | Lines |
2004-04-20 | toggle the IUTF8 flag, if it was defined at compile-time (maybe for | Nalin Dahyabhai | 1 | -0/+1 |
2004-04-20 | add, for the sake of bindings. | Nalin Dahyabhai | 1 | -1/+4 |
2004-04-20 | Add (#134429). take a VteTerminalAntiAlias argument. take a | Nalin Dahyabhai | 1 | -0/+13 |
2004-04-20 | Added default signal handlers to VteTerminalClass (#137961). [NOTE: ABI | Nalin Dahyabhai | 1 | -0/+41 |
2003-09-15 | add vte_terminal_set_color_cursor. add vte_terminal_set_color_highlight | Nalin Dahyabhai | 1 | -0/+4 |
2003-08-13 | exit on any error, to avoid leaving random unreaped children running. | Nalin Dahyabhai | 1 | -0/+7 |
2003-06-16 | add. Move private VteTerminal stuff which needs to be shared with other | Nalin Dahyabhai | 1 | -3/+0 |
2003-05-29 | handle control characters in the middle of control sequences. fix origin | Nalin Dahyabhai | 1 | -0/+7 |
2003-05-28 | check for GTK+ 2.2, and if found, force use of multihead-safe APIs to try | Nalin Dahyabhai | 1 | -0/+2 |
2003-05-19 | - formatting fixups | Nalin Dahyabhai | 1 | -1/+1 |
2003-04-24 | add. call _vte_terminal_accessible_ref to ensure that accessible signals | Nalin Dahyabhai | 1 | -0/+3 |
2003-03-07 | take a const GdkColor* instead of a non-const color. | Nalin Dahyabhai | 1 | -1/+1 |
2003-03-06 | rename struct vte_char_attributes to VteCharAttributes, fixup some docs. | Nalin Dahyabhai | 1 | -2/+3 |
2003-03-05 | require Xft2 and fontconfig, drop Xft1. Require freetype2. add xticker, | Nalin Dahyabhai | 1 | -0/+1 |
2003-02-18 | add vte_terminal_match_set_cursor() (#105986). | Nalin Dahyabhai | 1 | -0/+3 |
2003-02-11 | add data for tracking ambiguous-width Unicode characters. add | Nalin Dahyabhai | 1 | -0/+2 |
2003-01-09 | Only suppress meta-sends-escape on Backspace if backspace is mapped to the | Nalin Dahyabhai | 1 | -5/+15 |
2002-12-10 | add "uk" to the list of languages. remove the alternate attribute bit -- | Nalin Dahyabhai | 1 | -1/+1 |
2002-11-07 | doc fixes. use the older alternate-screen decset value. fixup screwups onvte_0_10_3 | Nalin Dahyabhai | 1 | -1/+1 |
2002-11-05 | handle end-of-line selection correctly. Stop highlighting selection on | Nalin Dahyabhai | 1 | -2/+2 |
2002-11-05 | Commit uncomitted file | Robert Brady | 1 | -1/+1 |
2002-10-30 | implement iconify, deiconify, raise, lower, maximize, restore, refresh, | Nalin Dahyabhai | 1 | -0/+2 |
2002-10-30 | Support dim (halfbright) colours. All the infrastructure for this was here | Abi Brady | 1 | -0/+2 |
2002-10-25 | snip off final newlines when we're matching, they're usually not wanted. | Nalin Dahyabhai | 1 | -12/+13 |
2002-10-15 | add super-bogus bold text mode (Red Hat #74779). | Nalin Dahyabhai | 1 | -0/+2 |
2002-10-14 | more $pkglibdir -> $libexecdir fixing. add rules for generating ps and | Nalin Dahyabhai | 1 | -1/+1 |
2002-09-11 | Skip lookups for padding information if we're pretty sure we're using a | Nalin Dahyabhai | 1 | -0/+19 |
2002-09-05 | 2002-09-05 nalin first pass at writing documentation fix | Nalin Dahyabhai | 1 | -15/+19 |
2002-09-03 | Handle color allocation failures with Xft better. Clean up typedefvte_0_8_16 | Nalin Dahyabhai | 1 | -5/+10 |
2002-08-30 | Register VteTerminalEraseBinding with GObject as an enum. Update. Ignore | Nalin Dahyabhai | 1 | -5/+10 |
2002-08-29 | Clean up bookkeeping for mouse autoscrolling and adjustment changevte_0_8_11 | Nalin Dahyabhai | 1 | -0/+2 |
2002-08-25 | Heed the reverse-video setting when painting character cells again. Makevte_0_8_5 | Nalin Dahyabhai | 1 | -1/+8 |
2002-08-22 | Make use of the visible bell a separate option from use of the audible | Nalin Dahyabhai | 1 | -0/+3 |
2002-08-19 | Use gssize instead of ssize_t. Perform substitutions while processing. Use | Nalin Dahyabhai | 1 | -4/+5 |
2002-08-08 | once again, avoid drawing NULs. add a small pad to each edge (#89048). | 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 | -1/+4 |
2002-07-23 | Fix realize/unrealize to be properly reversible. Use the font from the | Nalin Dahyabhai | 1 | -0/+2 |
2002-07-18 | Actually set ALL_LINGUAS so translations get installed. Document the | Nalin Dahyabhai | 1 | -1/+0 |
2002-07-16 | Guess at an appropriate bold version of the foreground color instead ofvte_0_4_9 | Nalin Dahyabhai | 1 | -1/+3 |
2002-07-13 | Added. Add -a/-b flags to control audible bell and blinking cursors. Only | Nalin Dahyabhai | 1 | -3/+4 |
2002-06-14 | Add a parameter for passing in environment variables to add. Preprocess | Nalin Dahyabhai | 1 | -2/+1 |
2002-06-12 | Also tell the parent the child died when the child dies due to an uncaught | Nalin Dahyabhai | 1 | -0/+5 |
2002-06-12 | Implement vte_terminal_get_encoding and vte_terminal_get_emulation, and | Nalin Dahyabhai | 1 | -0/+4 |
2002-06-10 | Include gettext support. Mark warnings for possible translation. Add. | Nalin Dahyabhai | 1 | -2/+2 |
2002-06-10 | Center characters in their cells, caching their extents. Finish merging | Nalin Dahyabhai | 1 | -0/+3 |
2002-06-07 | Check for pangoxft with Xft1 or Xft2, hopefully getting things right forvte_0_3_26 | Nalin Dahyabhai | 1 | -20/+3 |
2002-05-24 | Call libtoolize. (#82836) Fix stupid segfault in set_scrollback_lines.vte_0_3_20 | Nalin Dahyabhai | 1 | -0/+3 |
2002-05-15 | Send kI on insert key. Don't send drag events when the child has onlyvte_0_3_16 | Nalin Dahyabhai | 1 | -10/+65 |
2002-05-14 | Add "ALL" as a debug flag, aliased to everything. Print debug info aftervte_0_3_13 | Nalin Dahyabhai | 1 | -1/+2 |
2002-05-09 | Fixes to usage of iconv, from otaylor. Remap characters which are missing | Nalin Dahyabhai | 1 | -0/+1 |