summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* stylecontext: Keep track of the CSS IDBenjamin Otte2015-01-205-1/+73
* path bar: Don't segfault if we get disposed quicklyMatthias Clasen2015-01-191-0/+4
* places sidebar: Drop the top marginMatthias Clasen2015-01-191-1/+0
* scrolledwindow: Don't displace invalidation by the widget allocationCarlos Garnacho2015-01-191-5/+1
* stylecontext: Fix FALSE/TRUE mixupBenjamin Otte2015-01-191-1/+1
* scrolled window: Reduce the hover proximity distance furtherMatthias Clasen2015-01-181-2/+2
* file chooser: Fix up some focus issuesMatthias Clasen2015-01-181-10/+6
* gtkimagemenuitem: create widget for action icons lazilyLars Uebernickel2015-01-181-35/+32
* render: Replace gtk_style_context_get_border/padding()Benjamin Otte2015-01-192-8/+21
* render: Get rid of gtk_style_context_get_color()Benjamin Otte2015-01-191-20/+12
* Adwaita: Make :active button gradient have 3 stopsBenjamin Otte2015-01-193-314/+149
* stylecontext: Be more graceful when save() isn't matched with restore()Benjamin Otte2015-01-191-8/+17
* stylecontext: Explicitly specify root nodeBenjamin Otte2015-01-191-8/+17
* file chooser: Make search work againMatthias Clasen2015-01-183-66/+136
* file chooser: Drop the location labelMatthias Clasen2015-01-183-17/+3
* file chooser: Don't show 'Enter Location' in save modesMatthias Clasen2015-01-181-0/+2
* file chooser: Make Ctrl-L work in recentMatthias Clasen2015-01-181-2/+6
* file chooser: Ensure the path bar is initializedMatthias Clasen2015-01-181-0/+4
* trivial refactoringMatthias Clasen2015-01-181-5/+6
* file chooser: Make ~ and / work in recentMatthias Clasen2015-01-181-15/+2
* Fine-tune the proximity hovering for scrollbarsMatthias Clasen2015-01-181-5/+12
* Adjust gtk_status_icon_position_menu() annotation to match GtkMenuPositionFun...Christoph Reiter2015-01-171-2/+2
* Fix save_hot_y init in gtk_drag_get_icon()Maks Naumov2015-01-171-1/+1
* inspector: Remove a bunch of unused variablesBenjamin Otte2015-01-171-2/+1
* stylecontext: Remove a bunch of return_if_fail()sBenjamin Otte2015-01-171-14/+0
* stylecontext: Do not transition from the default styleBenjamin Otte2015-01-171-2/+6
* Adwaita: scrollbar style refactoring...Lapo Calamandrei2015-01-163-227/+410
* widget: Free the controller list on finalize()Carlos Garnacho2015-01-141-10/+10
* listbox: Free the multipress gesture on finalizeCarlos Garnacho2015-01-141-0/+1
* event-controller: Chain up on disposeCarlos Garnacho2015-01-141-0/+2
* gtkplacessidebar: insert bookmark by dnd in correct positionNelson Benítez León2015-01-131-0/+19
* Fix accessible_class->widget_set initializationMaks Naumov2015-01-131-1/+1
* Properly check result of g_utf8_get_char_validated()Maks Naumov2015-01-111-1/+1
* Fix check for 'y' padding in gtk_cell_renderer_set_padding()Maks Naumov2015-01-111-1/+1
* Forgotten fileMatthias Clasen2015-01-101-5/+0
* HighContrast: Don't set nonexisting style propertiesMatthias Clasen2015-01-101-6/+2
* Adwaita: Don't set nonexisting style propertiesMatthias Clasen2015-01-103-16/+4
* HighContrast: Also fix separators in file chooser buttonsMatthias Clasen2015-01-102-7/+3
* Adwaita: Also fix separators in file chooser buttonsMatthias Clasen2015-01-103-12/+4
* gtkfilechooserwidget: When using an extra widget, show or hide the filter com...Iain Lane2015-01-101-1/+5
* HighContrast: draw combo box separatorsMatthias Clasen2015-01-102-4/+2
* Adwaita: draw combo box separatorsMatthias Clasen2015-01-103-7/+3
* GtkTextView: allow to extend text selection with mouse scrollwheelNelson Benitez Leon2015-01-101-0/+14
* file chooser: Add some padidngMatthias Clasen2015-01-101-1/+3
* Forgotten filesMatthias Clasen2015-01-102-0/+4
* Adwaita: Fix treeview separators in backdropMatthias Clasen2015-01-101-0/+4
* stylecontext: Stop animations on manual invalidationBenjamin Otte2015-01-101-0/+3
* GtkScrolledWindow: Don't start fading right awayMatthias Clasen2015-01-091-2/+0
* GtkScrolledWindow: Factor out a constantMatthias Clasen2015-01-091-4/+5
* GtkScrolledWindow: Don't require proximity for track pointsMatthias Clasen2015-01-091-10/+10