summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Move python stuffs to a different subdirectory.Nalin Dahyabhai2002-06-121-1/+1
| | | | * Makefile.am, src/Makefile.am: Move python stuffs to a different subdirectory.
* Include gettext support. Mark warnings for possible translation. Add.Nalin Dahyabhai2002-06-101-1/+1
| | | | | | | * Makefile.am, configure.in: Include gettext support. * src/pty.c, src/reaper.c, src/trie.c, src/vte.c: Mark warnings for possible translation. * po/POTFILES.in, po/vte.pot: Add.
* 0.3.28vte_0_3_28Nalin Dahyabhai2002-06-101-1/+1
|
* Try @pkgdatadir@/termcap/$TERM when reading termcap files. This fixes thevte_0_3_2Nalin Dahyabhai2002-05-011-1/+1
| | | | | | * src/vte.c: Try @pkgdatadir@/termcap/$TERM when reading termcap files. This fixes the app on systems with no /etc/termcap, and also speeds up loads and reduces memory consumption for xterm-color at the expense of making on-the-fly emulation changes impossible. Don't xor reverse with itself when drawing characters (this broke when snapshotting was added). * termcaps/Makefile.am, termcaps/xterm-color: include a default termcap for xterm-color. * src/termcap.c src/termcap.h: make _find_boolean return a gboolean instead of an int.
* Handle kb by treating it as a backspace. Make pangox rendering thevte_0_2_2Nalin Dahyabhai2002-04-291-3/+7
| | | | | | | | * src/vte.c: Handle kb by treating it as a backspace. Make pangox rendering the default. Handle control-key sequences better, unless the input method is hiding the modifiers from us. Set the default TERM variable to "xterm-color". * src/vte.c src/vte.h: Get rid of vte_terminal_set_core_font().
* Run autogen before tagging so that the tag is always correct.Nalin Dahyabhai2002-04-261-6/+6
| | | | | | 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.
* Uncomment the tag target.Nalin Dahyabhai2002-04-251-1/+1
|
* Add some targets for building tarballs in a hopefully-reproducible way.Nalin Dahyabhai2002-04-251-0/+21
|
* Emit "window_title_changed" and "icon_title_changed" when the titles change,Nalin Dahyabhai2002-03-111-1/+4
| | | | | and store the new values in a public field so that a handler can retrieve the values (patch from Anders Carlsson).
* Add a .spec file (make dist; rpm -ts vte*.tar.gz; rpm --rebuild) to makeNalin Dahyabhai2002-03-091-0/+1
| | | | building a package easier.
* Initial revisionNalin Dahyabhai2002-02-251-0/+1