]> Pileus Git - ~andy/gtk/log
~andy/gtk
13 years agodocs: Move documentation to inline comments: GtkCellRenderer
Javier Jardón [Sat, 6 Nov 2010 16:57:23 +0000 (17:57 +0100)]
docs: Move documentation to inline comments: GtkCellRenderer

13 years agodocs: Move documentation to inline comments: GtkSettings
Javier Jardón [Sat, 6 Nov 2010 16:48:32 +0000 (17:48 +0100)]
docs: Move documentation to inline comments: GtkSettings

13 years agodocs: Move documentation to inline comments: GtkColorSelection
Garrett Regier [Sat, 6 Nov 2010 16:37:37 +0000 (17:37 +0100)]
docs: Move documentation to inline comments: GtkColorSelection

Signed-off-by: Javier Jardón <jjardon@gnome.org>
13 years agodocs: Move documentation to inline comments: GtkLayout
Garrett Regier [Sat, 6 Nov 2010 16:28:53 +0000 (17:28 +0100)]
docs: Move documentation to inline comments: GtkLayout

Signed-off-by: Javier Jardón <jjardon@gnome.org>
13 years agoAdded Luganda translation
Kizito Birabwa [Sat, 6 Nov 2010 15:40:35 +0000 (16:40 +0100)]
Added Luganda translation

13 years agoAdd _gtk_cell_renderer_calc_offset
Tor Lillqvist [Sat, 6 Nov 2010 12:12:14 +0000 (14:12 +0200)]
Add _gtk_cell_renderer_calc_offset

13 years agoFix build breakage and avoid a warning
Tor Lillqvist [Sat, 6 Nov 2010 11:13:59 +0000 (13:13 +0200)]
Fix build breakage and avoid a warning

13 years agoAvoid a compiler warning
Tor Lillqvist [Sat, 6 Nov 2010 11:13:37 +0000 (13:13 +0200)]
Avoid a compiler warning

13 years agoDrop unused static function
Tor Lillqvist [Sat, 6 Nov 2010 11:13:10 +0000 (13:13 +0200)]
Drop unused static function

13 years agodocs: move documentation to inline comments: GtkColorButton
Javier Jardón [Sat, 6 Nov 2010 02:19:32 +0000 (03:19 +0100)]
docs: move documentation to inline comments: GtkColorButton

13 years agodocs: move documentation to inline comments: GtkTreeView
Javier Jardón [Sat, 6 Nov 2010 02:04:27 +0000 (03:04 +0100)]
docs: move documentation to inline comments: GtkTreeView

13 years agodocs: Move documentation to inline comments: GtkTextView
Javier Jardón [Sat, 6 Nov 2010 01:41:09 +0000 (02:41 +0100)]
docs: Move documentation to inline comments: GtkTextView

13 years agoGtkApplication: rewrite example application
Matthias Clasen [Fri, 5 Nov 2010 20:25:29 +0000 (16:25 -0400)]
GtkApplication: rewrite example application

The intended way of using GtkApplication is mainly by subclassing,
so make the example do that.

13 years agoGtkApplication: drop Quit from the docs
Matthias Clasen [Fri, 5 Nov 2010 20:24:55 +0000 (16:24 -0400)]
GtkApplication: drop Quit from the docs

GtkApplication does not currently implement any default actions.

13 years agodocs: move documentation to inline comments: GtkEntry
Javier Jardón [Fri, 5 Nov 2010 19:49:20 +0000 (20:49 +0100)]
docs: move documentation to inline comments: GtkEntry

13 years agodocs: Fix generation of GtkGrid documentation
Javier Jardón [Fri, 5 Nov 2010 16:27:51 +0000 (17:27 +0100)]
docs: Fix generation of GtkGrid documentation

13 years agotests: fix the build
Cosimo Cecchi [Fri, 5 Nov 2010 16:01:34 +0000 (17:01 +0100)]
tests: fix the build

gtk_box_new() changed API recently.

13 years agoicon-theme: always force icon sizes for emblems
Cosimo Cecchi [Fri, 5 Nov 2010 09:34:15 +0000 (10:34 +0100)]
icon-theme: always force icon sizes for emblems

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

13 years agotests: add a test for pixbufs implementing the GIcon interface
Cosimo Cecchi [Fri, 5 Nov 2010 09:33:50 +0000 (10:33 +0100)]
tests: add a test for pixbufs implementing the GIcon interface

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

13 years agoicon-theme: support pixbufs implementing the GIcon interface
Cosimo Cecchi [Fri, 5 Nov 2010 09:33:16 +0000 (10:33 +0100)]
icon-theme: support pixbufs implementing the GIcon interface

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

13 years agogtkwindow: properly set the window icon list (#631331)
Cosimo Cecchi [Fri, 5 Nov 2010 12:02:42 +0000 (13:02 +0100)]
gtkwindow: properly set the window icon list (#631331)

This was probably a rendering-cleanup regression.

13 years agoMade progress on focus handling.
Tristan Van Berkom [Fri, 5 Nov 2010 13:16:32 +0000 (22:16 +0900)]
Made progress on focus handling.

 - Added vfunc to get the allocation of a cell inside an area
 - Superclass GtkCellArea handles activation of focused cells
   by handling key events (as well as editing of editable cells)
 - Added signal "editing-started" to GtkCellArea to signal that
   editing has started (generally signaled from inside event handling)
 - Added properties "focus-cell" and "edited-cell"

13 years agoCommitting half-way done focus work.
Tristan Van Berkom [Fri, 5 Nov 2010 04:05:20 +0000 (13:05 +0900)]
Committing half-way done focus work.

13 years agoGtkWidget/GtkContainer: Slight fixes to geometry-management docs.
Murray Cumming [Thu, 4 Nov 2010 15:30:48 +0000 (16:30 +0100)]
GtkWidget/GtkContainer: Slight fixes to geometry-management docs.

Replace it's with its in several places.
Replace some , with .
Replace some ; with .
Fix some plurals.
Other minor corrections.

13 years agoGtkWidget: Document the size-request signal deprecation.
Murray Cumming [Thu, 4 Nov 2010 15:11:25 +0000 (16:11 +0100)]
GtkWidget: Document the size-request signal deprecation.

Hopefully my text is correct.

13 years agoHandle empty button boxes gracefully
Matthias Clasen [Thu, 4 Nov 2010 03:00:05 +0000 (23:00 -0400)]
Handle empty button boxes gracefully

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

13 years agoOnly show Desktop in file chooser button if there is one
Christian Dywan [Fri, 22 Oct 2010 14:07:25 +0000 (16:07 +0200)]
Only show Desktop in file chooser button if there is one

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=632894
13 years agoSwitch to CSS interpretation of rgb() and rgba() colors
Owen W. Taylor [Tue, 2 Nov 2010 19:30:44 +0000 (15:30 -0400)]
Switch to CSS interpretation of rgb() and rgba() colors

CSS3 defines a somewhat odd syntax for rgba() colors - the rgb values
are integers from 0 to 255 or percentages and the a value is a
float from 0 to 1. To avoid increasing the total amount of confusion
in the world, make gdk_rgb_to_string() and gdk_rgb_parse() follow
this syntax rather than using floats for r, g, and b.

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

13 years agogtktoolitemgroup: don't use GTimeSpec
Ryan Lortie [Wed, 3 Nov 2010 12:26:27 +0000 (08:26 -0400)]
gtktoolitemgroup: don't use GTimeSpec

Use gint64 time instead.

13 years agoRevert "Move the /*< private >*/ at the correct position"
Javier Jardón [Wed, 3 Nov 2010 02:37:13 +0000 (03:37 +0100)]
Revert "Move the /*< private >*/ at the correct position"

All the object structures is opaque
This reverts commit c59ca4f6b9c144c59cac6288862e7a59eaa7a2cc.

13 years agodocs: Improve cross-referencing on GtkGrid docs
Javier Jardón [Wed, 3 Nov 2010 02:20:20 +0000 (03:20 +0100)]
docs: Improve cross-referencing on GtkGrid docs

13 years agodocs: Fix gtk-doc markup in GtkWidget docs
Javier Jardón [Wed, 3 Nov 2010 02:19:22 +0000 (03:19 +0100)]
docs: Fix gtk-doc markup in GtkWidget docs

13 years agoUpdated Japanese translation
Takayuki KUSANO [Wed, 3 Nov 2010 00:02:19 +0000 (09:02 +0900)]
Updated Japanese translation

13 years agoFix tiny documetnation typo.
Murray Cumming [Tue, 2 Nov 2010 09:43:42 +0000 (10:43 +0100)]
Fix tiny documetnation typo.

13 years agoExtended gtk_cell_area_apply_attributes() to account for expander/expanded cells
Tristan Van Berkom [Tue, 2 Nov 2010 09:01:03 +0000 (18:01 +0900)]
Extended gtk_cell_area_apply_attributes() to account for expander/expanded cells

The state of expanded cells must come from the view, since these states
can vary across views accessing the same model (also "finished up" the
applying of attributes code).

13 years agoGtkScrollable: Improve the documentation text.
Murray Cumming [Tue, 2 Nov 2010 08:23:24 +0000 (09:23 +0100)]
GtkScrollable: Improve the documentation text.

13 years agoAccount for the possibility of invisible cells in GtkCellAreaBox/Iter
Tristan Van Berkom [Tue, 2 Nov 2010 07:51:06 +0000 (16:51 +0900)]
Account for the possibility of invisible cells in GtkCellAreaBox/Iter

Also changed the GtkCellAreaBox to keep groups in an array
instead of a list, for this code it's generally more useful
this way (and more optimized).

13 years agoAdding tentative implementation of GtkCellAreaBox->grab_focus().
Tristan Van Berkom [Mon, 1 Nov 2010 08:41:02 +0000 (17:41 +0900)]
Adding tentative implementation of GtkCellAreaBox->grab_focus().

13 years agoRemoved a trailing enum comma.
Murray Cumming [Mon, 1 Nov 2010 21:44:18 +0000 (22:44 +0100)]
Removed a trailing enum comma.

13 years agoNormalize boolean.
Ignacio Casal Quinteiro [Mon, 1 Nov 2010 21:59:21 +0000 (22:59 +0100)]
Normalize boolean.

13 years agoDo not use gbooleans to save some bits.
Ignacio Casal Quinteiro [Mon, 1 Nov 2010 21:42:15 +0000 (22:42 +0100)]
Do not use gbooleans to save some bits.

13 years agoBump version
Matthias Clasen [Mon, 1 Nov 2010 17:12:29 +0000 (13:12 -0400)]
Bump version

13 years agoGet rid of unused shaped_object list in _GtkTextLineDisplay
Paolo Borelli [Fri, 1 Oct 2010 08:00:13 +0000 (10:00 +0200)]
Get rid of unused shaped_object list in _GtkTextLineDisplay

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

13 years agoUpdate NEWS
Matthias Clasen [Mon, 1 Nov 2010 15:44:30 +0000 (11:44 -0400)]
Update NEWS

13 years agoGtkToolitemGroup: Use monotonic clock for animation timeout
Matthias Clasen [Mon, 1 Nov 2010 15:15:30 +0000 (11:15 -0400)]
GtkToolitemGroup: Use monotonic clock for animation timeout

13 years agoAdd caseless unit tests for textiter.
Ignacio Casal Quinteiro [Sat, 30 Oct 2010 16:19:59 +0000 (18:19 +0200)]
Add caseless unit tests for textiter.

13 years agoAdd case insensitive to GtkTextIter. Fixes bug #61852.
Ignacio Casal Quinteiro [Tue, 26 Oct 2010 20:02:38 +0000 (22:02 +0200)]
Add case insensitive to GtkTextIter. Fixes bug #61852.

This code has been taken from GtkSourceView so also kudos to Paolo Maggi
and Paolo Borelli for helping with this patch.

13 years agoFix backward search bug exposed by the unit test
Paolo Borelli [Sun, 31 Oct 2010 12:52:06 +0000 (13:52 +0100)]
Fix backward search bug exposed by the unit test

When searching with multiple lines first_line_start/end were initialized
to the last line start/end iters

13 years agoAdd unit tests for textiter.
Ignacio Casal Quinteiro [Sat, 30 Oct 2010 16:19:59 +0000 (18:19 +0200)]
Add unit tests for textiter.

13 years agoAvoid exporting an extra symbol
Matthias Clasen [Mon, 1 Nov 2010 13:16:37 +0000 (09:16 -0400)]
Avoid exporting an extra symbol

13 years agoFix make check
Matthias Clasen [Mon, 1 Nov 2010 13:15:57 +0000 (09:15 -0400)]
Fix make check

13 years agoMove the /*< private >*/ at the correct position
Paolo Borelli [Mon, 1 Nov 2010 13:15:03 +0000 (14:15 +0100)]
Move the /*< private >*/ at the correct position

13 years agoNEWS for 2.91.3
Matthias Clasen [Mon, 1 Nov 2010 12:14:19 +0000 (08:14 -0400)]
NEWS for 2.91.3

13 years ago[l10n] Updated Estonian translation
Ivar Smolin [Mon, 1 Nov 2010 06:19:38 +0000 (08:19 +0200)]
[l10n] Updated Estonian translation

13 years agoFix a typo
Matthias Clasen [Mon, 1 Nov 2010 02:16:41 +0000 (22:16 -0400)]
Fix a typo

13 years agoMention actions in the libunique migration guide
Matthias Clasen [Mon, 1 Nov 2010 02:14:53 +0000 (22:14 -0400)]
Mention actions in the libunique migration guide

13 years agoFix interaction between scrolling menus and automatic mnemonics
Matthias Clasen [Sun, 31 Oct 2010 19:52:32 +0000 (15:52 -0400)]
Fix interaction between scrolling menus and automatic mnemonics

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

13 years agogtk: remove all border_width handling from the button box
Michael Natterer [Sun, 31 Oct 2010 19:16:19 +0000 (20:16 +0100)]
gtk: remove all border_width handling from the button box

and let GtkContainer do the job; fixes doubled border widths. GtkBox
did already delegate border handling to Gtkcontainer, which interacted
badly with a subclass that didn't.

13 years agogtk: fix automatic width of spin buttons which have no width in chars set
Michael Natterer [Sun, 31 Oct 2010 19:03:55 +0000 (20:03 +0100)]
gtk: fix automatic width of spin buttons which have no width in chars set

13 years agotests: missed these two gtk_box_new() which sneaked in by rebasing...
Michael Natterer [Sun, 31 Oct 2010 19:00:38 +0000 (20:00 +0100)]
tests: missed these two gtk_box_new() which sneaked in by rebasing...

13 years agoGtkAssistant: Mention custom pages in the introduction
Matthias Clasen [Sun, 31 Oct 2010 18:34:35 +0000 (14:34 -0400)]
GtkAssistant: Mention custom pages in the introduction

13 years agogtk: remove "gboolean homogeneous" from gtk_box_new()
Michael Natterer [Sun, 31 Oct 2010 17:07:20 +0000 (18:07 +0100)]
gtk: remove "gboolean homogeneous" from gtk_box_new()

Because it's FALSE in virtually all use cases.

13 years agoAdd content size test for scrolled window
Matthias Clasen [Sun, 31 Oct 2010 18:09:48 +0000 (14:09 -0400)]
Add content size test for scrolled window

13 years agoGtkAssistant: Add custom page type
Bastien Nocera [Sat, 30 Oct 2010 19:12:58 +0000 (20:12 +0100)]
GtkAssistant: Add custom page type

The custom page type will not show any buttons by default, and
it is left to the application to add its own buttons instead.

The _next_page() and _previous_page() functions can be used
for the back and forward buttons used by the application.

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

13 years agoGtkAssistant: Add more details about buttons shown
Bastien Nocera [Sat, 30 Oct 2010 18:57:55 +0000 (19:57 +0100)]
GtkAssistant: Add more details about buttons shown

Add more documentation about which buttons will be shown for which
type of GtkAssistant page.

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

13 years agoImprove GtkAssistant docs
Matthias Clasen [Sun, 31 Oct 2010 01:25:21 +0000 (21:25 -0400)]
Improve GtkAssistant docs

13 years agoHandle NULL intp in test_increment_intp()
Martin Nordholts [Sat, 30 Oct 2010 22:06:48 +0000 (00:06 +0200)]
Handle NULL intp in test_increment_intp()

Support passing NULL for &int to gtk_test_display_button_window() so
we can use that function also when we are not interested in counting
clicks.

13 years agoAdded cell focus apis to GtkCellArea.
Tristan Van Berkom [Mon, 1 Nov 2010 07:01:25 +0000 (16:01 +0900)]
Added cell focus apis to GtkCellArea.

13 years agoAdded GtkCellRendererState flags to GtkCellArea->event/render() methods
Tristan Van Berkom [Mon, 1 Nov 2010 03:39:00 +0000 (12:39 +0900)]
Added GtkCellRendererState flags to GtkCellArea->event/render() methods

13 years agoChanged GtkCellArea margin-left/right... for cell-margin-left/right...
Tristan Van Berkom [Sun, 31 Oct 2010 13:50:53 +0000 (22:50 +0900)]
Changed GtkCellArea margin-left/right... for cell-margin-left/right...

The rationale here is that every cell in an area needs to have space
reserved around it, requests have to be fully margin inclusive...
cells need to have the full size fed as the "background area" and
the "cell area" has margins removed... This will be used by GtkTreeViewColumn
to set the focus line width so that cells can paint a background on the
full background, then render themselves into the cell area... and parents
can go ahead and draw focus and other indicators on the background area
but outside of the cell area.

13 years agoAdded margins to the cell area
Tristan Van Berkom [Sun, 31 Oct 2010 09:55:51 +0000 (18:55 +0900)]
Added margins to the cell area

Added margin properties to the cell area, margins will be removed
from the area given to ->render() when creating the inner cell area.

13 years agoImplemented cell packing properties on GtkCellAreaBox
Tristan Van Berkom [Sun, 31 Oct 2010 08:45:29 +0000 (17:45 +0900)]
Implemented cell packing properties on GtkCellAreaBox

13 years agoAdded GTK_CELL_AREA_WARN_INVALID_CHILD_PROPERTY_ID to gtkcellarea.h
Tristan Van Berkom [Sun, 31 Oct 2010 08:45:06 +0000 (17:45 +0900)]
Added GTK_CELL_AREA_WARN_INVALID_CHILD_PROPERTY_ID to gtkcellarea.h

13 years agoImplemented "cell properties" on the GtkCellArea
Tristan Van Berkom [Sun, 31 Oct 2010 08:13:15 +0000 (17:13 +0900)]
Implemented "cell properties" on the GtkCellArea

Added cell "packing" properties for generic configuration
of child cells inside an area.

13 years agoFinished up allocation of cells.
Tristan Van Berkom [Sun, 31 Oct 2010 06:22:39 +0000 (15:22 +0900)]
Finished up allocation of cells.

Added get_allocated_cells() which returns a practical list
of cells with allocation for render/event time, this abstracts
whether the cells are individually aligned or aligned into groups,
when there are groups of cells before an alignment, those groups
get allocated on the fly for render time.

13 years agoCleaned up GtkCellAreaIter implementation to use arrays to store grouped cell informa...
Tristan Van Berkom [Sun, 31 Oct 2010 04:06:10 +0000 (13:06 +0900)]
Cleaned up GtkCellAreaIter implementation to use arrays to store grouped cell information.

13 years agoAdding GtkCellAreaIter arg to GtkCellArea->render/->event
Tristan Van Berkom [Sat, 30 Oct 2010 14:48:52 +0000 (23:48 +0900)]
Adding GtkCellAreaIter arg to GtkCellArea->render/->event

13 years agoFixed hangs in TextView and ToolPalette
Tristan Van Berkom [Sat, 30 Oct 2010 14:10:43 +0000 (23:10 +0900)]
Fixed hangs in TextView and ToolPalette

Fixed the hangs by adding a ->inside_allocation flag and avoiding to
queue resizes while inside the allocation loop. The extra queue'd resizes
were causing the scrolled window size_allocate() to perform the guess
again and again thus causing an infinite loop.

13 years agoFixing typo in scrolled window
Tristan Van Berkom [Sat, 30 Oct 2010 14:09:14 +0000 (23:09 +0900)]
Fixing typo in scrolled window

Seems with GtkScrollable interface we were setting the hadjustment as
the vadjustment, thanks to Cosimo Cecchi who debugged this and finally
found the typo.

13 years agoAdded the majority of the allocate machinery to GtkCellAreaIter[Box].
Tristan Van Berkom [Sat, 30 Oct 2010 14:06:26 +0000 (23:06 +0900)]
Added the majority of the allocate machinery to GtkCellAreaIter[Box].

13 years agoFixed GtkCellAreaIter to notify invalidation of sizes on flush
Tristan Van Berkom [Sat, 30 Oct 2010 12:40:22 +0000 (21:40 +0900)]
Fixed GtkCellAreaIter to notify invalidation of sizes on flush

Also fixed GtkCellAreaBox to track the iters it creates and flush
them when the overall layout configuration changes (add/remove/reorder/
spacing changed etc).

13 years agoEmphasize that GtkBox and GtkTable can be replaced by GtkGrid
Javier Jardón [Sat, 30 Oct 2010 04:53:44 +0000 (06:53 +0200)]
Emphasize that GtkBox and GtkTable can be replaced by GtkGrid

13 years agoUse gtk_box_new() instead gtk_[v|h]box_new()
Javier Jardón [Sat, 30 Oct 2010 03:00:32 +0000 (05:00 +0200)]
Use gtk_box_new() instead gtk_[v|h]box_new()

13 years agodocs: remove template of deprecated gtkcombo widget
Javier Jardón [Sat, 30 Oct 2010 03:01:31 +0000 (05:01 +0200)]
docs: remove template of deprecated gtkcombo widget

13 years agoMigration guide additions
Matthias Clasen [Sat, 30 Oct 2010 02:48:26 +0000 (22:48 -0400)]
Migration guide additions

Add some information about expand flags and the scrollable interface.

13 years agoMake gdk_rgba_to_string() take a const GdkRGBA
Christian Persch [Sat, 30 Oct 2010 01:16:52 +0000 (21:16 -0400)]
Make gdk_rgba_to_string() take a const GdkRGBA

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

13 years agoFix initial size allocation with child widgets
Matthias Clasen [Sat, 30 Oct 2010 01:13:55 +0000 (21:13 -0400)]
Fix initial size allocation with child widgets

On some cases, it would take a resize of the window for children
to 'jump into place'.

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

13 years agoUse gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()
Javier Jardón [Sat, 30 Oct 2010 00:11:05 +0000 (02:11 +0200)]
Use gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()

13 years agoUse gtk_scale_new() instead gtk_[v|h]scale_new()
Javier Jardón [Sat, 30 Oct 2010 00:07:28 +0000 (02:07 +0200)]
Use gtk_scale_new() instead gtk_[v|h]scale_new()

13 years agoUse gtk_scale_new_with_range() instead gtk_[v|h]scale_new_with_range()
Javier Jardón [Sat, 30 Oct 2010 00:01:27 +0000 (02:01 +0200)]
Use gtk_scale_new_with_range() instead gtk_[v|h]scale_new_with_range()

13 years agoUse gtk_paned_new() instead gtk_[v|h]paned_new()
Javier Jardón [Fri, 29 Oct 2010 23:47:13 +0000 (01:47 +0200)]
Use gtk_paned_new() instead gtk_[v|h]paned_new()

13 years agoUse gtk_ruler_new() instead gtk_[v|h]ruler_new()
Javier Jardón [Fri, 29 Oct 2010 23:41:55 +0000 (01:41 +0200)]
Use gtk_ruler_new() instead gtk_[v|h]ruler_new()

13 years agoUse gtk_separator_new() instead gtk_[v|h]separator_new()
Javier Jardón [Fri, 29 Oct 2010 23:32:34 +0000 (01:32 +0200)]
Use gtk_separator_new() instead gtk_[v|h]separator_new()

13 years agoUse gtk_button_box_new() instead gtk_[v|h]_button_box_new()
Javier Jardón [Fri, 29 Oct 2010 23:21:15 +0000 (01:21 +0200)]
Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()

13 years agogtk: remove declarations of removed internal functions
Michael Natterer [Fri, 29 Oct 2010 11:19:22 +0000 (13:19 +0200)]
gtk: remove declarations of removed internal functions

13 years agoDon't set get_preferred_width_for_height to NULL
Matthias Clasen [Fri, 29 Oct 2010 16:58:24 +0000 (12:58 -0400)]
Don't set get_preferred_width_for_height to NULL

The size request machinery expects that it is non-NULL.

13 years agoGtkComboBox: Add a constructor that takes a model and adds an entry
Matthias Clasen [Fri, 29 Oct 2010 16:28:42 +0000 (12:28 -0400)]
GtkComboBox: Add a constructor that takes a model and adds an entry

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

13 years agoRe-enable deprecation guards
Javier Jardón [Fri, 29 Oct 2010 01:28:24 +0000 (03:28 +0200)]
Re-enable deprecation guards

13 years agoUpdated Catalan (Valencian) translation
Carles Ferrando [Fri, 29 Oct 2010 00:37:58 +0000 (01:37 +0100)]
Updated Catalan (Valencian) translation

13 years agoUse the client pointer for events with no device.
Carlos Garnacho [Thu, 28 Oct 2010 21:01:16 +0000 (23:01 +0200)]
Use the client pointer for events with no device.

The core pointer is sort of meaningless in a multidevice environment,
the client pointer is used instead to fake a GdkDevice on events that
don't have one.