summaryrefslogtreecommitdiff
path: root/src/vte-private.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-08[ring] Reinstate attr.fragmentBehdad Esfahbod1-0/+1
2009-09-07[ring] Enlarge initial writable sizeBehdad Esfahbod1-1/+0
2009-09-07Fix commentBehdad Esfahbod1-2/+1
2009-09-07[ring] Overhaul. Not working right now.Behdad Esfahbod1-1/+1
2009-09-07Fix palette handlingBehdad Esfahbod1-1/+1
2009-09-05Rename vtecell to VteCell as it's not a value typeBehdad Esfahbod1-3/+3
2009-08-26Add basic_cell with default cell attrsBehdad Esfahbod1-10/+4
2009-08-24Move _vte_new_row_data() business into the ringBehdad Esfahbod1-34/+0
2009-08-20Remove the fill argument from _vte_new_row_data()Behdad Esfahbod1-1/+1
2009-08-20Rename _vte_new_row_data_sized to _vte_new_row_dataBehdad Esfahbod1-1/+1
2009-08-20Remove _vte_new_row_dataBehdad Esfahbod1-1/+0
2009-08-20Specialize VteRing to know about VteRowDataBehdad Esfahbod1-6/+0
2009-08-20Revert b307bc5c and implement it in a clean wayBehdad Esfahbod1-3/+1
2009-08-20Rename "struct _vte_buffer" to VteBufferBehdad Esfahbod1-2/+2
2008-12-12Bug 149631 – gnome-terminal doesn't combine combining chars in utf8Behdad Esfahbod1-1/+2
2008-12-02Rewrite text selection. In particular, fix block_mode.Behdad Esfahbod1-2/+1
2008-12-02Mouse tracking cleanup.Behdad Esfahbod1-6/+12
2008-12-02Change mouse coordinates type from double to long.Behdad Esfahbod1-2/+2
2008-12-02Cleanup selection code a bit more.Behdad Esfahbod1-1/+1
2008-12-02Merge selection_origin and selection_restart_origin as only one was beingBehdad Esfahbod1-1/+1
2008-12-02Bug 471480 – select single character Bug 110371 – Cannot selectBehdad Esfahbod1-1/+1
2008-12-02Move VTE_UTF8_BPC definition from configure to vte-private.h. IncludeChristian Persch1-0/+3
2008-12-02Remove VTE_INVALID_SOURCE definition and just use 0 directly.Christian Persch1-1/+0
2008-12-02 Bug 560667 – invalid definition of VTE_INVALID_SOURCEChristian Persch1-1/+1
2008-12-02Remove two AC_DEFINEs from here. Define VTE_INVALID_SOURCE here for now.Christian Persch1-0/+1
2008-12-02Intern the signal names.Christian Persch1-0/+2
2008-12-02Simplify mouse event tracking by using a single int instead of fiveBehdad Esfahbod1-5/+7
2008-12-02Rename struct selection_cell_coords members from x,y to col,row forBehdad Esfahbod1-1/+1
2008-12-01Make sequence handlers return void instead of gboolean. The return valueBehdad Esfahbod1-4/+4
2008-12-01More code shufflling.Behdad Esfahbod1-2/+0
2008-12-01Move vte_terminal_scroll to vte.cBehdad Esfahbod1-0/+2
2008-12-01Move _vte_terminal_handle_sequence() into vteseq.cBehdad Esfahbod1-0/+6
2008-12-01Some code reshuffling to remove vte.c calls to vteseq.c functions.Behdad Esfahbod1-0/+4
2008-11-29Bug 514632 – Problem with cursor in emacs in gnome-terminalBehdad Esfahbod1-0/+1
2008-11-26 Bug 562338 – don't need to connect to bunch of xft settingsChristian Persch1-1/+0
2008-11-13Undo previous change instead of cleanly fix it for now.Behdad Esfahbod1-3/+0
2008-11-13Why do we let people configure random things?Behdad Esfahbod1-0/+3
2008-10-14Remove VTE_CURSOR_OUTLINE in favor of VTE_LINE_WIDTH.Behdad Esfahbod1-1/+0
2008-10-14Bug 549835 – Feature Request: Configurable cursor appearanceBehdad Esfahbod1-0/+3
2008-10-06Add vte_terminal_get_child_exit_status() so we can get the child's exit statu...Christian Persch1-0/+1
2008-08-14Fix all "signed vs unsigned comparison" warnings.Behdad Esfahbod1-2/+2
2008-06-27Bug 510903 – use gtk-cursor-blink settingChristian Persch1-4/+6
2008-06-24Bug 535469 – support named cursors on matchesChristian Persch1-2/+13
2008-06-24Bug 418918 – Switch to GRegexChristian Persch1-1/+15
2008-05-09Fix "GLib-CRITICAL **: g_io_add_watch_full: assertion `channel != NULL'Chris Wilson1-3/+2
2007-11-27Bug 353610 – Don't convert tab characters upon copyingBehdad Esfahbod1-4/+6
2007-11-27Bug 499892 – strikethrough line is too highBehdad Esfahbod1-0/+4
2007-11-27Bug 499896 – Alternate charset isn't an attribute, though we treat it asBehdad Esfahbod1-2/+2
2007-11-27Bug 499893 – cell.attr.protect is unusedBehdad Esfahbod1-1/+3
2007-11-16Export _vte_row_data_free.Chris Wilson1-0/+1