summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve struct packing in various placesMatthias Clasen2013-09-2119-45/+47
|
* Remove priv pointer from GtkStackSwitcherMatthias Clasen2013-09-212-25/+48
| | | | | This is a new widget, so lets avoid the unnecessary priv pointer while we still can.
* Improve struct packing in GdkWindowImplWaylandMatthias Clasen2013-09-211-12/+6
|
* Updated Portuguese translationDuarte Loreto2013-09-221-1974/+2245
|
* Updated Portuguese translationDuarte Loreto2013-09-221-1580/+2029
|
* Small cleanup for the previous commitMatthias Clasen2013-09-211-2/+0
| | | | | When setting an accessible type, we don't need to set an accessible row anymore.
* Add a GtkListBoxRow accessibleMatthias Clasen2013-09-217-85/+299
| | | | | | | | This lets us do two things: 1. Set the list-item role 2. Set selectable and selected states as appropriate https://bugzilla.gnome.org/show_bug.cgi?id=692258
* Small improvement to GtkLinkButton a11yMatthias Clasen2013-09-213-1/+21
| | | | | ATK has a visited state, so propagate the visited property of GtkLinkButton to that state.
* Updated Latvian translatioRūdolfs Mazurs2013-09-211-134/+34
|
* Updated Slovenian translationMatej Urbančič2013-09-211-46/+48
|
* Update Kazakh translationBaurzhan Muftakhidinov2013-09-211-27/+30
|
* places sidebar: Don't activate the bookmark if Eject was clickedFederico Mena Quintero2013-09-201-7/+2
| | | | | | This should really fix https://bugzilla.gnome.org/show_bug.cgi?id=704087 ... Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Trivial typo fixMatthias Clasen2013-09-201-1/+1
|
* Updated Brazilian Portuguese translationEnrico Nicoletto2013-09-202-69/+71
|
* Updated Galician translationsFran Diéguez2013-09-211-61/+63
|
* Updated Polish translationPiotr Drąg2013-09-201-63/+58
|
* Add accessible names to csd buttonsMatthias Clasen2013-09-202-0/+14
| | | | Its the right thing to do.
* Updated Scottish Gaelic translationGunChleoc2013-09-201-1530/+1902
|
* Updated Scottish Gaelic translationGunChleoc2013-09-201-1372/+1740
|
* icontheme: Make sure icon_info->scale doesn't end up 0Florian Müllner2013-09-201-2/+2
| | | | | | | | GdkPixbuf will fail returning %NULL if we try to scale a pixbuf to (0, 0), which will then trigger an assertion in gtk_icon_info_load_icon_finish(); we never want a scale of 0, so ensure it is at least 1. https://bugzilla.gnome.org/show_bug.cgi?id=708384
* Assamese translation updatedNilamdyuti Goswami2013-09-201-1916/+2135
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-09-204-710/+700
|
* places sidebar: don't open a bookmark when clicking ejectJoshua Lock2013-09-191-1/+6
| | | | | | Trying to open a bookmark which is being ejected is at best confusing. https://bugzilla.gnome.org/show_bug.cgi?id=704087
* listbox: Don't crash if cursor_row is NULL in real_focusAlexander Larsson2013-09-191-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=708320
* ListBox: Update docs of GtkListBoxUpdateHeaderFuncTimm Bäder2013-09-191-1/+1
| | | | before is always NULL for the first row.
* Updated Serbian translationМирослав Николић2013-09-182-3132/+4112
|
* Updated Serbian translationМирослав Николић2013-09-182-3866/+4514
|
* cssimage: Report filename of file failing to loadBenjamin Otte2013-09-181-1/+4
|
* Revert "appchooserwidget: check for g_app_info_should_show()"Cosimo Cecchi2013-09-171-3/+0
| | | | | | This reverts commit 84922d331768ba9046d9737dbe66468ac45d41f2. https://bugzilla.gnome.org/show_bug.cgi?id=702681
* Revert "appchooserbutton: filter out applications not supposed to be visible"Cosimo Cecchi2013-09-171-3/+0
| | | | | | This reverts commit 5568dcb53c3a322b8399dc520fb539985814f451. https://bugzilla.gnome.org/show_bug.cgi?id=702681
* Updated Russian translationYuri Myasoedov2013-09-171-1610/+1845
|
* Update Kazakh translationBaurzhan Muftakhidinov2013-09-171-166/+62
|
* Post-release version bumpMatthias Clasen2013-09-171-1/+1
|
* 3.9.163.9.16Matthias Clasen2013-09-172-1/+62
|
* window: Fix child wfh size requestBenjamin Otte2013-09-171-0/+4
| | | | | | | We need to subtract border_width from the size we're passing to the children hfw functions as those are added by ourselves. Fixes the window-border-width.ui reftest.
* More documentation fixesMatthias Clasen2013-09-175-7/+38
|
* Document some Wayland apisMatthias Clasen2013-09-171-1/+30
|
* Trivial formatting fixesMatthias Clasen2013-09-171-48/+45
|
* Documentation fixesMatthias Clasen2013-09-175-8/+21
|
* Add some functions to the docsMatthias Clasen2013-09-171-0/+5
|
* Plug a memory leak in the css parserMatthias Clasen2013-09-161-1/+2
| | | | | | | color_value_parse was leaking a GtkCssSymbolicValue. Reported in https://bugzilla.gnome.org/show_bug.cgi?id=702034
* More a11y test updatesMatthias Clasen2013-09-162-4/+1
| | | | | | The headerbar test and the buttons tests changed because we've recently changed accessible names, descriptions and roles of GtkHeaderBar and GtkSwitch.
* Don't activate GtkExpander if mouse dragged awayPhilip Chimento2013-09-161-1/+2
| | | | | | | | | | Previously, when you clicked and held the button down on a GtkExpander's label or disclosure triangle, then moved the mouse away and released the button, the expander would still activate. This brings the behavior in line with the more generally expected behavior, as exhibited by GtkButton for example. https://bugzilla.gnome.org/show_bug.cgi?id=706345
* Clarify GtkH/VBox documentationMatthias Clasen2013-09-162-8/+8
| | | | | | Make it clearer that GtkBox still has uses. https://bugzilla.gnome.org/show_bug.cgi?id=706269
* Improve gtk_widget_insert_action_group docsMatthias Clasen2013-09-161-1/+4
| | | | | | Mention that group can be NULL. Related to https://bugzilla.gnome.org/show_bug.cgi?id=708150
* Bump Wayland depMatthias Clasen2013-09-161-1/+1
| | | | | | We need Wayland 1.2.0 for wl_surface_set_buffer_scale. https://bugzilla.gnome.org/show_bug.cgi?id=708012
* Improve headerbar docs slightlyMatthias Clasen2013-09-161-1/+3
| | | | | Explain how to achieve the same title lable style when using a custom title.
* Avoid a segfault when menus are re-shown under WaylandMatthias Clasen2013-09-161-0/+3
| | | | | | | | The surface is destroyed when we hide a window, but gdk_window_set_opaque_region can be called before the window is shown again, so we need to ensure the surface exits. https://bugzilla.gnome.org/show_bug.cgi?id=707328
* Trivial formatting fixesMatthias Clasen2013-09-161-223/+232
|
* Allow theme to set close button position in headerbarsMatthias Clasen2013-09-161-4/+38
| | | | | | | | | | This allows GTK+ applications with headerbars to fit in better in platforms that have window controls on the left. To use this, set -GtkWindow-decoration-button-layout: 'close:' in the theme. https://bugzilla.gnome.org/show_bug.cgi?id=706708