]> Pileus Git - ~andy/gtk/log
~andy/gtk
12 years agoMore NEWS
Matthias Clasen [Mon, 5 Sep 2011 20:08:14 +0000 (16:08 -0400)]
More NEWS

12 years agoFix output of pickers.ui a11y test
Matthias Clasen [Mon, 5 Sep 2011 17:18:37 +0000 (13:18 -0400)]
Fix output of pickers.ui a11y test

12 years agoUpdates
Matthias Clasen [Mon, 5 Sep 2011 16:30:41 +0000 (12:30 -0400)]
Updates

12 years agoUpdated galician translations
Fran Dieguez [Mon, 5 Sep 2011 20:00:07 +0000 (22:00 +0200)]
Updated galician translations

12 years agoMerge branch 'bgo593793-filechooser-recent-folders-master'
Federico Mena Quintero [Mon, 5 Sep 2011 19:36:23 +0000 (14:36 -0500)]
Merge branch 'bgo593793-filechooser-recent-folders-master'

12 years agoUpdated Spanish translation
Jorge González [Mon, 5 Sep 2011 18:40:37 +0000 (20:40 +0200)]
Updated Spanish translation

12 years agoMenu item to visit the selected files in recent-files mode
Federico Mena Quintero [Mon, 5 Sep 2011 18:19:50 +0000 (13:19 -0500)]
Menu item to visit the selected files in recent-files mode

This will take you to the file's folder and select the file in question.
The menu item is only available in Recently-used and Search modes, so that
you can go from files in them to the 'normal' browsing mode.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
12 years agoFactor out functions to create contextual menu items for the file list
Federico Mena Quintero [Mon, 5 Sep 2011 18:19:17 +0000 (13:19 -0500)]
Factor out functions to create contextual menu items for the file list

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
12 years agoreftests: Disable border-radius tests for shadow
Benjamin Otte [Tue, 30 Aug 2011 13:20:12 +0000 (15:20 +0200)]
reftests: Disable border-radius tests for shadow

We get rendering artifacts that make tests fail. Not good.
The code is only commented out so far, so it should be trivial to
reenable if someone wants to. (Or this commit could just be reverted.)

12 years agogrid: Swap wrong spacing properties
Benjamin Otte [Tue, 30 Aug 2011 13:11:02 +0000 (15:11 +0200)]
grid: Swap wrong spacing properties

row-spacing behaved like column-spacing should have and vice versa.

Also update tests that erroneously checked this behavior.

Thanks to Joanmarie Diggs for finding this.

12 years agoradiobutton: Remove redundant call
Benjamin Otte [Tue, 30 Aug 2011 13:10:49 +0000 (15:10 +0200)]
radiobutton: Remove redundant call

The call is done by GtkButton already, no need to override it.

12 years agocheckbutton: Remove redundant call
Benjamin Otte [Tue, 30 Aug 2011 13:10:14 +0000 (15:10 +0200)]
checkbutton: Remove redundant call

The call is done by GtkButton already, no need to override it.

12 years agoGtkPathBar: Implement get_path_for_child
Cosimo Cecchi [Mon, 5 Sep 2011 16:12:13 +0000 (12:12 -0400)]
GtkPathBar: Implement get_path_for_child

This will allow nice theming of the path bar.

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

12 years agoa11y: Fix up listener registration minimally
Matthias Clasen [Mon, 5 Sep 2011 15:54:41 +0000 (11:54 -0400)]
a11y: Fix up listener registration minimally

For god-knows-what reason, at-spi is trying various formats
of strings when registering listeners, triggering g_warnings()
from gailutil code. Stop doing that.

Also, don't leak temporary string arrays that are a side-effect
of passing parameters around as formatted strings.

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

12 years agoMake the gail blacklisting more quiet
Matthias Clasen [Mon, 5 Sep 2011 15:44:47 +0000 (11:44 -0400)]
Make the gail blacklisting more quiet

Don't mention blacklisted modules at all if they are not found.

12 years agoGtkFontChooser: mark 'no matches' string for translation
Matthias Clasen [Mon, 5 Sep 2011 15:19:30 +0000 (11:19 -0400)]
GtkFontChooser: mark 'no matches' string for translation

12 years agoGtkToolbar: Move child removal to dispose
Matthias Clasen [Mon, 5 Sep 2011 15:07:36 +0000 (11:07 -0400)]
GtkToolbar: Move child removal to dispose

Doing it in finalize is too late and can cause various problems
in ::parent-set signal handlers.

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

12 years agoSome GtkAboutDialog doc additions
Matthias Clasen [Mon, 5 Sep 2011 04:00:24 +0000 (00:00 -0400)]
Some GtkAboutDialog doc additions

12 years agoFix typos in gtk_tree_view_set_reorderable docs
Matthias Clasen [Mon, 5 Sep 2011 03:52:36 +0000 (23:52 -0400)]
Fix typos in gtk_tree_view_set_reorderable docs

As pointed out in bug 530253.

12 years agoClean up the docs of GTK_SELECTION_MULTIPLE
Matthias Clasen [Mon, 5 Sep 2011 03:46:51 +0000 (23:46 -0400)]
Clean up the docs of GTK_SELECTION_MULTIPLE

As requested in bug 566202.

12 years agoImprove gtk_tree_view_set_drag_dest_row docs
Matthias Clasen [Mon, 5 Sep 2011 03:42:42 +0000 (23:42 -0400)]
Improve gtk_tree_view_set_drag_dest_row docs

As requested in bug 581435.

12 years agoCorrect the documentation of gtk_render_arrow() x,y arguments
Matthias Clasen [Mon, 5 Sep 2011 03:09:57 +0000 (23:09 -0400)]
Correct the documentation of gtk_render_arrow() x,y arguments

As pointed out in bug 655631, these are the origin, not
the center of the area.

12 years agoGtkFontChooser: escape markup where required
Matthias Clasen [Sun, 4 Sep 2011 21:17:07 +0000 (17:17 -0400)]
GtkFontChooser: escape markup where required

Since we use markup in the list, we need to escape the font name
and preview text pieces that we embed there.

12 years agoTest non-xml-clean preview text
Matthias Clasen [Sun, 4 Sep 2011 21:16:29 +0000 (17:16 -0400)]
Test non-xml-clean preview text

This shows that we fail to escape markup somewhere.

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Sun, 4 Sep 2011 16:06:49 +0000 (19:06 +0300)]
Updated Belarusian translation.

12 years agoUpdated Lithuanian translation
Aurimas Černius [Sun, 4 Sep 2011 15:41:49 +0000 (18:41 +0300)]
Updated Lithuanian translation

12 years agoUpdated Lithuanian translation
Aurimas Černius [Sun, 4 Sep 2011 15:35:45 +0000 (18:35 +0300)]
Updated Lithuanian translation

12 years agoUpdated Esperanto translation
Kristjan SCHMIDT [Sun, 4 Sep 2011 11:18:11 +0000 (13:18 +0200)]
Updated Esperanto translation

12 years agoGtkAssistant: Fix label alignment
Matthias Clasen [Sun, 4 Sep 2011 04:40:30 +0000 (00:40 -0400)]
GtkAssistant: Fix label alignment

Make page titles left-aligned again. Changing from misc alignment
to GtkWidget::halign here was a mistake. We can't do that for labels
in a size group, as long as labels still pay attention to misc
alignment.

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

12 years agoGtkLabel: make patterns work a little better
Matthias Clasen [Sun, 4 Sep 2011 03:59:40 +0000 (23:59 -0400)]
GtkLabel: make patterns work a little better

When a pattern has been set, we must not throw away
the attributes that contain it.

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

12 years agoUpdate Korean translation
Changwoo Ryu [Sat, 3 Sep 2011 12:58:35 +0000 (21:58 +0900)]
Update Korean translation

12 years agoGtkPlug: preserve map/unmap invariants
Matthias Clasen [Sat, 3 Sep 2011 01:40:42 +0000 (21:40 -0400)]
GtkPlug: preserve map/unmap invariants

12 years agoGtkGrid: make attaching more flexible
Matthias Clasen [Sat, 3 Sep 2011 00:04:06 +0000 (20:04 -0400)]
GtkGrid: make attaching more flexible

Allow to attach children at either end of row/column 0.
Proposed by Alex Larsson.

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

12 years agothemingengine: remove xthickness FIXME from gtk_render_line() code
Cosimo Cecchi [Thu, 1 Sep 2011 16:43:08 +0000 (12:43 -0400)]
themingengine: remove xthickness FIXME from gtk_render_line() code

The gtk_render_line() code has a FIXME (coming from the 2.x migration I
suppose) about using xthickness, and it actually hardcodes two lines of
different color instead of drawing a single one.
Since we don't support xthickness anymore, make gtk_render_line() do
what it says, i.e. just draw an 1px line colored with the current
color.

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

12 years agotreeview: add GTK_STYLE_CLASS_SEPARATOR for tree view separators
Cosimo Cecchi [Thu, 1 Sep 2011 18:12:49 +0000 (14:12 -0400)]
treeview: add GTK_STYLE_CLASS_SEPARATOR for tree view separators

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

12 years agoChange gtk_css_provider_propagate_error's signature.
Eitan Isaacson [Wed, 31 Aug 2011 22:24:53 +0000 (15:24 -0700)]
Change gtk_css_provider_propagate_error's signature.

Update to new parsing-error signal.

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

12 years agoUpdated Brazilian Portuguese translation.
Og B. Maciel [Fri, 2 Sep 2011 15:29:59 +0000 (11:29 -0400)]
Updated Brazilian Portuguese translation.

12 years agoAdd a note about placeholder text use
Matthias Clasen [Fri, 2 Sep 2011 04:35:38 +0000 (00:35 -0400)]
Add a note about placeholder text use

Explain how this is really not such a great feature...

12 years agoFormatting cleanups
Matthias Clasen [Fri, 2 Sep 2011 03:55:47 +0000 (23:55 -0400)]
Formatting cleanups

While we normally try to avoid whitespace fixes, the gtk-demo
code is shown as exemplary, so it should be in good shape,
formatting-wise.

12 years agogtk-demo: Drop uses of GtkAlignment
Matthias Clasen [Thu, 1 Sep 2011 17:27:14 +0000 (13:27 -0400)]
gtk-demo: Drop uses of GtkAlignment

12 years agoFix the configure script to actually define HAVE_COLORD when colord is used
Richard Hughes [Thu, 1 Sep 2011 14:34:57 +0000 (15:34 +0100)]
Fix the configure script to actually define HAVE_COLORD when colord is used

12 years agogtk-demo: replace uses of GtkTable by GtkGrid
Matthias Clasen [Wed, 31 Aug 2011 15:10:19 +0000 (11:10 -0400)]
gtk-demo: replace uses of GtkTable by GtkGrid

12 years agogtk-demo: trivial improvement
Matthias Clasen [Wed, 31 Aug 2011 15:03:45 +0000 (11:03 -0400)]
gtk-demo: trivial improvement

Set activates-default in the assistant demo where it makes sense.

12 years agoUpdate README.win32 and Visual C++ Readme.txt's
Chun-wei Fan [Wed, 31 Aug 2011 06:28:47 +0000 (14:28 +0800)]
Update README.win32 and Visual C++ Readme.txt's

-Tell people about the GNOME Live! page which gives a more detailed
 outline on building the GTK+ stack with Visual C++
-Update README.win32 as GAIL is now a standard part built into GTK+
 for its a11y functions, and GAIL-Util is now built with the project
 files too.
-Tell people about the VS2010 support that has been available for a
 while

12 years agogtk+.doap: Add gtk+ to "platform" category
Javier Jardón [Tue, 30 Aug 2011 21:45:13 +0000 (22:45 +0100)]
gtk+.doap: Add gtk+ to "platform" category

12 years agoAdd more compilation warnings
Javier Jardón [Wed, 6 Jul 2011 20:36:50 +0000 (21:36 +0100)]
Add more compilation warnings

12 years agogtk/Makefile.am: Remove duplicate AM_CPPFLAGS
Javier Jardón [Wed, 6 Jul 2011 19:37:15 +0000 (20:37 +0100)]
gtk/Makefile.am: Remove duplicate AM_CPPFLAGS

12 years agopost-release version bump
Matthias Clasen [Tue, 30 Aug 2011 15:48:50 +0000 (11:48 -0400)]
post-release version bump

12 years ago3.1.16
Matthias Clasen [Tue, 30 Aug 2011 15:26:28 +0000 (11:26 -0400)]
3.1.16

12 years agoClean up stock-icons
Matthias Clasen [Tue, 30 Aug 2011 14:48:04 +0000 (10:48 -0400)]
Clean up stock-icons

We copy them all in srcdir != builddir builds, so just
nuke the entire directory in that case.

12 years agoDisable underallocation warnings in non-debug builds
Matthias Clasen [Tue, 30 Aug 2011 12:44:13 +0000 (08:44 -0400)]
Disable underallocation warnings in non-debug builds

It doesn't look like we have much traction of actually fixing
these, and there is very real cost to not being able to distcheck.

12 years agoDisable an incomplete test that does not work
Matthias Clasen [Tue, 30 Aug 2011 12:42:13 +0000 (08:42 -0400)]
Disable an incomplete test that does not work

Testing focus changes in this way has no chance of working
until we remove all the idle handlers from gail.

12 years agoGtkToolShell: Move vfunc default results to default implementations.
Murray Cumming [Tue, 9 Aug 2011 14:55:01 +0000 (16:55 +0200)]
GtkToolShell: Move vfunc default results to default implementations.

Otherwise the default values are only used if no vfunc is set,
making that default unavailable to vfunc implementations as a fallback,
and unavailable to language bindings (such as gtkmm) that always
have a vfunc implementation, even if that often only tries to call
the base vfunc implemntation.

This was making gtkmm's ToolPalette's (and probably ToolBar's)
items look like buttons instead of being flat.

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

12 years agoAdd headers to treemodel test sources
Matthias Clasen [Tue, 30 Aug 2011 00:31:56 +0000 (20:31 -0400)]
Add headers to treemodel test sources

...otherwise they don't make it into the release tarballs.

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

12 years agoAdd a 3.2 index to gdk docs
Matthias Clasen [Mon, 29 Aug 2011 17:16:14 +0000 (13:16 -0400)]
Add a 3.2 index to gdk docs

12 years agoPost-release version bump
Matthias Clasen [Mon, 29 Aug 2011 17:09:21 +0000 (13:09 -0400)]
Post-release version bump

12 years ago3.1.14
Matthias Clasen [Mon, 29 Aug 2011 17:08:47 +0000 (13:08 -0400)]
3.1.14

12 years agoDon't unref floating menuitems
Matthias Clasen [Mon, 29 Aug 2011 15:57:39 +0000 (11:57 -0400)]
Don't unref floating menuitems

With recent fixes, GTK+ no longer sinks menu items automatically,
so we have to do it explicitly here.

12 years agoa11y: Don't manage window events as a exception
Alejandro Piñeiro [Tue, 23 Aug 2011 15:58:53 +0000 (17:58 +0200)]
a11y: Don't manage window events as a exception

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

12 years agoa11y: Use AtkWindow on GtkWindowAccessible
Alejandro Piñeiro [Tue, 23 Aug 2011 15:34:59 +0000 (17:34 +0200)]
a11y: Use AtkWindow on GtkWindowAccessible

GtkWindowAccessible doesn't require to define window related
signals. They are included on AtkWindow

12 years agoa11y: don't return random numbers
Matthias Clasen [Mon, 29 Aug 2011 14:50:01 +0000 (10:50 -0400)]
a11y: don't return random numbers

Return 0 for the image size if we don't have a pixbuf to measure.

12 years agoAdapt a11y dump output
Matthias Clasen [Mon, 29 Aug 2011 14:35:32 +0000 (10:35 -0400)]
Adapt a11y dump output

Some of the recent changes need to be reflected in the a11y
dumps.

12 years agoFix exported symbols
Matthias Clasen [Mon, 29 Aug 2011 14:24:17 +0000 (10:24 -0400)]
Fix exported symbols

12 years agotestappchooser: handle 'no app selected' gracefully
Matthias Clasen [Mon, 29 Aug 2011 03:50:50 +0000 (23:50 -0400)]
testappchooser: handle 'no app selected' gracefully

The test was assuming that it always gets an app info back,
when in reality it might get NULL back.

12 years agoGtkAppChooserDialog: handle sensitivity of 'Select' better
Matthias Clasen [Mon, 29 Aug 2011 03:49:41 +0000 (23:49 -0400)]
GtkAppChooserDialog: handle sensitivity of 'Select' better

When the dialog comes up without a selected item, make 'Select'
insensitive. Also, don't allow to unselect an item without
selecting a different one.

12 years agoGtkAppChooser: Deal with 'no app found' gracefully
Matthias Clasen [Mon, 29 Aug 2011 02:43:20 +0000 (22:43 -0400)]
GtkAppChooser: Deal with 'no app found' gracefully

Several functions inside GtkAppChooserDialog were not handling
the situation that app_info might be NULL after the user clicked
'Select'.

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

12 years agoAvoid warnings when widgets are not created yet
Matthias Clasen [Mon, 29 Aug 2011 02:30:24 +0000 (22:30 -0400)]
Avoid warnings when widgets are not created yet

This widget is created on-demand, so we can not unconditionally
set its sensitivity in some other place.

12 years agoAdd an accessor for grid children
Matthias Clasen [Mon, 29 Aug 2011 01:20:53 +0000 (21:20 -0400)]
Add an accessor for grid children

This addresses concerns in bug 634136.

12 years agoTrivial: include cleanups
Matthias Clasen [Mon, 29 Aug 2011 00:46:11 +0000 (20:46 -0400)]
Trivial: include cleanups

12 years agoSilence the build a bit more
Matthias Clasen [Mon, 29 Aug 2011 00:38:28 +0000 (20:38 -0400)]
Silence the build a bit more

12 years agotests-prop-editor:gtk_misc_set_alignment replacing
Diego Celix [Sun, 12 Jun 2011 23:52:50 +0000 (01:52 +0200)]
tests-prop-editor:gtk_misc_set_alignment replacing

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
tests/prop-editor.c

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

12 years agotestgtk: gtk_misc_set_alignment replacing
Diego Celix [Mon, 13 Jun 2011 00:00:35 +0000 (02:00 +0200)]
testgtk: gtk_misc_set_alignment replacing

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
tests/testgtk.c

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

12 years agotestcalendar: gtk_misc_set_alignment replacing
Diego Celix [Sun, 12 Jun 2011 23:43:43 +0000 (01:43 +0200)]
testcalendar: gtk_misc_set_alignment replacing

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
tests/testcalendar.c

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

12 years agodemo-ui_manager: gtk_misc_set_alignment replacing
Diego Celix [Sun, 12 Jun 2011 23:33:16 +0000 (01:33 +0200)]
demo-ui_manager: gtk_misc_set_alignment replacing

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
demos/gtk-demo/ui_manager.c

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

12 years agodemo-sizegroup: gtk_misc_set_alignment replacing
Diego Celix [Sun, 12 Jun 2011 23:28:48 +0000 (01:28 +0200)]
demo-sizegroup: gtk_misc_set_alignment replacing

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
demos/gtk-demo/sizegroup.c

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

12 years agodemo-pickers: gtk_misc_set_alignment replacing
Diego Celix [Sun, 12 Jun 2011 23:39:48 +0000 (01:39 +0200)]
demo-pickers: gtk_misc_set_alignment replacing

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
demos/gtk-demo/pickers.c

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

12 years agodemo-changedisplay:gtk_misc_set_alignment replace
Diego Celix [Sun, 12 Jun 2011 23:36:02 +0000 (01:36 +0200)]
demo-changedisplay:gtk_misc_set_alignment replace

Replacing the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
demos/gtk-demo/changedisplay.c

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

12 years agogtkappchooserdialog: gtk_misc_set_alignment
Diego Celix [Sat, 11 Jun 2011 00:09:49 +0000 (02:09 +0200)]
gtkappchooserdialog: gtk_misc_set_alignment

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

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

12 years agogtkaboutdialog: gtk_misc_set_alignment replacing
Diego Celix [Fri, 10 Jun 2011 23:40:58 +0000 (01:40 +0200)]
gtkaboutdialog: gtk_misc_set_alignment replacing

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

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

12 years agoExplicitly link gdk and gtk against libm
Matthias Clasen [Mon, 29 Aug 2011 00:02:16 +0000 (20:02 -0400)]
Explicitly link gdk and gtk against libm

We used to get an implicit -lm from gdk-pixbuf, but that has
recently been changed to not inject extraneous libraries into
link lines, so we have to do it ourselves now. This is more
correct, anyway.

12 years agoAPI: add accessors for GdkEvent fields
Cosimo Cecchi [Sun, 28 Aug 2011 19:26:47 +0000 (15:26 -0400)]
API: add accessors for GdkEvent fields

Add accessors for the following fields: button, keyval, keycode, scroll
direction, click count.

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

12 years agoGtkTrayIconX11: Some more refactoring
Matthias Clasen [Sun, 28 Aug 2011 18:52:33 +0000 (14:52 -0400)]
GtkTrayIconX11: Some more refactoring

I like my refactoring better...

12 years agotrayicon-x11: Refactor code a bit
Benjamin Otte [Sun, 28 Aug 2011 18:19:55 +0000 (20:19 +0200)]
trayicon-x11: Refactor code a bit

Should make it more obvious what the code actually does.

12 years agotrayicon-x11: Fix warnings when visual is not available.
Vincent Bernat [Sat, 27 Aug 2011 18:06:26 +0000 (20:06 +0200)]
trayicon-x11: Fix warnings when visual is not available.

This fixes a regression introduced in commit
b1a1685a33eca16979e63d79915395af0b36. gdk_visual_get_*_pixel_details()
should not be called with a NULL visual.

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

12 years ago[l10n] Updated German translation
Mario Blättermann [Sun, 28 Aug 2011 11:40:28 +0000 (13:40 +0200)]
[l10n] Updated German translation

12 years agoMore include cleanups
Matthias Clasen [Sun, 28 Aug 2011 05:54:55 +0000 (01:54 -0400)]
More include cleanups

12 years agoMore include cleanups
Matthias Clasen [Sun, 28 Aug 2011 05:42:10 +0000 (01:42 -0400)]
More include cleanups

12 years agoClean up unneeded includes
Matthias Clasen [Sun, 28 Aug 2011 05:40:10 +0000 (01:40 -0400)]
Clean up unneeded includes

12 years agoGtkPrintUnixDialog: Replace GtkTable by GtkGrid
Matthias Clasen [Sun, 28 Aug 2011 05:34:17 +0000 (01:34 -0400)]
GtkPrintUnixDialog: Replace GtkTable by GtkGrid

12 years agoGtkFileChooserDefault: Replace GtkTable by GtkGrid
Matthias Clasen [Sun, 28 Aug 2011 04:47:24 +0000 (00:47 -0400)]
GtkFileChooserDefault: Replace GtkTable by GtkGrid

12 years agoGtkMountOperation: Replace GtkTable by GtkGrid
Matthias Clasen [Sun, 28 Aug 2011 04:39:44 +0000 (00:39 -0400)]
GtkMountOperation: Replace GtkTable by GtkGrid

12 years agoGtkPageSetupUnixDialog: replace GtkTable by GtkGrid
Matthias Clasen [Sun, 28 Aug 2011 04:35:51 +0000 (00:35 -0400)]
GtkPageSetupUnixDialog: replace GtkTable by GtkGrid

12 years agoGtkColorSel: replace GtkTable by GtkGrid
Matthias Clasen [Sun, 28 Aug 2011 04:20:21 +0000 (00:20 -0400)]
GtkColorSel: replace GtkTable by GtkGrid

12 years agoFix the build
Matthias Clasen [Sat, 27 Aug 2011 21:22:37 +0000 (17:22 -0400)]
Fix the build

12 years agoGtkToolbar: partial fix for toolbar editing
Matthias Clasen [Sat, 27 Aug 2011 15:45:01 +0000 (11:45 -0400)]
GtkToolbar: partial fix for toolbar editing

When using an editable toolbar in evince, we can end up
in gtk_toolbar_get_visible() position with item being the
highlight_tool_item, but not one of the regular children.
So, handle that.

12 years agoMake gtk_status_icon_set_name() work reliably
Matthias Clasen [Sat, 27 Aug 2011 05:26:48 +0000 (01:26 -0400)]
Make gtk_status_icon_set_name() work reliably

12 years agoSilence a compiler warning
Matthias Clasen [Sat, 27 Aug 2011 05:25:39 +0000 (01:25 -0400)]
Silence a compiler warning

12 years agoRevert "GtkColorButton: Don't forget to close a cairo context"
Matthias Clasen [Wed, 24 Aug 2011 16:09:56 +0000 (12:09 -0400)]
Revert "GtkColorButton: Don't forget to close a cairo context"

This reverts commit 144e4af8bc583af536851bf6b11daaad8b5e4435.

12 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Sat, 27 Aug 2011 02:35:54 +0000 (10:35 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

12 years agoUpdated POTFILES.skip
Piotr Drąg [Sat, 27 Aug 2011 02:21:11 +0000 (04:21 +0200)]
Updated POTFILES.skip