summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tree view column: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-179/+166
| | | | This avoids pspec lookup overhead in g_object_notify.
* gesture single: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-28/+29
| | | | This avoids pspec lookup overhead in g_object_notify.
* event controller: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-18/+20
| | | | This avoids pspec lookup overhead in g_object_notify.
* radio button: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-9/+13
| | | | This avoids pspec lookup overhead in g_object_notify.
* toggle button: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-28/+29
| | | | This avoids pspec lookup overhead in g_object_notify.
* style context: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-34/+37
| | | | This avoids pspec lookup overhead in g_object_notify.
* treeview: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-161/+151
| | | | This avoids pspec lookup overhead in g_object_notify.
* scale: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-37/+38
| | | | This avoids pspec lookup overhead in g_object_notify.
* range: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-79/+72
| | | | This avoids pspec lookup overhead in g_object_notify.
* header bar: Use g_object_notify_by_pspecMatthias Clasen2015-09-061-73/+68
| | | | This avoids pspec lookup overhead in g_object_notify.
* image: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-136/+128
| | | | This avoids pspec lookup overhead in g_object_notify.
* list box: Use g_object_notify_by_pspec everywhereMatthias Clasen2015-09-061-2/+2
| | | | We already have the pspec at hand, so use it.
* entry completion: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-79/+75
| | | | This avoid pspec lookup overhead in g_object_notify.
* entry buffer: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-26/+28
| | | | This avoids pspec lookup overhead in g_object_notify.
* entry: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-506/+470
| | | | This avoids pspec lookup overhead in g_object_notify.
* application: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-14/+20
| | | | This avoid pspec lookup overhead in g_object_notify.
* progressbar: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-55/+56
| | | | This avoids pspec lookup overhead in g_object_notify.
* label: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-222/+205
| | | | This avoids pspec lookup overhead in g_object_notify.
* adjustment: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-56/+49
| | | | This avoids pspec lookup overhead in g_object_notify.
* widget: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-361/+332
| | | | This avoids pspec lookup overhead in g_object_notify.
* window: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-306/+272
| | | | This avoids pspec lookup overhead in g_object_notify.
* tool button: Use G_DEFINE_TYPEMatthias Clasen2015-09-061-54/+15
| | | | No need to do this manually.
* print backend: Remove an unneeded variableMatthias Clasen2015-09-061-5/+1
| | | | The G_DEFINE_TYPE macros automate the parent_class handling.
* im module: Remvoe an unneeded variableMatthias Clasen2015-09-061-7/+3
| | | | The G_DEFINE_TYPE macros automate the parent_class handling.
* toggle action: Remove an unused variableMatthias Clasen2015-09-061-2/+0
|
* gdk window: Remove an unneeded variableMatthias Clasen2015-09-061-4/+1
| | | | The G_DEFINE_TYPE macros automate the parent_class handling.
* gtk-demo: Add a way to launch individual demosMatthias Clasen2015-09-061-1/+69
| | | | | | Add a --run option which takes the name of an example and launches it. Also add a --autoquit option which can be used to quit after a given number of seconds.
* Updated Korean translationChangwoo Ryu2015-09-062-1913/+2516
|
* Updated Kazakh translationBaurzhan Muftakhidinov2015-09-051-1701/+2104
|
* Updated Kazakh translationBaurzhan Muftakhidinov2015-09-051-1424/+1619
|
* wayland: Remove an overeager assertMatthias Clasen2015-09-041-3/+2
| | | | | | | | | | | If we are using gl for drawing, we don't have a shm surface, so don't assert that we do. Instead, only call shm-specific apis when they make sense. This fixes a crash when showing popovers over a GtkGLArea, as seen in gdkgears. https://bugzilla.gnome.org/show_bug.cgi?id=754143
* Updated Greek translationTom Tryfonidis2015-09-041-229/+230
|
* popover: Don't inherit style from parentBenjamin Otte2015-09-041-17/+0
| | | | | | | | | | | | Instead, inherit style from toplevel (because that's the default way, not because it makes lots of sense). This way, popovers don't inherit the styling from the widget that popped them up, which is a problem in selected listbox rows, selection-mode headerbars. It also doesn't inherit styling where we might want it, like the osd. But we can only have one of the two things.
* HighContrast: make linked entries alignJakub Steiner2015-09-043-322/+299
| | | | | | | | - reshuffled the stylesheet to easily allow having a thicker border, but decided to keep the 1px borders on entries as it makes easier to spot the buttons despite being flat. https://bugzilla.gnome.org/show_bug.cgi?id=753129
* flow box: Fix bad children allocation with RTL localesRafal Luzynski2015-09-041-10/+1
| | | | | | | | | | If the position of the children is always relative to the box then we should not take the allocation of the box into account when flipping the children for RTL text direction. This patch also removes unused assignments to child_allocation. https://bugzilla.gnome.org/show_bug.cgi?id=754559
* text view: Drop an unused variableMatthias Clasen2015-09-041-2/+0
|
* path bar: Don't use prerendered surfacesMatthias Clasen2015-09-041-65/+25
| | | | | | | | The current icon handling did not update icons for widget state changes, causing black-on-black icons in HighContrast. Instead, use the GIcon. https://bugzilla.gnome.org/show_bug.cgi?id=753397
* file system: Add an api to get a GIconMatthias Clasen2015-09-042-14/+18
| | | | | Using prerendered surfaces is not working well when it comes to state changes, so make the GIcon available.
* text view: Improve cursor hiding logicMatthias Clasen2015-09-031-12/+20
| | | | | | | | | | | Same as we did for the entry in the previous commit. Previously, we just hid the cursor if a key event was adding text, but not when you used backspace, or Ctrl-V. Rearrange things so that we obscure the cursor whenever the buffer contents change while we are handling key events. https://bugzilla.gnome.org/show_bug.cgi?id=754535
* entry: Improve cursor hiding logicMatthias Clasen2015-09-031-8/+27
| | | | | | | | | Previously, we just hid the cursor if a key event was adding text, but not when you used backspace, or Ctrl-V. Rearrange things so that we obscure the cursor whenever the buffer contents change while we are handling key events. https://bugzilla.gnome.org/show_bug.cgi?id=754535
* HC: fix pathbar paddings.Lapo Calamandrei2015-09-032-295/+338
| | | | | See https://bugzilla.gnome.org/show_bug.cgi?id=753397 for details.
* GtkListBox: Allow a NULL callback in bind_modelTimm Bäder2015-09-031-2/+3
| | | | | When unsetting the bound model, one can pass NULL, but in that case the create_func parameter should also be NULL.
* Updated Lithuanian translationAurimas Černius2015-09-022-216/+210
|
* Adwaita: fix documents and the like rubberband.Lapo Calamandrei2015-09-023-2/+3
|
* Adwaita: add .content-view:hover styling.Lapo Calamandrei2015-09-023-1/+5
| | | | Just to make thumbs in various app hilight on hover.
* 3.17.83.17.8Matthias Clasen2015-09-022-1/+66
|
* Avoid some duplicate test namesMatthias Clasen2015-09-021-2/+0
| | | | GLib considers these an bug now.
* places view: Avoid a crash in finalizeMatthias Clasen2015-09-021-3/+1
| | | | | | | When the places view is finalized before the network loading is finished, the async operation is cancelled, and the callback accesses the places view while it is already in a state of disrepair. Avoid that access.
* places view: Spew less warningsMatthias Clasen2015-09-021-1/+2
| | | | | When running the testsuite with a local gvfs, we get a 'not supported' error here, and the g_warning makes the test fail. Avoid that.
* Adwaita: sync sidebar color vars.Lapo Calamandrei2015-09-024-5/+4
|