summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* i18n: Don't translate the test applicationChristian Persch2015-09-232-1/+1
|
* i18n: Don't translate the test applicationChristian Persch2015-09-232-2/+2
|
* vteapp: Use a header bar and a gear menuChristian Persch2015-09-232-102/+159
|
* Updated POTFILES.inPiotr Drąg2015-09-221-0/+1
|
* vteapp: Add searchChristian Persch2015-09-225-94/+492
| | | | And also port to using gtk templates.
* Post branch version bumpChristian Persch2015-09-211-1/+1
|
* Version 0.42.00.42.0Christian Persch2015-09-211-2/+2
|
* Update Persian translationArash Mousavi2015-09-171-47/+63
|
* widget: Fix regex matches not always being recognizedEgmont Koblinger2015-09-131-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=754949
* emulation: Fix commentChristian Persch2015-09-071-1/+1
| | | | Turns out that xterm does reset this property on hard reset.
* emulation: Implement DECSET 1004Christian Persch2015-08-304-0/+44
| | | | | | | | | Add support for xterm's DECSET 1004 to enable focus tracking. This sends CSI I on focus in, and CSI O on focus out. Contrary to xterm, vte disables the focus tracking on reset, and when focus tracking is enabled, immediately sends a focus in or focus out, so that clients always have an accurate value.
* tests: mev: Add focus tracking modeChristian Persch2015-08-301-77/+164
|
* Updated Polish translationPiotr Drąg2015-08-261-25/+10
|
* Post release version bumpChristian Persch2015-08-171-1/+1
|
* Version 0.41.900.41.90Christian Persch2015-08-171-1/+1
|
* build: Fix make distChristian Persch2015-08-171-0/+1
|
* ring: Make assertion more informativeChristian Persch2015-08-171-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=753025
* widget: Ensure cursor is shown when blinking gets turned offEgmont Koblinger2015-08-161-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=753645
* emulation: Fix escape sequence of Ctrl+BackspaceEgmont Koblinger2015-08-161-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=733246
* Revert "Add the style context provider with FALLBACK priority"Christian Persch2015-07-151-1/+1
| | | | | | This reverts commit a264918ad22973c69897c559260e77cb14018235. https://bugzilla.gnome.org/show_bug.cgi?id=750559
* build: Fix the required gnutls versionChristian Persch2015-07-151-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=752372
* docs: Fix typo in function nameEgmont Koblinger2015-07-151-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=751980
* docs: Add missing symbols to sections.txtChristian Persch2015-07-051-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=751980
* Updated Portuguese translationPedro Albuquerque2015-07-011-45/+63
|
* Updated Romanian TranslationDaniel Șerbănescu2015-06-221-43/+56
|
* Remove check for unused fwrite_unlocked functionBehdad Esfahbod2015-05-121-1/+1
|
* Added Aragonese translationDaniel Martinez2015-05-042-0/+85
|
* stream: Fix a crash on truncate followed by resetEgmont Koblinger2015-04-281-12/+54
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=748484
* pty: Reset SIGQUIT handler to its defaultEgmont Koblinger2015-04-281-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=748520
* Updated Occitan translationCédric Valmary2015-04-281-80/+64
|
* all: Fix includesChristian Persch2015-04-2711-16/+8
|
* Merge branch 'work-html' into merge-htmlChristian Persch2015-04-274-72/+335
|\
| * all: Fix comment styleChristian Persch2014-04-111-5/+7
| |
| * Merge remote-tracking branch 'nomeata/master-html-copy-paste' into work-masterChristian Persch2014-04-113-77/+306
| |\ | | | | | | | | | | | | | | | | | | | | | Works, but needs much cleanup before it can be merged. Conflicts: src/vte-private.h src/vte.c
| | * Set colors in HTML if attr->reverse is setJoachim Breitner2011-07-211-2/+2
| | |
| | * Refactor vte_terminal_determine_colors_internalJoachim Breitner2011-07-211-31/+16
| | | | | | | | | | | | | | | to work on VteCellAttr instead of VteCell, and use it in vte_terminal_cellattr_to_html.
| | * Reorder functions (no other change)Joachim Breitner2011-07-211-108/+109
| | |
| | * Transform colors according to bold, half, standoutJoachim Breitner2011-07-211-14/+24
| | | | | | | | | | | | | | | Otherwise, the combination of bold and some color does not give the desired result in HTML colors.
| | * Generate <font color=".."> tagsJoachim Breitner2011-07-211-5/+38
| | |
| | * Switch to ancient-style HTMLJoachim Breitner2011-07-211-22/+27
| | | | | | | | | | | | But at least you can paste a manpage into evolution and it works great.
| | * Convert VteCellAttr to CSS stringJoachim Breitner2011-07-211-5/+34
| | | | | | | | | | | | | | | This works, but is unsatisfying. Pasting into evolution does not preserve boldness, as it seems to expect <b> tags.
| | * Work with VteCellAttr instead of VteCharAttributesJoachim Breitner2011-07-201-10/+42
| | | | | | | | | | | | | | | because VteCellAttr are more semantic. The downside is that some weird ways to get hold of them are required.
| | * Identify spans of equal attributesJoachim Breitner2011-07-201-4/+48
| | | | | | | | | | | | | | | | | | This works with VteCharAttributes, which unfortunately do not carry the information we want (boldness etc.). Therefore, this is going to be refactored further.
| | * Store the htmlified selection in terminal->pvtJoachim Breitner2011-07-203-6/+38
| | | | | | | | | | | | | | | | | | Just a refactoring: We "generate" html already when taking the selection, and vte_terminal_attributes_to_html() will perform the actual conversion.
| | * Implement text/html targetJoachim Breitner2011-07-202-13/+44
| | | | | | | | | | | | | | | | | | For now without actually transferring any markup, but we do wrap the data in <pre>, so a possible user of the data will use fixed-width fonts.
| | * Unify SELECTION_PRIMARY and _CLIPBOARD treatmentJoachim Breitner2011-07-202-96/+65
| | | | | | | | | | | | | | | By adding a custom enumeration and storing data required for either in an array in terminal->pvt.
| | * Use async clipboard API also for CLIPBOARD selectionJoachim Breitner2011-07-202-33/+87
| | | | | | | | | | | | In preparation of supporting the HTML target as well.
* | | Updated POTFILES.inPiotr Drąg2015-04-231-3/+3
| | |
* | | build: Add libc++ check to check-libstdc++.shTing-Wei Lan2015-04-241-4/+6
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=748376
* | | build: Fix build when using C++11 modeTing-Wei Lan2015-04-242-6/+6
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=748376