summaryrefslogtreecommitdiff
path: root/src/core/main.c
Commit message (Expand)AuthorAgeFilesLines
* main: use correct timestamp when closing displayAlberts Muktupāvels2021-07-191-2/+7
* main: add SIGINT handlerAlberts Muktupāvels2021-07-191-1/+14
* main: use g_unix_signal_add to add signal handlerAlberts Muktupāvels2021-07-191-35/+5
* main: check g_setenv return valueAlberts Muktupāvels2021-03-141-1/+4
* main: use enumeration type to find valueAlberts Muktupāvels2020-09-131-9/+12
* prefs: add new compositor settingAlberts Muktupāvels2020-09-051-8/+105
* main: fix cast-function-type warningAlberts Muktupāvels2018-09-021-2/+4
* remove Solaris Xinerama supportAlberts Muktupāvels2018-06-161-10/+0
* main: do not call g_printerr in a signal handlerAlberts Muktupāvels2017-09-291-2/+4
* main: move prefs handling to MetaDisplayAlberts Muktupāvels2017-03-111-70/+0
* main: move initial theme loading to meta_ui_newAlberts Muktupāvels2017-03-111-2/+0
* util: allow logging only specific debug topicsAlberts Muktupāvels2017-03-101-6/+4
* main: remove MetaExitCode enumAlberts Muktupāvels2017-03-101-12/+5
* util: remove meta_exitAlberts Muktupāvels2017-03-101-1/+3
* util: remove meta_fatalAlberts Muktupāvels2017-03-101-4/+7
* util: replace meta_warning with g_warningAlberts Muktupāvels2017-03-101-4/+6
* do not reload theme when changing compositing managerAlberts Muktupāvels2017-03-041-1/+1
* libmetacity: add meta_theme_set_button_layoutAlberts Muktupāvels2016-08-161-1/+4
* errors: simplify codeAlberts Muktupāvels2016-05-251-3/+0
* require composite extensions at build-timeAlberts Muktupāvels2016-04-161-15/+3
* build: Use non-deprecated feature test macrosDmitry Shachnev2016-03-171-1/+1
* theme: redo theme settingsAlberts Muktupāvels2016-02-231-37/+4
* main: kill custom log handlerAlberts Muktupāvels2016-01-231-37/+0
* util: don't generate a backtrace on every G_LOGJasper St. Pierre2016-01-231-1/+0
* main: fix build warningsAlberts Muktupāvels2015-09-201-7/+38
* update on compositing-manager setting changesAlberts Muktupāvels2015-04-051-0/+1
* prefs: force theme reloadAlberts Muktupāvels2015-04-041-1/+1
* require xsync and xshape at build timeAlberts Muktupāvels2015-02-191-10/+0
* remove trailing whitespaceAlberts Muktupāvels2014-10-051-23/+23
* misc: remove deprecated g_[type/thread]_initAlberts Muktupāvels2014-06-031-5/+0
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* FreeBSD build fix: Include sys/wait.h as described in POSIX specsAlexis Ballier2011-05-191-1/+1
* Should set RestartStyleHint to RestartIfRunning when replacedOwen W. Taylor2011-01-251-2/+2
* If writing fails when handling SIGTERM, log an error. Closes #603510.Christian Kirbach2011-01-151-3/+2
* Throw away result of write(); it's not importantThomas Thurman2010-01-051-1/+3
* Fix handling of SIGCHLDDan Winship2009-11-201-41/+0
* Don't call meta_finalize from SIGTERM handlerRay Strode2009-11-201-2/+26
* Add a switch to disable autofullscreen'ing maximized windows without decorationsTomeu Vizoso2009-07-061-0/+10
* Session must be saved before display close, and displayThomas James Alexander Thurman2009-02-111-2/+5
* Further movement of code out of metacity-dialog into Zenity;Thomas James Alexander Thurman2009-02-101-2/+44
* incredibly baroque system to make sure the translators don't have toThomas James Alexander Thurman2009-02-051-2/+15
* added call to g_thread_init(), as ORBit2 stopped doing it and Metacity isFrederic Peters2008-12-251-0/+3
* (Apologies for huge commit; these were done on a transatlantic flight. This ...Thomas Thurman2008-11-221-1/+3
* new functions add sigterm_handler in case we receive a SIGTERM. ClosesJoe Marcus Clarke2008-10-221-6/+25
* new function. turn the compositing manager on or off as necessary.Thomas Thurman2008-08-311-3/+28
* Adding doxygen headers to some files.Thomas Thurman2008-08-181-3/+4
* src/include/frame.h src/include/display.h src/include/xprops.hIain Holmes2008-05-191-1/+1
* MetaDisplay becomes a singleton. The static variable which holds thisThomas Thurman2008-03-251-18/+2
* Lots of tiny fixes to make sure we compile with "gcc -ansi -Werror".Thomas Thurman2008-02-271-1/+4
* Correct comment. Correct comment. Much commenting; #ifdeffed-out debugThomas Thurman2008-01-171-1/+1