- 03 Jan, 2004 1 commit
-
-
Roozbeh Pournader authored
2004-01-03 Roozbeh Pournader <roozbeh@sharif.edu> * fa.po: Updated Persian translation.
-
- 02 Jan, 2004 1 commit
-
-
Duarte Loreto authored
2004-01-02 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Revised Portuguese translation.
-
- 28 Dec, 2003 1 commit
-
-
Görkem Çetin authored
-
- 20 Dec, 2003 1 commit
-
-
Arafat Medini authored
2003-12-20 Arafat Medini <lumina@silverpen.de> * ar.po: Added Arabic translation
-
- 10 Dec, 2003 2 commits
-
-
Tivo Leedjrv authored
2003-12-10 Tõivo Leedjärv <toivo@linux.ee> * configure.in: Added et to ALL_LINGUAS.
-
Tivo Leedjrv authored
2003-12-10 Tivo Leedjrv <toivo@linux.ee> * et.po: Added Estonian translation by Allan Sims <allsi@eau.ee>.
-
- 06 Dec, 2003 2 commits
-
-
Iñaki Larrañaga authored
2003-12-06 Iñaki Larrañaga <dooteo@euskalgnu.org> * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
-
Iñaki Larrañaga authored
2003-12-06 Iñaki Larrañaga <dooteo@euskalgnu.org> * eu.po: Added Basque (eu) translation by Alberto Fernandez <afernn@euskalnet.net>.
-
- 18 Nov, 2003 1 commit
-
-
Dmitry Mastrukov authored
-
- 14 Nov, 2003 1 commit
-
-
Dmitry Mastrukov authored
-
- 10 Nov, 2003 1 commit
-
-
Denis Lackovic authored
-
- 07 Nov, 2003 1 commit
-
-
Denis Lackovic authored
-
- 17 Oct, 2003 1 commit
-
-
Yogeesh MB authored
-
- 14 Oct, 2003 1 commit
-
-
Christian Rose authored
2003-10-14 Christian Rose <menthos@menthos.com> * configure.in: Added "ne" to ALL_LINGUAS. * po/ne.po: Added Nepali translation by Pawan Chitrakar <pawan@nplinux.org>.
-
- 07 Oct, 2003 1 commit
-
-
Žygimantas Beručka authored
2003-10-07 Žygimantas Beručka <uid0@tuxfamily.org> * configure.in: Added "lt" to ALL_LINGUAS. * po/lt.po: Added Lithuanian translation by Tomas Kuliavas.
-
- 26 Sep, 2003 3 commits
-
-
Laurent Dhima authored
* sq.po: Updated Albanian translation
-
Laurent Dhima authored
-
Andras Timar authored
2003-09-25 Andras Timar <timar@gnome.hu> * hu.po: Added Hungarian translation.
-
- 15 Sep, 2003 4 commits
-
-
Nalin Dahyabhai authored
* src/vteapp.c: add options for exercising the cursor and highlight colors. * src/debug.c: flush output streams when we check if debugging is enabled, because we'll probably output a string next. * src/iso2022.c: don't print a zero-length string. Yay compiler warnings. * src/interpret.c: use g_print() instead of fprintf() to print. * src/keymap.c,src/ssfe.c: include <stdarg.h>, hopefully fixing bug #121880 (or not).
-
Nalin Dahyabhai authored
* python/vte.defs: add specs for set_color_cursor and set_color_highlight.
-
Nalin Dahyabhai authored
* src/vte.h,src/vte.c: add vte_terminal_set_color_cursor. * src/vte.h,src/vte.c: add vte_terminal_set_color_highlight (#69776). * src/vte.c(vte_terminal_determine_colors): add parameters for specifying if the cell being rendered is the cursor or is highlighted, probably for being selected. If either flag is set, and we've been given a color to use for the purpose by a caller, use the supplied color, else use inverse colors.
-
Nalin Dahyabhai authored
* src/iso2022.c(process_control): don't reset the conversion state when we hit an end-of-line. I wasn't reading RFC1468 closely enough, as it states that each line begins in the same encoding as the end of the previous line, and read "application should reset before end-of-line" as "terminal resets at end-of-line" (bug #122156).
-
- 13 Sep, 2003 1 commit
-
-
Nguyen Thai Ngoc Duy authored
-
- 11 Sep, 2003 5 commits
-
-
Nalin Dahyabhai authored
* src/vteapp.c: silence a compiler warning.
-
Nalin Dahyabhai authored
* README: ask for LC_* in addition to LANG if weird spacing errors crop up. * src/vteconv.c,src/vteconv.h: add wrappers for _vte_conv which weed out some compiler warnings. * src/iso2022.c: use _vte_conv_cu instead of _vte_conv. * src/trie.c: use _vte_conv_cu instead of _vte_conv. * src/vte.c: give _vte_terminal_fudge_pango_colors a return type again. * src/vtebg.c: ifdef out vte_bg_source_name, which is unused. * src/vtebg.c,src/vterdb.c: wrap calls to gdk_property_get to weed out some compiler warnings.
-
Nalin Dahyabhai authored
* src/vte.c(vte_terminal_draw_cells_with_attributes): properly resolve colors and cell properties to drawing colors. * src/vte.c(_vte_terminal_fudge_pango_colors): add a function for mapping GTK+ white-on-black preedit text to default reverse-colored text for the terminal. * src/vte.c(_vte_terminal_translate_pango_cells): don't bother doing anything with the attribute for a range if the list is NULL. Fudge white-on-black text to default colors in reverse so that it works when the terminal is in a black-on-white color scheme.
-
Nalin Dahyabhai authored
* src/vte.c(_vte_terminal_apply_pango_attr): map weight attributes to the terminal's bold attribute.
-
Nalin Dahyabhai authored
* src/vte.c(_vte_terminal_map_pango_color): add. * src/vte.c(vte_terminal_im_preedit_changed): don't discard the attributes list for the preedit string -- save them. * src/vte.c(vte_terminal_draw_cells_with_attributes): add. * src/vte.c(vte_terminal_paint): use draw_cells_with_attributes to use the preedit attributes list when drawing the preedit string. This changes the way the preedit string is presented to the user, but it now looks [more] like GTK+ suggests it should look, so it should be a good change.
-
- 10 Sep, 2003 2 commits
-
-
Pablo Saratxaga authored
-
Pablo Saratxaga authored
-
- 02 Sep, 2003 1 commit
-
-
Mugurel Tudor authored
-
- 28 Aug, 2003 1 commit
-
-
Pablo Gonzalo del Campo authored
2003-08-28 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Revision of Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
-
- 24 Aug, 2003 1 commit
-
-
Sanlig Badral authored
-
- 23 Aug, 2003 3 commits
-
-
Changwoo Ryu authored
* ko.po: Updated Korean translation.
-
Andraz Tori authored
-
Andraz Tori authored
-
- 22 Aug, 2003 2 commits
-
-
Stano Visnovsky authored
-
Stanislav Visnovsky authored
2003-08-22 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Update Slovak translation.
-
- 20 Aug, 2003 1 commit
-
-
Kjartan Maraas authored
2003-08-20 Kjartan Maraas <kmaraas@gnome.org> * no.po: Update Norwegian translation.
-
- 18 Aug, 2003 1 commit
-
-
Kwok-Koon Cheung authored
* zh_TW.po: Updated traditional Chinese translation.
-