summaryrefslogtreecommitdiff
path: root/eel/eel.h
Commit message (Collapse)AuthorAgeFilesLines
* general: Remove include guards in favor of pragma onceAlexandru Fazakas2018-03-191-5/+2
| | | | | | | | | | | | | | | | | | The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294 general: Remove include guards in favor of pragma once The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294
* general: only remember window sizeErnestas Kulik2018-01-161-1/+0
| | | | | | | Currently, Nautilus is able to save the last window position when it’s closed. That is broken in certain cases (#197 and multi-monitor setups in general) and therefore window placement is best left to the window manager.
* 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