| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
Update docs.
Add pangox to the list of GTK+ 2.0 modules we link with.
Add vte_terminal_set_scrollback_lines(), add some code to use pangox for rendering before trying core rendering, which should make font selection actually work.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* src/vte.c: Let GDK_USE_XFT turn on Xft as well as VTE_USE_XFT.
|
|
|
|
| |
* src/vte.c: Handle decoding errors better.
|
|
|
|
| |
* vte.spec: Include pkgconfig files in the package.
|
|
|
|
| |
set_background_image() do the right thing.
|
|
|
|
| |
* src/vte.c: Reverse the sanity check in vte_terminal_set_background_image_file() so that it rejects zero-length strings, not the other way around.
|
|
|
|
|
|
| |
* src/trie.c: Demote some debug messages to being trie-specific debug messages.
* src/vte.h: Declare vte_terminal_set_core_font() for non-Xft use.
* src/vte.c: Adjust idle priorities to make the terminal be more responsive; fix a double-free that corrupted the heap on core font loads; rework some pixbuf handling; revert a patch for profterm crackiness that's gone now.
|
|
|
|
|
|
|
|
|
| |
* README: update to-do list.
* autogen.sh: remove --disable-shared.
* src/pty.c: remove a memory leak.
* src/termcap.c: fix a possible read-before-start-of-buffer.
* src/trie.c: use iconv instead of mbrstowcs, even if it's just ASCII->W_CHAR_T.
* src/vte.c: fix a few memory leaks; only reset the IM context when we're realized, which is the only time we actually have an IM context; don't create a copy of a pixbuf if we don't need to desaturate it, just ref it and use it directly.
|
|
|
|
| |
time), and reset IM contexts when pasting text in.
|
|
|
|
|
|
| |
src/vte.c: Fix displaying of highlighted multi-column text.
Use the GTK global setting for cursor blinking to control das blinkencursor.
src/vte.h: Remove function for setting blinking timeout.
|
| |
|
|
|
|
|
|
|
| |
configure.in: Move AM_CONFIG_HEADER to the top.
src/pty.c: Create non-login shells by default (when argv is NULL).
src/vte.c: Add mostly-complete input method support.
src/vte.h: Add vte_terminal_im_append_menuitems().
|
| |
|
|
|
|
| |
bg of None
|
| |
|
|
|
|
| |
actually apply Havoc's fix right this time.
|
| |
|
|
|
|
|
| |
* README: Fix typo.
* src/vte.c: Make blinking cursors stay on while the user is typing, desaturate images using integer math.
|
|
|
|
|
| |
* vte.spec: Add less useless descriptions.
* src/vte.c: Fix an uninitialized variable and missing declaration error.
|
|
|
|
| |
* src/vte.c: Ensure that there's a data row whenever we scroll forward, fixing strangeness when I suspend and resume vim.
|
|
|
|
|
|
| |
* src/vte.c: copy to clipboard synchronously, which fixes a number of problems
implement background transparency
* src/vteapp.c: no changes(?)
|
|
|
|
|
| |
* vte.c: Rework backgrounds to take advantage of gdk's automatic drawing.
* vteapp.c: Try to enable transparency if no background image is present.
|
|
|
|
| |
* autogen.sh configure.in: Adjust warnings used when in maintainer mode.
|
|
|
|
| |
* src/vte.c: Draw the cursor as an unfilled box when the widget does not have focus.
|
|
|
|
|
| |
* src/vte.c: Fix handling of scroll-on-output to always scroll when we're at the bottom of the buffer.
* src/vteapp.c: Disable scroll-on-output by default.
|
|
|
|
|
| |
* src/vte.c src/vte.h: Rework tiling of background images, and implement a blinking cursor.
* src/vteapp.c: Set blinking cursor by default.
|
|
|
|
| |
* caps.c: Corrections to some xterm control sequences.
|
|
|
|
|
| |
* configure.in: Define PACKAGE correctly.
* src/vte.c src/vteapp.c: Move most of the tear-down code into the widget finalize method; handle EOF and widget destruction correctly to prevent segfaults.
|
|
|
|
| |
* configure.in: Define PACKAGE.
|
|
|
|
|
| |
* configure.in: Disable gdk-pixbuf's deprecated functions.
* vte.c: Discard non-ascii bytes to clear logjams that happen when we pass invalid terminal data to iconv().
|
|
|
|
|
| |
* iso8859mode.c utf8mode.c: fix missing includes
* vte.c vte.h: implement background color setting, provide a function for setting the defaults, tile background images properly
|
|
|
|
|
| |
* configure.in vte.pc.in vte.c: Remove gdk-pixbuf-xlib dependency by using just gdk-pixbuf.
* vte.c: Perform background image desaturation locally.
|
|
|
|
| |
* vte.c: Don't add the widget's allocation offsets when generating expose events.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* configure.in: Add gdk-pixbuf-xlib-2.0 as a module requirement.
|
|
|
|
|
|
|
|
|
| |
* vte.c: Add set_size, set_audible_bell, set_scroll_on_output,
set_scroll_on_keystroke, copy_clipboard, paste_clipboard,
set_background_image, set_background_image_file, and
set_background_saturation. Also added a broken
set_background_transparent.
* vte.h: Add prototypes for those new functions.
|
|
|
|
| |
* vte.c: fix the name of a declared function (was _set_size, is _size_set)
|
|
|
|
|
| |
* vte.c: Get rid of a global copy of the parent class.
* vte.c: Implement ec, ic, and IC handlers.
|
|
|
|
| |
* vte.h: Fix a typo in a comment (we don't "omit" signals).
|
|
|
|
|
| |
vte.c: Handle cursor-character-absolute.
vte.c: Change the default font to "mono" 14 point when using Xft.
|
|
|
|
| |
* vte.c: Handle the ve (cursor visible) control sequence.
|
| |
|