summaryrefslogtreecommitdiff
path: root/src/core/group-props.c
Commit message (Collapse)AuthorAgeFilesLines
* remove trailing whitespaceAlberts Muktupāvels2014-10-051-22/+22
|
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
|
* Added curly brackets in two places to keep -pedantic happy.Thomas Thurman2008-05-041-1/+3
| | | | | | | | | | | | 2008-05-04 Thomas Thurman <tthurman@gnome.org> Added curly brackets in two places to keep -pedantic happy. * src/core/window-props.c (meta_display_init_window_prop_hooks) * src/core/group-props.c (meta_display_init_group_prop_hooks) svn path=/trunk/; revision=3704
* All information should live in exactly one place. This means that the listThomas Thurman2008-05-021-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-02 Thomas Thurman <tthurman@gnome.org> All information should live in exactly one place. This means that the list of atoms should not be replicated anywhere. Therefore, we include it via x-macros. Closes #530843. * src/core/atomnames.h: added list of atom names * src/Makefile.am: added reference to new file * src/core/display.h * src/core/display.c (twice) * src/core/screen.c: #included atomnames.h instead of having an enormous list of atoms * src/core/group-props.c * src/core/window.c * src/core/compositor.c * src/core/window-props.c * src/core/delete.c * src/core/workspace.c * src/core/stack.c * src/core/keybindings.c * src/core/iconcache.c * src/core/group.c * src/core/xprops.c: changed to new, simpler identifiers for atoms svn path=/trunk/; revision=3702
* sort source files into these directories according to which part of the WMHavoc Pennington2007-12-191-0/+232
2007-12-19 Havoc Pennington <hp@redhat.com> * src/ui, src/core, src/include: sort source files into these directories according to which part of the WM they are supposed to be in. In an eventual plan, we should also create src/compositor/render, src/compositor/fallback and move some of the compositor stuff into that. * autogen.sh: require a newer automake, so we don't have to use a recursive build * src/ui/tabpopup.c: put in a hack to make the build temporarily work, want to commit the large rearrangement before fixing this not to include workspace.h or frame.h * src/core/iconcache.c (meta_read_icons): temporarily break this to get the build to work, want to commit the large rearrangement before fixing this file not to include theme.h svn path=/trunk/; revision=3491