summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-15[stream] Add head()Behdad Esfahbod3-0/+20
2009-09-15[ring] Fix resize tooBehdad Esfahbod1-1/+2
2009-09-15[ring] Fix ring according to stream semanticsBehdad Esfahbod1-41/+85
2009-09-15[stream] Fix new_page implementationBehdad Esfahbod1-1/+2
2009-09-15[stream] Handle eof situationBehdad Esfahbod1-0/+5
2009-09-15[stream] Add a reset() methodBehdad Esfahbod3-41/+71
2009-09-15[stream] s/trunc/truncate/Behdad Esfahbod3-6/+6
2009-09-15[stream] Fix returned offsetBehdad Esfahbod1-1/+1
2009-09-15[ring] Port to VteStreamBehdad Esfahbod5-571/+201
2009-09-15[stream] Add file streamBehdad Esfahbod5-27/+278
2009-09-15[stream] Start vte stream designBehdad Esfahbod3-0/+89
2009-09-15[ring] Fix typoBehdad Esfahbod1-1/+1
2009-09-15[ring] Move VteRowData into its own fileBehdad Esfahbod6-278/+337
2009-09-10[ring] Limit line length to 0xFFFFBehdad Esfahbod2-11/+24
2009-09-09[ring] Add VteRingChunkWritableBehdad Esfahbod2-56/+58