summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support -gtk-icon-size for builtinswip/matthiasc/icon-sizeMatthias Clasen2017-11-151-0/+18
* Drop gtk_icon_size_lookupMatthias Clasen2017-11-1411-166/+63
* recentchooser: Use GIcon instead of GdkPixbufMatthias Clasen2017-11-141-66/+14
* iconhelper: Query size via CSSMatthias Clasen2017-11-146-48/+58
* enums: Change GtkIconSize valuesMatthias Clasen2017-11-1447-197/+72
* image: Don't take icon size in set_from_definition()Benjamin Otte2017-11-143-7/+3
* filechooserwidget: icon size is always 16Matthias Clasen2017-11-141-13/+4
* filechooserbutton: icon size is always 16Matthias Clasen2017-11-141-20/+11
* cellrendererspinner: Don't track old icon sizeBenjamin Otte2017-11-141-6/+1
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-1456-217/+174
* image: Change gettersBenjamin Otte2017-11-1414-80/+56
* button: Get rid of icon sizeBenjamin Otte2017-11-149-23/+18
* scalebutton: Remove icon sizeBenjamin Otte2017-11-143-35/+7
* toolbar: Remove icon sizesBenjamin Otte2017-11-1417-465/+2
* tooltips: Remove GtkIconSize usageBenjamin Otte2017-11-145-26/+13
* css: Add -gtk-icon-sizeBenjamin Otte2017-11-142-0/+19
* cellrendererpixbuf: Remove stock-detail propertyBenjamin Otte2017-11-142-22/+1
* messagedialog: Remove unused headerBenjamin Otte2017-11-141-1/+0
* win32: Remove all checks for GDK_WINDOW_ROOTMatthias Clasen2017-11-144-14/+8
* win32: Remove all uses of get_root_windowMatthias Clasen2017-11-149-109/+69
* placessiderbar: Fix sunny compilationBenjamin Otte2017-11-131-1/+1
* widget: No need to update eventsBenjamin Otte2017-11-131-9/+0
* gdkwindow: Remove event_mask arguments from constructorsBenjamin Otte2017-11-1315-36/+8
* window: Set ALL_EVENT_MASKBenjamin Otte2017-11-131-1/+1
* gdk: Fix GDK_ALL_EVENTS_MASKBenjamin Otte2017-11-131-1/+1
* widget: Remove gtk_widget_set_device_enabled()Benjamin Otte2017-11-133-165/+0
* x11: Remove mentions of GDK_WINDOW_ROOTMatthias Clasen2017-11-132-12/+3
* x11: Stop creating a root windowMatthias Clasen2017-11-136-78/+4
* x11: Store toplevel list in GdkDisplayMatthias Clasen2017-11-138-27/+14
* x11: Remove another use of the root windowMatthias Clasen2017-11-131-8/+5
* icontheme: Add a trailing / when enumerating resourcesMatthias Clasen2017-11-131-1/+3
* gtkplacessidebar: Fix new tab/window handling for cloud accountsCarlos Soriano2017-11-131-8/+12
* gtkplacessidebar: Adapt to libcloudproviders 0.2.xCarlos Soriano2017-11-133-129/+227
* application: Append a / to the icon resource pathMatthias Clasen2017-11-131-1/+1
* icontheme: Append a / to the resource pathMatthias Clasen2017-11-131-1/+1
* a11y: Handle a treeview with no columnsBenjamin Otte2017-11-131-1/+1
* treeview: Only update vadjustment in size_allocate()Benjamin Otte2017-11-131-10/+0
* treeview: Pass height to allocate as argumentBenjamin Otte2017-11-133-15/+10
* progresstracker: Don't hand out NaNBenjamin Otte2017-11-121-3/+3
* treeview: Use gtk_widget_get_width()Benjamin Otte2017-11-121-9/+9
* treeview: Don't allocate columns outside of size_allocate()Benjamin Otte2017-11-121-5/+1
* treeview: Fix RTL column header allocationBenjamin Otte2017-11-121-4/+7
* treeview: width_changed is always true, so remove itBenjamin Otte2017-11-121-65/+17
* x11: Fix a crashMatthias Clasen2017-11-111-1/+1
* Fix up managed dndMatthias Clasen2017-11-111-2/+5
* textview: Remove GDK windowsBenjamin Otte2017-11-111-295/+10
* textview: Simplify gtk_text_view_buffer_to_window_coords()Benjamin Otte2017-11-111-171/+24
* textview: Use text_window_get_width()/height()Benjamin Otte2017-11-111-12/+6
* textview: Make the semi-private headrs really privateBenjamin Otte2017-11-1114-38/+15
* textview: Store border window sizes in a custom structBenjamin Otte2017-11-111-158/+50