summaryrefslogtreecommitdiff
path: root/eel/eel.h
Commit message (Collapse)AuthorAgeFilesLines
* program-choosing: drop eel dependencyErnestas Kulik2018-01-021-1/+0
| | | | | Terminal applications are launched via eel, and, since this file is the only consumer of that API, the code from eel can be moved over.
* general: remove vim modelinesCarlos Soriano2016-04-041-1/+0
| | | | | | | | | | | | | Vim and emacs modelines are used to specify some of the code style in the code. However, this is misleading and poorly supported since nautilus had a mix of code style for some time. Also, the mode lines doesn't specify the whole code style, so we will need to use a different tool as well to specify the whole code style. For that, we can just use a different tool for everything. So remove the mode lines, and in a short future we will reestyle the nautilus code to have a single code style, and use a tool like editorconfig to specify the whole code style.
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
|
* eel: remove unused eel-gtk-macros.h fileCosimo Cecchi2011-10-051-1/+0
|
* all: remove unused includes of eel-gdk-pixbuf-extensionsCosimo Cecchi2011-01-201-1/+0
|
* background: refactor code into NautilusDesktopBackgroundCosimo Cecchi2010-10-091-1/+0
| | | | | | Remove the DirectoryBackground->EelBackground->GnomeBG abstraction and add a new object, NautilusDesktopBackground, which is a thin wrapper around GnomeBG, which takes care of handling background changes.
* [eel] simplify build systemCosimo Cecchi2010-08-201-1/+0
| | | | | We don't need the enumtypes anymore, and the marshallers can easily be autogenerated.
* [eel] remove eel-pango-extensionsCosimo Cecchi2010-08-191-1/+0
|
* [eel] remove eel-art-gtk-extensionsCosimo Cecchi2010-08-191-1/+0
|
* [eel] remove EelGtkContainerCosimo Cecchi2010-08-191-1/+0
|
* [eel] remove unused eel-xml-extensions.Cosimo Cecchi2010-07-251-1/+0
|
* [eel] remove unused EelWrapTableCosimo Cecchi2010-07-251-1/+0
|
* [eel] remove unused EelLabeledImageCosimo Cecchi2010-07-251-1/+0
|
* [eel] remove unused EelImageTableCosimo Cecchi2010-07-251-1/+0
|
* Remove eel-enumeration, eel-gconf-extensions and eel-preferencesAlexander Larsson2010-07-231-3/+0
|
* eel/ Import eel into nautilus.Alexander Larsson2008-12-151-0/+53
2008-12-15 Alexander Larsson <alexl@redhat.com> * Makefile.am: * acconfig.h: * configure.in: * eel/ * libnautilus-private/Makefile.am: Import eel into nautilus. svn path=/trunk/; revision=14815