Christian Persch [Mon, 4 Oct 2010 12:09:28 +0000 (14:09 +0200)]
Distcheck with gtk 3 now
Behdad Esfahbod [Fri, 1 Oct 2010 20:03:24 +0000 (16:03 -0400)]
Whitespace
Behdad Esfahbod [Fri, 1 Oct 2010 20:02:09 +0000 (16:02 -0400)]
Remove unnecessary conditional
Behdad Esfahbod [Fri, 1 Oct 2010 20:01:20 +0000 (16:01 -0400)]
[vteapp] Prefer $SHELL to /bin/sh
Inaki Larranaga Murgoitio [Thu, 30 Sep 2010 22:21:13 +0000 (00:21 +0200)]
Updated Basque language
Gheyret Kenji [Thu, 30 Sep 2010 22:16:25 +0000 (00:16 +0200)]
Added UG translation
Behdad Esfahbod [Tue, 28 Sep 2010 19:02:08 +0000 (15:02 -0400)]
Revert "Revert
9370647823ce29c1088c351381a07a5506b74c84"
This reverts commit
dab50851a395069492218115caf44361b742b20c.
Again, set widget background color to the terminal background color.
This removes flicker when resizing the terminal/widget.
Christian Persch [Tue, 28 Sep 2010 17:50:29 +0000 (19:50 +0200)]
Use gtk_widget_set_visual
Christian Persch [Tue, 28 Sep 2010 14:02:56 +0000 (16:02 +0200)]
Fix the gtk 2 build
Christian Persch [Fri, 24 Sep 2010 12:53:07 +0000 (14:53 +0200)]
Use gdk_error_trap_pop_ignored
Christian Persch [Tue, 21 Sep 2010 11:58:52 +0000 (13:58 +0200)]
Don't use gdk_drawable_get_size
Christian Persch [Tue, 14 Sep 2010 16:08:52 +0000 (18:08 +0200)]
Port to latest rendering-cleanup-next branch
Christian Persch [Mon, 13 Sep 2010 19:44:50 +0000 (21:44 +0200)]
Use cairo_copy_clip_rectangle_list() to recreate the clip region
Thanks to Behdad for the hint, and for pointing out a bug in my
first attempt.
Christian Persch [Mon, 13 Sep 2010 14:27:13 +0000 (16:27 +0200)]
Port to GtkWidget::draw
... to work with the rendering-cleanup-next branch of gtk.
Need to think what will happen with the update_regions.
Christian Persch [Sat, 11 Sep 2010 10:39:03 +0000 (12:39 +0200)]
Fix build with gtk 3 rendering cleanup branch
Christian Persch [Sun, 26 Sep 2010 14:24:03 +0000 (16:24 +0200)]
Post branch version bump
Lucian Adrian Grijincu [Sat, 25 Sep 2010 09:34:30 +0000 (12:34 +0300)]
Updated Romanian translation
Yuri Myasoedov [Wed, 22 Sep 2010 05:15:28 +0000 (09:15 +0400)]
Updated Russian translation
Behdad Esfahbod [Tue, 21 Sep 2010 02:23:39 +0000 (22:23 -0400)]
Revert
9370647823ce29c1088c351381a07a5506b74c84
Was not needed anymore. For details see:
Bug 621902 - artifacts shown at the button of maximized terminal after
minimizing another window over it
Daniel S. Koda [Mon, 20 Sep 2010 11:58:25 +0000 (08:58 -0300)]
Updated Brazilian Portuguese translation
Wouter Bolsterlee [Sun, 19 Sep 2010 18:28:01 +0000 (20:28 +0200)]
Updated Dutch translation by Wouter Bolsterlee
Kenneth Nielsen [Sun, 19 Sep 2010 15:44:43 +0000 (17:44 +0200)]
Updated Danish translation
Francesco Marletta [Sat, 18 Sep 2010 15:12:26 +0000 (17:12 +0200)]
[l10n] Updated Italian translation
Christian Persch [Tue, 14 Sep 2010 22:47:58 +0000 (00:47 +0200)]
Don't force VTE_SEAL_ENABLE on vte/gtk2
Only enforce it on vte 2.90 (gtk3).
Christian Persch [Mon, 13 Sep 2010 14:17:31 +0000 (16:17 +0200)]
Clarify TERM env var handling with VtePty
Christian Persch [Sat, 11 Sep 2010 10:29:34 +0000 (12:29 +0200)]
Use new gdk keysym names on gtk3
Christian Persch [Mon, 6 Sep 2010 11:08:00 +0000 (13:08 +0200)]
Use -Bsymbolic-functions when available
Bug #628870.
Christian Persch [Sun, 12 Sep 2010 11:36:16 +0000 (13:36 +0200)]
Add --cursor-blink to vteapp
Takayuki KUSANO [Mon, 13 Sep 2010 11:34:51 +0000 (20:34 +0900)]
Updated Japanese translation.
Piotr Drąg [Tue, 7 Sep 2010 17:02:47 +0000 (19:02 +0200)]
Updated Polish translation
Christian Persch [Mon, 6 Sep 2010 11:05:25 +0000 (13:05 +0200)]
Remove unused variable
Christian Persch [Mon, 6 Sep 2010 10:49:56 +0000 (12:49 +0200)]
Use correct variables for cleaning the gir data
Michael Kotsarinis [Sat, 4 Sep 2010 16:02:02 +0000 (19:02 +0300)]
Updated Greek translation
drtv [Fri, 3 Sep 2010 16:05:19 +0000 (21:35 +0530)]
Updated Tamil translation
Philip Withnall [Wed, 1 Sep 2010 08:44:36 +0000 (09:44 +0100)]
Update British English translation
Gabor Kelemen [Mon, 30 Aug 2010 23:55:44 +0000 (01:55 +0200)]
Updated Hungarian translation
Christian Persch [Sun, 29 Aug 2010 11:56:48 +0000 (13:56 +0200)]
Don't dist the gir and typelib
Fixes distchecking with --disable-introspection.
Christian Persch [Sun, 29 Aug 2010 11:51:42 +0000 (13:51 +0200)]
Version 0.25.91
Christian Persch [Sun, 29 Aug 2010 11:49:52 +0000 (13:49 +0200)]
Use gtk_widget_style_attach
Fix faulty code introduced in commit
ac1e78c78e6a39834d35c525be01d50c348d33ba
from bug #612484.
Bug #627764.
Christian Persch [Fri, 20 Aug 2010 19:22:41 +0000 (21:22 +0200)]
Distcheck with gtk 2 but without introspection
Bruno Brouard [Thu, 26 Aug 2010 12:43:16 +0000 (14:43 +0200)]
Updated French translation
Behdad Esfahbod [Tue, 24 Aug 2010 20:53:17 +0000 (16:53 -0400)]
Really fix Bug 601926 - Don't hardcode meta to alt
Correct fix applied this time. Tested, Alt is not broken by this
change.
Chao-Hsiung Liao [Mon, 23 Aug 2010 12:00:04 +0000 (20:00 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Милош Поповић [Sun, 22 Aug 2010 23:40:41 +0000 (01:40 +0200)]
Updated Serbian translation
Alexander Shopov [Sun, 22 Aug 2010 20:11:21 +0000 (23:11 +0300)]
Updated Bulgarian translation
Alexander Shopov [Sun, 22 Aug 2010 19:39:01 +0000 (22:39 +0300)]
Updated Bulgarian translation
David Planella [Sun, 22 Aug 2010 08:19:21 +0000 (10:19 +0200)]
Updated Catalan translation
Duarte Loreto [Sat, 21 Aug 2010 16:46:05 +0000 (17:46 +0100)]
Updated Portuguese translation
Saleem Abdulrasool [Fri, 20 Aug 2010 06:11:39 +0000 (23:11 -0700)]
fix make check
Behdad Esfahbod [Thu, 19 Aug 2010 16:52:50 +0000 (12:52 -0400)]
Revert "Bug 601926 - Don't hardcode meta to alt"
This reverts commit
b73782a28894e25ed146271f9d6c6775a6836199.
Behdad Esfahbod [Wed, 11 Aug 2010 20:54:52 +0000 (16:54 -0400)]
Indent
Kristian Høgsberg [Thu, 19 Aug 2010 13:50:33 +0000 (09:50 -0400)]
Remove leftover, unused GdkPixmpap variable
This removes the last GdkPixmap reference in vte.
Christian Persch [Mon, 16 Aug 2010 19:26:29 +0000 (21:26 +0200)]
Distcheck with --with-gtk=3.0
Christian Persch [Mon, 16 Aug 2010 19:23:39 +0000 (21:23 +0200)]
One more GSEAL fix
Christian Persch [Mon, 16 Aug 2010 13:09:42 +0000 (15:09 +0200)]
Version 0.25.90
Behdad Esfahbod [Wed, 11 Aug 2010 20:15:18 +0000 (16:15 -0400)]
Fix signdness warnings
Behdad Esfahbod [Wed, 11 Aug 2010 20:10:06 +0000 (16:10 -0400)]
Bug 626676 - Cleanup vte_terminal_determine_colors
Or rather, rewrite it.
At least I understand how it's supposed to work now. Combinations of
set highlight color, set cursor color, reverse mode, selected text,
etc work much better now.
Behdad Esfahbod [Wed, 11 Aug 2010 19:21:29 +0000 (15:21 -0400)]
Simplify determine_colors more
Get rid of reverse argument. Also "xor" instead of "or" selection mode
with reverse mode. Selection works with reverse mode now. Before, it
didn't render.
Behdad Esfahbod [Wed, 11 Aug 2010 18:30:14 +0000 (14:30 -0400)]
Bug 621298 - Cursor invisible (plain black) in (xfce) Terminal & terminator
Fix the case where cursor color is set.
Towards making determine_colors make sense. Still not done. More
commits coming, but this one is enough to fix the main regression.
Behdad Esfahbod [Wed, 11 Aug 2010 18:24:33 +0000 (14:24 -0400)]
Revert "Don't hide cursor even if cell is invisible"
This reverts commit
18ee5f522d8bc2f5dfe896f40eba8d5313cb310f.
This didn't make sense. It was making invisible cells visible when
under cursor.
Behdad Esfahbod [Wed, 11 Aug 2010 17:46:10 +0000 (13:46 -0400)]
Minor
Behdad Esfahbod [Wed, 11 Aug 2010 17:45:40 +0000 (13:45 -0400)]
Minor --help adjustment
Christian Persch [Wed, 11 Aug 2010 16:16:20 +0000 (18:16 +0200)]
Vary gettext domain for vte/gtk3
Using the same domain creates parallel-install troubles.
Behdad Esfahbod [Tue, 10 Aug 2010 19:01:47 +0000 (15:01 -0400)]
Ensure vte-gtk-compat.h is included in the tarball
Behdad Esfahbod [Tue, 10 Aug 2010 19:00:22 +0000 (15:00 -0400)]
Ensure decset, osc and window are included in the tarball
Christian Persch [Tue, 10 Aug 2010 18:09:29 +0000 (20:09 +0200)]
Docs update
Nils-Christoph Fiedler [Sun, 8 Aug 2010 13:53:24 +0000 (15:53 +0200)]
Updated LowGerman translation
A S Alam [Wed, 4 Aug 2010 09:40:48 +0000 (15:10 +0530)]
update Translation in master for Punjabi by A S Alam
Dirgita [Wed, 4 Aug 2010 04:03:00 +0000 (11:03 +0700)]
Updated Indonesian translation
Daniel Nylander [Sun, 25 Jul 2010 17:05:14 +0000 (19:05 +0200)]
Updated Swedish translation
Behdad Esfahbod [Thu, 22 Jul 2010 17:05:04 +0000 (13:05 -0400)]
Bug 618097 - Broken backtab (cbt)
Behdad Esfahbod [Thu, 22 Jul 2010 16:32:40 +0000 (12:32 -0400)]
Add compat impl for gtk_accessible_get_widget()
Fran Diéguez [Wed, 21 Jul 2010 14:28:11 +0000 (16:28 +0200)]
Updated Galician translations
Mario Blättermann [Fri, 16 Jul 2010 19:38:54 +0000 (21:38 +0200)]
[i18n] Updated German translation
Kees Cook [Mon, 12 Jul 2010 19:31:32 +0000 (21:31 +0200)]
Fix terminal title reporting
Fixed CVE-2003-0070 again.
See also http://marc.info/?l=bugtraq&m=
104612710031920&w=2 .
(cherry picked from commit
6042c75b5a6daa0e499e61c8e07242d890d38ff1)
Christian Persch [Mon, 12 Jul 2010 19:27:38 +0000 (21:27 +0200)]
Tiny configure fix
Kristian Høgsberg [Thu, 15 Jul 2010 13:57:23 +0000 (09:57 -0400)]
Stop using the gdk_draw_* API
Only one gdk_draw_rectangle() call let.
Kristian Høgsberg [Thu, 15 Jul 2010 13:07:51 +0000 (09:07 -0400)]
Use accessors for setting adjustment
We use g_object_freeze_notify() to emit the same amount of ::changed
signals.
Kristian Høgsberg [Thu, 15 Jul 2010 12:38:42 +0000 (08:38 -0400)]
Use get accessors for adjustments
Kristian Høgsberg [Thu, 15 Jul 2010 12:24:16 +0000 (08:24 -0400)]
Add remaining accessors
All that remains now is the adjustment accessors.
Kristian Høgsberg [Thu, 15 Jul 2010 02:52:53 +0000 (22:52 -0400)]
Seal VTE when VTE_SEAL_ENABLE is given, not GSEAL_ENABLE
gtk+ 3.0 defines GSEAL_ENABLE, which seals up VTE for the vte code as well.
Instead, seal of VTE when VTE_SEAL_ENABLE is defined and set it in
the .pc file.
Kristian Høgsberg [Thu, 15 Jul 2010 02:51:18 +0000 (22:51 -0400)]
Introduce compat macros for region differences
Saleem Abdulrasool [Thu, 15 Jul 2010 02:10:00 +0000 (22:10 -0400)]
Use accessors for gtk objects
This change introduces vte-gtk-compat.h to allow compatibility with the
current GTK+ requirement (2.14+) while allowing us to use GSEAL when
available. When the GTK+ requirements are moved up to 2.20+, it should
be possible to entirely remove the header.
Setting of the GTK adjustment fields still occurs without the accessors
as setting the value and then using value_changed may introduce
different behaviour and/or double signal emissions.
Kristjan Schmidt [Sun, 4 Jul 2010 15:33:30 +0000 (17:33 +0200)]
Add Esperanto translation
Kristjan Schmidt [Sun, 4 Jul 2010 15:33:30 +0000 (17:33 +0200)]
Add Esperanto translation
Behdad Esfahbod [Wed, 30 Jun 2010 19:27:30 +0000 (15:27 -0400)]
Simplify libtool versioning
Aron Xu [Tue, 29 Jun 2010 13:53:54 +0000 (21:53 +0800)]
Update Simplified Chinese translation.
Khaled Hosny [Sat, 26 Jun 2010 19:30:37 +0000 (22:30 +0300)]
Updated Arabic translation
Behdad Esfahbod [Fri, 25 Jun 2010 05:02:29 +0000 (02:02 -0300)]
Minor comment fix.
Behdad Esfahbod [Thu, 17 Jun 2010 19:02:54 +0000 (15:02 -0400)]
Set widget app_paintable.
Christian Persch [Fri, 28 May 2010 19:10:46 +0000 (21:10 +0200)]
Make vte dual buildable with gtk2 and gtk3
Gtk3 build is untested.
Behdad Esfahbod [Sat, 12 Jun 2010 02:51:49 +0000 (22:51 -0400)]
Clean up background clearing
Fixes bug where lower border of the screen was not properly painted in
fullscreen mode.
Behdad Esfahbod [Fri, 4 Jun 2010 18:36:45 +0000 (14:36 -0400)]
Bug 601926 - Don't hardcode meta to alt
Matthias Clasen [Thu, 3 Jun 2010 16:16:30 +0000 (12:16 -0400)]
Bug 620493 - strict aliasing warning
Yaron Shahrabani [Sat, 29 May 2010 10:29:22 +0000 (13:29 +0300)]
Updated Hebrew translation.
Yaron Shahrabani [Sat, 29 May 2010 10:28:26 +0000 (13:28 +0300)]
Updated Hebrew translation.
Ivar Smolin [Thu, 27 May 2010 05:35:49 +0000 (08:35 +0300)]
Estonian translation updated
Behdad Esfahbod [Wed, 26 May 2010 17:09:47 +0000 (13:09 -0400)]
Bug 618749 - set terminal widget background color to terminal background
Behdad Esfahbod [Wed, 26 May 2010 17:09:25 +0000 (13:09 -0400)]
Fix requires_clear setting
Part of Bug 618749 - [PATCH] set terminal widget background color to terminal
Petr Kovar [Sun, 23 May 2010 17:49:10 +0000 (19:49 +0200)]
Update Czech translation by Marek Cernocky