summaryrefslogtreecommitdiff
path: root/shell/cc-application.c
Commit message (Expand)AuthorAgeFilesLines
* log: Improve loggingMohammed Sadiq2022-12-011-1/+17
* Rename app-id to org.gnome.SettingsGeorges Basile Stavracas Neto2022-01-211-2/+2
* application: Add CSS provider on startupGeorges Basile Stavracas Neto2021-12-141-8/+7
* application: Subclass AdwApplicationGeorges Basile Stavracas Neto2021-12-141-13/+10
* Stop using HANDY_USE_UNSTABLE_APIAdrien Plazas2020-08-181-1/+0
* Adapt to changes in hdy_init()Adrien Plazas2020-07-201-0/+4
* Whitespace fixes for g_autoptr coding styleRobert Ancell2019-11-081-2/+2
* shell: Add global CSS stylesheetFelipe Borges2019-07-161-0/+8
* panel-loader: Simplify listing panelsGeorges Basile Stavracas Neto2018-11-111-9/+1
* wacom: Port calibrator UI to GTK+Carlos Garnacho2018-11-071-12/+0
* shell: Remove AppMenuRobert Ancell2018-10-171-14/+0
* window: Delegate model creation to CcApplicationGeorges Basile Stavracas Neto2018-05-291-1/+12
* window: Remove remaining overview mentionsGeorges Basile Stavracas Neto2018-05-281-5/+0
* log: Reimplement logging and debuggingGeorges Basile Stavracas Neto2018-04-061-2/+4
* object-storage: Introduce CcObjectStorageGeorges Basile Stavracas Neto2018-04-061-0/+13
* fixup! application: Initialize action using a GActionEntry tableGeorges Basile Stavracas Neto2018-03-061-7/+18
* application: Initialize action using a GActionEntry tableGeorges Basile Stavracas Neto2018-03-061-21/+13
* application: Use modern g_autoptr practicesGeorges Basile Stavracas Neto2018-03-061-20/+14
* application: Remove empty overrideGeorges Basile Stavracas Neto2018-01-211-7/+0
* application: Modernize codebaseGeorges Basile Stavracas Neto2018-01-211-36/+29
* application: Use gtk_show_uri_on_windowGeorges Basile Stavracas Neto2018-01-211-3/+4
* window: Remove unnecessary wrapper functionsGeorges Basile Stavracas Neto2018-01-211-2/+2
* application: Initialize clutter-gtk either with Cheese or WacomGeorges Basile Stavracas Neto2018-01-171-4/+4
* shell: Add a help overlayMatthias Clasen2015-12-101-0/+1
* shell: Don't call gtk_clutter_init() when using cheeseChristophe Fergeau2015-07-161-4/+4
* shell: Move cheese_gtk_init() call earlierChristophe Fergeau2015-07-161-13/+0
* shell: Handle --version as a regular argumentChristophe Fergeau2015-07-161-11/+7
* shell: Handle --list from the local instanceChristophe Fergeau2015-07-161-15/+15
* shell: Connect to "handle-local-options" signalChristophe Fergeau2015-07-161-0/+7
* shell: Parse command line args into a GVariantDictChristophe Fergeau2015-07-161-33/+19
* shell: Use g_application_add_main_option_entriesChristophe Fergeau2015-07-161-17/+2
* shell: Don't handle --help ourselvesChristophe Fergeau2015-07-161-28/+0
* shell: Fix GVariantBuilder leakChristophe Fergeau2015-07-161-4/+5
* shell: Revert "Let panels have their own commandline flags"Christophe Fergeau2015-07-161-6/+0
* printers: Drop remaining deprecated API usageRui Matos2015-01-081-3/+0
* shell: Drop deprecated API usageRui Matos2015-01-061-2/+3
* application: activate application when launching a panelCosimo Cecchi2014-01-131-0/+3
* Handle repeated commandline parsing properlyMatthias Clasen2013-05-181-0/+9
* wacom: Re-write gui_gtk in Clutter to introduce animationsJoaquim Rocha2013-05-171-3/+6
* shell: Remove obsolete libnotify dependencyBastien Nocera2013-04-121-3/+0
* shell: Expose panel launching with DBus-activationEmanuele Aina2013-04-031-0/+30
* shell: Let panels have their own commandline flagsEmanuele Aina2013-04-031-0/+6
* shell: Use GVariant to convey panel arguments instead of a string arrayEmanuele Aina2013-04-031-1/+8
* shell: build fix (clutter-gtk includes)Jeremy Bicha2013-02-181-1/+1
* shell: Rename shell window to CcWindowWilliam Jon McCann2013-02-181-7/+7
* shell: Make the main app window a subclass of GtkApplicationWindowWilliam Jon McCann2013-02-181-3/+3
* shell: Make the application a GtkApplication subclassWilliam Jon McCann2013-02-181-0/+346