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-private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-08
[ring] Reinstate attr.fragment
Behdad Esfahbod
1
-0
/
+1
2009-09-07
[ring] Enlarge initial writable size
Behdad Esfahbod
1
-1
/
+0
2009-09-07
Fix comment
Behdad Esfahbod
1
-2
/
+1
2009-09-07
[ring] Overhaul. Not working right now.
Behdad Esfahbod
1
-1
/
+1
2009-09-07
Fix palette handling
Behdad Esfahbod
1
-1
/
+1
2009-09-05
Rename vtecell to VteCell as it's not a value type
Behdad Esfahbod
1
-3
/
+3
2009-08-26
Add basic_cell with default cell attrs
Behdad Esfahbod
1
-10
/
+4
2009-08-24
Move _vte_new_row_data() business into the ring
Behdad Esfahbod
1
-34
/
+0
2009-08-20
Remove the fill argument from _vte_new_row_data()
Behdad Esfahbod
1
-1
/
+1
2009-08-20
Rename _vte_new_row_data_sized to _vte_new_row_data
Behdad Esfahbod
1
-1
/
+1
2009-08-20
Remove _vte_new_row_data
Behdad Esfahbod
1
-1
/
+0
2009-08-20
Specialize VteRing to know about VteRowData
Behdad Esfahbod
1
-6
/
+0
2009-08-20
Revert b307bc5c and implement it in a clean way
Behdad Esfahbod
1
-3
/
+1
2009-08-20
Rename "struct _vte_buffer" to VteBuffer
Behdad Esfahbod
1
-2
/
+2
2008-12-12
Bug 149631 – gnome-terminal doesn't combine combining chars in utf8
Behdad Esfahbod
1
-1
/
+2
2008-12-02
Rewrite text selection. In particular, fix block_mode.
Behdad Esfahbod
1
-2
/
+1
2008-12-02
Mouse tracking cleanup.
Behdad Esfahbod
1
-6
/
+12
2008-12-02
Change mouse coordinates type from double to long.
Behdad Esfahbod
1
-2
/
+2
2008-12-02
Cleanup selection code a bit more.
Behdad Esfahbod
1
-1
/
+1
2008-12-02
Merge selection_origin and selection_restart_origin as only one was being
Behdad Esfahbod
1
-1
/
+1
2008-12-02
Bug 471480 – select single character Bug 110371 – Cannot select
Behdad Esfahbod
1
-1
/
+1
2008-12-02
Move VTE_UTF8_BPC definition from configure to vte-private.h. Include
Christian Persch
1
-0
/
+3
2008-12-02
Remove VTE_INVALID_SOURCE definition and just use 0 directly.
Christian Persch
1
-1
/
+0
2008-12-02
Bug 560667 – invalid definition of VTE_INVALID_SOURCE
Christian Persch
1
-1
/
+1
2008-12-02
Remove two AC_DEFINEs from here. Define VTE_INVALID_SOURCE here for now.
Christian Persch
1
-0
/
+1
2008-12-02
Intern the signal names.
Christian Persch
1
-0
/
+2
2008-12-02
Simplify mouse event tracking by using a single int instead of five
Behdad Esfahbod
1
-5
/
+7
2008-12-02
Rename struct selection_cell_coords members from x,y to col,row for
Behdad Esfahbod
1
-1
/
+1
2008-12-01
Make sequence handlers return void instead of gboolean. The return value
Behdad Esfahbod
1
-4
/
+4
2008-12-01
More code shufflling.
Behdad Esfahbod
1
-2
/
+0
2008-12-01
Move vte_terminal_scroll to vte.c
Behdad Esfahbod
1
-0
/
+2
2008-12-01
Move _vte_terminal_handle_sequence() into vteseq.c
Behdad Esfahbod
1
-0
/
+6
2008-12-01
Some code reshuffling to remove vte.c calls to vteseq.c functions.
Behdad Esfahbod
1
-0
/
+4
2008-11-29
Bug 514632 – Problem with cursor in emacs in gnome-terminal
Behdad Esfahbod
1
-0
/
+1
2008-11-26
Bug 562338 – don't need to connect to bunch of xft settings
Christian Persch
1
-1
/
+0
2008-11-13
Undo previous change instead of cleanly fix it for now.
Behdad Esfahbod
1
-3
/
+0
2008-11-13
Why do we let people configure random things?
Behdad Esfahbod
1
-0
/
+3
2008-10-14
Remove VTE_CURSOR_OUTLINE in favor of VTE_LINE_WIDTH.
Behdad Esfahbod
1
-1
/
+0
2008-10-14
Bug 549835 – Feature Request: Configurable cursor appearance
Behdad Esfahbod
1
-0
/
+3
2008-10-06
Add vte_terminal_get_child_exit_status() so we can get the child's exit statu...
Christian Persch
1
-0
/
+1
2008-08-14
Fix all "signed vs unsigned comparison" warnings.
Behdad Esfahbod
1
-2
/
+2
2008-06-27
Bug 510903 – use gtk-cursor-blink setting
Christian Persch
1
-4
/
+6
2008-06-24
Bug 535469 – support named cursors on matches
Christian Persch
1
-2
/
+13
2008-06-24
Bug 418918 – Switch to GRegex
Christian Persch
1
-1
/
+15
2008-05-09
Fix "GLib-CRITICAL **: g_io_add_watch_full: assertion `channel != NULL'
Chris Wilson
1
-3
/
+2
2007-11-27
Bug 353610 – Don't convert tab characters upon copying
Behdad Esfahbod
1
-4
/
+6
2007-11-27
Bug 499892 – strikethrough line is too high
Behdad Esfahbod
1
-0
/
+4
2007-11-27
Bug 499896 – Alternate charset isn't an attribute, though we treat it as
Behdad Esfahbod
1
-2
/
+2
2007-11-27
Bug 499893 – cell.attr.protect is unused
Behdad Esfahbod
1
-1
/
+3
2007-11-16
Export _vte_row_data_free.
Chris Wilson
1
-0
/
+1
[next]