summaryrefslogtreecommitdiff
path: root/src/vte.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix build0.34.9Christian Persch2013-10-141-1/+1
* utils: Remove unneeded defineChristian Persch2013-10-121-2/+2
* emulation: Add support for DEC 1007 to set the alternate scroll modeChristian Persch2013-09-301-2/+22
* Bug 676075 - Incorrect scrollbar position after the "less" commandBehdad Esfahbod2013-09-291-0/+3
* Part of Bug 646098 - vte uses too many file descriptorsBehdad Esfahbod2013-09-291-0/+3
* Bug 415277 - Garbage displayed after resizing whilst using an alternate screenBehdad Esfahbod2013-09-291-60/+80
* Fix resize handlingBehdad Esfahbod2013-09-271-8/+60
* emulation: Make extended fore/background colour handling more xterm-likeEgmont Koblinger2013-09-161-31/+8
* widget: Fix sizeof error in memsetChristian Persch2013-09-161-4/+4
* drawing: Interrupt attribute runs at graphic charactersEgmont Koblinger2013-09-161-14/+3
* widget: Deprecate some unused functionsChristian Persch2013-07-301-0/+28
* widget: Honour gtk-enable-primary-paste settingChristian Persch2013-06-281-2/+8
* emulation: Redraw when changing coloursChristian Persch2013-06-161-11/+12
* Mark attributes with caller-allocates annotationBehdad Esfahbod2012-12-101-3/+3
* Mark is_selected functions with allow-noneBehdad Esfahbod2012-12-101-3/+3
* emulation: End selection mode misses Shift release0.34.1Egmont Koblinger2012-10-121-9/+2
* emulation: Don't report shift-left-button releaseEgmont Koblinger2012-10-121-1/+6
* emulation: Support xterm extended mouse tracking modeEgmont Koblinger2012-10-121-44/+36
* emulation: Support italic textPatrick Niklaus2012-10-061-28/+39
* drawing: Don't overdraw the cell on bold charactersChristian Persch2012-08-251-2/+2
* Correct introspection annotation for vte_terminal_newPhil Clayton2012-08-241-1/+1
* introspection: Fix some annotationsRafał Mużyło2012-08-241-5/+5
* Replace GDK_THREADS_ENTER/LEAVE with gdk_threads_enter/leaveMatthias Clasen2012-08-241-12/+12
* drawing: Fix drawing of Box Drawing and Block Elements charactersChristian Persch2012-08-241-789/+724
* widget: Remove extraneous vte_draw_[start|end] callsChristian Persch2012-08-211-4/+0
* widget: Remove broken 'visual beep' codeChristian Persch2012-08-211-20/+1
* Revert "Revert "Add urxvt extended mouse tracking mode support""Christian Persch2012-08-211-21/+37
* Revert "emulation: Support xterm extended mouse tracking mode"Christian Persch2012-08-211-47/+43
* emulation: Support xterm extended mouse tracking modeChristian Persch2012-08-211-43/+47
* Revert "Add urxvt extended mouse tracking mode support"Christian Persch2012-08-211-37/+21
* emulation: Add sequences to set current directory and fileChristian Persch2012-06-011-1/+145
* Remove a segfault when passing null in tag argumentJacques-Pascal Deplaix2012-05-291-2/+6
* keymap: Treat ALT as METAChristian Persch2012-05-121-9/+14
* Remove notify of nonexisting object propertyChristian Persch2012-04-301-2/+0
* pty: Fix custom child setup functionChristian Persch2012-03-271-1/+1
* introspection: Fix annotation thinkoChristian Persch2012-03-091-2/+2
* Explicitly set GDK_SCROLL_MASK as recent gtk+ versions require it for scrolli...Gert Michael Kulyk2012-03-081-0/+1
* build: Add fallback for round on interixMarkus Duft2012-03-081-0/+10
* introspection: Add missing annotationChristian Persch2012-03-081-1/+1
* Use a GResource for our default termcapChristian Persch2012-02-151-34/+10
* Add urxvt extended mouse tracking mode supportEgmont Koblinger2011-11-091-21/+37
* Fix build with sun's ccBrian Cameron2011-10-301-2/+2
* vte: use gtk_drag_check_threshold()Dan Winship2011-10-281-8/+26
* Add missing (closure) annotation on VteSelectionFuncEvan Nemerson2011-10-281-1/+1
* Don't override the widget background colourChristian Persch2011-10-271-3/+0
* Use to GtkStyleContextChristian Persch2011-10-271-16/+13
* BGO#654630: Fix accessibility with gtk+ 3.1Mike Gorse2011-08-171-10/+21
* Add version marker to new APIChristian Persch2011-02-161-0/+2
* Export vte_get_user_shell()Christian Persch2011-02-161-32/+26
* Add RGBA variants to set colors.Ignacio Casal Quinteiro2011-02-031-0/+207