]> Pileus Git - ~andy/gtk/log
~andy/gtk
13 years agogtkeditable: move documentation to inline comments
Christian Dywan [Fri, 24 Sep 2010 16:40:12 +0000 (18:40 +0200)]
gtkeditable: move documentation to inline comments

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617316
13 years agointrospection: Fix typo in annotation
Florian Müllner [Fri, 24 Sep 2010 16:03:25 +0000 (18:03 +0200)]
introspection: Fix typo in annotation

13 years agoDon't try to unref event->dnd.context unconditionally.
Tomeu Vizoso [Fri, 24 Sep 2010 14:30:07 +0000 (16:30 +0200)]
Don't try to unref event->dnd.context unconditionally.

As it's not set in gdk_event_new but eventually later.

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

13 years agoGtkAboutDialog: escape mail addresses
Matthias Clasen [Fri, 24 Sep 2010 16:02:37 +0000 (12:02 -0400)]
GtkAboutDialog: escape mail addresses

This got lost when converting to the ::activate-link signal.

13 years agoRemove gtk_notebook_set_window_creation_hook in testnotebookdnd.c
Matthias Clasen [Fri, 24 Sep 2010 15:53:20 +0000 (11:53 -0400)]
Remove gtk_notebook_set_window_creation_hook in testnotebookdnd.c

13 years agoAnother since tag
Matthias Clasen [Fri, 24 Sep 2010 15:31:23 +0000 (11:31 -0400)]
Another since tag

13 years agoCorrect since tags
Matthias Clasen [Fri, 24 Sep 2010 15:29:17 +0000 (11:29 -0400)]
Correct since tags

13 years agoGtkNotebook: replace group by group_name
Matthias Clasen [Fri, 24 Sep 2010 15:13:30 +0000 (11:13 -0400)]
GtkNotebook: replace group by group_name

Dealing with bare pointers is problematic for language bindings,
using interned strings is much more straightforward and more than
good enough for what is needed here.

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

13 years agoGtkNotebook: remove gtk_notebook_set_window_creation_hook
Matthias Clasen [Fri, 24 Sep 2010 15:10:51 +0000 (11:10 -0400)]
GtkNotebook: remove gtk_notebook_set_window_creation_hook

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

13 years agodocs: Add a CODING-STYLE document
Matthias Clasen [Fri, 24 Sep 2010 02:26:07 +0000 (22:26 -0400)]
docs: Add a CODING-STYLE document

This document mostly codifies the existing GTK+ coding style
conventions; it is strongly based on the clutter document of
the same name.

13 years agodocs: remove defsformat.txt
Matthias Clasen [Fri, 24 Sep 2010 02:19:35 +0000 (22:19 -0400)]
docs: remove defsformat.txt

We should not ship documentation for file formats we are no longer
using.

13 years agodocs: remove gtk-config.txt
Matthias Clasen [Fri, 24 Sep 2010 02:18:24 +0000 (22:18 -0400)]
docs: remove gtk-config.txt

Considering that gtk-config has been obsoleted by pkg-config
a decade ago, we should stop shipping docs for it...

13 years agoBump gobject-introspection dep in INSTALL.in
Matthias Clasen [Thu, 23 Sep 2010 20:46:58 +0000 (16:46 -0400)]
Bump gobject-introspection dep in INSTALL.in

13 years agoFix a couple of broken annotations
Johan Dahlin [Thu, 23 Sep 2010 20:56:48 +0000 (17:56 -0300)]
Fix a couple of broken annotations

13 years agoFix the annotation of gtk_tree_view_create_row_drag_icon
Matthias Clasen [Thu, 23 Sep 2010 17:16:54 +0000 (13:16 -0400)]
Fix the annotation of gtk_tree_view_create_row_drag_icon

13 years agofix a typo in the gtk_widget_render_icon annotations
Matthias Clasen [Thu, 23 Sep 2010 17:09:21 +0000 (13:09 -0400)]
fix a typo in the gtk_widget_render_icon annotations

13 years agoUpdated Japanese translation
Takayuki KUSANO [Thu, 23 Sep 2010 17:16:55 +0000 (02:16 +0900)]
Updated Japanese translation

13 years agoINSTALL.in: Automate the versions of the dependencies
Javier Jardón [Thu, 23 Sep 2010 15:22:13 +0000 (17:22 +0200)]
INSTALL.in: Automate the versions of the dependencies

13 years agoUpdated Danish translation
Kenneth Nielsen [Wed, 22 Sep 2010 20:58:04 +0000 (22:58 +0200)]
Updated Danish translation

13 years agoFixed GtkWrapBox base requests for ALIGNED and FREE mode
Tristan Van Berkom [Wed, 22 Sep 2010 07:03:37 +0000 (16:03 +0900)]
Fixed GtkWrapBox base requests for ALIGNED and FREE mode

Problems were; in FREE mode there was a simple typo where we were
repeatedly checking the size of the same item in get_largest_line_length(),
and in ALIGNED mode we were assuming something like HOMOGENEOUS which
was incorrect; added get_largest_aligned_line_length() which properly
adds up the collective max sizes of every index in the line.

13 years agoFixed gtk_distribute_natural_allocation() to place the g_newa *after* g_return_if_fai...
Tristan Van Berkom [Wed, 22 Sep 2010 04:57:35 +0000 (13:57 +0900)]
Fixed gtk_distribute_natural_allocation() to place the g_newa *after* g_return_if_fail() guards.

13 years agoRemove url hooks from GtkAboutDialog and GtkLinkButton
Matthias Clasen [Wed, 22 Sep 2010 01:55:05 +0000 (21:55 -0400)]
Remove url hooks from GtkAboutDialog and GtkLinkButton

With gtk_show_uri, global configurability of link activation has
moved to GIO/gvfs. For local overrides, GtkLinkButton has the ::clicked
signal, and GtkAboutDialog gets an ::activate-link signal.

Bug 339745

13 years agoFixed GtkViewport to set adjustments properly for width-for-height widgets
Tristan Van Berkom [Wed, 22 Sep 2010 03:48:37 +0000 (12:48 +0900)]
Fixed GtkViewport to set adjustments properly for width-for-height widgets

Make GtkViewport calculate widget-for-height as well as height-for-width
cases when setting the scroll adjustment values, also base the scrolling
on the minimum size instead of the natural size in the interest of showing
as much content as possible when the viewport is smaller than the natural
size.

13 years agoDo not disable GDK deprecation guards
Javier Jardón [Wed, 22 Sep 2010 02:28:53 +0000 (04:28 +0200)]
Do not disable GDK deprecation guards

13 years agoDo not disable deprecation guards
Javier Jardón [Wed, 22 Sep 2010 02:20:11 +0000 (04:20 +0200)]
Do not disable deprecation guards

13 years agoAdd deprecation guards for gdk_device_get_core_pointer()
Javier Jardón [Wed, 22 Sep 2010 01:53:23 +0000 (03:53 +0200)]
Add deprecation guards for gdk_device_get_core_pointer()

13 years agoDo not use deprecated gdk_display_get_core_pointer()
Javier Jardón [Mon, 13 Sep 2010 00:50:45 +0000 (02:50 +0200)]
Do not use deprecated gdk_display_get_core_pointer()

Use gdk_device_manager_get_client_pointer() instead

13 years agoFix an off-by-one error in serial range handling
Matthias Clasen [Wed, 22 Sep 2010 01:10:15 +0000 (21:10 -0400)]
Fix an off-by-one error in serial range handling

trap->end_sequence is the first serial for which we don't
ignore errors anymore, so we know the trap is dead if
end_sequence <= processed_serial.

Bug 629608

13 years agoGtkScrolledWindow: change default policy to 'automatic'
Matthias Clasen [Wed, 22 Sep 2010 00:14:46 +0000 (20:14 -0400)]
GtkScrolledWindow: change default policy to 'automatic'

This change was proposed in bug 468672.

13 years agoMerge branch 'notebooks-without-mouse-scrolling'
Cody Russell [Tue, 21 Sep 2010 21:19:10 +0000 (16:19 -0500)]
Merge branch 'notebooks-without-mouse-scrolling'

13 years agoRemove mouse scrolling from GtkNotebook tabs. Bug #630226.
Cody Russell [Tue, 21 Sep 2010 21:18:22 +0000 (16:18 -0500)]
Remove mouse scrolling from GtkNotebook tabs.  Bug #630226.

13 years agoautogen.sh: run gtkdocize before aclocal
Matthias Clasen [Tue, 21 Sep 2010 16:45:51 +0000 (12:45 -0400)]
autogen.sh: run gtkdocize before aclocal

13 years agoSplit up GtkWrapBox:spreading property into two orientation specific properties.
Tristan Van Berkom [Tue, 21 Sep 2010 09:31:02 +0000 (18:31 +0900)]
Split up GtkWrapBox:spreading property into two orientation specific properties.

Now GtkWrapBox has "horizontal-spreading" and "vertical-spreading" options,
before GtkWrapBox never spread out children across the opposing orientation
(i.e. it never grew "lines" larger then their natural width, they would
act as if set to GTK_WRAP_BOX_SPREAD_START, now they are completely configurable).

13 years agoconfigure.ac: remove check for sigsetjmp(), it belonged to gdk-pixbuf
Michael Natterer [Tue, 21 Sep 2010 10:35:37 +0000 (12:35 +0200)]
configure.ac: remove check for sigsetjmp(), it belonged to gdk-pixbuf

13 years agoUse g_warning() for X errors and X IO errors
Owen W. Taylor [Tue, 21 Sep 2010 04:30:46 +0000 (00:30 -0400)]
Use g_warning() for X errors and X IO errors

Currently fprintf(stderr, ...) is used for X error and X IO errors
(unless compiled with debugging, in which case g_error() is used for
X errors.)

But if an application is redirecting log messages, we really want
X errors to appear in that same log, so it's better to use a g_logv()
variant.

Though g_warning() isn't really appropriate for "lost connection to the
server", G_LOG_LEVEL_INFO isn't part of the "prefixed log levels"
so will produce output without the application name and PID.

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

13 years agoTons of transfer annotations
Matthias Clasen [Tue, 21 Sep 2010 04:18:11 +0000 (00:18 -0400)]
Tons of transfer annotations

13 years agoReduced overall SizeRequestCache size
Tristan Van Berkom [Tue, 21 Sep 2010 03:52:49 +0000 (12:52 +0900)]
Reduced overall SizeRequestCache size

This patch changes the 'age' counting previous approach taken
verbatim from clutter and changes it for a counter of validated
caches and an index to the last cached value which we use to
round-robin through the cache if ever a widget is requested
for more than 3 contextual sizes (cache is reduced by 3 * sizeof (int)
per widget private data).

13 years agoAdd a couple of missing transfer annotations
Johan Dahlin [Tue, 21 Sep 2010 02:45:01 +0000 (23:45 -0300)]
Add a couple of missing transfer annotations

13 years agoFixup gtk-doc comment syntax
Johan Dahlin [Tue, 21 Sep 2010 02:39:56 +0000 (23:39 -0300)]
Fixup gtk-doc comment syntax

13 years agoMore error trap cleanups
Matthias Clasen [Mon, 20 Sep 2010 20:38:48 +0000 (16:38 -0400)]
More error trap cleanups

Remove syncs in front of gdk_error_trap_pop() calls, and convert
gdk_error_trap_pop() calls to gdk_error_trap_pop_ignored() in gdk.

13 years agoOnly store error codes in inner-most X error trap
Owen W. Taylor [Mon, 20 Sep 2010 20:12:11 +0000 (16:12 -0400)]
Only store error codes in inner-most X error trap

When an error occurs with nested traps in place, only the innermost
trap should have the error code stored in it; outer traps are
shielded by the inner trap.

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

13 years agoAdd a ug.po for po-properties, re-enable ug in LINGUAS.
Aron Xu [Mon, 20 Sep 2010 20:16:29 +0000 (20:16 +0000)]
Add a ug.po for po-properties, re-enable ug in LINGUAS.

13 years agopo: Disable ug localization
Emmanuele Bassi [Mon, 20 Sep 2010 12:51:38 +0000 (13:51 +0100)]
po: Disable ug localization

The ug.po file is missing from the po-properties directory and it's
breaking the build.

13 years agoUpdated Japanese translation
Takayuki KUSANO [Mon, 20 Sep 2010 09:50:58 +0000 (18:50 +0900)]
Updated Japanese translation

13 years agoUpdated Gujarati Translations
Sweta Kothari [Mon, 20 Sep 2010 07:20:44 +0000 (12:50 +0530)]
Updated Gujarati Translations

13 years agoAdd ug to LINGUAS.
Aron Xu [Mon, 20 Sep 2010 05:17:10 +0000 (05:17 +0000)]
Add ug to LINGUAS.

13 years agoAdd new error trap api to gdk.symbols and gdk3-sections.txt
Matthias Clasen [Mon, 20 Sep 2010 02:42:19 +0000 (22:42 -0400)]
Add new error trap api to gdk.symbols and gdk3-sections.txt

13 years agoAdd deprecation guards for gtk_cell_renderer_get_size()
Javier Jardón [Sun, 19 Sep 2010 15:46:13 +0000 (17:46 +0200)]
Add deprecation guards for gtk_cell_renderer_get_size()

13 years agoUpdated Danish translation
Kenneth Nielsen [Sun, 19 Sep 2010 15:40:56 +0000 (17:40 +0200)]
Updated Danish translation

13 years agoUpdated Dutch translation by Vincent van Adrighem
Wouter Bolsterlee [Sun, 19 Sep 2010 14:39:54 +0000 (16:39 +0200)]
Updated Dutch translation by Vincent van Adrighem

13 years agoFix a few dubious return values in return_if_fail calls
Matthias Clasen [Sun, 19 Sep 2010 05:58:46 +0000 (01:58 -0400)]
Fix a few dubious return values in return_if_fail calls

These were pointed out in bug 623958.

13 years agoAdd a rename-to annotation for gtk_tree_path_get_indices_with_depth
Matthias Clasen [Sun, 19 Sep 2010 05:15:17 +0000 (01:15 -0400)]
Add a rename-to annotation for gtk_tree_path_get_indices_with_depth

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

13 years agoPoint to the new GtkWidget align and margin properties
Matthias Clasen [Sun, 19 Sep 2010 05:01:09 +0000 (01:01 -0400)]
Point to the new GtkWidget align and margin properties

13 years agoAnother fix for the initial focus heuristic
Matthias Clasen [Sun, 19 Sep 2010 04:54:50 +0000 (00:54 -0400)]
Another fix for the initial focus heuristic

We were trying to avoid selecting a label initially, but the code
was sometimes leaving labels selected when the focus eventually
ended up on a button instead.

13 years agoFix an annotation
Matthias Clasen [Sun, 19 Sep 2010 04:22:37 +0000 (00:22 -0400)]
Fix an annotation

13 years agoUse gdk_error_trap_pop_ignore() where appropriate
Matthias Clasen [Sun, 19 Sep 2010 03:17:31 +0000 (23:17 -0400)]
Use gdk_error_trap_pop_ignore() where appropriate

13 years agoImprove tests for X error traps, fix two bugs
Havoc Pennington [Sun, 19 Sep 2010 03:03:31 +0000 (23:03 -0400)]
Improve tests for X error traps, fix two bugs

* don't lose track of previous X error handler
  if nested traps are pushed
* free any remaining traps when display
  is finalized

Test will fail unless bug 630032 is closed so
gdk_display_close() works.

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

13 years agoFix bugs that crashed gdk_display_close() on x11
Havoc Pennington [Sun, 19 Sep 2010 02:57:36 +0000 (22:57 -0400)]
Fix bugs that crashed gdk_display_close() on x11

* _gdk_device_set_associated_device() did not allow NULL device
* GdkDisplay should dispose device manager to avoid devices
  trying to touch the display in finalize
* GdkDeviceManagerXI did not ref devices in id hash
* GdkDisplayX11 did not ref devices in ->input_devices

13 years agoRevamp and modernize X error traps
Havoc Pennington [Sat, 18 Sep 2010 22:19:27 +0000 (18:19 -0400)]
Revamp and modernize X error traps

* add per-display gdk_x11_display_error_trap_push()
  (X11-specific because gdk_error_trap_push() probably
  should have been)
* make gdk_error_trap_push() handle only GDK displays
  not displays opened without a GDK wrapper
* make gdk_error_trap_pop() and gdk_x11_display_error_trap_pop()
  automatically sync only if needed, so manual gdk_flush() is not
  required
* add gdk_error_trap_pop_ignored() which just asynchronously
  ignores errors, so never needs to sync
* add G_GNUC_WARN_UNUSED_RESULT to plain pop(), because
  if you use plain pop() and don't need the return value,
  the async gdk_error_trap_pop_ignored() should be used
  instead. This results in lots of warnings to clean
  up in a later patch.

The main objective here was to avoid the need to sync just
to ignore an error. Now, syncing is automatic, and only
happens when we need to know the error code.

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

13 years agoAdd some minimal test for X error traps
Matthias Clasen [Sat, 18 Sep 2010 22:18:36 +0000 (18:18 -0400)]
Add some minimal test for X error traps

13 years agoReplace crufty old code for gdk error traps with GQueue and GSlice
Havoc Pennington [Sat, 18 Sep 2010 20:44:25 +0000 (16:44 -0400)]
Replace crufty old code for gdk error traps with GQueue and GSlice

No need to do a manual free list these days.

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

13 years agoRemove trailing whitespace and obsolete doc comments from gdk_error_trap code
Havoc Pennington [Sat, 18 Sep 2010 20:39:56 +0000 (16:39 -0400)]
Remove trailing whitespace and obsolete doc comments from gdk_error_trap code

(there are actual docs in the template file, these were some kind of
pre-gtk-doc comments without useful info)

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

13 years agoAdd a couple of missing annotations
Johan Dahlin [Sat, 18 Sep 2010 16:42:15 +0000 (13:42 -0300)]
Add a couple of missing annotations

13 years ago[introspection] Do not parse private sources
Johan Dahlin [Sat, 18 Sep 2010 16:41:30 +0000 (13:41 -0300)]
[introspection] Do not parse private sources

Private sources include private headers which we may not be able
to parse properly since some of them use unsupported syntax such
as objective-c.

13 years ago[introspection] Do not include internal api
Johan Dahlin [Sat, 18 Sep 2010 16:28:52 +0000 (13:28 -0300)]
[introspection] Do not include internal api

GtkTextLayout is internal and unsupported, do not include
it in the gir

13 years agodepend on GLib 2.27.0
Ryan Lortie [Sat, 18 Sep 2010 00:49:30 +0000 (20:49 -0400)]
depend on GLib 2.27.0

13 years agogail: Do not use deprecated gtk_cell_renderer_get_size()
Javier Jardón [Wed, 15 Sep 2010 19:03:34 +0000 (21:03 +0200)]
gail: Do not use deprecated gtk_cell_renderer_get_size()

Use gtk_cell_size_request_get_size() instead

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

13 years agoDo not use deprecated gtk_cell_renderer_get_size()
Javier Jardón [Mon, 13 Sep 2010 00:50:04 +0000 (02:50 +0200)]
Do not use deprecated gtk_cell_renderer_get_size()

Use gtk_cell_size_request_get_size() instead

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

13 years agoChange GtkEditable typedef from GtkEditableClass to GtkEditabeInterface
Javier Jardón [Sat, 11 Sep 2010 02:12:42 +0000 (04:12 +0200)]
Change GtkEditable typedef from GtkEditableClass to GtkEditabeInterface

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

13 years agoFix a trivial typo in a doc comment
Matthias Clasen [Fri, 17 Sep 2010 14:30:37 +0000 (10:30 -0400)]
Fix a trivial typo in a doc comment

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

13 years agoAdd some element-type annotations to gtk apis
Matthias Clasen [Fri, 17 Sep 2010 13:26:39 +0000 (09:26 -0400)]
Add some element-type annotations to gtk apis

13 years agoFix a doc comment
Matthias Clasen [Fri, 17 Sep 2010 13:25:49 +0000 (09:25 -0400)]
Fix a doc comment

13 years agoScan gdk/x11 sources for Gdk-3.0.gir
Matthias Clasen [Fri, 17 Sep 2010 13:23:30 +0000 (09:23 -0400)]
Scan gdk/x11 sources for Gdk-3.0.gir

The doc comments (with annotations) for some of the gdk api are down
in x11/ sources, so we need to scan those too, when building Gdk-3.0.gir.

13 years agoAdd annotations
Matthias Clasen [Fri, 17 Sep 2010 04:18:20 +0000 (00:18 -0400)]
Add annotations

The goi scanner warns about these nowadays.

13 years agoUpdate Simplified Chinese translation of po-properties.
Aron Xu [Thu, 16 Sep 2010 17:34:27 +0000 (17:34 +0000)]
Update Simplified Chinese translation of po-properties.

13 years agoRename h/v-align to h/valign
Matthias Clasen [Wed, 15 Sep 2010 22:37:20 +0000 (18:37 -0400)]
Rename h/v-align to h/valign

And adjust the getters and setters to match. Also include some
documentation by Havoc Pennington about adjustment of size requests
and allocations.

13 years agointrospection: Only use 0.9.3 API
Colin Walters [Wed, 15 Sep 2010 02:01:00 +0000 (22:01 -0400)]
introspection: Only use 0.9.3 API

13 years agoUpdate Czech translation
Petr Kovar [Wed, 15 Sep 2010 18:31:29 +0000 (20:31 +0200)]
Update Czech translation

13 years agoUpdate Czech translation
Petr Kovar [Wed, 15 Sep 2010 18:01:47 +0000 (20:01 +0200)]
Update Czech translation

13 years agoAdd docs for new API
Matthias Clasen [Wed, 15 Sep 2010 17:52:52 +0000 (13:52 -0400)]
Add docs for new API

13 years agoAdd new api to gtk.symbols
Matthias Clasen [Wed, 15 Sep 2010 17:49:00 +0000 (13:49 -0400)]
Add new api to gtk.symbols

13 years agoUse gint instead of in for local consistency
Matthias Clasen [Wed, 15 Sep 2010 17:22:51 +0000 (13:22 -0400)]
Use gint instead of in for local consistency

13 years agoAdded a default size of a magic number to testwrapbox.c
Tristan Van Berkom [Wed, 15 Sep 2010 16:40:32 +0000 (01:40 +0900)]
Added a default size of a magic number to testwrapbox.c

This was added to the test only for the sake of making it
easier to reproduce a bug with scrolled windows (bug 629778).

Expected behaviour: The vertical scrollbar should dissapear as soon
as the required height for the full allocation width (without any
vertical scrollbar) is small enough to not need a scrollbar.

13 years agogdk: Only use XComposite if it is available
Sebastian Dröge [Wed, 15 Sep 2010 14:41:41 +0000 (16:41 +0200)]
gdk: Only use XComposite if it is available

Fixes build if it isn't available. Bug #629748.

13 years agoFix build on Windows
Tor Lillqvist [Wed, 15 Sep 2010 11:19:40 +0000 (14:19 +0300)]
Fix build on Windows

No idea of the widget embedding crack has worked in recent versions,
even less now. But at least it now compiles.

13 years agospinner: Dont inherit from GtkDrawingArea part 2.
Tristan Van Berkom [Wed, 15 Sep 2010 07:52:29 +0000 (16:52 +0900)]
spinner: Dont inherit from GtkDrawingArea part 2.

Seems commit 7b42d4feda5448cf4f929aeb79f56ba9e524ac39 makes
GtkSpinner a direct subclass of GtkWidget but forgets to
update the header file to include gtkwidget.h instead and
declare the instance and class structures properly (assuming
this was just a missed file in the commit).

13 years agospinner: timeout should add/remove in map/unmap, not realize/unrealize.
Javier Jardón [Tue, 14 Sep 2010 18:09:43 +0000 (20:09 +0200)]
spinner: timeout should add/remove in map/unmap, not realize/unrealize.

Otherwise hiding the spinner won't stop it

13 years agogtkentry: remove unnneded check in map/unmap functions
Javier Jardón [Wed, 15 Sep 2010 01:28:24 +0000 (03:28 +0200)]
gtkentry: remove unnneded check in map/unmap functions

13 years agoAdd deprecation guards for gtk_widget_size_request()
Javier Jardón [Wed, 15 Sep 2010 01:06:47 +0000 (03:06 +0200)]
Add deprecation guards for gtk_widget_size_request()

13 years agodemos: Use gtk_size_request_get_size() instead gtk_widget_size_request()
Javier Jardón [Wed, 15 Sep 2010 01:13:58 +0000 (03:13 +0200)]
demos: Use gtk_size_request_get_size() instead gtk_widget_size_request()

13 years agoUse gtk_size_request_get_size() instead deprecated gtk_widget_size_request()
Javier Jardón [Tue, 14 Sep 2010 01:33:06 +0000 (03:33 +0200)]
Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()

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

Signed-off-by: Javier Jardón <jjardon@gnome.org>
Signed-off-by: Tristan Van Berkom <tristanvb@openismus.com>
13 years ago[l10n] Updated German translation
Christian Kirbach [Tue, 14 Sep 2010 21:38:07 +0000 (23:38 +0200)]
[l10n] Updated German translation

13 years agoAdjusted new documentation for GtkSizeGroup.
Tristan Van Berkom [Tue, 14 Sep 2010 19:51:36 +0000 (04:51 +0900)]
Adjusted new documentation for GtkSizeGroup.

13 years agoAdded documentation to gtksizegroup.sgml explaining what happens with height-for...
Tristan Van Berkom [Tue, 14 Sep 2010 18:54:12 +0000 (03:54 +0900)]
Added documentation to gtksizegroup.sgml explaining what happens with height-for-width widgets.

When grouping height-for-width trading widgets (wrapping labels for instance)
vertically; the height for the minimum width will always be used for the entire
group... this patch warns about this in the docs.

13 years agoFixed GtkSizeGroups to adjust both minimum and natural requisitions
Tristan Van Berkom [Tue, 14 Sep 2010 05:52:59 +0000 (14:52 +0900)]
Fixed GtkSizeGroups to adjust both minimum and natural requisitions

Originally the GtkSizeRequestIface patches left GtkSizeGroup working
only by bumping the minimum sizes - this commit fixes size groups to take
both minimum and natural requests into account.

13 years agoAdd deprecation guards for gtk_cell_view_get_size_of_row()
Javier Jardón [Tue, 14 Sep 2010 18:40:15 +0000 (20:40 +0200)]
Add deprecation guards for gtk_cell_view_get_size_of_row()

13 years agospinner: Don't inherit from drawing area
Benjamin Otte [Mon, 13 Sep 2010 23:28:01 +0000 (01:28 +0200)]
spinner: Don't inherit from drawing area

A drawing area is not meant to be subclassed from. It also doesn't
provide any feature a spinner would need either.

13 years agospinner: Implement the size request interface
Benjamin Otte [Mon, 13 Sep 2010 23:25:07 +0000 (01:25 +0200)]
spinner: Implement the size request interface

Doing size requests in expose is broken.

13 years agospinner: Move G_DEFINE_TYPE() below function definitions
Benjamin Otte [Mon, 13 Sep 2010 23:19:48 +0000 (01:19 +0200)]
spinner: Move G_DEFINE_TYPE() below function definitions

Also remove redundant double definition.

13 years agowrapbox: Lookie, an unused variable
Benjamin Otte [Mon, 13 Sep 2010 23:17:17 +0000 (01:17 +0200)]
wrapbox: Lookie, an unused variable