]> Pileus Git - ~andy/gtk/log
~andy/gtk
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

14 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.

14 years agoannotate gtk_color_selection_get_current_color color param as out
John (J5) Palmieri [Thu, 10 Jun 2010 18:53:12 +0000 (14:53 -0400)]
annotate gtk_color_selection_get_current_color color param as out

14 years agoAdd a missing accessor for GdkDragContext->source_window.
Cosimo Cecchi [Thu, 10 Jun 2010 13:52:45 +0000 (15:52 +0200)]
Add a missing accessor for GdkDragContext->source_window.

14 years agogdk: fix typo in the docs for gdk_drag_context_get_selected_action()
Michael Natterer [Thu, 10 Jun 2010 11:15:12 +0000 (13:15 +0200)]
gdk: fix typo in the docs for gdk_drag_context_get_selected_action()
(cherry picked from commit e494ec1d61e627db44a6bcc678ee8b37c8eb038c)

14 years agoUse a GPid on gdk_spawn_on_screen[_with_pipes] instead a gint
Javier Jardón [Sun, 6 Jun 2010 13:40:46 +0000 (15:40 +0200)]
Use a GPid on gdk_spawn_on_screen[_with_pipes] instead a gint

Reported by Nick Schermer in bug
https://bugzilla.gnome.org/show_bug.cgi?id=602289

14 years agoconstify gtk_init_with_args()'s GOptionEntry argument
Javier Jardón [Wed, 9 Jun 2010 17:12:27 +0000 (19:12 +0200)]
constify gtk_init_with_args()'s GOptionEntry argument

Reported by Nick Schermer in bug
https://bugzilla.gnome.org/show_bug.cgi?id=621111

14 years ago[docs] GdkPixmap fix: gdk_pixmap_draw() does not exist.
Stanislas Marquis [Thu, 10 Jun 2010 00:17:23 +0000 (02:17 +0200)]
[docs] GdkPixmap fix: gdk_pixmap_draw() does not exist.

Using gdk_draw_drawable() instead.

14 years ago[docs] Saturation is the intensity of the color, not the "deepness"
Javier Jardón [Wed, 9 Jun 2010 18:01:53 +0000 (20:01 +0200)]
[docs] Saturation is the intensity of the color, not the "deepness"

Reported by Seán de Búrca in bug
https://bugzilla.gnome.org/show_bug.cgi?id=466475

14 years agoAdd an accessor for GtkViewport->view_window (#621081).
Cosimo Cecchi [Wed, 9 Jun 2010 11:02:46 +0000 (13:02 +0200)]
Add an accessor for GtkViewport->view_window (#621081).

14 years agoOne more s/2.0/3.0
Tor Lillqvist [Wed, 9 Jun 2010 10:54:43 +0000 (13:54 +0300)]
One more s/2.0/3.0

14 years agoUse correct libgdkincludedir in gdk/win32 too
Tor Lillqvist [Wed, 9 Jun 2010 09:32:52 +0000 (12:32 +0300)]
Use correct libgdkincludedir in gdk/win32 too

Thanks to Hib Eris.

14 years agoFix distcheck by removing references to gtk/gtkprogress.c
Richard Hughes [Wed, 9 Jun 2010 08:29:50 +0000 (09:29 +0100)]
Fix distcheck by removing references to gtk/gtkprogress.c

14 years agoFix build breakage on non-Unix
Tor Lillqvist [Wed, 9 Jun 2010 08:10:22 +0000 (11:10 +0300)]
Fix build breakage on non-Unix

gdesktopappinfo.h does is in gio-unix headers, so can compile
testapplication only on Unix.

14 years agoFix build breakage on non-X11
Tor Lillqvist [Wed, 9 Jun 2010 07:52:11 +0000 (10:52 +0300)]
Fix build breakage on non-X11

AM_CONDITIONALs need to be seen in all code paths. The one for
XINPUT_NONE was only in the X11 if branch. But as that Automake
confitional wasn't used in any Makefile.am anyway, just drop the
AM_CONDITIONAL.

14 years ago[docs] Added some missing documentation to GdkDnd
Javier Jardón [Wed, 9 Jun 2010 04:33:10 +0000 (06:33 +0200)]
[docs] Added some missing documentation to GdkDnd

The docs was removed by error in commit
9399114802846a3878ff3f8d818bd18664285cf4

14 years agoGet rid of GtkProgress
Matthias Clasen [Wed, 9 Jun 2010 04:29:55 +0000 (00:29 -0400)]
Get rid of GtkProgress

The entire api was deprecated since 2.0. This patch detangles
GtkProgress from GtkProgressBar and moves all the pieces into
GtkProgressBar that are required for non-deprecated progressbar
functionality.

Bug #620618

14 years agoBump version
Matthias Clasen [Wed, 9 Jun 2010 02:04:39 +0000 (22:04 -0400)]
Bump version

14 years ago[docs] Added some GtkIconView missing documentation
Javier Jardón [Wed, 9 Jun 2010 01:01:03 +0000 (03:01 +0200)]
[docs] Added some GtkIconView missing documentation

Document GtkIconViewDropPosition and GtkIconViewForeachFunc.
The docs was removed by error in commit
e17b9f282fb6cfb413de598350e273a68031994b

14 years ago[docs] .gitignore some template files
Javier Jardón [Wed, 9 Jun 2010 00:58:11 +0000 (02:58 +0200)]
[docs] .gitignore some template files

14 years agoRemove one more gtk-doc template
Matthias Clasen [Wed, 9 Jun 2010 01:10:15 +0000 (21:10 -0400)]
Remove one more gtk-doc template

14 years agoDon't call update-po in make dist
Matthias Clasen [Tue, 8 Jun 2010 23:46:13 +0000 (19:46 -0400)]
Don't call update-po in make dist

This is causing the bulk of the conflicts I have during distcheck,
and is not really necessary.

14 years agoGet rid of templates that gtk-doc touches during distcheck
Matthias Clasen [Tue, 8 Jun 2010 23:44:56 +0000 (19:44 -0400)]
Get rid of templates that gtk-doc touches during distcheck

In an attempt to make distcheck not touch any files under source
control.

14 years ago[gtkwidget] Add type annotations for the event signals.
Steve Frécinaux [Tue, 8 Jun 2010 18:32:12 +0000 (20:32 +0200)]
[gtkwidget] Add type annotations for the event signals.

14 years agoMove docs inline
Matthias Clasen [Tue, 8 Jun 2010 19:21:18 +0000 (15:21 -0400)]
Move docs inline

14 years agoDistcheck fixes
Matthias Clasen [Tue, 8 Jun 2010 19:15:59 +0000 (15:15 -0400)]
Distcheck fixes

14 years agoFix !srcdir build
Matthias Clasen [Tue, 8 Jun 2010 16:29:55 +0000 (12:29 -0400)]
Fix !srcdir build

14 years agogail: don't use removed GtkTooltips API
Michael Natterer [Tue, 8 Jun 2010 19:29:52 +0000 (21:29 +0200)]
gail: don't use removed GtkTooltips API

In the absence of new API to port to, left the code in a useless
if(FALSE /* FIXME */) state, for somebody with better gail knowledge
to fix.

14 years agoUpdated Irish translation
Seán de Búrca [Tue, 8 Jun 2010 18:34:25 +0000 (12:34 -0600)]
Updated Irish translation

14 years agobgo#608537 - Make the file chooser's sort arrows consistent with the HIG
Federico Mena Quintero [Tue, 8 Jun 2010 17:09:48 +0000 (12:09 -0500)]
bgo#608537 - Make the file chooser's sort arrows consistent with the HIG

... Although I think the HIG gets things backwards anyway.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
14 years agoUpdates
Matthias Clasen [Tue, 8 Jun 2010 16:03:09 +0000 (12:03 -0400)]
Updates

14 years agoBump the gobject-introspection requires
Matthias Clasen [Tue, 8 Jun 2010 14:27:53 +0000 (10:27 -0400)]
Bump the gobject-introspection requires

14 years agoGet one step closer to fixing the gobject-introspection compile failure
Richard Hughes [Tue, 8 Jun 2010 13:07:12 +0000 (14:07 +0100)]
Get one step closer to fixing the gobject-introspection compile failure

14 years agoUse gtk_action_group_get_action when looking up actions
Matthias Clasen [Tue, 8 Jun 2010 13:03:07 +0000 (09:03 -0400)]
Use gtk_action_group_get_action when looking up actions

...instead of open-coding it. Pointed out by Christian Persch
in bug 620960

14 years agoRemove debug spew
Matthias Clasen [Tue, 8 Jun 2010 12:58:16 +0000 (08:58 -0400)]
Remove debug spew

14 years agoUpdate to GApplication api changes
Matthias Clasen [Tue, 8 Jun 2010 12:28:01 +0000 (08:28 -0400)]
Update to GApplication api changes

14 years agoadd transfer-none to return value of gtk_widget_get_window
John (J5) Palmieri [Mon, 7 Jun 2010 22:20:36 +0000 (18:20 -0400)]
add transfer-none to return value of gtk_widget_get_window

14 years ago[gdkevents] Add annotations for GdkEvent getters.
Steve Frécinaux [Mon, 7 Jun 2010 21:47:14 +0000 (23:47 +0200)]
[gdkevents] Add annotations for GdkEvent getters.

14 years ago[gtktextbuffer] Annotate gtk_text_buffer_create_mark()
Steve Frécinaux [Mon, 7 Jun 2010 21:45:43 +0000 (23:45 +0200)]
[gtktextbuffer] Annotate gtk_text_buffer_create_mark()

Add (transfer none) to the return value of gtk_text_buffer_create_mark(),
as the documentation clearly states the caller doesn't have ownership of
the returned value.

14 years agoAdd GtkApplication
Matthias Clasen [Mon, 7 Jun 2010 20:44:58 +0000 (16:44 -0400)]
Add GtkApplication

This is a work in progress to stub out an application class. The
primary goal is to provide a mechanism for applications to export
GtkActions, and there is a standard "Quit" action.

This is based on GApplication.

Future work:
 * Add a way to say "This is my application menubar", which gets
   put into all toplevel windows on non-OS-X, and into the top
   on OS X.
 * Support session management.
 * Support application settings.

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

14 years agoannotate allow-none for gtk_image_menu_item_new_from_stock accel_group param
John (J5) Palmieri [Mon, 7 Jun 2010 20:15:39 +0000 (16:15 -0400)]
annotate allow-none for gtk_image_menu_item_new_from_stock accel_group param

14 years agoadd allow-none annotation to gtk_clipboard_set_can_store's targets parameter
John (J5) Palmieri [Mon, 7 Jun 2010 17:15:27 +0000 (13:15 -0400)]
add allow-none annotation to gtk_clipboard_set_can_store's targets parameter

14 years agoReturn error instead of showing an error dialog when printing
Marek Kasik [Mon, 7 Jun 2010 12:52:38 +0000 (14:52 +0200)]
Return error instead of showing an error dialog when printing

Remove message dialogs showing an error when printing. Return
GTK_PRINT_OPERATION_RESULT_ERROR and set error in such a case.
Also return GTK_PRINT_OPERATION_RESULT_CANCEL when cancelled.
Do it for synchronous and asynchronous cases (#549127).

14 years agoSplit gdk x11 funcs to their own typelib
Tomeu Vizoso [Wed, 2 Jun 2010 16:17:16 +0000 (18:17 +0200)]
Split gdk x11 funcs to their own typelib

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

14 years agodrop the draw_string() function from GtkStyle
Sven Herzberg [Thu, 3 Jun 2010 12:00:34 +0000 (14:00 +0200)]
drop the draw_string() function from GtkStyle

Reviewed by Michael Natterer.

* gtk/gtkstyle.c,
* gtk/gtkstyle.h: gdk_draw_string() has been deprecated and removed
  already. There's no one left who should be using this function
  (found this when porting sapwood to GTK+ 3.0)
* modules/engines/pixbuf/pixbuf-draw.c: don't implement this unused
  function

14 years agoFix up abi checking
Matthias Clasen [Mon, 7 Jun 2010 10:16:21 +0000 (06:16 -0400)]
Fix up abi checking

The abicheck script was hardcoding assumptions about XI2 being used,
making it fail on e.g. RHEL5.

14 years agoRemove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guards
Javier Jardón [Mon, 7 Jun 2010 02:39:21 +0000 (04:39 +0200)]
Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guards

14 years agoRemove gdkx_colormap_get() deprecated function
Javier Jardón [Mon, 7 Jun 2010 02:31:56 +0000 (04:31 +0200)]
Remove gdkx_colormap_get() deprecated function

14 years agoMake gdk build against old X headers
Matthias Clasen [Sun, 6 Jun 2010 23:39:12 +0000 (19:39 -0400)]
Make gdk build against old X headers

The XI.h in RHEL5 is missing some defines that are used
in the new device code.

14 years agoRemove deprecatedd code from GdkColor
Javier Jardón [Tue, 25 May 2010 18:38:43 +0000 (20:38 +0200)]
Remove deprecatedd code from GdkColor

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

14 years agoUpdated Esperanto translation
Kristjan Schmidt [Sun, 6 Jun 2010 19:22:40 +0000 (21:22 +0200)]
Updated Esperanto translation

14 years agoUpdated Esperanto translation
Kristjan Schmidt [Sun, 6 Jun 2010 19:16:30 +0000 (21:16 +0200)]
Updated Esperanto translation

14 years agoUpdated Esperanto translation
Kristjan Schmidt [Sat, 5 Jun 2010 10:19:09 +0000 (12:19 +0200)]
Updated Esperanto translation

14 years agoBump Glib required version as is needed by g_source_set_name()
Javier Jardón [Sat, 5 Jun 2010 02:37:35 +0000 (04:37 +0200)]
Bump Glib required version as is needed by g_source_set_name()

The use of this new api was added in
95bc0f540555c15561ae1ddd2387ea5157591fda

14 years agoMake progressbars render progress again
Christian Dywan [Sat, 5 Jun 2010 00:03:19 +0000 (20:03 -0400)]
Make progressbars render progress again

This was broken during some earlier deprecation cleanup.
Bug 620509.

14 years agoRemove remaining single-include guards
Matthias Clasen [Fri, 4 Jun 2010 23:40:43 +0000 (19:40 -0400)]
Remove remaining single-include guards

14 years agoDon't install private headers
Matthias Clasen [Fri, 4 Jun 2010 23:28:01 +0000 (19:28 -0400)]
Don't install private headers

14 years ago[docs] Fix GtkWindow: activate-default => activate-focus.
Stanislas Marquis [Fri, 4 Jun 2010 22:33:06 +0000 (00:33 +0200)]
[docs] Fix GtkWindow: activate-default => activate-focus.

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agoFix a parameter name mismatch
Matthias Clasen [Fri, 4 Jun 2010 20:15:58 +0000 (16:15 -0400)]
Fix a parameter name mismatch

14 years agoAdd a few missing symbols
Matthias Clasen [Fri, 4 Jun 2010 20:14:52 +0000 (16:14 -0400)]
Add a few missing symbols

14 years agoFix a doc comment typo
Matthias Clasen [Fri, 4 Jun 2010 20:13:34 +0000 (16:13 -0400)]
Fix a doc comment typo

14 years ago[docs] gtktoolshell: Fix some "Since" tags
Javier Jardón [Fri, 4 Jun 2010 14:28:11 +0000 (16:28 +0200)]
[docs] gtktoolshell: Fix some "Since" tags

get_ellipsize_mode(), get_text_alignment(), get_text_orientation()
and get_text_size_group() were added in GTK+ 2.20,  not 2.14.

Reported by Stanislas Marquis on IRC.

14 years agoUse g_source_set_name for all custom GSources in GTK+
Colin Walters [Thu, 3 Jun 2010 20:24:38 +0000 (16:24 -0400)]
Use g_source_set_name for all custom GSources in GTK+

Naming the sources allows easier debugging with e.g. SystemTap
probes.

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

14 years agoSilence a few warnings in !HAVE_RANDR builds
Matthias Clasen [Thu, 3 Jun 2010 17:43:42 +0000 (13:43 -0400)]
Silence a few warnings in !HAVE_RANDR builds

14 years ago[docs] Improve GtkAction documentation
Tadej Borovšak [Thu, 3 Jun 2010 22:06:05 +0000 (00:06 +0200)]
[docs] Improve GtkAction documentation

Simple GtkAction API docs update that makes it easier to understand
how action affects the appearance of proxy.

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agoBug 596428 - GtkAssistant: Support ending with a progress page
Matthew Barnes [Wed, 2 Jun 2010 20:00:16 +0000 (16:00 -0400)]
Bug 596428 - GtkAssistant: Support ending with a progress page

- Add gtk_assistant_commit()

  This function discards the visited pages list so the back button is not
  shown on the current page, and removes the cancel button from subsequent
  pages.  Use this when information provided thus far cannot be revisited.

- Don't show the Forward button on a GTK_ASSISTANT_PAGE_PROGRESS if it's
  the last page (according to the forward page function).

- Append a progress page to the GtkAssistant demo.

14 years agoSilence a few configure warnings about datarootdir
Matthias Clasen [Thu, 3 Jun 2010 17:38:15 +0000 (13:38 -0400)]
Silence a few configure warnings about datarootdir

14 years agoFix a typo
Matthias Clasen [Thu, 3 Jun 2010 17:36:09 +0000 (13:36 -0400)]
Fix a typo

14 years agoAvoid a 'EXTRA_DIST multiply defined' warning
Matthias Clasen [Thu, 3 Jun 2010 17:22:31 +0000 (13:22 -0400)]
Avoid a 'EXTRA_DIST multiply defined' warning

14 years agoUpdated Irish translation
Seán de Búrca [Thu, 3 Jun 2010 14:11:06 +0000 (08:11 -0600)]
Updated Irish translation

14 years agoUpdated Irish translation
Seán de Búrca [Thu, 3 Jun 2010 13:35:22 +0000 (07:35 -0600)]
Updated Irish translation

14 years agoTest connection to all given addresses when printing
Marek Kasik [Thu, 3 Jun 2010 08:13:17 +0000 (10:13 +0200)]
Test connection to all given addresses when printing

Go to the next address given by CUPS if we fail to connect to
previous address (#603637).

14 years agoRemove indices for 2.x additions
Matthias Clasen [Thu, 3 Jun 2010 05:23:13 +0000 (01:23 -0400)]
Remove indices for 2.x additions

14 years agoGtkSeparator is no instantiatable
Matthias Clasen [Thu, 3 Jun 2010 05:21:18 +0000 (01:21 -0400)]
GtkSeparator is no instantiatable

14 years agoUpdate documentation for orientables
Matthias Clasen [Thu, 3 Jun 2010 05:18:42 +0000 (01:18 -0400)]
Update documentation for orientables

Don't document these as abstract anymore, since they are now
instantiatable.

14 years agoRemove old migration docs
Matthias Clasen [Thu, 3 Jun 2010 05:09:53 +0000 (01:09 -0400)]
Remove old migration docs

This information will still be available in the 2.22 docs.
For 3.0, we'll do sortof a clean start.

14 years agoRemove docs about 1.2 <> 2.0 differences
Matthias Clasen [Wed, 2 Jun 2010 23:59:41 +0000 (19:59 -0400)]
Remove docs about 1.2 <> 2.0 differences

These should not be kept in 3.0.
Noticed by Dan Winship in bug #619838.

14 years agoFix a doc typo
Matthias Clasen [Wed, 2 Jun 2010 23:56:47 +0000 (19:56 -0400)]
Fix a doc typo

See bug #620244

14 years agoapp: forgot to update API docs in the last commit
Michael Natterer [Wed, 2 Jun 2010 19:11:45 +0000 (21:11 +0200)]
app: forgot to update API docs in the last commit
(cherry picked from commit 22c61e0c8f0028cb4da8b4a107f8018f5a0ed5dc)

14 years agogdk: rename gdk_drag_context_get_action() to gdk_drag_context_get_selected_action()
Michael Natterer [Wed, 2 Jun 2010 18:42:11 +0000 (20:42 +0200)]
gdk: rename gdk_drag_context_get_action() to gdk_drag_context_get_selected_action()

so its purpose is clear.
(cherry picked from commit d393cb377c60a4de9cab1d026acccafed1e34ec1)

14 years agoBug 611709 - Add gtk_statusbar_remove_all
Garrett Regier [Sat, 15 May 2010 20:58:30 +0000 (13:58 -0700)]
Bug 611709 - Add gtk_statusbar_remove_all

14 years agoBug 608218 - GtkOffscreenWindow causes bad window with GtkEntry
Cody Russell [Tue, 1 Jun 2010 15:32:18 +0000 (10:32 -0500)]
Bug 608218 - GtkOffscreenWindow causes bad window with GtkEntry

We now exit early from gdk_window_register_dnd() to avoid crashing if the
window type is GDK_WINDOW_OFFSCREEN and does not support dnd operations.
This makes it possible to use any dnd-enabled widgets, such as GtkEntry,
within a GtkOffscreenWindow.

14 years ago[gtktreeview] Add a couple of annotations
Johan Dahlin [Fri, 28 May 2010 12:26:31 +0000 (09:26 -0300)]
[gtktreeview] Add a couple of annotations

14 years agoImproved icon view keynav
Matthias Clasen [Sun, 30 May 2010 06:15:40 +0000 (02:15 -0400)]
Improved icon view keynav

Use ::keynav-failed for arrow navigation in icon views, so that
it is possible to override error handling. Also add API to get the
row/col of an item. With this, it is possible to make arrow keynav
span adjacent icon views, which is desired in the new control-center
shell. testiconview-keynav demonstrates this.

14 years agoTrivial typo fix
Matthias Clasen [Sun, 30 May 2010 04:28:11 +0000 (00:28 -0400)]
Trivial typo fix

14 years agoSimple typo fix
Matthias Clasen [Sun, 30 May 2010 03:31:50 +0000 (23:31 -0400)]
Simple typo fix

14 years ago[docs] Add GTK+3 migration guide
Javier Jardón [Fri, 28 May 2010 16:18:45 +0000 (18:18 +0200)]
[docs] Add GTK+3 migration guide

14 years agoBug 607628 - DnD operation doesn't work when using offscreen
Michael Natterer [Sat, 29 May 2010 03:04:54 +0000 (05:04 +0200)]
Bug 607628 - DnD operation doesn't work when using offscreen

Changed the way to find the drop widget from a top->bottom recursion
using GdkWindow positions to a liner bottom->top walk up the widget
hierarchy using _gtk_widget_find_at_coords() and
gtk_widget_translate_coordinates(), which both do the right things for
offscreen widgets.
(cherry picked from commit cb8c0763215bd18219c2d32b56e4bfe8a576f6b3)

14 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 28 May 2010 12:55:57 +0000 (15:55 +0300)]
Updated Hebrew translation.

14 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 28 May 2010 12:50:41 +0000 (15:50 +0300)]
Updated Hebrew translation.

14 years agogtk_tree_selection_get_selected: added transfer none annotation to model out arg
John (J5) Palmieri [Thu, 27 May 2010 22:36:04 +0000 (18:36 -0400)]
gtk_tree_selection_get_selected: added transfer none annotation to model out arg

14 years agoRevert "Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum"
Javier Jardón [Thu, 27 May 2010 22:14:17 +0000 (00:14 +0200)]
Revert "Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum"

This reverts commit 72467ba2e6136c7a2c1754280dc8edff56b5bf3c.

14 years agogtk_tree_view_get_model: return value annotated transfer none
John (J5) Palmieri [Thu, 27 May 2010 20:58:52 +0000 (16:58 -0400)]
gtk_tree_view_get_model: return value annotated transfer none

14 years agoannotation fixes
John (J5) Palmieri [Thu, 27 May 2010 20:53:42 +0000 (16:53 -0400)]
annotation fixes

* gtk_tree_model_get_column_type: transfer none added to the return value
* gtk_tree_model_get_path: value parameter switched from inout to out
  so that it is annotated with caller-allocates

14 years agogtkwidget.h: Fix a typo
Javier Jardón [Thu, 27 May 2010 20:00:09 +0000 (22:00 +0200)]
gtkwidget.h: Fix a typo

Fix a type introduced in
commit 818d444e2fa772af8e483bd151522d019514030d

Reported by Garrett Regier.

14 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

14 years agoRemove GTK_NO_REPARENT deprecated widget flag
Javier Jardón [Thu, 27 May 2010 16:05:02 +0000 (18:05 +0200)]
Remove GTK_NO_REPARENT deprecated widget flag

14 years agoDeprecate GTK_NO_REPARENT
Javier Jardón [Thu, 27 May 2010 16:04:05 +0000 (18:04 +0200)]
Deprecate GTK_NO_REPARENT

14 years ago[docs] Use the correct gtk-doc notation
Javier Jardón [Thu, 27 May 2010 13:37:19 +0000 (15:37 +0200)]
[docs] Use the correct gtk-doc notation

Use 'Deprecated: 3.0:' intead 'Deprecated: 3.0.'