Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-12 | vtebg: Cache backgrounds as cairo_surface_t'sHEADmaster | Kristian Høgsberg | 3 | -299/+134 | |
2010-01-12 | [draw] Rename a bit | Behdad Esfahbod | 1 | -14/+13 | |
2010-01-12 | [draw] Update comments | Behdad Esfahbod | 1 | -7/+6 | |
2010-01-12 | Fix debug info | Behdad Esfahbod | 1 | -2/+1 | |
2010-01-12 | Bug 534526 - Flickering when resizing a vte widget | Behdad Esfahbod | 1 | -1/+1 | |
2010-01-12 | Use PangoColor to unify mixed use of GdkColor and vte_palette_entry | Behdad Esfahbod | 6 | -85/+56 | |
2010-01-12 | Add const to GdkColor | Behdad Esfahbod | 2 | -9/+9 | |
2010-01-12 | Draw rectangles in one shot | Behdad Esfahbod | 2 | -12/+14 | |
2010-01-12 | Cleanup cursor drawing | Behdad Esfahbod | 1 | -26/+15 | |
2010-01-12 | [draw] Cleanup ->started counting | Behdad Esfahbod | 1 | -10/+8 | |
2010-01-12 | Reorder code such that screen can never be NULL | Behdad Esfahbod | 1 | -24/+21 | |
2010-01-06 | Merge branch 'backend-cleanup' | Kristian Høgsberg | 8 | -1582/+995 | |
2009-12-28 | Bug 605299 - Please support xterm bracketed paste mode | Josh Triplett | 3 | -0/+12 | |
2009-12-23 | Pass rgba as doubles to _vte_draw_set_background_solid() | Kristian Høgsberg | 3 | -25/+22 | |
2009-12-23 | Drop _vte_draw_get_visual() and _vte_draw_get_colormap() | Kristian Høgsberg | 3 | -35/+3 | |
2009-12-23 | Make struct struct _vte_draw private to vtedraw.c | Kristian Høgsberg | 2 | -114/+71 | |
Merge in struct _vte_pangocairo_data. | |||||
2009-12-23 | Make _vte_draw_start() recursive | Kristian Høgsberg | 3 | -15/+11 | |
2009-12-23 | Merge vtepangocairo.c into vtedraw.c | Kristian Høgsberg | 3 | -1241/+1210 | |
2009-12-23 | Drop struct _vte_draw_impl | Kristian Høgsberg | 7 | -246/+8 | |
2009-12-23 | Merge pangocairo draw into remaining vte_draw functions | Kristian Høgsberg | 2 | -304/+165 | |
2009-12-23 | Make _vte_draw_new always create a pangocairo implementation | Kristian Høgsberg | 2 | -127/+30 | |
2009-12-19 | Bug 604966 - Fix "select all" to include text occurring after the visible region | Behdad Esfahbod | 1 | -2/+2 | |
2009-12-15 | Fix overflow with unlimited scrollback lines | Behdad Esfahbod | 1 | -1/+1 | |
2009-12-09 | Bug 604135 - [PATCH] fix behaviour of set-scrolling-region | Behdad Esfahbod | 1 | -2/+1 | |
2009-12-09 | Bug 603733 - Remove deprecated Glib symbol | Behdad Esfahbod | 1 | -1/+1 | |
Require glib >= 2.22.0 | |||||
2009-12-03 | Bug 603713 - ibeam/underline cursor broken with large inner-border | Behdad Esfahbod | 1 | -29/+17 | |
2009-12-03 | vteapp: Fix --cursor-shape thinko | Christian Persch | 1 | -2/+2 | |
2009-12-03 | vteapp: Add --cursor-shape option | Christian Persch | 1 | -1/+14 | |
Use --cursor-shape=block|ibeam|underline to test cursor shapes. | |||||
2009-12-01 | Fix deprecation versions | Christian Persch | 1 | -29/+29 | |
2009-12-01 | Fix deprecation version of vte_terminal_get_padding | Christian Persch | 1 | -1/+1 | |
It's 0.24, not 0.22. | |||||
2009-12-01 | Deprecate vte_terminal_get_padding | Christian Persch | 2 | -1/+14 | |
Part of bug #471920. | |||||
2009-12-01 | Replace VTE_PAD_WIDTH with inner-border | Christian Persch | 3 | -72/+91 | |
Part of bug #471920. | |||||
2009-12-01 | Add VteTerminal::inner-border style property | Christian Persch | 2 | -1/+53 | |
Part of bug #471920. | |||||
2009-11-30 | Remove early return from style-set on non-realized widget | Christian Persch | 1 | -6/+0 | |
vte_terminal_set_font_full_internal copes just fine with this. | |||||
2009-11-30 | Chain up to style-set on parent class | Christian Persch | 1 | -3/+4 | |
2009-11-22 | [interpret] Make the interpret app interactive | Behdad Esfahbod | 1 | -72/+75 | |
2009-11-09 | Bug 601265 - gnome-terminal assert failure: table.c:723:_vte_table_match | Behdad Esfahbod | 1 | -1/+4 | |
Fix handling of %% in termcap strings. Remove the assertion. | |||||
2009-11-09 | Fix warnings | Behdad Esfahbod | 1 | -5/+5 | |
2009-11-09 | Handle destroying NULL termcap | Behdad Esfahbod | 1 | -1/+2 | |
2009-11-09 | Comment out unused code | Behdad Esfahbod | 2 | -3/+2 | |
2009-11-08 | Revert "Bug 591648 - Don't clear the screen when switching to the alternate ↵ | Behdad Esfahbod | 1 | -0/+6 | |
screen" This reverts commit c6d9bf421f12911298d921314ced64661f6b63bd. That commit introduced issues with less. Xterm doesn't have those problems. Need to figure out what's going on before committing this again. | |||||
2009-10-29 | Use right modifier to printf gulong | Christian Persch | 1 | -1/+1 | |
Fixes a compiler warning. | |||||
2009-10-26 | Handle out-of-history remove's gracefully | Behdad Esfahbod | 1 | -1/+2 | |
They happen at times of resizing the terminal, etc. Bug 597604 - gnome-terminal assert failure: Vte:ERROR:/build/buildd/vte-0.22.0/./src/ring.c:530:_vte_ring_remove: assertion failed: (_vte_ring_contains (ring, position)) | |||||
2009-10-26 | [ring] Remove one assertion | Behdad Esfahbod | 1 | -3/+7 | |
Better dealing with corrupt history file, etc. | |||||
2009-10-26 | Cosmetic | Behdad Esfahbod | 1 | -2/+1 | |
2009-10-26 | Finish selection rework | Behdad Esfahbod | 1 | -18/+9 | |
Bug 598124 - The selection does not only change when the mousebutton is released Only update selection when mouse-button is released (or focus lost). Also, update PRIMARY when _select_all() is called. | |||||
2009-10-26 | Bug 598090 - LMB Mouse up event not registered when opining context popup menu | Behdad Esfahbod | 1 | -55/+46 | |
2009-10-23 | Bug 587463 - "select all"+copy from gnome-terminal includes lines no longer ↵ | Behdad Esfahbod | 1 | -10/+7 | |
in scrollback Previously it used to include lines that have fallen out of the history buffer. Also, included one extra line at the end. | |||||
2009-10-23 | Bug 597242 - libvte color and cursor glitches | Behdad Esfahbod | 1 | -38/+37 | |
Don't clear line when inserting smart tab | |||||
2009-10-23 | Bug 591648 - Don't clear the screen when switching to the alternate screen | Behdad Esfahbod | 1 | -6/+0 | |