summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'gtkbuilder-gbinding' into gtkbuilder-gbinding-transformgtkbuilder-gbinding-transformDenis Washington2011-08-30123-17895/+26490
|\
| * Merge branch 'master' into gtkbuilder-gbindingDenis Washington2011-08-30123-17895/+26490
| |\
| | * Add headers to treemodel test sourcesMatthias Clasen2011-08-291-1/+10
| | | | | | | | | | | | | | | | | | ...otherwise they don't make it into the release tarballs. https://bugzilla.gnome.org/show_bug.cgi?id=657653
| | * Add a 3.2 index to gdk docsMatthias Clasen2011-08-291-0/+4
| | |
| | * Post-release version bumpMatthias Clasen2011-08-291-1/+1
| | |
| | * 3.1.143.1.14Matthias Clasen2011-08-292-1/+41
| | |
| | * Don't unref floating menuitemsMatthias Clasen2011-08-291-0/+1
| | | | | | | | | | | | | | | With recent fixes, GTK+ no longer sinks menu items automatically, so we have to do it explicitly here.
| | * a11y: Don't manage window events as a exceptionAlejandro Piñeiro2011-08-291-20/+3
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657260
| | * a11y: Use AtkWindow on GtkWindowAccessibleAlejandro Piñeiro2011-08-292-92/+16
| | | | | | | | | | | | | | | GtkWindowAccessible doesn't require to define window related signals. They are included on AtkWindow
| | * a11y: don't return random numbersMatthias Clasen2011-08-292-0/+6
| | | | | | | | | | | | Return 0 for the image size if we don't have a pixbuf to measure.
| | * Adapt a11y dump outputMatthias Clasen2011-08-292-7/+7
| | | | | | | | | | | | | | | Some of the recent changes need to be reflected in the a11y dumps.
| | * Fix exported symbolsMatthias Clasen2011-08-291-0/+1
| | |
| | * testappchooser: handle 'no app selected' gracefullyMatthias Clasen2011-08-281-4/+8
| | | | | | | | | | | | | | | The test was assuming that it always gets an app info back, when in reality it might get NULL back.
| | * GtkAppChooserDialog: handle sensitivity of 'Select' betterMatthias Clasen2011-08-282-1/+7
| | | | | | | | | | | | | | | | | | 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.
| | * GtkAppChooser: Deal with 'no app found' gracefullyMatthias Clasen2011-08-281-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Avoid warnings when widgets are not created yetMatthias Clasen2011-08-281-1/+2
| | | | | | | | | | | | | | | This widget is created on-demand, so we can not unconditionally set its sensitivity in some other place.
| | * Add an accessor for grid childrenMatthias Clasen2011-08-285-12/+64
| | | | | | | | | | | | This addresses concerns in bug 634136.
| | * Trivial: include cleanupsMatthias Clasen2011-08-282-4/+1
| | |
| | * Silence the build a bit moreMatthias Clasen2011-08-281-1/+1
| | |
| | * tests-prop-editor:gtk_misc_set_alignment replacingDiego Celix2011-08-281-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * testgtk: gtk_misc_set_alignment replacingDiego Celix2011-08-281-18/+36
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * testcalendar: gtk_misc_set_alignment replacingDiego Celix2011-08-281-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * demo-ui_manager: gtk_misc_set_alignment replacingDiego Celix2011-08-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * demo-sizegroup: gtk_misc_set_alignment replacingDiego Celix2011-08-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * demo-pickers: gtk_misc_set_alignment replacingDiego Celix2011-08-281-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * demo-changedisplay:gtk_misc_set_alignment replaceDiego Celix2011-08-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * gtkappchooserdialog: gtk_misc_set_alignmentDiego Celix2011-08-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * gtkaboutdialog: gtk_misc_set_alignment replacingDiego Celix2011-08-281-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Explicitly link gdk and gtk against libmMatthias Clasen2011-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | 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.
| | * API: add accessors for GdkEvent fieldsCosimo Cecchi2011-08-284-5/+211
| | | | | | | | | | | | | | | | | | | | | Add accessors for the following fields: button, keyval, keycode, scroll direction, click count. https://bugzilla.gnome.org/show_bug.cgi?id=657384
| | * GtkTrayIconX11: Some more refactoringMatthias Clasen2011-08-281-14/+12
| | | | | | | | | | | | I like my refactoring better...
| | * trayicon-x11: Refactor code a bitBenjamin Otte2011-08-281-5/+6
| | | | | | | | | | | | Should make it more obvious what the code actually does.
| | * trayicon-x11: Fix warnings when visual is not available.Vincent Bernat2011-08-281-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * [l10n] Updated German translationMario Blättermann2011-08-281-2021/+1650
| | |
| | * More include cleanupsMatthias Clasen2011-08-2813-20/+14
| | |
| | * More include cleanupsMatthias Clasen2011-08-281-1/+0
| | |
| | * Clean up unneeded includesMatthias Clasen2011-08-289-30/+15
| | |
| | * GtkPrintUnixDialog: Replace GtkTable by GtkGridMatthias Clasen2011-08-281-200/+124
| | |
| | * GtkFileChooserDefault: Replace GtkTable by GtkGridMatthias Clasen2011-08-281-20/+10
| | |
| | * GtkMountOperation: Replace GtkTable by GtkGridMatthias Clasen2011-08-281-9/+7
| | |
| | * GtkPageSetupUnixDialog: replace GtkTable by GtkGridMatthias Clasen2011-08-281-283/+268
| | |
| | * GtkColorSel: replace GtkTable by GtkGridMatthias Clasen2011-08-281-17/+16
| | |
| | * Fix the buildMatthias Clasen2011-08-271-1/+1
| | |
| | * GtkToolbar: partial fix for toolbar editingMatthias Clasen2011-08-271-0/+3
| | | | | | | | | | | | | | | | | | | | | 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.
| | * Make gtk_status_icon_set_name() work reliablyMatthias Clasen2011-08-271-1/+12
| | |
| | * Silence a compiler warningMatthias Clasen2011-08-271-0/+1
| | |
| | * Revert "GtkColorButton: Don't forget to close a cairo context"Matthias Clasen2011-08-271-2/+0
| | | | | | | | | | | | This reverts commit 144e4af8bc583af536851bf6b11daaad8b5e4435.
| | * Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-08-272-2808/+3058
| | |
| | * Updated POTFILES.skipPiotr Drąg2011-08-272-0/+4
| | |
| | * reftests: Add a test for the recent notebook fixBenjamin Otte2011-08-273-0/+148
| | |