summaryrefslogtreecommitdiff
path: root/src/core/startup-notification.c
Commit message (Expand)AuthorAgeFilesLines
* startup-notification: Delay cursor feedback updatesOlivier Fourdan2023-03-041-3/+38
* core: Setup and use ownership chainsJonas Ådahl2022-12-171-1/+29
* startup-notification: Fix some introspection annotationsJonas Ådahl2022-04-131-1/+1
* startup-notification: Specify the actual type in the "changed" signalCorentin Noël2022-04-051-1/+1
* mutter: Add missing nullable annotation when possibleCorentin Noël2022-04-051-0/+33
* startup-notification: Fix source return valueJonas Ådahl2021-11-241-3/+2
* startup-notification: Fix naming of handle IDJonas Ådahl2021-11-241-10/+9
* core: Add ::timeout signal to MetaStartupSequenceCarlos Garnacho2021-07-091-1/+13
* Make meta_* logging utilities not require line breakJonas Ådahl2020-10-081-4/+4
* cleanup: Use g_clear_handle_id() for g_source_remove()Robert Mader2019-11-221-8/+3
* Use free_full on GSList's instead of foreach + freeMarco Trevisan (Treviño)2019-05-151-2/+1
* core: Emit MetaStartupNotification::changed on sequence completionCarlos Garnacho2019-04-171-0/+12
* core: Add MetaStartupSequence::complete signalCarlos Garnacho2019-04-171-5/+16
* core: Account for completed sequences in feedback updatesCarlos Garnacho2019-04-171-1/+15
* core: Fix differing sequence timestamp precision expectationsCarlos Garnacho2019-04-171-4/+4
* core: Remove startup sequences after timeoutCarlos Garnacho2019-03-181-0/+1
* Use a consistent style for enum bracesNiels De Graef2019-02-281-3/+6
* startup-notification: Silence warningJonas Ådahl2019-01-181-2/+0
* core: Add MetaLaunchContextCarlos Garnacho2019-01-181-0/+18
* core: Make MetaStartupSequence/Notification publicCarlos Garnacho2018-11-231-3/+82
* core: Shuffle startup notification object creationCarlos Garnacho2018-11-231-9/+4
* core: Add extra properties to MetaStartupSequenceCarlos Garnacho2018-11-231-10/+89
* x11: Refactor the X11 startup notification bits into src/x11Carlos Garnacho2018-11-231-345/+24
* core: Rename MetaStartupNotificationSequence to MetaStartupSequenceCarlos Garnacho2018-11-231-108/+108
* Clean up include macros messJonas Ådahl2018-11-061-4/+4
* Rename errors.[ch] to meta-x11-errors.[ch]Armin Krezović2018-07-061-3/+3
* Make bell and libstartup-notification bits work without X11Armin Krezović2018-07-061-13/+44
* Stop using MetaScreen where it is unnecessaryArmin Krezović2018-07-061-1/+0
* Move screen size and cursor setting to MetaDisplayArmin Krezović2018-07-061-3/+3
* Switch meta_error_trap functions to MetaX11DisplayArmin Krezović2018-07-061-2/+2
* Start populating MetaX11DisplayArmin Krezović2018-07-061-1/+2
* Always use the default screenJonas Ådahl2016-07-231-1/+1
* Fix string format in startup notification to be a gint64Luca Bruno2016-07-041-1/+1
* startup-notification: Ensure provided timestamp is always a 64 bit integerJonas Ådahl2016-03-071-2/+5
* core: Refactor startup notification into a separate objectCarlos Garnacho2016-02-191-0/+767