]> Pileus Git - ~andy/gtk/log
~andy/gtk
13 years agoMake GTK+ use an external gdk-pixbuf
Matthias Clasen [Sat, 26 Jun 2010 05:06:30 +0000 (01:06 -0400)]
Make GTK+ use an external gdk-pixbuf

13 years ago[quartz] Delete the typedef of GdkDevicePrivate
John Ralls [Fri, 25 Jun 2010 22:22:48 +0000 (00:22 +0200)]
[quartz] Delete the typedef of GdkDevicePrivate

It's in gdkdevice.h now.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=622765

Signed-off-by: Javier Jardón <jjardon@gnome.org>
13 years ago[docs] Remove deprecated gdk_draw_bitmap() and gdk_draw_pixmap()
Javier Jardón [Fri, 25 Jun 2010 16:16:19 +0000 (18:16 +0200)]
[docs] Remove deprecated gdk_draw_bitmap() and gdk_draw_pixmap()

This completes commit 947cde30d9e214ea01d286dd09acc5a5d62aba11

13 years agoExposed GtkTreeView's internal GtkTreeSelection for builder files
Tristan Van Berkom [Fri, 25 Jun 2010 16:14:28 +0000 (12:14 -0400)]
Exposed GtkTreeView's internal GtkTreeSelection for builder files

13 years agoAdd --add-include-path to find just-built .gir files
Colin Walters [Fri, 25 Jun 2010 16:14:12 +0000 (12:14 -0400)]
Add --add-include-path to find just-built .gir files

13 years agoRemove gdk_draw_bitmap() and gdk_draw_pixmap() functions
Javier Jardón [Fri, 25 Jun 2010 00:32:44 +0000 (02:32 +0200)]
Remove gdk_draw_bitmap() and gdk_draw_pixmap() functions

13 years agoMention pot file update in the release howto
Matthias Clasen [Thu, 24 Jun 2010 17:15:52 +0000 (13:15 -0400)]
Mention pot file update in the release howto

13 years ago[docs] Fix annotations: "(allow-none): (out)" -> "(out) (allow-none)"
Javier Jardón [Thu, 24 Jun 2010 16:10:03 +0000 (18:10 +0200)]
[docs] Fix annotations: "(allow-none): (out)" -> "(out) (allow-none)"

13 years ago[GtkTable] Add gtk_table_get_size()
Javier Jardón [Thu, 24 Jun 2010 15:28:18 +0000 (17:28 +0200)]
[GtkTable] Add gtk_table_get_size()

Add accessor function to retrieve the number of rows and columns
in the table.

13 years agoMake gtk_window_group_get_current_grab public
Matthias Clasen [Thu, 24 Jun 2010 15:16:09 +0000 (11:16 -0400)]
Make gtk_window_group_get_current_grab public

See bug #620832.

13 years agoMake the message area available in gtkbuilder as well
Matthias Clasen [Thu, 24 Jun 2010 13:34:51 +0000 (09:34 -0400)]
Make the message area available in gtkbuilder as well

See bug 32069.

13 years agoFix annotation of gtk_text_iter_(forward/backward)_search.
Ignacio Casal Quinteiro [Wed, 23 Jun 2010 13:52:59 +0000 (15:52 +0200)]
Fix annotation of gtk_text_iter_(forward/backward)_search.

13 years agoDon't handle CUPS' "connecting-to-device" state reason
Marek Kasik [Thu, 24 Jun 2010 07:27:16 +0000 (09:27 +0200)]
Don't handle CUPS' "connecting-to-device" state reason

CUPS backend shouldn't handle "connecting-to-device" state reason.
It shows "Printer '%s' may not be connected" for this state,
which is not true in almost all cases. Better is to use
"printer-state-message" which contains correct message (#622011).

13 years agoAdd an expander-in-dialog example
Matthias Clasen [Thu, 24 Jun 2010 04:35:24 +0000 (00:35 -0400)]
Add an expander-in-dialog example

To show how I expect this kind of construction to work, makes it
easier to find the code the next time I need it somewhere.

13 years agoTurn on GSEAL_ENABLE by default
Matthias Clasen [Thu, 24 Jun 2010 03:19:58 +0000 (23:19 -0400)]
Turn on GSEAL_ENABLE by default

We do this by adding -DGSEAL_ENABLE to the Cflags in the .pc files,
so you can get out of it by adding -UGSEAL_ENABLE after the pkg-config
generated flags.

13 years agotestinput: Do not use deprecated API.
Carlos Garnacho [Wed, 9 Jun 2010 15:52:14 +0000 (17:52 +0200)]
testinput: Do not use deprecated API.

13 years agoGtkWidget: ensure device events are set on realize.
Carlos Garnacho [Wed, 9 Jun 2010 15:50:26 +0000 (17:50 +0200)]
GtkWidget: ensure device events are set on realize.

https://bugzilla.gnome.org/show_bug.cgi?id=621690

13 years agoGtkWindow: Use client pointer on pointer-dependent positioning.
Carlos Garnacho [Tue, 8 Jun 2010 13:19:32 +0000 (15:19 +0200)]
GtkWindow: Use client pointer on pointer-dependent positioning.

GTK_WIN_POS_MOUSE and GTK_WIN_POS_CENTER* now work relatively to the client
pointer.

13 years agoGtkDnD: Use client pointer if no event is available.
Carlos Garnacho [Tue, 8 Jun 2010 13:27:40 +0000 (15:27 +0200)]
GtkDnD: Use client pointer if no event is available.

13 years agoGdkDeviceManager: Add gdk_device_manager_get_client_pointer().
Carlos Garnacho [Tue, 8 Jun 2010 13:16:59 +0000 (15:16 +0200)]
GdkDeviceManager: Add gdk_device_manager_get_client_pointer().

This function makes a better replacement for
gdk_display_get_core_pointer(), wherever it might yet be needed, for
XI2 resorts to XIGetClientPointer(), for the others return the only
core pointer.

https://bugzilla.gnome.org/show_bug.cgi?id=621685

13 years ago[gtk-example-application] Use the new api
Javier Jardón [Thu, 24 Jun 2010 00:02:10 +0000 (02:02 +0200)]
[gtk-example-application] Use the new api

13 years ago[testapplication] Fix some compilation warnings
Javier Jardón [Wed, 23 Jun 2010 23:51:33 +0000 (01:51 +0200)]
[testapplication] Fix some compilation warnings

13 years ago[gailprogressbar] Remove unused variables
Javier Jardón [Wed, 23 Jun 2010 23:42:14 +0000 (01:42 +0200)]
[gailprogressbar] Remove unused variables

13 years ago[testinput] Fix compilation warning: Use guint instead int
Javier Jardón [Wed, 23 Jun 2010 23:39:24 +0000 (01:39 +0200)]
[testinput] Fix compilation warning: Use guint instead int

13 years ago[gdkim] Remove unused function
Javier Jardón [Wed, 23 Jun 2010 23:37:29 +0000 (01:37 +0200)]
[gdkim] Remove unused function

13 years agoRemove unnused variable
Javier Jardón [Wed, 23 Jun 2010 23:32:23 +0000 (01:32 +0200)]
Remove unnused variable

13 years agoFix warning: should pass gboolean*, not gboolean**
Javier Jardón [Wed, 23 Jun 2010 23:31:01 +0000 (01:31 +0200)]
Fix warning: should pass gboolean*, not gboolean**

13 years agoUpdated Galician translations
Fran Diéguez [Wed, 23 Jun 2010 23:00:49 +0000 (01:00 +0200)]
Updated Galician translations

13 years agoFixing debug build (s/extended layout/size request/ in GTK_NOTE flags).
Tristan Van Berkom [Wed, 23 Jun 2010 21:53:30 +0000 (17:53 -0400)]
Fixing debug build (s/extended layout/size request/ in GTK_NOTE flags).

13 years agoDo not leak devices list in do_focus_change
Paolo Borelli [Wed, 23 Jun 2010 10:43:30 +0000 (12:43 +0200)]
Do not leak devices list in do_focus_change

13 years agoAdded Armenian translation - po file.
noch [Wed, 23 Jun 2010 09:46:37 +0000 (14:46 +0500)]
Added Armenian translation - po file.

13 years agoModified Armenian translation - po file.
noch [Wed, 23 Jun 2010 09:33:09 +0000 (14:33 +0500)]
Modified Armenian translation - po file.

13 years agoAdded Armenian translation - po file. Modified LINGUAS.
noch [Wed, 23 Jun 2010 07:28:08 +0000 (12:28 +0500)]
Added Armenian translation - po file. Modified LINGUAS.

13 years ago[gtk] Add gtk_font_selection_dialog_get_font_selection()
Javier Jardón [Tue, 22 Jun 2010 23:28:35 +0000 (01:28 +0200)]
[gtk] Add gtk_font_selection_dialog_get_font_selection()

This is needed to access the fontsel sealed member.

13 years ago[test] Exclude message-area as it's a object property
Javier Jardón [Tue, 22 Jun 2010 20:26:18 +0000 (22:26 +0200)]
[test] Exclude message-area as it's a object property

13 years agoAdd new api to gtk.symbols
Javier Jardón [Tue, 22 Jun 2010 19:50:33 +0000 (21:50 +0200)]
Add new api to gtk.symbols

Add newly added api gtk_accessible_set_widget() and
gtk_message_dialog_get_message_area()

13 years agoUpdated Spanish translation
Jorge González [Tue, 22 Jun 2010 19:15:07 +0000 (21:15 +0200)]
Updated Spanish translation

13 years ago[gtkaccessible] Use the correct guards in gtk_accessible_set_widget()
Javier Jardón [Tue, 22 Jun 2010 19:10:23 +0000 (21:10 +0200)]
[gtkaccessible] Use the correct guards in gtk_accessible_set_widget()

Also, allow the widget variable to be NULL

13 years agoGenerate correct grab broken event for WM_KILLFOCUS
Tor Lillqvist [Tue, 22 Jun 2010 18:15:59 +0000 (21:15 +0300)]
Generate correct grab broken event for WM_KILLFOCUS

WM_KILLFOCUS means that a keyboard grab (not a pointer grab), if any,
has been broken. I don't think this bug has matterd much as gtk
generates a grab-broken-event signal for both keybord and pointer
grabs being broken anyway.

13 years agobgo#328069 - Add gtk_message_dialog_get_message_area()
Federico Mena Quintero [Tue, 22 Jun 2010 18:10:52 +0000 (13:10 -0500)]
bgo#328069 - Add gtk_message_dialog_get_message_area()

Signed-off-by: Federico Mena Quintero <federico@novell.com>
13 years agobgo#622371 - Add gtk_accessible_set_widget() - the widget field was GSEAL()ed.
Vincent Untz [Tue, 22 Jun 2010 10:24:38 +0000 (12:24 +0200)]
bgo#622371 - Add gtk_accessible_set_widget() - the widget field was GSEAL()ed.

https://bugzilla.gnome.org/show_bug.cgi?id=622371

13 years ago[docs] Fixes issue with GtkEntryBuffer signal documentation
Chris Kühl [Mon, 21 Jun 2010 16:29:38 +0000 (18:29 +0200)]
[docs] Fixes issue with GtkEntryBuffer signal documentation

13 years agogtkenums.h: Remove trailing comma to fix warning.
Murray Cumming [Mon, 21 Jun 2010 13:21:44 +0000 (15:21 +0200)]
gtkenums.h: Remove trailing comma to fix warning.

13 years agoUpdated Slovenian translation
Klemen Košir [Sun, 20 Jun 2010 09:40:58 +0000 (11:40 +0200)]
Updated Slovenian translation

13 years agoDo not distribute GIRs
Javier Jardón [Sun, 20 Jun 2010 06:20:42 +0000 (08:20 +0200)]
Do not distribute GIRs

13 years ago[gdkpango] Fix typo
Javier Jardón [Sat, 19 Jun 2010 23:14:17 +0000 (01:14 +0200)]
[gdkpango] Fix typo

13 years agoRemove unused gtk_style_get_font_internal() function
Javier Jardón [Sat, 19 Jun 2010 22:49:15 +0000 (00:49 +0200)]
Remove unused gtk_style_get_font_internal() function

This function is no longer necesary as draw_string() function
was dropped from GtkStyle
See commit 5300dc2b36c1e533bea45046549f4cf9d3bdb687

13 years agoRemove gdk_input_* callbacks on file descriptors deprecated functions
Javier Jardón [Sat, 19 Jun 2010 22:46:38 +0000 (00:46 +0200)]
Remove gdk_input_* callbacks on file descriptors deprecated functions

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619687

13 years agoRemove GdkWChar deprecated code
Javier Jardón [Sat, 19 Jun 2010 21:01:14 +0000 (23:01 +0200)]
Remove GdkWChar deprecated code

13 years agoRemove deprecated gdk_text_* and gdk_string_* functions
Javier Jardón [Sat, 19 Jun 2010 22:14:43 +0000 (00:14 +0200)]
Remove deprecated gdk_text_* and gdk_string_* functions

Remove gdk_string_extents(), gdk_text_extents(),
gdk_text_extents_wc(), gdk_string_width(), gdk_text_width(),
gdk_text_width_wc(), gdk_string_measure(), gdk_text_measure(),
gdk_string_height(), gdk_text_height()

13 years agoRemove gdk_char_* deprecated functions
Javier Jardón [Sat, 19 Jun 2010 21:08:35 +0000 (23:08 +0200)]
Remove gdk_char_* deprecated functions

Remove gdk_char_width(), gdk_char_width_wc(), gdk_char_measure()
and gdk_char_height()

13 years agoRemove deprecated GdkDrawable functions
Javier Jardón [Sat, 19 Jun 2010 19:26:47 +0000 (21:26 +0200)]
Remove deprecated GdkDrawable functions

Remove gdk_drawable_get_data(), gdk_drawable_set_data(),
gdk_drawable_ref(), gdk_drawable_unref(),
gdk_draw_string(), gdk_draw_text(), gdk_draw_text_wc()

13 years agoPrevent concurrent use of GTK+ 2 and 3
Matthias Clasen [Sat, 19 Jun 2010 02:27:26 +0000 (22:27 -0400)]
Prevent concurrent use of GTK+ 2 and 3

If we detect a gtk2-only symbol, error out early.

13 years agoFix make check
Matthias Clasen [Sat, 19 Jun 2010 01:58:36 +0000 (21:58 -0400)]
Fix make check

13 years agoA forgotten rename
Matthias Clasen [Sat, 19 Jun 2010 01:58:19 +0000 (21:58 -0400)]
A forgotten rename

13 years agoapplication: Remove a variable and silence a compiler warning
Emmanuele Bassi [Fri, 18 Jun 2010 13:26:57 +0000 (14:26 +0100)]
application: Remove a variable and silence a compiler warning

13 years agoapplication: Revert the leak plug
Emmanuele Bassi [Fri, 18 Jun 2010 13:26:05 +0000 (14:26 +0100)]
application: Revert the leak plug

The &s in the signature of a GVariant means "pass me a pointer". To
avoid repeating the same mistake, use a const gchar* to declare the
key.

13 years agoapplication: Plug a leak
Emmanuele Bassi [Fri, 18 Jun 2010 11:06:39 +0000 (12:06 +0100)]
application: Plug a leak

The key returned by g_variant_iter_next() should be freed as well.

Also, clean up the coding style a bit.

13 years agoFixed some typos in new docs that are about GtkSizeRequest (not GtkSizeGroup)
Tristan Van Berkom [Fri, 18 Jun 2010 04:32:09 +0000 (00:32 -0400)]
Fixed some typos in new docs that are about GtkSizeRequest (not GtkSizeGroup)

13 years agoRemoved extendedlayoutexample.c (was a failed git mv --> testheightforwidth.c)
Tristan Van Berkom [Fri, 18 Jun 2010 04:12:55 +0000 (00:12 -0400)]
Removed extendedlayoutexample.c (was a failed git mv --> testheightforwidth.c)

13 years agoMass api change from GtkExtendedLayout --> GtkSizeRequest
Tristan Van Berkom [Fri, 18 Jun 2010 04:11:26 +0000 (00:11 -0400)]
Mass api change from GtkExtendedLayout --> GtkSizeRequest

This commit makes a few massive changes to the extended layout
code:
  a.) gtkextendedlayout.c --> gtksizerequest.c
  b.) _is_height_for_width --> get_request_mode()
  c.) get_desired_size(), get_desired_width(), get_desired_height() -->
      get_size(), get_width(), get_height()

This is the first partial commit and only effects portions
of the tree that have already been merged in master (in order to
easily cherry pick this commit).

Conflicts:

gtk/Makefile.am
gtk/gtk.h
gtk/gtk.symbols
gtk/gtkextendedlayout.h

13 years agoBump version
Matthias Clasen [Fri, 18 Jun 2010 01:09:50 +0000 (21:09 -0400)]
Bump version

13 years agoUpdates
Matthias Clasen [Thu, 17 Jun 2010 16:54:10 +0000 (12:54 -0400)]
Updates

13 years agoapplication: Fix marshaler for GVariant gtype change
Christian Persch [Thu, 17 Jun 2010 22:25:06 +0000 (00:25 +0200)]
application: Fix marshaler for GVariant gtype change

Use VARIANT instead of BOXED.

13 years ago[docs] Fix gtk_tree_sortable_set_sort_column_id()
Stanislas Marquis [Thu, 17 Jun 2010 16:21:32 +0000 (18:21 +0200)]
[docs] Fix gtk_tree_sortable_set_sort_column_id()

@sortable => @sort_column_id

Signed-off-by: Javier Jardón <jjardon@gnome.org>
13 years agoBump glib requirement
Matthias Clasen [Thu, 17 Jun 2010 15:57:02 +0000 (11:57 -0400)]
Bump glib requirement

13 years ago[docs/gtk-faq] Close <para> tag
Javier Jardón [Thu, 17 Jun 2010 15:42:28 +0000 (17:42 +0200)]
[docs/gtk-faq] Close <para> tag

13 years agoapplication: Allow sub-classes to override the Window creation
Emmanuele Bassi [Thu, 17 Jun 2010 14:41:12 +0000 (15:41 +0100)]
application: Allow sub-classes to override the Window creation

Sub-classes of GtkApplication might want to override the way an
application window is created - for instance, to hook into GtkBuilder
or to set up some basic UI or state.

A new GtkApplication::create_window() virtual function is added to the
GtkApplicationClass vtable, which returns the newly created GtkWindow.
The gtk_application_create_window() function calls the vfunc and adds
the returned window to the list of windows managed by the application
instance.

Calling gtk_application_add_window() will also set the default window,
if one is not already set.

This commit also removes a spurious g_object_ref_sink() on the newly
created GtkWindow.

13 years agogail: do not use removed GTK_WIDGET_*SET macros
Javier Jardón [Wed, 16 Jun 2010 18:37:54 +0000 (20:37 +0200)]
gail: do not use removed GTK_WIDGET_*SET macros

In the absence of new API to port to, left the code commented
with a /* FIXME */ state, for somebody with better gail knowledge
to fix.

13 years agoDeprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum
Javier Jardón [Thu, 13 May 2010 18:07:17 +0000 (20:07 +0200)]
Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum

This macro will be moved to a private header in GTK+3.

https://bugzilla.gnome.org/show_bug.cgi?id=615666

13 years ago[gtk/gtkmenu] Emit an "attach-widget" event in gtk_menu_attach_to_widget()
Javier Jardón [Wed, 16 Jun 2010 18:18:39 +0000 (20:18 +0200)]
[gtk/gtkmenu] Emit an "attach-widget" event in gtk_menu_attach_to_widget()

Reported by ageorge@datasys.net in bug
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=621683

13 years ago[docs] Fix missing comma in gtkrc docs
Javier Jardón [Wed, 16 Jun 2010 17:51:04 +0000 (19:51 +0200)]
[docs] Fix missing comma in gtkrc docs

Reported by Alexander Saprykin in bug
https://bugzilla.gnome.org/show_bug.cgi?id=621775

13 years ago[docs] Add 'Since: 2.16' tag to GtkEntryIconPosition
Stanislas Marquis [Wed, 16 Jun 2010 17:39:14 +0000 (19:39 +0200)]
[docs] Add 'Since: 2.16' tag to GtkEntryIconPosition

Signed-off-by: Javier Jardón <jjardon@gnome.org>
13 years ago[GtkApplication] Update for GApplication API changes
Colin Walters [Wed, 16 Jun 2010 15:02:39 +0000 (11:02 -0400)]
[GtkApplication] Update for GApplication API changes

Move appid parameter first to match GApplication.

13 years agoGtkMenuShell: Store device on GTK+ device grab.
Carlos Garnacho [Tue, 15 Jun 2010 23:13:42 +0000 (01:13 +0200)]
GtkMenuShell: Store device on GTK+ device grab.

gtk_menu_shell_deactivate() needs to know the device to end the
GTK+ grab.

13 years agoGtkMenuShell: take a single device for grabs.
Carlos Garnacho [Tue, 15 Jun 2010 23:09:41 +0000 (01:09 +0200)]
GtkMenuShell: take a single device for grabs.

The other device will always be the associated device.

13 years agoUpdated Spanish translation
Jorge González [Wed, 16 Jun 2010 04:02:53 +0000 (06:02 +0200)]
Updated Spanish translation

13 years agoconfigure.ac: Fix build if no XInput libraries are available.
Carlos Garnacho [Tue, 15 Jun 2010 21:24:34 +0000 (23:24 +0200)]
configure.ac: Fix build if no XInput libraries are available.

13 years agogdk_event_get_device(): Fallback to core pointer/keyboard.
Carlos Garnacho [Fri, 4 Jun 2010 15:06:57 +0000 (17:06 +0200)]
gdk_event_get_device(): Fallback to core pointer/keyboard.

Events could be injected by third party code, which could not have a
GdkDevice set for newer GdkEvent types holding a GdkDevice. This
function will now fallback to core pointer/keyboard, plus issuing
a warning about the problem.

13 years agoGtkTextView: Scroll on the pointer doing DnD.
Carlos Garnacho [Tue, 8 Jun 2010 13:29:10 +0000 (15:29 +0200)]
GtkTextView: Scroll on the pointer doing DnD.

13 years agoGtkWidget: Undef GDK_DISABLE_DEPRECATED
Carlos Garnacho [Tue, 8 Jun 2010 13:28:04 +0000 (15:28 +0200)]
GtkWidget: Undef GDK_DISABLE_DEPRECATED

This is needed for gdk_input_set_extension_events(), used by its GTK+
counterpart.

13 years agoGdkDeviceManagerXI2: Make focus events contain a GdkDevice.
Carlos Garnacho [Mon, 7 Jun 2010 13:30:37 +0000 (15:30 +0200)]
GdkDeviceManagerXI2: Make focus events contain a GdkDevice.

13 years agoGdkDeviceManagerCore: protect against xevent->xany.window not being a GdkWindow.
Carlos Garnacho [Fri, 4 Jun 2010 14:17:41 +0000 (16:17 +0200)]
GdkDeviceManagerCore: protect against xevent->xany.window not being a GdkWindow.

Conceivably this GdkEventTranslator may still be asked for events such as
NoExpose or GraphicsExpose for pixmaps. It is not meant to translate such events,
but should at least behave with them.

13 years agoFixed negative allocations from gtk_box_size_allocate()
Tristan Van Berkom [Tue, 15 Jun 2010 18:27:12 +0000 (14:27 -0400)]
Fixed negative allocations from gtk_box_size_allocate()

Fixed the allocation loop to check if it was allocated at least
enough space to hold its visible children before going and distributing
extra space among children. Fixes bgo #617444.

13 years agoMake GTK+ device grabs take precedence over GTK+ grabs
Carlos Garnacho [Tue, 15 Jun 2010 17:06:51 +0000 (19:06 +0200)]
Make GTK+ device grabs take precedence over GTK+ grabs

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=620440 (Reported by
Marek Kašík), where the print dialog modality would impair the pop-up
window from getting events. Device GTK+ grabs gain in specificness.

13 years agoUse a GPid on gdk_spawn_on_screen[_with_pipes]. Take 2
Javier Jardón [Tue, 15 Jun 2010 15:16:43 +0000 (17:16 +0200)]
Use a GPid on gdk_spawn_on_screen[_with_pipes]. Take 2

Really fixes
https://bugzilla.gnome.org/show_bug.cgi?id=602289

13 years ago[docs] Make GtkUIManager signal documentation more consistent
Javier Jardón [Tue, 15 Jun 2010 13:27:24 +0000 (15:27 +0200)]
[docs] Make GtkUIManager signal documentation more consistent

Reported by Alexander Saprykin in bug
https://bugzilla.gnome.org/show_bug.cgi?id=621631

13 years agoDocmentation improvements
Matthias Clasen [Tue, 15 Jun 2010 05:23:30 +0000 (01:23 -0400)]
Docmentation improvements

Don't mention removed _defaults functions in the docs, also try
to clarify the situation around fill and expand defaults.

13 years agoGtkCalendar: some functions always return TRUE, so change them to void
Thomas Wood [Tue, 15 Jun 2010 04:00:40 +0000 (00:00 -0400)]
GtkCalendar: some functions always return TRUE, so change them to void

Certain functions for GtkCalendar always return the same value. Therefore
they do not actually need to return a value at all.
Bug #621136.

13 years agoAdd a variant of gtk_icon_theme_load_symbolic that takes a style
Matthias Clasen [Tue, 15 Jun 2010 03:46:46 +0000 (23:46 -0400)]
Add a variant of gtk_icon_theme_load_symbolic that takes a style

As proposed by Owen in bug 621578 to reduce code duplication.

13 years agoRemove some useless defines
Matthias Clasen [Thu, 10 Jun 2010 12:38:11 +0000 (08:38 -0400)]
Remove some useless defines

13 years agowin32: Avoid type warning for offscreen windows in xp theme
Martin Schlemmer [Mon, 14 Jun 2010 18:47:57 +0000 (20:47 +0200)]
win32: Avoid type warning for offscreen windows in xp theme

See bug #598299

13 years ago[GtkApplication] Update for GApplication API changes
Colin Walters [Tue, 8 Jun 2010 22:06:03 +0000 (18:06 -0400)]
[GtkApplication] Update for GApplication API changes

We now implement "quit" and "action" signals here.

https://bugzilla.gnome.org/show_bug.cgi?id=621003

13 years agoAnnotate the methods to get TextBuffer iters
Paolo Borelli [Mon, 14 Jun 2010 17:04:47 +0000 (19:04 +0200)]
Annotate the methods to get TextBuffer iters

13 years agoFix typo in docs for GtkFileChooser
Claudio Saavedra [Mon, 14 Jun 2010 14:38:58 +0000 (17:38 +0300)]
Fix typo in docs for GtkFileChooser

Reported by Martin Olsson in
https://bugzilla.gnome.org/show_bug.cgi?id=621479

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sun, 13 Jun 2010 21:18:03 +0000 (23:18 +0200)]
Updated Norwegian bokmål translation

13 years agoUpdated Galician translations
Fran Diéguez [Sun, 13 Jun 2010 16:06:27 +0000 (18:06 +0200)]
Updated Galician translations

13 years agoUpdated Galician translations
Fran Diéguez [Sat, 12 Jun 2010 16:57:37 +0000 (18:57 +0200)]
Updated Galician translations

13 years agoFix the build broken in previous commit
Paolo Borelli [Sat, 12 Jun 2010 10:54:04 +0000 (12:54 +0200)]
Fix the build broken in previous commit

13 years agowin32: Fix the xp there to correctly clip when drawing
Martin Schlemmer [Fri, 11 Jun 2010 18:20:07 +0000 (20:20 +0200)]
win32: Fix the xp there to correctly clip when drawing

This makes the xp theme work again, and also enables it.