summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released 0.19.4.vte_0_19_4Behdad Esfahbod2008-12-153-2/+23
* Fix make check.Behdad Esfahbod2008-12-152-0/+13
* Fix doc syntaxBehdad Esfahbod2008-12-151-2/+2
* Bug 564535 – check for gperf on buildBehdad Esfahbod2008-12-152-0/+13
* TyposBehdad Esfahbod2008-12-121-11/+11
* Document vteunistr.Behdad Esfahbod2008-12-124-48/+134
* .Behdad Esfahbod2008-12-121-1/+1
* Minor.Behdad Esfahbod2008-12-124-4/+12
* Avoid pointers in the const array.Behdad Esfahbod2008-12-122-1/+6
* Bug 149631 – gnome-terminal doesn't combine combining chars in utf8Behdad Esfahbod2008-12-1211-135/+421
* TypoChristian Persch2008-12-111-1/+1
* Bug 564057 – src/pty.c does not compile withChristian Persch2008-12-112-1/+9
* Update set-scroll-adjustement docs.Christian Persch2008-12-112-6/+10
* Bug 562695 - ship pkg-config file for python bindingsPaolo Borelli2008-12-104-1/+27
* Bug 563752 – pangocairo backend recreates cairo_surface_t for backgroundBehdad Esfahbod2008-12-086-104/+152
* Bug 163213 – Cursor should remain visible when selectedBehdad Esfahbod2008-12-082-1/+8
* Don't modify source_pixbuf. If we're going to change the saturation, firstChristian Persch2008-12-052-3/+14
* Fix scrolling offset. Ray Strode reported that background offset was beingBehdad Esfahbod2008-12-052-1/+7
* Hook up perf/.Behdad Esfahbod2008-12-053-1/+10
* Released 0.19.3.Behdad Esfahbod2008-12-053-3/+16
* Always call g_array_new() with clear flag set. It incurs no overhead butBehdad Esfahbod2008-12-052-15/+14
* Use structure assignment instead of memcpy().Behdad Esfahbod2008-12-053-2/+8
* Remove unneeded checks. They were masking bugs.Behdad Esfahbod2008-12-052-10/+7
* Red Hat Bug 474618 - gnome-terminal sometime leaves empty begining of theBehdad Esfahbod2008-12-052-2/+10
* Build fixes.vte_0_19_2Behdad Esfahbod2008-12-051-0/+3
* More build fixesBehdad Esfahbod2008-12-051-0/+6
* Fix build.Behdad Esfahbod2008-12-051-0/+3
* Fix version numbers here.Behdad Esfahbod2008-12-051-2/+2
* Released 0.19.2.Behdad Esfahbod2008-12-053-4/+31
* Bug 474618 - gnome-terminal sometime leaves empty begining of the lineBehdad Esfahbod2008-12-052-1/+9
* Bug 563274 – Misspelled word in src codeBehdad Esfahbod2008-12-042-1/+7
* Bug 563024 – In alternate-screen, selection can copy out of screenBehdad Esfahbod2008-12-032-2/+31
* Bug 552096 – Detect tgetent if provided by libtinfoChristian Persch2008-12-024-50/+67
* Show the correct version in Since: and Deprecated: annotations.Christian Persch2008-12-022-39/+44
* Don't do fancy rounding for row selection, only for column.Behdad Esfahbod2008-12-022-33/+20
* Call function instead of open coding.Behdad Esfahbod2008-12-022-21/+17
* Cache the full ASCII range if Latin uses the default language.Behdad Esfahbod2008-12-023-5/+26
* Respect PangoLanguage set on a widget's PangoContext.Behdad Esfahbod2008-12-022-8/+23
* Remove CJK fullwidth measurement hacks. Pango doesn't need these. We'reBehdad Esfahbod2008-12-022-24/+9
* Bug 559818 – redundant selection-changed signal on deselectionBehdad Esfahbod2008-12-022-6/+16
* Add missing I_() decoratorBehdad Esfahbod2008-12-021-1/+1
* Rewrite text selection. In particular, fix block_mode.Behdad Esfahbod2008-12-023-267/+301
* Update.Behdad Esfahbod2008-12-022-0/+18
* Mouse tracking cleanup.Behdad Esfahbod2008-12-024-99/+103
* MinorBehdad Esfahbod2008-12-021-2/+2
* Add -Wno-switch-enum warning flag as we are not -Wswitch-enum clean.Behdad Esfahbod2008-12-022-4/+6
* Cut one third of the 400-line function out into a function of its own.Behdad Esfahbod2008-12-022-129/+152
* Revert previous change.Behdad Esfahbod2008-12-022-4/+4
* Add a shortcircuit check.Behdad Esfahbod2008-12-022-0/+9
* Change mouse coordinates type from double to long.Behdad Esfahbod2008-12-023-57/+69