Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | common: fix some wrong autofree uses | Corentin Noël | 2018-10-11 | 1 | -4/+3 | |
* | model: Convert panel icons to symbolic variants if possible | Florian Müllner | 2018-07-29 | 1 | -27/+3 | |
* | shell: Rename .ui files to match .c files | Georges Basile Stavracas Neto | 2018-07-18 | 1 | -1/+1 | |
* | project: Remove unused files | Georges Basile Stavracas Neto | 2018-07-15 | 1 | -1/+0 | |
* | window: Remove unused panel box | Georges Basile Stavracas Neto | 2018-06-18 | 1 | -12/+4 | |
* | window: Remove custom widgets at the correct time | Georges Basile Stavracas Neto | 2018-05-29 | 1 | -22/+22 | |
* | window: Instrument some functions | Georges Basile Stavracas Neto | 2018-05-29 | 1 | -0/+8 | |
* | window: Don't remove header widgets before changing panels | Georges Basile Stavracas Neto | 2018-05-29 | 1 | -5/+8 | |
* | model: Add visibility field | Georges Basile Stavracas Neto | 2018-05-29 | 1 | -6/+35 | |
* | window: Delegate model creation to CcApplication | Georges Basile Stavracas Neto | 2018-05-29 | 1 | -27/+61 | |
* | window: Fix going back to previous panels | Georges Basile Stavracas Neto | 2018-05-28 | 1 | -5/+28 | |
* | window: Remove remaining overview mentions | Georges Basile Stavracas Neto | 2018-05-28 | 1 | -33/+4 | |
* | window: Warn about development builds | Georges Basile Stavracas Neto | 2018-05-14 | 1 | -0/+74 | |
* | window, shell-model: Silence warnings | Georges Basile Stavracas Neto | 2018-05-02 | 1 | -1/+1 | |
* | shell: Only try to select an existing panel on startupbenzea/startup-fix | Benjamin Berg | 2018-04-30 | 1 | -1/+1 | |
* | shell: Icon name helper returns symbolic name | Christian Kellner | 2018-04-10 | 1 | -9/+10 | |
* | shell: Don't set per-panel icon | Christian Kellner | 2018-04-10 | 1 | -5/+0 | |
* | trivial: Code style improvements | Georges Basile Stavracas Neto | 2018-04-06 | 1 | -26/+25 | |
* | window: Profile panel creation times | Georges Basile Stavracas Neto | 2018-04-06 | 1 | -1/+18 | |
* | build: Drop libgd | Georges Basile Stavracas Neto | 2018-03-16 | 1 | -1/+0 | |
* | window: Replace deprecated function | Georges Basile Stavracas Neto | 2018-03-06 | 1 | -3/+4 | |
* | shell: Remember the last used panel | Bastien Nocera | 2018-02-06 | 1 | -2/+15 | |
* | window: Remove unnecessary wrapper functions | Georges Basile Stavracas Neto | 2018-01-21 | 1 | -12/+0 | |
* | window: Move remaining UI declarations to GtkBuilder file | Georges Basile Stavracas Neto | 2018-01-21 | 1 | -85/+23 | |
* | window: Reorganize functions | Georges Basile Stavracas Neto | 2018-01-21 | 1 | -267/+288 | |
* | trivial: Fix style issues | Georges Basile Stavracas Neto | 2018-01-21 | 1 | -61/+33 | |
* | shell: Initialize variable | Georges Basile Stavracas Neto | 2018-01-17 | 1 | -0/+1 | |
* | shell: Include panel "keywords" in the row data | Felipe Borges | 2017-11-28 | 1 | -0/+4 | |
* | icons: ship app icon | Jakub Steiner | 2017-11-23 | 1 | -1/+1 | |
* | window: Disable the menubar | Felipe Borges | 2017-09-12 | 1 | -0/+1 | |
* | window: Split the window decorations between the header bars | Felipe Borges | 2017-09-12 | 1 | -0/+34 | |
* | window: Synchronize sidebar and header with a size group | Georges Basile Stavracas Neto | 2017-08-16 | 1 | -10/+0 | |
* | window: Don't accidentally destroy panels when showing overview | Georges Basile Stavracas Neto | 2017-08-16 | 1 | -27/+2 | |
* | project: Switch to the new shell | Georges Basile Stavracas Neto | 2017-08-09 | 1 | -964/+203 | |
* | shell: Close overview on Ctrl+W as well | Bastien Nocera | 2017-01-03 | 1 | -0/+2 | |
* | shell: Make CcWindow use custom title widget (if any) | Carlos Garnacho | 2016-11-04 | 1 | -1/+5 | |
* | window: turn into a final class | Georges Basile Stavracas Neto | 2016-06-03 | 1 | -247/+225 | |
* | shell: Avoid whitespace at the bottom in small mode | Bastien Nocera | 2016-03-01 | 1 | -1/+2 | |
* | shell: Fix gtk_tree_model_get_iter_first() retval | Bastien Nocera | 2015-05-27 | 1 | -2/+2 | |
* | Make HighContrast icons work | Matthias Clasen | 2015-03-08 | 1 | -0/+1 | |
* | shell: Drop deprecated API usage | Rui Matos | 2015-01-06 | 1 | -1/+1 | |
* | shell: Unset sort terms when search entry is programatically cleared | Rui Matos | 2014-12-02 | 1 | -1/+4 | |
* | shell: Use correct window icon | Michael Catanzaro | 2014-07-18 | 1 | -1/+1 | |
* | shell: Use the new support for RTL icons in GtkIconTheme | Yosef Or Boczko | 2014-05-23 | 1 | -6/+1 | |
* | shell: Make search results sorting smarter | Rui Matos | 2014-05-16 | 1 | -0/+2 | |
* | shell: Keep the filter terms cached | Rui Matos | 2014-05-16 | 1 | -5/+8 | |
* | shell: Disable type-ahead in search window | Bastien Nocera | 2014-01-16 | 1 | -0/+4 | |
* | shell: Fix headerbar item positions | Yosef Or Boczko | 2014-01-09 | 1 | -3/+3 | |
* | shell: Use margin-start/end instead of margin-left/right | Yosef Or Boczko | 2013-11-19 | 1 | -2/+2 | |
* | shell: Align better the buttons in the headerbar | Yosef Or Boczko | 2013-09-27 | 1 | -0/+9 |