]> Pileus Git - ~andy/gtk/log
~andy/gtk
13 years agogdk: Remove _gdk_drawable_get_scratch_gc()
Benjamin Otte [Tue, 20 Jul 2010 00:25:09 +0000 (02:25 +0200)]
gdk: Remove _gdk_drawable_get_scratch_gc()

The function is unused now.

13 years agogdk: Draw redirected windows using Cairo
Benjamin Otte [Tue, 20 Jul 2010 00:19:29 +0000 (02:19 +0200)]
gdk: Draw redirected windows using Cairo

13 years agogdk: Refactor redirection code
Benjamin Otte [Tue, 20 Jul 2010 00:02:26 +0000 (02:02 +0200)]
gdk: Refactor redirection code

This will make future patches easier

13 years agogdk: Simplify code
Benjamin Otte [Mon, 19 Jul 2010 23:21:38 +0000 (01:21 +0200)]
gdk: Simplify code

Use new Cairo APIs to make the code simpler.

13 years agogdk: Remove excess variables
Benjamin Otte [Mon, 19 Jul 2010 22:56:46 +0000 (00:56 +0200)]
gdk: Remove excess variables

13 years agogdk: Do end_implicit_paint copy with Cairo
Benjamin Otte [Mon, 19 Jul 2010 21:49:09 +0000 (23:49 +0200)]
gdk: Do end_implicit_paint copy with Cairo

13 years agogdk: Implement gdk_window_get_source_drawable() using Cairo
Benjamin Otte [Mon, 19 Jul 2010 21:31:24 +0000 (23:31 +0200)]
gdk: Implement gdk_window_get_source_drawable() using Cairo

Do we have a test case for this?

13 years agogdk: Implement end_implicit_paint() with Cairo
Benjamin Otte [Mon, 19 Jul 2010 11:29:47 +0000 (13:29 +0200)]
gdk: Implement end_implicit_paint() with Cairo

13 years agoAPI: remove gdk_draw_rectangle()
Benjamin Otte [Sat, 17 Jul 2010 02:50:49 +0000 (04:50 +0200)]
API: remove gdk_draw_rectangle()

13 years agostyle: Replace last gdk_draw_rectangle() with Cairo
Benjamin Otte [Thu, 15 Jul 2010 17:23:27 +0000 (19:23 +0200)]
style: Replace last gdk_draw_rectangle() with Cairo

13 years agoAPI: remove gdk_draw_point(s)
Benjamin Otte [Thu, 15 Jul 2010 16:07:42 +0000 (18:07 +0200)]
API: remove gdk_draw_point(s)

13 years agoAPI: remove gdk_draw_{line,lines,segments}
Benjamin Otte [Thu, 15 Jul 2010 15:58:50 +0000 (17:58 +0200)]
API: remove gdk_draw_{line,lines,segments}

Those were the 3 intermixed line drawing calls.

13 years agotestgtk: Remove image from drawable test
Benjamin Otte [Thu, 15 Jul 2010 13:08:56 +0000 (15:08 +0200)]
testgtk: Remove image from drawable test

The test only tested old APIs.

13 years agostyle: replace draw_frame_gap with Cairo calls
Benjamin Otte [Wed, 14 Jul 2010 22:55:26 +0000 (00:55 +0200)]
style: replace draw_frame_gap with Cairo calls

13 years agostyle: Replace draw_diamond vfunc with Cairo calls
Benjamin Otte [Wed, 14 Jul 2010 22:35:15 +0000 (00:35 +0200)]
style: Replace draw_diamond vfunc with Cairo calls

13 years agotests: remove "draw drawable" button from testwindows test
Benjamin Otte [Wed, 14 Jul 2010 21:12:48 +0000 (23:12 +0200)]
tests: remove "draw drawable" button from testwindows test

draw_drawable is gone soon. And testing the proper functioning of
drawing calls is Cairo's job anyway.

13 years agoAPI: remove gdk_draw_polygon()
Benjamin Otte [Wed, 14 Jul 2010 17:23:45 +0000 (19:23 +0200)]
API: remove gdk_draw_polygon()

13 years agoAPI: remove gtk_paint_polygon()
Benjamin Otte [Wed, 14 Jul 2010 17:13:59 +0000 (19:13 +0200)]
API: remove gtk_paint_polygon()

Almost noone uses it in real applications and it's broken in most theme
engines.

13 years agoiconview: Remove debug drawing code
Benjamin Otte [Wed, 14 Jul 2010 15:59:41 +0000 (17:59 +0200)]
iconview: Remove debug drawing code

It uses APIs I'm about to deprecate.

13 years agostyle: apply cleanup patch from bug 576988
Benjamin Otte [Wed, 14 Jul 2010 15:45:26 +0000 (17:45 +0200)]
style: apply cleanup patch from bug 576988

Ideally this patch would be split up into chunks, but the git branch it
came from doesn't exist anymore. Only this patch is left in a bug
report.

It it's adapted to use accessors and contains some fixes that were
spotted while using the patch.

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

13 years agoAPI: remove gdk_draw_glyphs() and gdk_draw_glyphs_transformed()
Benjamin Otte [Wed, 14 Jul 2010 14:03:51 +0000 (16:03 +0200)]
API: remove gdk_draw_glyphs() and gdk_draw_glyphs_transformed()

13 years agoAPI: remove gdk_draw_trapezoids() and GdkTrapezoid struct
Benjamin Otte [Wed, 14 Jul 2010 12:37:23 +0000 (14:37 +0200)]
API: remove gdk_draw_trapezoids() and GdkTrapezoid struct

13 years agoAPI: remove gdk_draw_arc()
Benjamin Otte [Wed, 14 Jul 2010 12:07:21 +0000 (14:07 +0200)]
API: remove gdk_draw_arc()

13 years agogdk: Remove testgdk code
Benjamin Otte [Wed, 14 Jul 2010 12:01:01 +0000 (14:01 +0200)]
gdk: Remove testgdk code

The file wasn't build anyway and it's using all the APIs that are
getting removed.

13 years agoAPI: remove GdkImage
Benjamin Otte [Tue, 13 Jul 2010 22:22:45 +0000 (00:22 +0200)]
API: remove GdkImage

It was unused and buggy.

13 years agoAPI: remove gdk_drawable_copy_to_image()
Benjamin Otte [Tue, 13 Jul 2010 21:28:20 +0000 (23:28 +0200)]
API: remove gdk_drawable_copy_to_image()

13 years agoAPI: remove gdk_drawable_get_image()
Benjamin Otte [Tue, 13 Jul 2010 21:10:33 +0000 (23:10 +0200)]
API: remove gdk_drawable_get_image()

13 years agoAPI: remove gdk_pixbuf_get_from_image()
Benjamin Otte [Tue, 13 Jul 2010 20:50:25 +0000 (22:50 +0200)]
API: remove gdk_pixbuf_get_from_image()

13 years agocolorsel: Use gdk_pixbuf_get_from_drawable()
Benjamin Otte [Tue, 13 Jul 2010 20:12:50 +0000 (22:12 +0200)]
colorsel: Use gdk_pixbuf_get_from_drawable()

Instead of fiddling with GdkImage directly.

13 years agoImplement gdk_pixbuf_get_from_drawable() with Cairo
Benjamin Otte [Tue, 13 Jul 2010 19:39:16 +0000 (21:39 +0200)]
Implement gdk_pixbuf_get_from_drawable() with Cairo

Use gdk_pixbuf_get_from_surface() instead of
gdk_pixbuf_get_from_image().

13 years agoAPI: Add gdk_pixbuf_get_from_surface()
Benjamin Otte [Tue, 13 Jul 2010 17:44:41 +0000 (19:44 +0200)]
API: Add gdk_pixbuf_get_from_surface()

New API to copy any cairo surface into a pixbuf.

13 years agoAPI: remove gdk_draw_image()
Benjamin Otte [Tue, 13 Jul 2010 16:22:51 +0000 (18:22 +0200)]
API: remove gdk_draw_image()

13 years agoAPI: Get rid of GdkRGB
Benjamin Otte [Tue, 13 Jul 2010 15:50:41 +0000 (17:50 +0200)]
API: Get rid of GdkRGB

13 years agodemos: Convert testpixbuf-save to Cairo
Benjamin Otte [Tue, 13 Jul 2010 15:49:33 +0000 (17:49 +0200)]
demos: Convert testpixbuf-save to Cairo

13 years agodemos: Remove testpixbuf
Benjamin Otte [Tue, 13 Jul 2010 15:11:22 +0000 (17:11 +0200)]
demos: Remove testpixbuf

Another test mainly utilizing inline pixbufs and GdkRGB, both of which
are kinda outdated.

13 years agodemos: remove testpixbuf-drawable
Benjamin Otte [Tue, 13 Jul 2010 15:08:33 +0000 (17:08 +0200)]
demos: remove testpixbuf-drawable

It only tested GdkRGB, and we're about to kill that.

13 years agotestgtk: Remove alpha drawing test
Benjamin Otte [Tue, 13 Jul 2010 13:54:04 +0000 (15:54 +0200)]
testgtk: Remove alpha drawing test

We use Cairo for that these days.

13 years agoReplace gdk_rgb_find_color()
Benjamin Otte [Tue, 13 Jul 2010 13:52:56 +0000 (15:52 +0200)]
Replace gdk_rgb_find_color()

Use gdk_colormap_alloc_color() instead.

13 years agodebug: remove GdkRGB debuggability
Benjamin Otte [Tue, 13 Jul 2010 00:53:51 +0000 (02:53 +0200)]
debug: remove GdkRGB debuggability

GdkRGB is on its way out, so there's no need to have a debugging
category for it.

13 years agogdk: Remove unused gdkrgb.h includes
Benjamin Otte [Tue, 13 Jul 2010 00:48:08 +0000 (02:48 +0200)]
gdk: Remove unused gdkrgb.h includes

13 years agoAPI: remove gdk_screen_get_rgb_colormap/visual()
Benjamin Otte [Tue, 13 Jul 2010 00:40:12 +0000 (02:40 +0200)]
API: remove gdk_screen_get_rgb_colormap/visual()

People want to use gdk_screen_get_default_colormap/visual().
Also, GdkRGB is about to die.

13 years agotests: remove testrgb test
Benjamin Otte [Tue, 13 Jul 2010 00:25:41 +0000 (02:25 +0200)]
tests: remove testrgb test

This is in preparation for the GdkRGB removal

13 years agoimage: remove GdkImage as a possible image type
Benjamin Otte [Mon, 12 Jul 2010 15:34:19 +0000 (17:34 +0200)]
image: remove GdkImage as a possible image type

GdkImage is about to be deprecated.

13 years agoAPI: Remove gdk_draw_pixbuf()
Benjamin Otte [Mon, 12 Jul 2010 14:50:00 +0000 (16:50 +0200)]
API: Remove gdk_draw_pixbuf()

13 years agoAdd missing cairo_destroy() call
Kristian Rietveld [Sun, 8 Aug 2010 16:02:35 +0000 (18:02 +0200)]
Add missing cairo_destroy() call

13 years agodocs: Add sgml goo for new notebook APIs
Benjamin Otte [Tue, 10 Aug 2010 18:52:58 +0000 (20:52 +0200)]
docs: Add sgml goo for new notebook APIs

13 years agodocs: Add sgml goo for new GtkExpander APIs
Benjamin Otte [Tue, 10 Aug 2010 18:52:36 +0000 (20:52 +0200)]
docs: Add sgml goo for new GtkExpander APIs

13 years agodocs: Add sgml goo for gdk_display_is_closed()
Benjamin Otte [Tue, 10 Aug 2010 18:51:58 +0000 (20:51 +0200)]
docs: Add sgml goo for gdk_display_is_closed()

13 years agofilechooser: Remove unused functions.
Benjamin Otte [Tue, 10 Aug 2010 18:50:48 +0000 (20:50 +0200)]
filechooser: Remove unused functions.

The last user is gone since 3a1ba3bd1ed261c8ea964f1dfcdfd29acbc477f8

13 years agoDon't activate insensitive widgets
Matthias Clasen [Tue, 10 Aug 2010 17:42:17 +0000 (13:42 -0400)]
Don't activate insensitive widgets

This was reported by Christian Becke in bug 626052.

13 years agobgo#625416 - Don't reload the filechooser's folder during a re-map event
Federico Mena Quintero [Tue, 10 Aug 2010 16:36:03 +0000 (11:36 -0500)]
bgo#625416 - Don't reload the filechooser's folder during a re-map event

Long ago, before we had file monitoring at the GIO/Glib level, we would
reload the current folder each time a file chooser gets (re)mapped.
This was basically to let the GIMP recycle the same file chooser for all
file/open or file/save operations, instead of creating a new one every time.
In that case, we reloaded the folder with each ::map() event so that the
file chooser would present an up-to-date view of the folder that was being
displayed.  Now, the folder should always be up-to-date as we do
file monitoring all the time.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
13 years agoAllow to unset the tree selection function
Matthias Clasen [Tue, 10 Aug 2010 11:30:21 +0000 (07:30 -0400)]
Allow to unset the tree selection function

This is not causing problems, and seems natural. Bug 626276.

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Tue, 10 Aug 2010 08:35:59 +0000 (11:35 +0300)]
Updated Hebrew translation.

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Tue, 10 Aug 2010 08:33:34 +0000 (11:33 +0300)]
Updated Hebrew translation.

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Tue, 10 Aug 2010 08:31:22 +0000 (11:31 +0300)]
Updated Hebrew translation.

13 years agoBug 596125 — Property string fixes
Philip Withnall [Tue, 10 Aug 2010 08:23:49 +0000 (09:23 +0100)]
Bug 596125 — Property string fixes

13 years agoFix a sporadic segfault in treeview keynav
Matthias Clasen [Tue, 10 Aug 2010 04:31:46 +0000 (00:31 -0400)]
Fix a sporadic segfault in treeview keynav

If a a treeview has frequent periodic additions and removals of
rows, it is possible that a page down keypress moves the cursor
out of the height of the treeview. In some of these cases, we
can be tricked into dereferencing a  NULL pointer.

Bug 612919.

13 years agoSet translation domain for parameter_string in gtk_init_with_args
Gabor Kelemen [Tue, 10 Aug 2010 04:11:40 +0000 (00:11 -0400)]
Set translation domain for parameter_string in gtk_init_with_args

This was requested in bug 554926.

13 years agoabout: Add :license-type property
Emmanuele Bassi [Tue, 10 Aug 2010 04:00:15 +0000 (00:00 -0400)]
about: Add :license-type property

The :license-type property of GtkAboutDialog allows using a symbolic
enumeration value that will construct a placeholder license preamble
linking to a specific URL. This allows localization of the licensing
text without using a translation of the actual license, since it would
not be valid.
Bug 336225.

13 years agoMake it possible to make the expander label fill the entire space
Matthias Clasen [Tue, 10 Aug 2010 03:08:39 +0000 (23:08 -0400)]
Make it possible to make the expander label fill the entire space

This adds a boolean GtkExpander::label-fill property and uses it
when allocating space to the label. Based on a patch by Matt Barnes,
bug 614049.

13 years agoFix gail_notebook_get_selection_count()
Matthias Clasen [Tue, 10 Aug 2010 02:22:03 +0000 (22:22 -0400)]
Fix gail_notebook_get_selection_count()

This function should return 0 for empty notebooks. Based on
a patch by Mike Gorse, bug 557263.

13 years agogtkaccellabel: Remove unused class members
Javier Jardón [Thu, 20 May 2010 00:39:45 +0000 (02:39 +0200)]
gtkaccellabel: Remove unused class members

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

13 years agoClarify the docs for gtk_widget_set_has_window()
Matthias Clasen [Tue, 10 Aug 2010 01:39:20 +0000 (21:39 -0400)]
Clarify the docs for gtk_widget_set_has_window()

The previous version of the docs did not make it clear that has-window
is the defaults. Pointed out by Magnus Hjorth, bug 615474.

13 years agoClarify memory management of tree models
Christian Dywan [Tue, 10 Aug 2010 01:35:26 +0000 (21:35 -0400)]
Clarify memory management of tree models

It helps to be explicit about these things.
Bug 609264.

13 years agoDrop xim-related configure options from the docs
Hiroyuki Ikezoe [Tue, 10 Aug 2010 01:31:25 +0000 (21:31 -0400)]
Drop xim-related configure options from the docs

These options have been dropped from configure a while ago,
so they should no longer be in the docs either. Bug 605190.

13 years agoAdd missing accessors for notebook details
Sam Thursfield [Tue, 10 Aug 2010 01:20:07 +0000 (21:20 -0400)]
Add missing accessors for notebook details

The ms-windows theme engine needs to access the tab-{h,v}border,
so add accessors. Bug 625655.

13 years agoTowards GSEAL-clean build on win32
Sam Thursfield [Tue, 10 Aug 2010 01:17:37 +0000 (21:17 -0400)]
Towards GSEAL-clean build on win32

Use accessors instead of direct member access in a few places.
Bug 625655.

13 years agoImplement GailAdjustment::get_minimium_increment
Szilárd Pfeiffer [Tue, 10 Aug 2010 01:12:46 +0000 (21:12 -0400)]
Implement GailAdjustment::get_minimium_increment

...and use it in GailRange and GailSpinButton. Bug 625953.

13 years agoMake Gail work with custom treemodels
Szilárd Pfeiffer [Tue, 10 Aug 2010 01:09:30 +0000 (21:09 -0400)]
Make Gail work with custom treemodels

Gail did set the role to ATK_ROLE_TABLE for anything that is
not a GtkTreeStore. The propery way to do this is to look at the
tree model flags for list-onlyness. Bug 580291.

13 years agoRevert "Added UG translation"
Javier Jardón [Mon, 9 Aug 2010 11:21:24 +0000 (13:21 +0200)]
Revert "Added UG translation"

ug.po is not in po-properties directory

This reverts commit 623c6239acfaafbabfe091d15904663396cb8b75.

13 years agoupdate for Punjabi in master by A S Alam
A S Alam [Tue, 10 Aug 2010 00:40:54 +0000 (06:10 +0530)]
update for Punjabi in master by A S Alam

13 years agoAdded UG translation
Sahran [Sun, 8 Aug 2010 11:11:50 +0000 (13:11 +0200)]
Added UG translation

13 years agoAdded UG translation
Sahran [Sun, 8 Aug 2010 11:10:49 +0000 (13:10 +0200)]
Added UG translation

13 years agoFix GtkIMContextClass inheritance
Javier Jardón [Mon, 19 Jul 2010 15:22:32 +0000 (17:22 +0200)]
Fix GtkIMContextClass inheritance

Should be GObjectClass instead GtkObjectClass

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

13 years agogtkcombobox: Only use the child if It is a GtkCellLayout
Javier Jardón [Fri, 23 Jul 2010 09:59:36 +0000 (11:59 +0200)]
gtkcombobox: Only use the child if It is a GtkCellLayout

This error was introduced in
commit 4427760bcc330f60ec5778be04274f9f8073a84d

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

13 years agoElaborate interaction of gtk_widget_grab_default() and GtkEntry widgets
Dan Williams [Sun, 8 Aug 2010 04:14:47 +0000 (23:14 -0500)]
Elaborate interaction of gtk_widget_grab_default() and GtkEntry widgets

13 years agoFixed expressions in gtk_button_size_allocate()
Tristan Van Berkom [Sat, 7 Aug 2010 21:41:29 +0000 (17:41 -0400)]
Fixed expressions in gtk_button_size_allocate()

Children were getting negative allocations by misusage
of MAX() macro (bad signedness of expressions).

13 years agoCompletely remove any use of GtkWindow allow-grow and allow-shrink properties
Javier Jardón [Sat, 7 Aug 2010 15:07:17 +0000 (17:07 +0200)]
Completely remove any use of GtkWindow allow-grow and allow-shrink properties

These have been deprecated and removed from master.
GtkWindow:resizable should be used instead.
This completes commit 1a03a65e36b6288f7854da30bf89b86ad3592726

Reported by Benjamin Otte

13 years agoAdd gdk_display_is_closed
John Stowers [Wed, 14 Jul 2010 08:48:54 +0000 (20:48 +1200)]
Add gdk_display_is_closed

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

13 years agoFixed alignment of wrapping labels allocated a greater width than needed
Tristan Van Berkom [Sat, 7 Aug 2010 02:44:11 +0000 (22:44 -0400)]
Fixed alignment of wrapping labels allocated a greater width than needed

When wrapping labels to allocation width, never set the label wrap
width to a size greater than needed for the label's text (closes bug 625715)

13 years agolabel: Make angle part of GtkLabelPrivate
Benjamin Otte [Fri, 6 Aug 2010 23:06:29 +0000 (01:06 +0200)]
label: Make angle part of GtkLabelPrivate

13 years agoFix improperly unwinded loops
Tadej Borovšak [Fri, 6 Aug 2010 23:58:29 +0000 (01:58 +0200)]
Fix improperly unwinded loops

13 years agoFixed bad typo causing bad vertical requests on frames with no label.
Tristan Van Berkom [Fri, 6 Aug 2010 22:57:41 +0000 (18:57 -0400)]
Fixed bad typo causing bad vertical requests on frames with no label.

13 years agoImplement fair extra space allocation
Tadej Borovšak [Fri, 6 Aug 2010 20:07:42 +0000 (22:07 +0200)]
Implement fair extra space allocation

13 years agoMake GtkFrame allocate its label considering natural size requests
Tristan Van Berkom [Fri, 6 Aug 2010 19:58:12 +0000 (15:58 -0400)]
Make GtkFrame allocate its label considering natural size requests

Also like the GtkExpander, the label widget is allocated the minimum
height for its allocated width and the remaining space is given to
the child, test case included.

13 years agoUpdated Swedish translation
Daniel Nylander [Fri, 6 Aug 2010 12:11:43 +0000 (14:11 +0200)]
Updated Swedish translation

13 years agoUpdated Swedish translation
Daniel Nylander [Fri, 6 Aug 2010 12:10:27 +0000 (14:10 +0200)]
Updated Swedish translation

13 years agoImplemented GtkSizeRequest on GtkExpander and added test
Tristan Van Berkom [Thu, 5 Aug 2010 16:48:13 +0000 (12:48 -0400)]
Implemented GtkSizeRequest on GtkExpander and added test

Now the expander requests and distributes space naturally,
the expander widget prioritizes the child widget vertically
and only allocates the minimum height for width to the label
widget.

13 years agoMigrated old loops to use gtk_distribute_allocation().
Tristan Van Berkom [Thu, 5 Aug 2010 16:47:33 +0000 (12:47 -0400)]
Migrated old loops to use gtk_distribute_allocation().

13 years agoAdded gtk_distribute_allocation()
Tristan Van Berkom [Thu, 5 Aug 2010 16:45:48 +0000 (12:45 -0400)]
Added gtk_distribute_allocation()

Added a convenience api for containers to use when allocating
children (used to distribute space evenly to children).

13 years agoUpdated Galician translations
Fran Diéguez [Thu, 5 Aug 2010 14:16:43 +0000 (16:16 +0200)]
Updated Galician translations

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Thu, 5 Aug 2010 10:32:41 +0000 (13:32 +0300)]
Updated Hebrew translation.

13 years agoUpdated Spanish translation
Jorge González [Thu, 5 Aug 2010 09:46:38 +0000 (11:46 +0200)]
Updated Spanish translation

13 years agoStop assuming that priv->label_widget will be a GtkLabel.
Tomeu Vizoso [Mon, 12 Jul 2010 15:02:06 +0000 (17:02 +0200)]
Stop assuming that priv->label_widget will be a GtkLabel.

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

13 years agoAdd _gtk_box_get_children() internal function
Carlos Garcia Campos [Mon, 26 Jul 2010 13:24:15 +0000 (15:24 +0200)]
Add _gtk_box_get_children() internal function

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

13 years agoAvoid warnings with tooltips on toplevels
Matthias Clasen [Thu, 5 Aug 2010 04:12:41 +0000 (00:12 -0400)]
Avoid warnings with tooltips on toplevels

This was reported for tooltips on statusicons in bug 625235, but
it was affecting regular toplevel windows as well.

13 years agoRe-add a lost Since: line
Matthias Clasen [Thu, 5 Aug 2010 02:58:14 +0000 (22:58 -0400)]
Re-add a lost Since: line

Pointed out in bug 579583

13 years agoDon't allocate space for "" in scale marks
Matthias Clasen [Thu, 5 Aug 2010 01:47:54 +0000 (21:47 -0400)]
Don't allocate space for "" in scale marks

Turns out GtkBuilder ends up creating marks with non-NULL
empty texts, so ignore those. Bug 614443, reported by Filippo Argiolas.

13 years agoAdd (transfer none) annotation to gtk_tree_selection_get_selected_rows()
Philip Withnall [Fri, 30 Jul 2010 11:55:56 +0000 (13:55 +0200)]
Add (transfer none) annotation to gtk_tree_selection_get_selected_rows()

Closes: bgo#625650
13 years agoAdd (inout) annotation to gtk_tree_model_iter_next()
Philip Withnall [Fri, 30 Jul 2010 11:51:39 +0000 (13:51 +0200)]
Add (inout) annotation to gtk_tree_model_iter_next()

Closes: bgo#625650