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
/
vte.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-1
/
+12
2009-12-01
Replace VTE_PAD_WIDTH with inner-border
Christian Persch
1
-58
/
+65
2009-12-01
Add VteTerminal::inner-border style property
Christian Persch
1
-1
/
+50
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-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 595445 - Motion notify events are not propagated to parent widget
Behdad Esfahbod
1
-2
/
+4
2009-10-23
Revert "Copy PRIMARY only on button release"
Behdad Esfahbod
1
-1
/
+3
2009-10-23
Copy PRIMARY only on button release
Behdad Esfahbod
1
-3
/
+1
2009-10-23
Fix more warnings
Behdad Esfahbod
1
-8
/
+8
2009-10-23
Interpret and document negative number of scrollback lines as infinite
Behdad Esfahbod
1
-1
/
+8
2009-10-23
[ring] Use gulong instead of guint for row/col indices
Behdad Esfahbod
1
-4
/
+6
2009-10-03
Bug 597165 - void return in vte.c
Behdad Esfahbod
1
-1
/
+1
2009-09-28
Bug 596444 - word-select includes \n when the word ends at the edge of the te...
Behdad Esfahbod
1
-5
/
+5
2009-09-24
Bug 588033 - background tabs may lose lines off the bottom of the scrollback
Behdad Esfahbod
1
-15
/
+18
2009-09-24
Minor
Behdad Esfahbod
1
-1
/
+6
2009-09-24
Bug 596163 - Doesn't display expected background color in ncurses apps
Behdad Esfahbod
1
-5
/
+25
2009-09-16
Remove expensive assertion
Behdad Esfahbod
1
-2
/
+0
2009-09-09
[ring] Rename vtecellattr to VteCellAttr
Behdad Esfahbod
1
-1
/
+1
2009-09-09
[ring] Move row attrs into a struct
Behdad Esfahbod
1
-4
/
+4
2009-09-08
Simplify access
Behdad Esfahbod
1
-85
/
+89
2009-09-08
[ring] Reinstate attr.fragment
Behdad Esfahbod
1
-19
/
+22
2009-09-07
Fix ring access const correctness
Behdad Esfahbod
1
-26
/
+39
2009-09-07
[ring] Ease default attr computations
Behdad Esfahbod
1
-3
/
+3
2009-09-07
Fix initial scrollback size
Behdad Esfahbod
1
-2
/
+2
2009-09-07
[ring] Overhaul. Not working right now.
Behdad Esfahbod
1
-8
/
+8
2009-09-07
Fix palette handling
Behdad Esfahbod
1
-2
/
+3
2009-09-05
[ring] Minor cleanup
Behdad Esfahbod
1
-2
/
+2
2009-09-05
Rename vtecell to VteCell as it's not a value type
Behdad Esfahbod
1
-25
/
+25
2009-09-04
Remove chunk mutex
Behdad Esfahbod
1
-7
/
+0
2009-09-04
Bug 594025 - crash in Terminal: running cat /dev/urandom...
Behdad Esfahbod
1
-1
/
+0
2009-08-27
Remove cell.attr.fragment and use cell.c == FRAGMENT instead
Behdad Esfahbod
1
-23
/
+19
2009-08-27
Minor cleanup
Behdad Esfahbod
1
-48
/
+40
2009-08-26
Rename _vte_row_data_set_length() to _vte_row_data_shrink()
Behdad Esfahbod
1
-12
/
+3
2009-08-26
Simplify a bit
Behdad Esfahbod
1
-2
/
+1
2009-08-26
Add basic_cell with default cell attrs
Behdad Esfahbod
1
-44
/
+28
2009-08-26
Abstract rowdata functions away from GArray
Behdad Esfahbod
1
-98
/
+73
2009-08-26
[ring] Simplify insert and remove even more
Behdad Esfahbod
1
-20
/
+4
2009-08-26
Simplify insert
Behdad Esfahbod
1
-9
/
+2
2009-08-26
Simplify remove
Behdad Esfahbod
1
-2
/
+1
2009-08-26
Simplify code
Behdad Esfahbod
1
-4
/
+5
2009-08-25
[ring] Remove insert_preserve(), just call insert()
Behdad Esfahbod
1
-2
/
+2
2009-08-25
Fix alternate screen default size, again
Behdad Esfahbod
1
-1
/
+1
2009-08-25
Fix initial size of scrollback in alternate screen
Behdad Esfahbod
1
-1
/
+1
2009-08-24
Add _vte_ring_set_length
Behdad Esfahbod
1
-2
/
+2
[next]