summaryrefslogtreecommitdiff
path: root/shell/cc-window.c
Commit message (Expand)AuthorAgeFilesLines
* window: Don't remove header widgets before changing panelsgbsneto/dynamic-panelsGeorges Basile Stavracas Neto2018-05-031-5/+8
* model: Add visibility fieldGeorges Basile Stavracas Neto2018-05-031-6/+35
* window: Delegate model creation to CcApplicationGeorges Basile Stavracas Neto2018-05-031-27/+61
* window, shell-model: Silence warningsGeorges Basile Stavracas Neto2018-05-021-1/+1
* shell: Only try to select an existing panel on startupbenzea/startup-fixBenjamin Berg2018-04-301-1/+1
* shell: Icon name helper returns symbolic nameChristian Kellner2018-04-101-9/+10
* shell: Don't set per-panel iconChristian Kellner2018-04-101-5/+0
* trivial: Code style improvementsGeorges Basile Stavracas Neto2018-04-061-26/+25
* window: Profile panel creation timesGeorges Basile Stavracas Neto2018-04-061-1/+18
* build: Drop libgdGeorges Basile Stavracas Neto2018-03-161-1/+0
* window: Replace deprecated functionGeorges Basile Stavracas Neto2018-03-061-3/+4
* shell: Remember the last used panelBastien Nocera2018-02-061-2/+15
* window: Remove unnecessary wrapper functionsGeorges Basile Stavracas Neto2018-01-211-12/+0
* window: Move remaining UI declarations to GtkBuilder fileGeorges Basile Stavracas Neto2018-01-211-85/+23
* window: Reorganize functionsGeorges Basile Stavracas Neto2018-01-211-267/+288
* trivial: Fix style issuesGeorges Basile Stavracas Neto2018-01-211-61/+33
* shell: Initialize variableGeorges Basile Stavracas Neto2018-01-171-0/+1
* shell: Include panel "keywords" in the row dataFelipe Borges2017-11-281-0/+4
* icons: ship app iconJakub Steiner2017-11-231-1/+1
* window: Disable the menubarFelipe Borges2017-09-121-0/+1
* window: Split the window decorations between the header barsFelipe Borges2017-09-121-0/+34
* window: Synchronize sidebar and header with a size groupGeorges Basile Stavracas Neto2017-08-161-10/+0
* window: Don't accidentally destroy panels when showing overviewGeorges Basile Stavracas Neto2017-08-161-27/+2
* project: Switch to the new shellGeorges Basile Stavracas Neto2017-08-091-964/+203
* shell: Close overview on Ctrl+W as wellBastien Nocera2017-01-031-0/+2
* shell: Make CcWindow use custom title widget (if any)Carlos Garnacho2016-11-041-1/+5
* window: turn into a final classGeorges Basile Stavracas Neto2016-06-031-247/+225
* shell: Avoid whitespace at the bottom in small modeBastien Nocera2016-03-011-1/+2
* shell: Fix gtk_tree_model_get_iter_first() retvalBastien Nocera2015-05-271-2/+2
* Make HighContrast icons workMatthias Clasen2015-03-081-0/+1
* shell: Drop deprecated API usageRui Matos2015-01-061-1/+1
* shell: Unset sort terms when search entry is programatically clearedRui Matos2014-12-021-1/+4
* shell: Use correct window iconMichael Catanzaro2014-07-181-1/+1
* shell: Use the new support for RTL icons in GtkIconThemeYosef Or Boczko2014-05-231-6/+1
* shell: Make search results sorting smarterRui Matos2014-05-161-0/+2
* shell: Keep the filter terms cachedRui Matos2014-05-161-5/+8
* shell: Disable type-ahead in search windowBastien Nocera2014-01-161-0/+4
* shell: Fix headerbar item positionsYosef Or Boczko2014-01-091-3/+3
* shell: Use margin-start/end instead of margin-left/rightYosef Or Boczko2013-11-191-2/+2
* shell: Align better the buttons in the headerbarYosef Or Boczko2013-09-271-0/+9
* shell: Make sure we don't start with a selected iconRui Matos2013-09-041-0/+13
* Revert "shell: Make sure we don't focus the icon view when starting"Rui Matos2013-09-041-1/+0
* shell: Make sure we don't focus the icon view when startingRui Matos2013-09-031-0/+1
* shell: Avoid width changes when searchingBastien Nocera2013-08-281-0/+1
* shell: Fix stretched header bar lock buttonYosef Or Boczko2013-08-211-0/+1
* shell: Don't start search while on regular panelsRui Matos2013-08-201-8/+16
* shell: Remove setting invisible characters on entryBastien Nocera2013-08-201-1/+0
* shell: Start search when typingBastien Nocera2013-08-201-0/+3
* shell: Use GDK_EVENT_* macrosBastien Nocera2013-08-201-6/+6
* shell: Use a search bar for the search entryYosef Or Boczko2013-08-181-14/+38