summaryrefslogtreecommitdiff
path: root/src/ui/metaaccellabel.c
Commit message (Collapse)AuthorAgeFilesLines
* don't use deprecated GtkMiscAlberts Muktupāvels2014-11-241-4/+10
|
* remove trailing whitespaceAlberts Muktupāvels2014-10-051-4/+4
|
* Build with gtk+-3.0Alberts Muktupāvels2014-06-031-96/+108
| | | | | | Most changes are copied from mutter 3.4.0. So thanks to mutter developers! They done all hard work. This patch also removes unused functions.
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
|
* build: Use accessor functionsFlorian Müllner2012-01-121-15/+24
| | | | | | | Direct struct access has been deprecated, so use the appropriate replacements to build with GSEAL enabled. https://bugzilla.gnome.org/show_bug.cgi?id=612491
* Remove deprecated GTK+ symbolsFlorian Müllner2012-01-121-27/+3
| | | | | | Based on an original patch from Roberto Guido <bob4mail@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=572332
* Remove deprecated GTK symbols. Refs #572332.Thomas James Alexander Thurman2009-03-121-2/+2
| | | | | | | | | | | | | | | | | | | | | * src/include/util.h: * src/tools/metacity-window-demo.c: * src/ui/fixedtip.c: * src/ui/frames.c: * src/ui/frames.h: * src/ui/menu.c: * src/ui/metaaccellabel.c: * src/ui/metaaccellabel.h: * src/ui/preview-widget.c: * src/ui/preview-widget.h: * src/ui/tabpopup.c: * src/ui/theme-viewer.c: * src/ui/themewidget.c: * src/ui/themewidget.h: * test/tokentest/tokentest.c: svn path=/trunk/; revision=4193
* Clean up #includes according to the GNOME Goal.Thomas James Alexander Thurman2008-11-121-2/+1
| | | | | | | | | | | | | | | | | | Closes #560449. Patch is 122467. * src/core/place.c: * src/ui/draw-workspace.h: * src/ui/gradient.h: * src/ui/metaaccellabel.c: * src/ui/metaaccellabel.h: * src/ui/preview-widget.c: * src/ui/preview-widget.h: * src/ui/resizepopup.c: * src/ui/theme.c: * src/ui/theme.h: * src/ui/themewidget.h: svn path=/trunk/; revision=4017
* sort source files into these directories according to which part of the WMHavoc Pennington2007-12-191-0/+457
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