index
:
~krh/vte
master
Unnamed repository; edit this file 'description' to name the repository.
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-12
vtebg: Cache backgrounds as cairo_surface_t's
HEAD
master
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
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
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
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
2009-12-01
Deprecate vte_terminal_get_padding
Christian Persch
2
-1
/
+14
2009-12-01
Replace VTE_PAD_WIDTH with inner-border
Christian Persch
3
-72
/
+91
2009-12-01
Add VteTerminal::inner-border style property
Christian Persch
2
-1
/
+53
2009-11-30
Remove early return from style-set on non-realized widget
Christian Persch
1
-6
/
+0
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
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 s...
Behdad Esfahbod
1
-0
/
+6
2009-10-29
Use right modifier to printf gulong
Christian Persch
1
-1
/
+1
2009-10-26
Handle out-of-history remove's gracefully
Behdad Esfahbod
1
-1
/
+2
2009-10-26
[ring] Remove one assertion
Behdad Esfahbod
1
-3
/
+7
2009-10-26
Cosmetic
Behdad Esfahbod
1
-2
/
+1
2009-10-26
Finish selection rework
Behdad Esfahbod
1
-18
/
+9
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 i...
Behdad Esfahbod
1
-10
/
+7
2009-10-23
Bug 597242 - libvte color and cursor glitches
Behdad Esfahbod
1
-38
/
+37
2009-10-23
Bug 591648 - Don't clear the screen when switching to the alternate screen
Behdad Esfahbod
1
-6
/
+0
[next]