summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Bug 601265 - gnome-terminal assert failure: table.c:723:_vte_table_matchBehdad Esfahbod1-1/+4
2009-11-17Fix warningsBehdad Esfahbod1-5/+5
2009-11-17Handle destroying NULL termcapBehdad Esfahbod1-1/+2
2009-11-17Comment out unused codeBehdad Esfahbod2-3/+2
2009-11-08Revert "Bug 591648 - Don't clear the screen when switching to the alternate s...Behdad Esfahbod1-0/+6
2009-11-08Use right modifier to printf gulongChristian Persch1-1/+1
2009-10-26Don't chain motion-notify events up in the 0.22 stable seriesBehdad Esfahbod1-1/+1
2009-10-26Handle out-of-history remove's gracefullyBehdad Esfahbod1-1/+2
2009-10-26[ring] Remove one assertionBehdad Esfahbod1-3/+7
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 597242 - libvte color and cursor glitchesBehdad Esfahbod1-38/+37
2009-10-23Bug 591648 - Don't clear the screen when switching to the alternate screenBehdad Esfahbod1-6/+0
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-23Bug 569184 - vte generates unnecessary ioctl(I_FIND) kernel warningsBehdad Esfahbod1-12/+14
2009-10-23Fix even more warnings. We're mostly warning-clean nowBehdad Esfahbod3-5/+4
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 Esfahbod7-74/+76
2009-10-22Bug 598814 - text.getText(0, -1) triggers assertion in vteaccess.cBehdad Esfahbod1-1/+1
2009-10-03Bug 597165 - void return in vte.cBehdad Esfahbod1-1/+1
2009-09-28[a11y] Fix assertion failureBehdad 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-27Bug 596460 - 0.22.1 kills vte based appsBehdad Esfahbod1-1/+1
2009-09-25[ring] Clear ring on _initBehdad Esfahbod1-0/+2
2009-09-25Bug 596365 - libvte crashes when issueing 'reset' in a terminalBehdad Esfahbod1-4/+5
2009-09-25[stream] Fix warningsBehdad Esfahbod2-3/+3
2009-09-24Bug 588033 - background tabs may lose lines off the bottom of the scrollbackBehdad Esfahbod1-15/+18
2009-09-24MinorBehdad Esfahbod3-8/+14
2009-09-24Bug 596163 - Doesn't display expected background color in ncurses appsBehdad Esfahbod4-47/+42
2009-09-24Bug 596011 - Problem compiling vte 0.22.0 on SolarisBehdad Esfahbod2-2/+1
2009-09-24Fix warningBehdad Esfahbod1-1/+1
2009-09-18Bug 595494 - Build Failure in vte 0.21.6Behdad Esfahbod30-245/+243
2009-09-18[ring] Don't append fragment textBehdad Esfahbod1-2/+2
2009-09-18[ring] Fix fragment widthBehdad Esfahbod1-0/+1
2009-09-18Simplify tab handlingBehdad Esfahbod1-1/+1
2009-09-17Do some symbol hidingBehdad Esfahbod30-243/+245
2009-09-16Remove expensive assertionBehdad Esfahbod1-2/+0
2009-09-16[doc] Set LC_ALL instead of LANG for our check scriptsBehdad Esfahbod1-1/+2
2009-09-15[ring] Fix assertion failure with resizeBehdad Esfahbod1-1/+3
2009-09-15[ring] Simplify a bitBehdad Esfahbod1-4/+16
2009-09-15[ring/stream] Handle stream failure (out of space)Behdad Esfahbod4-19/+24
2009-09-15[ring] Store text as UTF-8 and RLE-encode the attrsBehdad Esfahbod3-38/+160
2009-09-15[stream] Fix bug in _head()Behdad Esfahbod1-4/+4
2009-09-15[unistr] _vte_unistr_len()Behdad Esfahbod2-5/+1
2009-09-15Add VteIntCellBehdad Esfahbod1-2/+4