]> Pileus Git - ~andy/gtk/log
~andy/gtk
12 years agocss: Make font property a shorthand
Benjamin Otte [Sun, 29 May 2011 05:03:59 +0000 (07:03 +0200)]
css: Make font property a shorthand

... and implement the CSS font properties:
- font-size
- font-style
- font-family
- font-weight
- font-variant

This is the second try at this. The first was backed out previously due
to bugginess. Let's hope this one survives a bit longer.

Also makes the font-family CSS test work again.

12 years agoAdd a missing break statement
Matthias Clasen [Wed, 15 Jun 2011 01:59:55 +0000 (21:59 -0400)]
Add a missing break statement

12 years agoAdd a missing break statement
Matthias Clasen [Wed, 15 Jun 2011 01:58:51 +0000 (21:58 -0400)]
Add a missing break statement

12 years agoAvoid an oob read
Matthias Clasen [Wed, 15 Jun 2011 01:56:50 +0000 (21:56 -0400)]
Avoid an oob read

12 years agoRemove a redundant NULL check
Matthias Clasen [Wed, 15 Jun 2011 01:53:53 +0000 (21:53 -0400)]
Remove a redundant NULL check

12 years agoAvoid a dereference-before-null-check
Matthias Clasen [Wed, 15 Jun 2011 01:50:16 +0000 (21:50 -0400)]
Avoid a dereference-before-null-check

12 years agoGive this code a chance to work
Matthias Clasen [Wed, 15 Jun 2011 01:44:12 +0000 (21:44 -0400)]
Give this code a chance to work

At least it does not get uninitialized variable warnings now.

12 years agoMake this code more meaningful
Matthias Clasen [Wed, 15 Jun 2011 01:18:08 +0000 (21:18 -0400)]
Make this code more meaningful

12 years agoDon't forget to cleanup varargs
Matthias Clasen [Wed, 15 Jun 2011 01:14:48 +0000 (21:14 -0400)]
Don't forget to cleanup varargs

12 years agotests: Add simple test for image clipboard
William Jon McCann [Tue, 14 Jun 2011 20:01:29 +0000 (16:01 -0400)]
tests: Add simple test for image clipboard

12 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 14 Jun 2011 16:24:30 +0000 (18:24 +0200)]
Updated Slovenian translation

13 years agoimage: Initialize variable
Juan A. Suarez Romero [Tue, 14 Jun 2011 09:49:23 +0000 (09:49 +0000)]
image: Initialize variable

13 years agoGtkAssistant: improve button labels
Matthias Clasen [Tue, 14 Jun 2011 02:35:15 +0000 (22:35 -0400)]
GtkAssistant: improve button labels

Forward/Back/Last has been declared strange; so go with something
a little more friendly: Continue/Go Back/Finish.
https://bugzilla.gnome.org/show_bug.cgi?id=652506

13 years agodocs: Add Since tag to GtkWidget::draw
Benjamin Otte [Mon, 13 Jun 2011 16:29:07 +0000 (18:29 +0200)]
docs: Add Since tag to GtkWidget::draw

13 years agodemos: Remove unused variable
Benjamin Otte [Mon, 13 Jun 2011 16:27:24 +0000 (18:27 +0200)]
demos: Remove unused variable

13 years agotests: Add a CSS test for color parsing errors
Benjamin Otte [Mon, 13 Jun 2011 04:25:19 +0000 (06:25 +0200)]
tests: Add a CSS test for color parsing errors

In [particular check for the fix in the last commit.

13 years agocssparser: Actually send an error in an error case
Benjamin Otte [Mon, 13 Jun 2011 04:24:10 +0000 (06:24 +0200)]
cssparser: Actually send an error in an error case

The error case was excess commas in rgb/rgba colors, such as
rgba(0,255,0,0,0.5)

13 years agothemingengine: Improve handling of different colors
Benjamin Otte [Mon, 13 Jun 2011 04:13:16 +0000 (06:13 +0200)]
themingengine: Improve handling of different colors

We don't want to have different colors cause seams, so we try very hard
to render them at the same time.

13 years agothemingengine: Implement support for multiple border colors
Benjamin Otte [Mon, 13 Jun 2011 03:04:44 +0000 (05:04 +0200)]
themingengine: Implement support for multiple border colors

Also use this support to implement inset and outset border styles
without cheats.

13 years agostyleproperty: Add border-*-color style properties
Benjamin Otte [Mon, 13 Jun 2011 01:45:18 +0000 (03:45 +0200)]
styleproperty: Add border-*-color style properties

And make border-color a shorthand

13 years agoreftests: Check that the default border color is the foreground color
Benjamin Otte [Sun, 12 Jun 2011 23:52:42 +0000 (01:52 +0200)]
reftests: Check that the default border color is the foreground color

13 years agostyleproperty: The default border color is the normal color
Benjamin Otte [Sun, 12 Jun 2011 23:50:06 +0000 (01:50 +0200)]
styleproperty: The default border color is the normal color

13 years agostyleproperty: Make default_value() take a state
Benjamin Otte [Sun, 12 Jun 2011 23:26:11 +0000 (01:26 +0200)]
styleproperty: Make default_value() take a state

Because of this, resolve() needs to take a state, too. This is so that
we can have default values depend on other values (like border color).

13 years agoroundedbox: Fix border radius grow algorithm
Benjamin Otte [Mon, 13 Jun 2011 03:49:12 +0000 (05:49 +0200)]
roundedbox: Fix border radius grow algorithm

When one radius gets to 0, the other should be set to 0, too. Otherwise
the paths constructed from it will not be correct.

13 years agoBump version
Matthias Clasen [Mon, 13 Jun 2011 12:03:40 +0000 (08:03 -0400)]
Bump version

13 years agoForgotten file
Matthias Clasen [Mon, 13 Jun 2011 11:33:47 +0000 (07:33 -0400)]
Forgotten file

13 years agoxi2: Handle XIM modules that replace events
Carlos Garnacho [Sat, 2 Apr 2011 09:46:42 +0000 (11:46 +0200)]
xi2: Handle XIM modules that replace events

Fixes Bug 645993 - XIM has wierd behaviors. Some XIM modules
filter every key event, possibly replacing it with their own
one. These events usually have serial=0, so make
GdkDeviceManagerXI2 also listen on these.

13 years agoRemove broken font-family css test
Matthias Clasen [Mon, 13 Jun 2011 10:56:12 +0000 (06:56 -0400)]
Remove broken font-family css test

13 years agoUpdate for 3.1.6
Matthias Clasen [Mon, 13 Jun 2011 04:16:55 +0000 (00:16 -0400)]
Update for 3.1.6

13 years agooverlay: add initial version of gtkoverlay
Ignacio Casal Quinteiro [Thu, 19 May 2011 16:53:05 +0000 (18:53 +0200)]
overlay: add initial version of gtkoverlay

13 years agoconfigure.ac: Use aux directory to store autogenerated files
Javier Jardón [Mon, 13 Jun 2011 02:06:04 +0000 (03:06 +0100)]
configure.ac: Use aux directory to store autogenerated files

13 years agogtkdnd: Don't bind/unbind keycodes that couldn't be determined
Daniel Drake [Sun, 12 Jun 2011 16:48:17 +0000 (17:48 +0100)]
gtkdnd: Don't bind/unbind keycodes that couldn't be determined

At http://dev.laptop.org/ticket/10643 we are seeing that drag-and-drop
within the Sugar shell causes all of Sugar's custom keybindings to be
removed.

This is because gtkdnd tries to unbind XK_KP_Space, which (on my systems)
is resolved to NoSymbol by XKeycodeToKeysym(). NoSymbol has value 0,
the same as AnyKey, and XUngrabKey(AnyKey) is equivalent to unbinding
all possible keycodes.

Fix this by catching NoSymbol before binding/unbinding.

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

13 years agoRevert "gtk/gtkmenuitem: gtk_misc_set_alignment replacing"
Matthias Clasen [Mon, 13 Jun 2011 01:36:37 +0000 (21:36 -0400)]
Revert "gtk/gtkmenuitem: gtk_misc_set_alignment replacing"

This reverts commit 49e62d2a5f6cb0cefbb03a4b6a1df413f3903fea.
It turns out that GtkAccelLabel is not quite ready for
widget align properties.

13 years agotests: use GdkRGBA instead GdkColor
Javier Jardón [Mon, 6 Jun 2011 15:47:40 +0000 (16:47 +0100)]
tests: use GdkRGBA instead GdkColor

13 years agogtk-demo/colorsel.c: Do not use GtkAlignment
Javier Jardón [Sun, 12 Jun 2011 22:09:08 +0000 (23:09 +0100)]
gtk-demo/colorsel.c: Do not use GtkAlignment

13 years agogtk.symbols: Add missing api
Javier Jardón [Sun, 12 Jun 2011 21:40:22 +0000 (22:40 +0100)]
gtk.symbols: Add missing api

13 years agodefault theme: Fix menuitem check/radio colors
Benjamin Otte [Sun, 12 Jun 2011 21:35:39 +0000 (23:35 +0200)]
default theme: Fix menuitem check/radio colors

13 years agodefault theme: fix menuitem selections
Benjamin Otte [Sun, 12 Jun 2011 21:28:43 +0000 (23:28 +0200)]
default theme: fix menuitem selections

13 years agodefault theme: fix tooltip colors
Benjamin Otte [Sun, 12 Jun 2011 21:26:53 +0000 (23:26 +0200)]
default theme: fix tooltip colors

13 years agothemingengine: Add magic to draw inset/outset properly
Benjamin Otte [Sun, 12 Jun 2011 20:58:52 +0000 (22:58 +0200)]
themingengine: Add magic to draw inset/outset properly

Use a bunch of tricks to get inset/outset right with a small amount of
code. In particular, fix the hidden sides causing artifacts.

Included is a bunch of code comments explaining what we actually do.

13 years agothemingengine: Reduce border to 0 on hidden sides
Benjamin Otte [Sun, 12 Jun 2011 20:58:10 +0000 (22:58 +0200)]
themingengine: Reduce border to 0 on hidden sides

Fixes drawing of expanders.

13 years agothemingengine: Fix inset/outset drawing
Benjamin Otte [Sun, 12 Jun 2011 20:07:12 +0000 (22:07 +0200)]
themingengine: Fix inset/outset drawing

13 years agogailtextcell: Fix typo
Javier Jardón [Sun, 12 Jun 2011 20:45:47 +0000 (21:45 +0100)]
gailtextcell: Fix typo

13 years agotextview: do not destroy the layout in unrealize
Ignacio Casal Quinteiro [Sun, 12 Jun 2011 15:52:23 +0000 (17:52 +0200)]
textview: do not destroy the layout in unrealize

Now instead of invalidating when we create the layout we invalidate
when we realize the widget and we remove the invalidation when
unrealizing. It was pointless too destroying the layout in unrealize
as at the end what we just wanted was to remove the invalidation idles.

13 years agoroundedbox: Handle shrinking to zero
Benjamin Otte [Sun, 12 Jun 2011 01:42:29 +0000 (03:42 +0200)]
roundedbox: Handle shrinking to zero

We need it for wide separators.

13 years agothemingengine: set the right coordinates for the rounded box rect
Cosimo Cecchi [Sat, 11 Jun 2011 17:32:15 +0000 (13:32 -0400)]
themingengine: set the right coordinates for the rounded box rect

13 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 11 Jun 2011 15:44:59 +0000 (17:44 +0200)]
Updated Slovenian translation

13 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 11 Jun 2011 15:40:17 +0000 (17:40 +0200)]
Updated Slovenian translation

13 years agoUpdated Spanish translation
Jorge González [Sat, 11 Jun 2011 09:34:19 +0000 (11:34 +0200)]
Updated Spanish translation

13 years agostyleproperty: Resolve NULL RGBAs to pink
Benjamin Otte [Sat, 11 Jun 2011 08:44:16 +0000 (10:44 +0200)]
styleproperty: Resolve NULL RGBAs to pink

.. instead of returning NULL and crashing.

Fixes no-colors reftest

13 years agoreftests: Add reftest for unresolvable properties
Benjamin Otte [Sat, 11 Jun 2011 08:41:17 +0000 (10:41 +0200)]
reftests: Add reftest for unresolvable properties

13 years agostyleproperty: Fall back to default values, instead of recursing
Benjamin Otte [Sat, 11 Jun 2011 08:02:58 +0000 (10:02 +0200)]
styleproperty: Fall back to default values, instead of recursing

Copy/paste error. The original commit message even explains this.

13 years agostyleproperty: Add a default value func for border-image-width
Benjamin Otte [Sat, 11 Jun 2011 07:23:34 +0000 (09:23 +0200)]
styleproperty: Add a default value func for border-image-width

This is necessary because we want to use NULL as the default value. But
the default value for borders is { 0, 0, 0, 0 } and not NULL.

Fixes border-image-gradient and border-image-repeat reftests.

13 years agoreftests: Add a test for inset box-shadow
Benjamin Otte [Sat, 11 Jun 2011 06:42:05 +0000 (08:42 +0200)]
reftests: Add a test for inset box-shadow

This test is copied from the CSS spec. The reference is very sensitive
to the rendering algorithm in use, because the rounded corners have
semi-transparent pixels. It might be necessary to update them in the
future.

13 years agothemingengine: Render inset box shadow on top of backgrounds
Benjamin Otte [Sat, 11 Jun 2011 04:19:51 +0000 (06:19 +0200)]
themingengine: Render inset box shadow on top of backgrounds

13 years agostyleproperty: Parse shadow options in any order
Benjamin Otte [Sat, 11 Jun 2011 03:24:54 +0000 (05:24 +0200)]
styleproperty: Parse shadow options in any order

The CSS spec allows random ordering of various properties, so we should,
too.

13 years agocssprovider: add a doc paragraph about box-shadow
Cosimo Cecchi [Tue, 7 Jun 2011 16:57:08 +0000 (12:57 -0400)]
cssprovider: add a doc paragraph about box-shadow

13 years agostyleproperty: register the box-shadow property
Cosimo Cecchi [Thu, 2 Jun 2011 00:59:14 +0000 (20:59 -0400)]
styleproperty: register the box-shadow property

13 years agoshadow: add _gtk_box_shadow_render()
Cosimo Cecchi [Thu, 2 Jun 2011 00:58:53 +0000 (20:58 -0400)]
shadow: add _gtk_box_shadow_render()

This supports only inset box-shadow elements for now.

13 years agothemingengine: Draw border with GtkRoundedBox
Benjamin Otte [Sat, 11 Jun 2011 04:13:00 +0000 (06:13 +0200)]
themingengine: Draw border with GtkRoundedBox

13 years agothemingengine: Use GtkRoundedBox for drawing backgrounds
Benjamin Otte [Sat, 11 Jun 2011 02:14:19 +0000 (04:14 +0200)]
themingengine: Use GtkRoundedBox for drawing backgrounds

13 years agothemingengine: Do pattern merging smarter
Benjamin Otte [Sat, 11 Jun 2011 02:06:22 +0000 (04:06 +0200)]
themingengine: Do pattern merging smarter

Create an intermdiate surface and fill() with it later. Instead of doing
clip + paint twice.

13 years agogtk: Add GtkRoundedBox
Benjamin Otte [Sat, 11 Jun 2011 01:57:57 +0000 (03:57 +0200)]
gtk: Add GtkRoundedBox

CSS drawing operates on rounded boxes a lot, so it makes sense to split
them out instead of duplicating them everywhere.

13 years agothemingengine: Get rid of extra variables
Benjamin Otte [Sat, 11 Jun 2011 01:56:56 +0000 (03:56 +0200)]
themingengine: Get rid of extra variables

Now that we don't change the width/height anymore, we can keep using it
for scaling he background.

13 years agothemingengine: remove unused variable
Benjamin Otte [Sat, 11 Jun 2011 00:14:40 +0000 (02:14 +0200)]
themingengine: remove unused variable

13 years agoreftests: Add background-area reftest
Benjamin Otte [Sat, 11 Jun 2011 00:12:35 +0000 (02:12 +0200)]
reftests: Add background-area reftest

Checks the fix from last commit: background area is supposed to be the
border box.

13 years agothemingengine: background applies to full border
Benjamin Otte [Sat, 11 Jun 2011 00:02:45 +0000 (02:02 +0200)]
themingengine: background applies to full border

The code was attempting to only apply it to half of the border. But
according to CSS, the background area by default is the full border box.

13 years agothemingengine: Remove unnecessary optimization
Benjamin Otte [Fri, 10 Jun 2011 23:32:43 +0000 (01:32 +0200)]
themingengine: Remove unnecessary optimization

Code is likely as fast or faster without it, and this saves code.

13 years agoUpdate gtkimcontextsimpleseqs.h
Matthias Clasen [Fri, 10 Jun 2011 22:36:06 +0000 (18:36 -0400)]
Update gtkimcontextsimpleseqs.h

This is using the updated compose-parse.py from the previous commit.

13 years agoUpdate compose-parse.py
Matthias Clasen [Fri, 10 Jun 2011 22:33:05 +0000 (18:33 -0400)]
Update compose-parse.py

This update makes compose-parse.py work with Unicode 6.0 and make
it generate the new GDK_KEY_ defines. Patch by Ryo Hashimoto,
bug 651979.

13 years agogtktoolitemgroup: gtk_misc_set_alignment replacing
Diego Celix [Fri, 10 Jun 2011 00:38:52 +0000 (02:38 +0200)]
gtktoolitemgroup: gtk_misc_set_alignment replacing

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtktoolitemgroup.c

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

13 years agogtkprinteroptionwidget: gtk_misc_set_alignment
Diego Celix [Fri, 10 Jun 2011 00:32:05 +0000 (02:32 +0200)]
gtkprinteroptionwidget: gtk_misc_set_alignment

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtkprinteroptionwidget.c

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

13 years agogtk/gtkfontsel: gtk_misc_set_alignment replacing
Diego Celix [Fri, 10 Jun 2011 00:47:09 +0000 (02:47 +0200)]
gtk/gtkfontsel: gtk_misc_set_alignment replacing

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtkfontsel.c

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

13 years agogtk/gtkassistant: gtk_misc_set_alignment replacing
Diego Celix [Fri, 10 Jun 2011 00:26:43 +0000 (02:26 +0200)]
gtk/gtkassistant: gtk_misc_set_alignment replacing

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtkassistant.c

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

13 years agogtkprintunixdialog: gtk_misc_set_alignment replace
Diego Celix [Thu, 9 Jun 2011 02:12:17 +0000 (04:12 +0200)]
gtkprintunixdialog: gtk_misc_set_alignment replace

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtkprintunixdialog.c

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

13 years agogtkprintbackend: gtk_misc_set_alignment replacing
Diego Celix [Thu, 9 Jun 2011 01:44:03 +0000 (03:44 +0200)]
gtkprintbackend: gtk_misc_set_alignment replacing

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtkprintbackend.c

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

13 years agogtkpagesetupunixdialog: gtk_misc_set_alignment
Diego Celix [Thu, 9 Jun 2011 02:14:21 +0000 (04:14 +0200)]
gtkpagesetupunixdialog: gtk_misc_set_alignment

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtkpagesetupunixdialog.c

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

13 years agogtkfilechooserdefault: gtk_misc_set_alignment
Diego Celix [Thu, 9 Jun 2011 01:54:37 +0000 (03:54 +0200)]
gtkfilechooserdefault: gtk_misc_set_alignment

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtkfilechooserdefault.c

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

13 years agogtkcellrendereraccel: gtk_misc_set_alignment
Diego Celix [Thu, 9 Jun 2011 01:58:38 +0000 (03:58 +0200)]
gtkcellrendereraccel: gtk_misc_set_alignment

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtkcellrendereraccel.c

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

13 years agogtk/gtkmessagedialog: gtk_misc_set_alignment
Diego Celix [Sat, 21 May 2011 18:32:00 +0000 (20:32 +0200)]
gtk/gtkmessagedialog: gtk_misc_set_alignment

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtkmessagedialog.c

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

13 years agogtk/gtkmountoperation: gtk_misc_set_alignment
Diego Celix [Sat, 21 May 2011 18:08:51 +0000 (20:08 +0200)]
gtk/gtkmountoperation: gtk_misc_set_alignment

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtkmountoperation.c

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

13 years agogtk/gtkradiomenuitem: gtk_misc_set_alignment
Diego Celix [Sat, 21 May 2011 17:58:33 +0000 (19:58 +0200)]
gtk/gtkradiomenuitem: gtk_misc_set_alignment

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtkradiomenuitem.c

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

13 years agogtk/gtkmenuitem: gtk_misc_set_alignment replacing
Diego Celix [Sat, 21 May 2011 17:54:50 +0000 (19:54 +0200)]
gtk/gtkmenuitem: gtk_misc_set_alignment replacing

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtkmenuitem.c

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

13 years agoOne more change
Matthias Clasen [Fri, 10 Jun 2011 21:42:14 +0000 (17:42 -0400)]
One more change

13 years agoExpand migration hints for h/v boxes
Matthias Clasen [Fri, 10 Jun 2011 21:40:16 +0000 (17:40 -0400)]
Expand migration hints for h/v boxes

13 years agobuild: fix win32 configure checks
Marc-André Lureau [Fri, 10 Jun 2011 12:03:47 +0000 (14:03 +0200)]
build: fix win32 configure checks

Notice the broken check for "os_win32" vs. "$os_win32".
Improve a bit the rest of autofoo stuff around it.

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

13 years agoreftests: Remove unused file from EXTRA_DIST
Benjamin Otte [Fri, 10 Jun 2011 14:26:39 +0000 (16:26 +0200)]
reftests: Remove unused file from EXTRA_DIST

13 years agocups: Fix unused variable warning when not using colord
Benjamin Otte [Fri, 10 Jun 2011 13:00:39 +0000 (15:00 +0200)]
cups: Fix unused variable warning when not using colord

13 years agogtk: Use const instead G_CONST_RETURN
Javier Jardón [Mon, 6 Jun 2011 18:13:44 +0000 (19:13 +0100)]
gtk: Use const instead G_CONST_RETURN

13 years agodocs: Do not use G_CONST_RETURN
Javier Jardón [Mon, 6 Jun 2011 18:07:23 +0000 (19:07 +0100)]
docs: Do not use G_CONST_RETURN

13 years agogdk: Use const instead G_CONST_RETURN
Javier Jardón [Mon, 6 Jun 2011 18:05:18 +0000 (19:05 +0100)]
gdk: Use const instead G_CONST_RETURN

13 years agoIf --enable-colord or --disable-colord is not used when configuring, autodetect the...
Richard Hughes [Fri, 10 Jun 2011 11:34:40 +0000 (12:34 +0100)]
If --enable-colord or --disable-colord is not used when configuring, autodetect the presence of colord

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 10 Jun 2011 09:56:42 +0000 (12:56 +0300)]
Updated Hebrew translation.

13 years agodocs: Improve crossreferences
Javier Jardón [Fri, 10 Jun 2011 09:55:28 +0000 (10:55 +0100)]
docs: Improve crossreferences

Use #GtkOrientable:orientation instead "orientation"

13 years agoBox, etc: Improve docs after H* and V* deprecations.
Murray Cumming [Thu, 9 Jun 2011 20:59:38 +0000 (22:59 +0200)]
Box, etc: Improve docs after H* and V* deprecations.

Stop documenting the base class as just a base class for the
H and V specializations, copying the useful descriptions from
those H/V classes to the base class. Do not advise the use of
the H/V classes or refer to them unnecessarily.

13 years agoUpdated GLib Translations.
Yaron Shahrabani [Fri, 10 Jun 2011 05:17:10 +0000 (08:17 +0300)]
Updated GLib Translations.

13 years agoAvoid underallocations in the custom paper dialog
Matthias Clasen [Fri, 10 Jun 2011 04:15:10 +0000 (00:15 -0400)]
Avoid underallocations in the custom paper dialog

13 years agoDon't rely on button allocations for invisible headers
Matthias Clasen [Fri, 10 Jun 2011 04:10:08 +0000 (00:10 -0400)]
Don't rely on button allocations for invisible headers

Now that we are not allocating treeview column buttons anymore
with invisible headers, we can't rely on their allocations for
other things like cell area computations anymore. Use x-offset
and width of the column directly, instead.

13 years agoAdd API to get x position of treeview columns
Matthias Clasen [Fri, 10 Jun 2011 04:09:25 +0000 (00:09 -0400)]
Add API to get x position of treeview columns

Their width was already available.

13 years agoborder-image: unpack the GtkGradient if there's one
Cosimo Cecchi [Fri, 10 Jun 2011 02:41:36 +0000 (22:41 -0400)]
border-image: unpack the GtkGradient if there's one

So that it will eventually be resolved by the style property lookup
machinery.