summaryrefslogtreecommitdiff
path: root/src/vte.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-01Fix deprecation versionsChristian Persch1-29/+29
2009-12-01Fix deprecation version of vte_terminal_get_paddingChristian Persch1-1/+1
2009-12-01Deprecate vte_terminal_get_paddingChristian Persch1-1/+12
2009-12-01Replace VTE_PAD_WIDTH with inner-borderChristian Persch1-58/+65
2009-12-01Add VteTerminal::inner-border style propertyChristian Persch1-1/+50
2009-11-30Remove early return from style-set on non-realized widgetChristian Persch1-6/+0
2009-11-30Chain up to style-set on parent classChristian Persch1-3/+4
2009-10-26CosmeticBehdad Esfahbod1-2/+1
2009-10-26Finish selection reworkBehdad Esfahbod1-18/+9
2009-10-26Bug 598090 - LMB Mouse up event not registered when opining context popup menuBehdad Esfahbod1-55/+46
2009-10-23Bug 587463 - "select all"+copy from gnome-terminal includes lines no longer i...Behdad Esfahbod1-10/+7
2009-10-23Bug 595445 - Motion notify events are not propagated to parent widgetBehdad Esfahbod1-2/+4
2009-10-23Revert "Copy PRIMARY only on button release"Behdad Esfahbod1-1/+3
2009-10-23Copy PRIMARY only on button releaseBehdad Esfahbod1-3/+1
2009-10-23Fix more warningsBehdad Esfahbod1-8/+8
2009-10-23Interpret and document negative number of scrollback lines as infiniteBehdad Esfahbod1-1/+8
2009-10-23[ring] Use gulong instead of guint for row/col indicesBehdad Esfahbod1-4/+6
2009-10-03Bug 597165 - void return in vte.cBehdad Esfahbod1-1/+1
2009-09-28Bug 596444 - word-select includes \n when the word ends at the edge of the te...Behdad Esfahbod1-5/+5
2009-09-24Bug 588033 - background tabs may lose lines off the bottom of the scrollbackBehdad Esfahbod1-15/+18
2009-09-24MinorBehdad Esfahbod1-1/+6
2009-09-24Bug 596163 - Doesn't display expected background color in ncurses appsBehdad Esfahbod1-5/+25
2009-09-16Remove expensive assertionBehdad Esfahbod1-2/+0
2009-09-09[ring] Rename vtecellattr to VteCellAttrBehdad Esfahbod1-1/+1
2009-09-09[ring] Move row attrs into a structBehdad Esfahbod1-4/+4
2009-09-08Simplify accessBehdad Esfahbod1-85/+89
2009-09-08[ring] Reinstate attr.fragmentBehdad Esfahbod1-19/+22
2009-09-07Fix ring access const correctnessBehdad Esfahbod1-26/+39
2009-09-07[ring] Ease default attr computationsBehdad Esfahbod1-3/+3
2009-09-07Fix initial scrollback sizeBehdad Esfahbod1-2/+2
2009-09-07[ring] Overhaul. Not working right now.Behdad Esfahbod1-8/+8
2009-09-07Fix palette handlingBehdad Esfahbod1-2/+3
2009-09-05[ring] Minor cleanupBehdad Esfahbod1-2/+2
2009-09-05Rename vtecell to VteCell as it's not a value typeBehdad Esfahbod1-25/+25
2009-09-04Remove chunk mutexBehdad Esfahbod1-7/+0
2009-09-04Bug 594025 - crash in Terminal: running cat /dev/urandom...Behdad Esfahbod1-1/+0
2009-08-27Remove cell.attr.fragment and use cell.c == FRAGMENT insteadBehdad Esfahbod1-23/+19
2009-08-27Minor cleanupBehdad Esfahbod1-48/+40
2009-08-26Rename _vte_row_data_set_length() to _vte_row_data_shrink()Behdad Esfahbod1-12/+3
2009-08-26Simplify a bitBehdad Esfahbod1-2/+1
2009-08-26Add basic_cell with default cell attrsBehdad Esfahbod1-44/+28
2009-08-26Abstract rowdata functions away from GArrayBehdad Esfahbod1-98/+73
2009-08-26[ring] Simplify insert and remove even moreBehdad Esfahbod1-20/+4
2009-08-26Simplify insertBehdad Esfahbod1-9/+2
2009-08-26Simplify removeBehdad Esfahbod1-2/+1
2009-08-26Simplify codeBehdad Esfahbod1-4/+5
2009-08-25[ring] Remove insert_preserve(), just call insert()Behdad Esfahbod1-2/+2
2009-08-25Fix alternate screen default size, againBehdad Esfahbod1-1/+1
2009-08-25Fix initial size of scrollback in alternate screenBehdad Esfahbod1-1/+1
2009-08-24Add _vte_ring_set_lengthBehdad Esfahbod1-2/+2