summaryrefslogtreecommitdiff
path: root/src/nautilus-toolbar.c
Commit message (Expand)AuthorAgeFilesLines
* WIP general: Use gtk_widget_dispose_templatewip/antoniof/use-gtk-widget-dispose-templateAntónio Fernandes2022-09-031-0/+2
* toolbar: Drop :window propertyAntónio Fernandes2022-09-011-15/+5
* toolbar: Restore transient location entry behaviorAntónio Fernandes2022-09-011-61/+24
* toolbar: Don't add a ref to menu_itemIgnacy Kuchciński2022-08-301-5/+6
* general: Use parameter type list, even if function takes noneTimo2022-08-161-1/+1
* window, toolbar: Change toolbar visibility based on sizeChristopher Davis2022-08-061-0/+18
* toolbar: Factor out view controlsAntónio Fernandes2022-08-061-51/+2
* toolbar: Factor out operations progress indicatorAntónio Fernandes2022-08-061-509/+2
* toolbar: Factor out history controlsChristopher Davis2022-08-061-172/+3
* toolbar: Use expressions for icon and tooltip bindingsChristopher Davis2022-07-301-39/+0
* toolbar: Add window slot to `get_property()`Christopher Davis2022-07-301-0/+6
* general: Refactor view icon from a GIcon to an icon nameChristopher Davis2022-07-301-29/+3
* general: Reimplement a11y for gtk4Corey Berla2022-07-301-0/+2
* toolbar: Set tooltip for view menu separately from toggle viewCorey Berla2022-07-211-1/+4
* toolbar: Fix wrong cast of GtkMenuButtoncodeboybebop2022-07-171-1/+1
* toolbar: Open new tab on back/forward middle clickCorey Berla2022-07-161-3/+23
* window: Move NautilusNavigationDirection from toolbar.c to window.hCorey Berla2022-07-161-7/+0
* general: GtkPaned -> AdwFlapChristopher Davis2022-07-111-0/+37
* toolbar: Move zoom controls to primary menuAntónio Fernandes2022-03-271-8/+3
* toolbar: Update visual designAntónio Fernandes2022-01-091-6/+4
* general: Switch to GTK4António Fernandes2022-01-091-45/+48
* toolbar: Don't rely on ::toggled in GtkMenuButtonAntónio Fernandes2022-01-051-4/+5
* toolbar: Don't subclass HdyHeaderBarAntónio Fernandes2022-01-051-2/+2
* toolbar: Use models for view and app menusAntónio Fernandes2022-01-051-56/+45
* toolbar: Use popovers for history menusAntónio Fernandes2022-01-051-67/+27
* toolbar: Stop using ::populate-popupAntónio Fernandes2022-01-051-16/+0
* toolbar: Stop using GtkToggleButton method on GtkMenuButtonAntónio Fernandes2022-01-051-1/+1
* toolbar: Drop theatrics animation on the operations buttonAntónio Fernandes2021-12-311-40/+0
* Stop using gtk_widget_new()António Fernandes2021-12-241-1/+1
* general: Stop using GtkContainer::get_children() and ::foreach()António Fernandes2021-12-061-16/+7
* general: Stop using gtk_container_add()António Fernandes2021-12-061-8/+9
* toolbar: Use list box for operations listAntónio Fernandes2021-12-061-11/+25
* toolbar: Unify toolbar UI definitionsAntónio Fernandes2021-12-061-12/+4
* toolbar: Stop using custom max width containerAntónio Fernandes2021-12-061-9/+5
* general: Stop using the state argument of GtkStyleContext gettersAntónio Fernandes2021-11-121-1/+1
* window-slot: Make back_or_forward() a slot methodAntónio Fernandes2021-07-081-6/+6
* window-slot: Stop using flags parameter for history navigationErnestas Kulik2021-07-081-1/+1
* toolbar: Prevent closing popover when "Show Hidden Files" is toggledRodrigo Pedro2021-07-081-5/+4
* window: Make bottom corners roundedChristopher Davis2021-02-091-1/+1
* toolbar: Don't leak builder objectAntónio Fernandes2021-01-051-1/+1
* toolbar: Don't leak menu modelsAntónio Fernandes2021-01-051-2/+8
* general: Run uncrustify scriptOndrej Holy2020-04-051-14/+13
* toolbar: Add redundant parentheses to prevent changes by uncrustifyOndrej Holy2020-04-051-3/+3
* usability: Change tooltip for view_toggle_buttonUjjwal Kumar2020-03-281-0/+29
* toolbar: Always show pathbar background907-graphical-issues-with-updated-path-barAntónio Fernandes2020-03-261-29/+0
* toolbar: Fix search button and search entry state desyncGeorge Mocanu2019-02-111-1/+34
* Revert "toolbar: Use GTK_STYLE_CLASS'es on the pathbar container box"António Fernandes2018-10-121-5/+3
* toolbar: Use GTK_STYLE_CLASS'es on the pathbar container boxAntónio Fernandes2018-10-021-3/+5
* toolbar: Remove pathbar border on small windowsAntónio Fernandes2018-08-091-0/+29
* toolbar: Fix window slot handlingErnestas Kulik2018-07-261-58/+77