| Commit message (Expand) | Author | Age | Files | Lines |
* | Whoops, I forgot to keep my copyright info updated with my previous | Elijah Newren | 2006-01-10 | 1 | -0/+1 |
* | Plug a few leaks. Fixes #309178. | Elijah Newren | 2006-01-10 | 1 | -2/+10 |
* | Patch from Björn Lindqvist to split up main() into more manageable chunks | Elijah Newren | 2005-07-12 | 1 | -188/+185 |
* | React to cursor theme changes: (#308106) | Matthias Clasen | 2005-07-11 | 1 | -0/+5 |
* | A load of fixes of issues reported by sparse. Closes bug #152849 | Kjartan Maraas | 2004-09-16 | 1 | -2/+2 |
* | 2003-12-21 Rob Adams <readams@readams.net | Rob Adams | 2003-12-22 | 1 | -1/+1 |
* | fix up compositing manager to somewhat work | Havoc Pennington | 2003-11-30 | 1 | -1/+5 |
* | Oops, did not mean to do that. | Havoc Pennington | 2003-11-24 | 1 | -5/+0 |
* | fix the extension checks | Havoc Pennington | 2003-11-24 | 1 | -0/+5 |
* | fix warning | Havoc Pennington | 2003-11-16 | 1 | -1/+1 |
* | Try harder to find a theme in the event that the theme in the preference | Rob Adams | 2003-11-08 | 1 | -7/+25 |
* | fix warnings (one was a real bug) | Havoc Pennington | 2003-09-29 | 1 | -1/+2 |
* | Add -DMETACITY_LIBDIR to support loading of modules Add functions | Padraig O'Briain | 2003-09-26 | 1 | -0/+102 |
* | s/int/gsize/ for g_file_get_contents() (found independently by | Havoc Pennington | 2003-05-30 | 1 | -1/+1 |
* | chdir to the user's home directory on startup. See #113755. | Rob Adams | 2003-05-29 | 1 | -0/+3 |
* | add more debug spew about conditional build stuff (main): panic to | Havoc Pennington | 2003-02-28 | 1 | -0/+19 |
* | fix a typo and missing option. (#105186) | Akira TAGOH | 2003-02-05 | 1 | -1/+1 |
* | include config.h | Havoc Pennington | 2002-10-27 | 1 | -0/+1 |
* | Optimizations for managing new windows (do not all take effect if | Havoc Pennington | 2002-10-21 | 1 | -0/+3 |
* | Try to handle Solaris Xinerama, all coded blind, someone on Solaris will | Havoc Pennington | 2002-09-27 | 1 | -2/+12 |
* | support --version, #92796 patch from Christian Neumair | Havoc Pennington | 2002-09-24 | 1 | -1/+14 |
* | re-enable the log handler, maybe it will break something, I don't remember | Havoc Pennington | 2002-09-24 | 1 | -1/+1 |
* | couple of updates | Havoc Pennington | 2002-07-10 | 1 | -1/+1 |
* | put _NET_DESKTOP_NAMES in the array of atom names, so desktop names might | Havoc Pennington | 2002-07-06 | 1 | -2/+11 |
* | fix spelling error, #85452 | Havoc Pennington | 2002-06-16 | 1 | -1/+1 |
* | don't die on bad atom name | Havoc Pennington | 2002-06-08 | 1 | -1/+3 |
* | call meta_session_shutdown when exiting cleanly | Havoc Pennington | 2002-06-08 | 1 | -0/+2 |
* | verbose-log on startup whether we were compiled with various extensions | Havoc Pennington | 2002-05-31 | 1 | -0/+11 |
* | turn on --g-fatal-warnings if METACITY_G_FATAL_WARNINGS env variable is | Havoc Pennington | 2002-05-12 | 1 | -2/+3 |
* | include locale.h, fix from Hidetoshi Tajima | Havoc Pennington | 2002-05-11 | 1 | -0/+1 |
* | when maximizing/fullscreening something with a grid, like a terminal, | Havoc Pennington | 2002-05-11 | 1 | -2/+4 |
* | call setlocale ourselves because due to a GLib bug that sticks us in ASCII | Havoc Pennington | 2002-04-22 | 1 | -6/+16 |
* | put back --sm-client-id argument, needed for including us in a default | Havoc Pennington | 2002-03-14 | 1 | -2/+27 |
* | don't save a file here, only in response to SaveYourself. Change the code | Havoc Pennington | 2002-03-14 | 1 | -14/+16 |
* | use hash_table_replace instead of g_hash_table_insert | Havoc Pennington | 2002-03-06 | 1 | -3/+5 |
* | try ignoring SIGXFSZ, though I'm not sure what that does exactly. I'm | Havoc Pennington | 2002-03-05 | 1 | -1/+6 |
* | Use bind_textdomain_codeset etc. | Kjartan Maraas | 2002-02-16 | 1 | -0/+2 |
* | redo window sizes/appearance when the theme changes | Havoc Pennington | 2002-02-07 | 1 | -0/+1 |
* | disable custom log handler and fatal mask for now | Havoc Pennington | 2002-02-07 | 1 | -0/+37 |
* | move in here so util.c doesn't require display.[hc] | Havoc Pennington | 2002-01-28 | 1 | -7/+0 |
* | update number of workspaces hint | Havoc Pennington | 2001-12-10 | 1 | -2/+22 |
* | move SM init a bit later in the process, and init prefs | Havoc Pennington | 2001-12-09 | 1 | -3/+14 |
* | add a restart feature, for debugging | Havoc Pennington | 2001-10-15 | 1 | -2/+36 |
* | ref the returned icon, oops.METACITY_2_3_13 | Havoc Pennington | 2001-09-17 | 1 | -0/+14 |
* | add support for a mini icon in the titlebar (update_icon): re-enable | Havoc Pennington | 2001-09-16 | 1 | -1/+1 |
* | clean up the code, and replace GDK X error handler with one that chains up | Havoc Pennington | 2001-09-01 | 1 | -4/+4 |
* | ... | rhp | 2001-06-29 | 1 | -1/+1 |
* | ... | rhp | 2001-06-22 | 1 | -9/+113 |
* | ... | rhp | 2001-06-21 | 1 | -4/+5 |
* | ... | rhp | 2001-06-20 | 1 | -1/+1 |