]> Pileus Git - ~andy/gtk/log
~andy/gtk
14 years agoUpdates
Matthias Clasen [Sat, 25 Jul 2009 02:52:21 +0000 (22:52 -0400)]
Updates

14 years agoFix cairo rendering on large subwindows
Alexander Larsson [Fri, 24 Jul 2009 19:41:37 +0000 (21:41 +0200)]
Fix cairo rendering on large subwindows

We get the real pixmap size and use as cairo surface size rather
than doing some magic to try to get clipping on the right hand size
(and the magic looks wrong anyway).

The previous code could result in the width/height being to big for
the cairo 28.4 fix point size and thus not drawing anything.

This fixes bug #588076.

14 years agoRemove both SHOWING and SELECTED states when menuitem is not visible
Li Yuan [Fri, 24 Jul 2009 08:23:57 +0000 (16:23 +0800)]
Remove both SHOWING and SELECTED states when menuitem is not visible

Bug #582674 and Bug #574674. Remove SHOWING state also.

14 years agoRemove ATK_STATE_SHOWING state when menuitem is not visible
Li Yuan [Fri, 24 Jul 2009 08:11:30 +0000 (16:11 +0800)]
Remove ATK_STATE_SHOWING state when menuitem is not visible

When the menu is not selected, remove ATK_STATE_SHOWING state. And
emit state change signal if the menu is selected/unselected.

14 years agoFix issues with resize handles
Matthias Clasen [Fri, 24 Jul 2009 04:45:34 +0000 (00:45 -0400)]
Fix issues with resize handles

The resize handles were not correctly redrawn and not positioned
correctly, initially.

14 years agoFix clipping of pixbuf drawing to windows
Alexander Larsson [Thu, 23 Jul 2009 19:53:46 +0000 (21:53 +0200)]
Fix clipping of pixbuf drawing to windows

When the fallback for gdk_draw_pixbuf (gdk_drawable_real_draw_pixbuf)
is called with a window destination we have already applied any clip
regions and offsets for the window, but the window we get is a wrapper
and not an impl. We have to ensure we really draw to the impl, as
otherwise the pixbuf drawing will be clipped by client side subwindows.

This fixes bug 588553.

14 years agoAvoid unnecessary indirect call
Alexander Larsson [Thu, 23 Jul 2009 19:52:32 +0000 (21:52 +0200)]
Avoid unnecessary indirect call

Call klass->draw_pixbuf directly inside gdk_window_draw_pixbuf
instead of gdk_draw_pixbuf to avoid doing all checks twice.

14 years agoUpdating Estonian translation
Ivar Smolin [Thu, 23 Jul 2009 16:08:44 +0000 (19:08 +0300)]
Updating Estonian translation

14 years agoUpdated Swedish translation
Daniel Nylander [Wed, 22 Jul 2009 12:23:31 +0000 (14:23 +0200)]
Updated Swedish translation

14 years agoUpdated Swedish translation
Daniel Nylander [Wed, 22 Jul 2009 11:51:09 +0000 (13:51 +0200)]
Updated Swedish translation

14 years agoSlightly updated grammer in migrating-GtkBuilder.sgml
Tristan Van Berkom [Tue, 21 Jul 2009 16:48:39 +0000 (12:48 -0400)]
Slightly updated grammer in migrating-GtkBuilder.sgml

Just fixes the previous patch concerning using Glade if
possible before resorting to gtk-builder-convert to have
better grammer.

14 years agoSuggesto to use Glade instead gtk-builder-convert script (GnomeBug:587337)
Javier Jardón [Mon, 20 Jul 2009 23:45:43 +0000 (01:45 +0200)]
Suggesto to use Glade instead gtk-builder-convert script (GnomeBug:587337)

* docs/reference/gtk/migrating-GtkBuilder.sgml

14 years agoBug 589275 – [csw] Trying to destroy NULL regions
Cody Russell [Tue, 21 Jul 2009 16:44:25 +0000 (11:44 -0500)]
Bug 589275 – [csw] Trying to destroy NULL regions

gdk_window_input_shape_combine_mask() can accept NULL for the mask
parameter, but it wasn't checking for NULL before passing the
resulting GdkRegion to gdk_region_destroy().  Fixes #589275

14 years agoRevert all handling of clip_region being unset for non-viewable windows
Alexander Larsson [Mon, 20 Jul 2009 21:18:41 +0000 (23:18 +0200)]
Revert all handling of clip_region being unset for non-viewable windows

This is now handled by explicitly setting it to empty for all non-viewable
windows.

This reverts these commits:
82e609c2a025224921908e3a0e7472256e7e1269
36861cf6088442bfe438be6b48a1b19c85c61a01
454160ad9e39e75d9c37dd43f445b8b3540bba57
7adf894a29d87ba85f0d27f71e2480caf53dae79
ed2c83757417a1ca19bb54f11b74c8fd93ef81c0

14 years agoSet clip region to empty for non-viewable windows
Alexander Larsson [Mon, 20 Jul 2009 21:15:34 +0000 (23:15 +0200)]
Set clip region to empty for non-viewable windows

This lets us avoid lots of viewable checks and still not waste
time computing clip regions for non-viewable windows

14 years agoMake gdk_window_begin/end_paint handle non-viewable windows
Alexander Larsson [Mon, 20 Jul 2009 20:36:02 +0000 (22:36 +0200)]
Make gdk_window_begin/end_paint handle non-viewable windows

These are updated to not read clip region is not viewable

14 years agoMake gdk_drawable_get_visible/clip_region handle the !viewable case
Alexander Larsson [Mon, 20 Jul 2009 20:30:48 +0000 (22:30 +0200)]
Make gdk_drawable_get_visible/clip_region handle the !viewable case

We can't access ->clip_region for these cases as its not yet calculated.

14 years agoCalculate clip region when window goes viewable
Alexander Larsson [Mon, 20 Jul 2009 20:19:35 +0000 (22:19 +0200)]
Calculate clip region when window goes viewable

Since we're no longer calculating clip regions for non-viewable windows
we need to calculate it when it goes viewable.

14 years agoUpdated Spanish translation
Jorge González [Mon, 20 Jul 2009 18:28:40 +0000 (20:28 +0200)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Mon, 20 Jul 2009 18:27:43 +0000 (20:27 +0200)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Mon, 20 Jul 2009 18:19:09 +0000 (20:19 +0200)]
Updated Spanish translation

14 years agoMicrooptimization in interactive search handling
Paolo Borelli [Sat, 18 Jul 2009 10:28:05 +0000 (12:28 +0200)]
Microoptimization in interactive search handling

14 years agoBug 588943 – set correct selection before emitting cursor-changed when searching
Paolo Borelli [Sat, 18 Jul 2009 11:14:07 +0000 (13:14 +0200)]
Bug 588943 – set correct selection before emitting cursor-changed when searching

Make sure the correct selection is set when emitting cursor-changed
during an interactive search

14 years agog_strdup_print does not exist, the function is g_strdup_printf.
Xan Lopez [Mon, 20 Jul 2009 06:58:22 +0000 (09:58 +0300)]
g_strdup_print does not exist, the function is g_strdup_printf.

14 years agoRemove markup from translatable strings
Matthias Clasen [Mon, 20 Jul 2009 05:10:52 +0000 (01:10 -0400)]
Remove markup from translatable strings

Pointed out in bug 588964. String change !

14 years agoRemove a duplicate include.
Matthias Clasen [Mon, 20 Jul 2009 04:31:20 +0000 (00:31 -0400)]
Remove a duplicate include.

This was pointed out in bug 588897.

14 years agoFix a typo in the startup-id property definition
Matthias Clasen [Mon, 20 Jul 2009 03:46:53 +0000 (23:46 -0400)]
Fix a typo in the startup-id property definition

As well as some new GtkPrintOperation properties, which were not
correctly set up. This was noticed in bug 588958.

14 years agoAdd a translator comment
Matthias Clasen [Mon, 20 Jul 2009 03:21:52 +0000 (23:21 -0400)]
Add a translator comment

This fixes bug 589035.

14 years agoExit remove_child_area when region is empty
Alexander Larsson [Sun, 19 Jul 2009 20:36:43 +0000 (22:36 +0200)]
Exit remove_child_area when region is empty

When the region is empty we can return early, because there
is no more area to remove. This happens often for children
of scrolled windows (i.e. things that are clipped out.

14 years agoOptimize remove_child_area for children outside region
Alexander Larsson [Sun, 19 Jul 2009 20:35:25 +0000 (22:35 +0200)]
Optimize remove_child_area for children outside region

If a child is totally outside the current region, bail early instead
of doing costly calculations to subtract the child region.

14 years agoUpdated Spanish translation
Jorge González [Sun, 19 Jul 2009 16:45:41 +0000 (18:45 +0200)]
Updated Spanish translation

14 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Sun, 19 Jul 2009 06:02:49 +0000 (13:02 +0700)]
Updated Thai translation.

14 years agoFix read of non-initialized clip_region
Alexander Larsson [Sat, 18 Jul 2009 19:56:03 +0000 (21:56 +0200)]
Fix read of non-initialized clip_region

Foreign children are always viewable but may not have a viewable
parent, so ensure we don't read the parent for them.

14 years agoDon't read non-initialized clip region
Alexander Larsson [Sat, 18 Jul 2009 19:55:17 +0000 (21:55 +0200)]
Don't read non-initialized clip region

The clip region is only initialized (and needed) for viewable windows.

14 years agoOnly handle viewable windows in collect_native_child_region
Alexander Larsson [Sat, 18 Jul 2009 19:53:15 +0000 (21:53 +0200)]
Only handle viewable windows in collect_native_child_region

There is no need to handle non-viewable windows and additionally
they may not have the clip region set yet.

14 years agoOnly apply clip_region shape for viewable windows
Alexander Larsson [Sat, 18 Jul 2009 19:51:11 +0000 (21:51 +0200)]
Only apply clip_region shape for viewable windows

This fixes a problem where the clip region is not yet calculated

14 years agoOnly calculate clipping regions for viewable windows
Alexander Larsson [Sat, 18 Jul 2009 18:52:30 +0000 (20:52 +0200)]
Only calculate clipping regions for viewable windows

14 years agoCheck for viewable to avoid doing work instead of mapped
Alexander Larsson [Sat, 18 Jul 2009 18:37:19 +0000 (20:37 +0200)]
Check for viewable to avoid doing work instead of mapped

This is now cheap and allows us to avoid more work.

14 years agoTrack viewable for GdkWindow
Alexander Larsson [Sat, 18 Jul 2009 18:29:50 +0000 (20:29 +0200)]
Track viewable for GdkWindow

14 years agoUpdated French translation
Claude Paroz [Sat, 18 Jul 2009 18:45:09 +0000 (20:45 +0200)]
Updated French translation

Contributed by Laurent Coudeur and Claude Paroz.

14 years agoGDK_WINDOW_TYPE does a runtime typecheck, don't call it unnecessary
Alexander Larsson [Sat, 18 Jul 2009 13:04:06 +0000 (15:04 +0200)]
GDK_WINDOW_TYPE does a runtime typecheck, don't call it unnecessary

Looking at a profile the typecheck from GDK_WINDOW_TYPE stood out quite
a bit, which is fixed by not using it unnecessarily.

14 years agoUpdated Spanish translation
Jorge González [Sat, 18 Jul 2009 12:40:07 +0000 (14:40 +0200)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Sat, 18 Jul 2009 11:53:50 +0000 (13:53 +0200)]
Updated Spanish translation

14 years agoUse perl to make gtkalias.h without warnings
Hans Breuer [Sat, 18 Jul 2009 11:31:51 +0000 (13:31 +0200)]
Use perl to make gtkalias.h without warnings

14 years agoBug #588398 - Leak with testgtk::preview_(color|gray) and more
Hans Breuer [Sat, 18 Jul 2009 11:08:13 +0000 (13:08 +0200)]
Bug #588398 - Leak with testgtk::preview_(color|gray) and more

Revert to gdk_win32_ref_cairo_surface() implementation from gtk-2-16
and make _gdk_windowing_create_cairo_surface() simply delegate to it.

14 years agoBump version
Matthias Clasen [Sat, 18 Jul 2009 03:11:12 +0000 (23:11 -0400)]
Bump version

14 years ago2.17.5
Matthias Clasen [Sat, 18 Jul 2009 03:08:51 +0000 (23:08 -0400)]
2.17.5

14 years agoTwo more getters for flags plus one new property
Michael Natterer [Fri, 17 Jul 2009 19:49:58 +0000 (21:49 +0200)]
Two more getters for flags plus one new property

More stuff based on patches from Christian Dywan:
- gtk_widget_get_app_paintable()
- gtk_widget_get_double_buffered()
- r/w property "double-buffered"

14 years agoBug 588273 - Make number of validated rows depend on time, not row count
Benjamin Otte [Fri, 10 Jul 2009 08:51:39 +0000 (10:51 +0200)]
Bug 588273 - Make number of validated rows depend on time, not row count

Previously, do_validate_rows() validated 300 rows per iteration. While
this is usually not problematic, as the typical tree view contains less
than 100 rows. Tree views with a lot of columns or complex cell
renderers could take inacceptably long, like:
- Epiphany's location bar entry completion has multiline and marked up
  text in every cell. Validating a single row took ~1.5ms here.
- In the list view in Nautilus, When enabling all columns, validating a
  single row would take ~3ms.
With 300 rows per iteration, that made those examples take 500ms/1s in a
signle main loop callback, and this obviously caused responsiveness
problems.

Now the code uses a timer and limits the time for validating rows to
30ms. This can cause less lines to be invalidated per call, so the
function might be called more often, but generally results in more
responsive applications.

14 years agoAdd API for more widget flags
Michael Natterer [Fri, 17 Jul 2009 19:18:26 +0000 (21:18 +0200)]
Add API for more widget flags

Add the following functions based on a patch from Christian Dywan:
- gtk_widget_set/get_can_focus()
- gtk_widget_set/get_can_default()
- gtk_widget_has_default()

14 years agoCorrect property types
Matthias Clasen [Fri, 17 Jul 2009 19:16:38 +0000 (15:16 -0400)]
Correct property types

14 years agoComplete the get_buffer() conversion
Matthias Clasen [Fri, 17 Jul 2009 19:09:35 +0000 (15:09 -0400)]
Complete the get_buffer() conversion

There was one direct buffer access in gtk_entry_real_delete_text
leftover, and it promptly made our testsuite fail.

14 years agoUpdates
Matthias Clasen [Fri, 17 Jul 2009 18:31:00 +0000 (14:31 -0400)]
Updates

14 years agoFix DND onto an empty icon view
Matthias Clasen [Fri, 17 Jul 2009 17:29:07 +0000 (13:29 -0400)]
Fix DND onto an empty icon view

This did not work due to a copy and paste bug from the time when
the treeview DND code was turned into iconview DND code. Fixes
bug 599484.

14 years agoMore efficient version of _gdk_win32_window_queue_translation()
Hans Breuer [Fri, 17 Jul 2009 12:26:02 +0000 (14:26 +0200)]
More efficient version of _gdk_win32_window_queue_translation()

Don't create create an extraneous expose event for any scroll operation
that gtk+ does. Thanks to Alex for the hint.

14 years agoFix inconsistent line-endings
Hans Breuer [Fri, 17 Jul 2009 12:38:43 +0000 (14:38 +0200)]
Fix inconsistent line-endings

They are causing trouble with core.autocrlf=true, see:
http://mail.gnome.org/archives/gtk-devel-list/2009-July/msg00041.html

14 years agoChange position of paper's dimensions according to reading direction
Marek Kasik [Fri, 17 Jul 2009 14:33:16 +0000 (16:33 +0200)]
Change position of paper's dimensions according to reading direction

Change position of paper's dimensions in GtkPrintUnixDialog according
to reading direction.

14 years agoFixed crashes when GtkEntry's internal buffer is not available (bug 588395)
Tristan Van Berkom [Fri, 17 Jul 2009 03:19:03 +0000 (23:19 -0400)]
Fixed crashes when GtkEntry's internal buffer is not available (bug 588395)

To fix this I replaced the code that creates an internal buffer
at init and construction time with code that creates a buffer
at _get_buffer() time, this is the same as GtkTextView does and
fixes the crashes for me.

14 years agoMake suitable GtkAssistant buttons default
Matthias Clasen [Fri, 17 Jul 2009 02:06:40 +0000 (22:06 -0400)]
Make suitable GtkAssistant buttons default

We grab the default to the apply, forward or close buttons, as
appropriate. Also, make sure that the logic for setting the focus
to the best place on page change is applied to the initial page.

14 years agoMake jasper support optional
Matthias Clasen [Fri, 17 Jul 2009 00:54:42 +0000 (20:54 -0400)]
Make jasper support optional

To enable it, one must now pass --with-libjasper to configure.

14 years agoDisable the GDI+ loaders by default as they are broken.
Tor Lillqvist [Thu, 16 Jul 2009 19:03:33 +0000 (22:03 +0300)]
Disable the GDI+ loaders by default as they are broken.

14 years agoUpdated Brazilian Portuguese translation.
André Gondim [Thu, 16 Jul 2009 00:31:37 +0000 (21:31 -0300)]
Updated Brazilian Portuguese translation.

14 years agoAdd a tooltip to the save folder combo
Matthias Clasen [Wed, 15 Jul 2009 23:17:36 +0000 (19:17 -0400)]
Add a tooltip to the save folder combo

Add a tooltip that shows the full path of the current folder, to avoid
ambiguity. We only show the tooltip when the expander is collapsed to
avoid cluttering the full file chooser.

14 years agoUse G_CONST_RETURN for const return values
Matthias Clasen [Wed, 15 Jul 2009 22:29:13 +0000 (18:29 -0400)]
Use G_CONST_RETURN for const return values

14 years agoAvoid gratitious behaviour change
Matthias Clasen [Wed, 15 Jul 2009 22:25:02 +0000 (18:25 -0400)]
Avoid gratitious behaviour change

gtk_entry_set_text() used to emit the ::delete-text, ::insert-text
signals. Changing to GtkEntryBuffer should not change this.

14 years agoMake GtkEntryBuffer::max-length and int property
Matthias Clasen [Wed, 15 Jul 2009 20:12:09 +0000 (16:12 -0400)]
Make GtkEntryBuffer::max-length and int property

This avoid a behaviour change in a corner case and should not make
any difference.

14 years agoFix a typo
Matthias Clasen [Wed, 15 Jul 2009 02:33:14 +0000 (22:33 -0400)]
Fix a typo

14 years agoAdd API for sealed member "visible"
Michael Natterer [Wed, 15 Jul 2009 01:22:22 +0000 (03:22 +0200)]
Add API for sealed member "visible"

14 years agoAdd missing files in POTFILES.in
Claude Paroz [Tue, 14 Jul 2009 18:46:24 +0000 (20:46 +0200)]
Add missing files in POTFILES.in

14 years agoAdd gtk_widget_get_state() for accessing the sealed member "state"
Michael Natterer [Tue, 14 Jul 2009 00:45:42 +0000 (02:45 +0200)]
Add gtk_widget_get_state() for accessing the sealed member "state"

14 years agoAdd API for some sealed widget flags
Michael Natterer [Tue, 14 Jul 2009 00:12:40 +0000 (02:12 +0200)]
Add API for some sealed widget flags

- gtk_widget_has_focus() for GTK_WIDGET_HAS_FOCUS()
- gtk_widget_get_sensitive() for GTK_WIDGET_SENSITIVE()
- gtk_widget_is_sensitive() for GTK_WIDGET_IS_SENSITIVE()

14 years agoAdd API for the sealed member "activatable"
Michael Natterer [Mon, 13 Jul 2009 23:53:56 +0000 (01:53 +0200)]
Add API for the sealed member "activatable"

14 years agoAdd API for sealed members xpad, ypad, xalign, yalign and sensitive
Michael Natterer [Mon, 13 Jul 2009 23:45:03 +0000 (01:45 +0200)]
Add API for sealed members xpad, ypad, xalign, yalign and sensitive

14 years agoNo need to have single-include guards in a private header
Michael Natterer [Mon, 13 Jul 2009 23:33:52 +0000 (01:33 +0200)]
No need to have single-include guards in a private header

14 years agoFix some problems with prelighting of icons in entries
Matthias Clasen [Mon, 13 Jul 2009 18:48:10 +0000 (14:48 -0400)]
Fix some problems with prelighting of icons in entries

14 years agoMake gtk_editable_get_chars work as before
Matthias Clasen [Mon, 13 Jul 2009 17:37:35 +0000 (13:37 -0400)]
Make gtk_editable_get_chars work as before

It used to return actual entry contents, regardless of visiblity.
Make it do that again. This was reported in bug 588461.

14 years agomore directfb updates
Cody Russell [Mon, 13 Jul 2009 13:36:40 +0000 (08:36 -0500)]
more directfb updates

14 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Mon, 13 Jul 2009 09:16:46 +0000 (11:16 +0200)]
Updated Norwegian bokmål translation.

14 years agoImplement _gdk_win32_window_destroy() and more cleanup
Hans Breuer [Sun, 12 Jul 2009 20:32:28 +0000 (22:32 +0200)]
Implement _gdk_win32_window_destroy() and more cleanup

Implement _gdk_win32_window_destroy() by just renaming
_gdk_windowing_window_destroy(), removed superfuous stub.

Also cleaned up implementations of  gdk_win32_window_set_background()
and gdk_win32_window_set_back_pixmap() - removed stuff now done at the
respective gdk_window_*() function.

14 years agoImplement _gdk_win32_window_queue_translation()
Hans Breuer [Sun, 12 Jul 2009 19:26:29 +0000 (21:26 +0200)]
Implement _gdk_win32_window_queue_translation()

14 years agoMark gtk_custom_paper_unix_dialog_get_type() unix only
Hans Breuer [Sun, 12 Jul 2009 17:36:30 +0000 (19:36 +0200)]
Mark gtk_custom_paper_unix_dialog_get_type() unix only

14 years agoBug #588388 - shape rendering is back
Hans Breuer [Sun, 12 Jul 2009 16:58:59 +0000 (18:58 +0200)]
Bug #588388 - shape rendering is back

Just mapping exisiting implementations to new GdkWindow API.

http://bugzilla.gnome.org/show_bug.cgi?id=588388

14 years agoMake more use of defines in $(TOP)/build/win32/make.msc
Hans Breuer [Sun, 12 Jul 2009 16:51:20 +0000 (18:51 +0200)]
Make more use of defines in $(TOP)/build/win32/make.msc

14 years agoBug #588379 - testgtk::panes does not change the cursor on mouse over
Hans Breuer [Sun, 12 Jul 2009 16:23:01 +0000 (18:23 +0200)]
Bug #588379 - testgtk::panes does not change the cursor on mouse over

That one was easy, just removing Alex's #ifdef TODO_CSW ;)

http://bugzilla.gnome.org/show_bug.cgi?id=588379

14 years agoBug #588373 - Menus broken by client-side-windows
Hans Breuer [Sun, 12 Jul 2009 16:20:08 +0000 (18:20 +0200)]
Bug #588373 - Menus broken by client-side-windows

Resurrcetion and adaption of find_window_for_mouse_event(). The window
receiving the WM_MOUSEMOVE, WM_?BUTTONDOWN is not necessarily the one
interested in GDK_(ENTER|MOTION|LEAVE)_NOTIFY

http://bugzilla.gnome.org/show_bug.cgi?id=588373

Also added some more more TODO_CSW and disabled print_event(): it can not
cope with the new _gdk_windowing_got_event() eating/morphing events.

14 years agoFix gccism - pointer arithmetic with void pointers
Hans Breuer [Sun, 12 Jul 2009 16:00:40 +0000 (18:00 +0200)]
Fix gccism - pointer arithmetic with void pointers

14 years agoFix c99ism - declaration in the mid of a block
Hans Breuer [Sun, 12 Jul 2009 15:58:41 +0000 (17:58 +0200)]
Fix c99ism - declaration in the mid of a block

14 years agoUpdate msvc build
Hans Breuer [Sun, 12 Jul 2009 15:57:13 +0000 (17:57 +0200)]
Update msvc build

14 years agoBuild more testapps, use G_PI instead of M_PI
Hans Breuer [Fri, 10 Jul 2009 11:42:46 +0000 (13:42 +0200)]
Build more testapps, use G_PI instead of M_PI

14 years agoRevert 8031432c09c864d6fe635a8e8890c5221399fc4f
Matthias Clasen [Mon, 13 Jul 2009 03:04:57 +0000 (23:04 -0400)]
Revert 8031432c09c864d6fe635a8e8890c5221399fc4f

We can't disallow single-includes unconditionally because gtkentrybuffer.h
is included in gtkentry.h.

14 years agoUpdated Traditional Chinese (Hong Kong and Taiwan)
Chao-Hsiung Liao [Sun, 12 Jul 2009 07:41:40 +0000 (15:41 +0800)]
Updated Traditional Chinese (Hong Kong and Taiwan)

14 years agoUpdated Spanish translation
Jorge González [Sat, 11 Jul 2009 12:44:51 +0000 (14:44 +0200)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Sat, 11 Jul 2009 12:44:43 +0000 (14:44 +0200)]
Updated Spanish translation

14 years agoRemove outdated text from README.in
Matthias Clasen [Sat, 11 Jul 2009 02:29:50 +0000 (22:29 -0400)]
Remove outdated text from README.in

The PATCH and API keywords are no longer in use. Pointed out in 588229.

14 years agoBump version to 2.17.5
Matthias Clasen [Fri, 10 Jul 2009 23:45:21 +0000 (19:45 -0400)]
Bump version to 2.17.5

14 years ago2.17.4
Matthias Clasen [Fri, 10 Jul 2009 23:02:32 +0000 (19:02 -0400)]
2.17.4

14 years agoDon't draw to unviewable windows
Alexander Larsson [Fri, 10 Jul 2009 22:28:18 +0000 (00:28 +0200)]
Don't draw to unviewable windows

The scrolling and region moving code needs to avoid drawing when the
window is mapped, which it did. However, it also needs to avoid
drawing when any of its parents are not mapped, which it didn't so
switch to using gdk_window_is_viewable().

This fixes the index rendering in evolution (#588169)

14 years agoExclude GtkEntry::buffer from default value testing
Matthias Clasen [Fri, 10 Jul 2009 22:12:42 +0000 (18:12 -0400)]
Exclude GtkEntry::buffer from default value testing

14 years agoMake pltcheck pass
Matthias Clasen [Fri, 10 Jul 2009 22:12:22 +0000 (18:12 -0400)]
Make pltcheck pass

14 years agoUpdate
Matthias Clasen [Fri, 10 Jul 2009 18:00:35 +0000 (14:00 -0400)]
Update