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