summaryrefslogtreecommitdiff
path: root/panels/search
Commit message (Expand)AuthorAgeFilesLines
* Replace HdyColumn by HdyClampAdrien Plazas2020-07-201-3/+1
* Use GtkDialog instead of HdyDialogAdrien Plazas2020-07-203-8/+4
* panel: Move shared GCancellable code into panel classRobert Ancell2020-02-031-17/+1
* search: Invalidate "Search Locations" list when folders can't be foundFelipe Borges2019-12-171-48/+62
* search: Preserve row switch state while draggingFelipe Borges2019-12-151-0/+1
* search: Make rows and its elements reachable via keyboardFelipe Borges2019-11-172-2/+3
* cc-search-locations: Use `g_new0` instead of the slice allocatorIain Lane2019-10-301-2/+2
* search: Factor out creation of `Place` objects.Iain Lane2019-10-301-30/+40
* search: Fix crash on clicking 'Search Locations'Mohammed Sadiq2019-09-191-0/+1
* search: Make .ui filename match the .c filenameRobert Ancell2019-09-094-3/+3
* Remove unused GNOMELOCALEDIR definesRobert Ancell2019-09-091-2/+1
* search: Remove global variable that could get leakedRobert Ancell2019-08-262-41/+47
* search: Add description label to Search Locations DialogFelipe Borges2019-08-061-0/+26
* search: Do not allow selecting rowsFelipe Borges2019-08-062-2/+4
* search: Add instructions labelFelipe Borges2019-08-061-0/+12
* search: Place "Move" button in each rowFelipe Borges2019-08-064-120/+92
* search: Move "Search Locations" button to top barFelipe Borges2019-08-062-29/+10
* search: Make rows reordable with drag and dropFelipe Borges2019-08-063-0/+137
* search: Move row into its own object (CcSearchPanelRow)Felipe Borges2019-08-066-47/+184
* search: Move GtkListBox to .ui fileFelipe Borges2019-08-062-6/+9
* search: Make search locations dialog adaptiveMohammed Sadiq2019-07-263-5/+9
* shell: Add position to cc_shell_embed_widget_in_header()Georges Basile Stavracas Neto2019-05-211-1/+1
* search: Add shadow to application iconsFelipe Borges2019-03-131-0/+1
* search: Ellipsize the labelsAdrien Plazas2018-11-291-0/+2
* search: Use a HdyColumnAdrien Plazas2018-11-291-26/+7
* search: Make .ui filename match the .c filenameRobert Ancell2018-11-124-3/+3
* search: Don't use gtk_widget_show_allRobert Ancell2018-10-112-5/+13
* Simplify use of GCancellableRobert Ancell2018-06-012-7/+3
* search: Fix crash introduced in 58a6432Robert Ancell2018-05-311-2/+6
* search: Use GtkTemplateRobert Ancell2018-05-302-147/+136
* search: Use g_auto for variablesRobert Ancell2018-05-302-167/+89
* search: Replace ifdefs with #pragma onceRobert Ancell2018-05-292-8/+2
* search: Replace GObject boilerplace with G_DECLARE_TYPERobert Ancell2018-05-293-114/+71
* Move common panel code from shell/ to panel/commonBenjamin Berg2018-04-173-3/+3
* Add translator comments to .desktop filesPiotr Drąg2018-02-231-1/+2
* build: Migrate from Intltool to GettextIñigo Martínez2018-01-232-5/+6
* build: Remove autotoolsIñigo Martínez2018-01-181-41/+0
* panels: Remove soft hyphens from .desktop filesPiotr Drąg2018-01-181-1/+0
* build: Port to meson build systemIñigo Martínez2018-01-172-1/+49
* shell-model: Remove old categoriesGeorges Basile Stavracas Neto2017-11-281-1/+1
* search: Set a minimum height to avoid toplevel being resized too smallRui Matos2017-08-281-0/+1
* search: don't allow horizontal scrollingJonathan Kang2017-08-281-0/+1
* Standardize vertical spacing of panelsAllan Day2017-08-201-1/+1
* Give search and notifications consistent row layoutsAllan Day2017-08-201-4/+4
* panels: Minor adjustments for the new shellGeorges Basile Stavracas Neto2017-08-091-81/+107
* search: Fix a GFile leakRui Matos2017-06-191-1/+4
* search: Fix memory leakMohammed Sadiq2017-06-191-0/+2
* search: Fix memory leakMohammed Sadiq2017-05-021-0/+1
* search: Use list box separators between entriesFelipe Borges2017-04-291-0/+2
* search: Place the whole content in a scrolled windowFelipe Borges2017-04-292-14/+10