summaryrefslogtreecommitdiff
path: root/src/core/meta-close-dialog-default.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace contents with redirect messagemasterFlorian Müllner2021-07-191-281/+0
| | | | | | | The default development branch is now `main`. This commit only exists on `master` to point people towards that. See https://gitlab.gnome.org/GNOME/glib/-/issues/2348 for details.
* Make meta_* logging utilities not require line breakJonas Ådahl2020-10-081-1/+1
| | | | | | | | Unlike g_* logging utilities, the meta_* counterparts behave like odd printf() functions. Lets change that so they fit better into how logging is done everywhere else. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1466
* cleanup: Use g_clear_handle_id() for g_source_remove()Robert Mader2019-11-221-7/+2
| | | | | | | | It makes sure we do not forget to zero the id and lets us avoid zero checks before. We use it for all new code, lets clean up the existing code base. https://gitlab.gnome.org/GNOME/mutter/merge_requests/947
* Use a consistent style for enum bracesNiels De Graef2019-02-281-1/+2
| | | | https://gitlab.gnome.org/GNOME/mutter/merge_requests/361
* Clean up include macros messJonas Ådahl2018-11-061-6/+8
| | | | | | The order and way include macros were structured was chaotic, with no real common thread between files. Try to tidy up the mess with some common scheme, to make things look less messy.
* Start populating MetaX11DisplayArmin Krezović2018-07-061-1/+2
| | | | | | | | | | | - Moved xdisplay, name and various atoms from MetaDisplay - Moved xroot, screen_name, default_depth and default_xvisual from MetaScreen - Moved some X11 specific functions from screen.c and display.c to meta-x11-display.c https://bugzilla.gnome.org/show_bug.cgi?id=759538
* core: Ensure we send SIGTERM only once to the zenity close dialog.Carlos Garnacho2017-07-161-1/+4
|
* core: Implement MetaCloseDialogDefaultCarlos Garnacho2017-05-151-0/+279
This is basically a copy of the implementation currently residing in src/core/delete.c, which will be eventually deleted in favor of this one. https://bugzilla.gnome.org/show_bug.cgi?id=711619