summaryrefslogtreecommitdiff
path: root/embed/ephy-embed-container.h
Commit message (Collapse)AuthorAgeFilesLines
* Relicense to GPLv3+Michael Catanzaro2016-10-071-5/+7
| | | | | | | | To use GMP. Because a few GPLv3+ files had already snuck in by mistake. And because http://www.gnu.org/licenses/rms-why-gplv3.html
* Standardize modelinesMichael Catanzaro2016-09-111-0/+1
|
* Start using #pragma onceMichael Catanzaro2016-09-101-4/+1
| | | | | | | It's now required by WebKit, so no reason not to. Also, clean up a couple places that are missing G_BEGIN_DECLS. Not that it matters at all, since we don't use any C++.
* Remove vestiges of public APIMichael Catanzaro2016-02-081-4/+0
| | | | | | | | | | | | | | | | | | | | It's been gone for years, and it's not coming back. If we support extensions in the future, it would be via the WebExtensions API. This makes me less annoyed by having to maintain a meaningless distinction between installed and non-installed header files (it's been years since any headers were installed). It also makes me less annoyed by having to look at meaningless direct-inclusion guards. And finally, it makes me less annoyed because each time I see those direct-inclusion guards, I think of how they really ought to be inside the normal include guards, rather than outside, to avoid breaking GCC and Clang's optimization to avoid unnecessarily reading the contents of the header file. (WebKit gets this wrong, too.) You can thank me if this makes Epiphany compile 0.1s or so faster for you. There are no useful changes in this commit. https://bugzilla.gnome.org/show_bug.cgi?id=761698
* Remove FSF address from license headersMichael Catanzaro2015-12-071-3/+1
|
* EphyEmbedContainer: Use G_DECLARE_INTERFACEMichael Catanzaro2015-11-071-9/+2
|
* EphyEmbedContainer: Use G_DEFINE_INTERFACEMichael Catanzaro2015-11-071-4/+4
|
* Move the UI chrome handling to EphyWindowCarlos Garcia Campos2014-02-051-3/+0
| | | | Unify all chrome flags in a single enum used by EphyWindow.
* ephy-embed-container.h: fix indentationXan Lopez2009-09-201-30/+23
|
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ↵Xan Lopez2009-06-051-2/+3
| | | | | | | EphyWebView. Those two embed classes are pretty much dummy leftovers, so it should be easier to remove them now.
* Add epiphany.h. Only allow including epiphany.h; all other headers are privateChristian Persch2008-04-121-0/+4
| | | | svn path=/trunk/; revision=8211
* Need to put the parent struct first.Christian Persch2007-11-281-0/+2
| | | | svn path=/trunk/; revision=7739
* Rename param to "set_active".Christian Persch2007-11-161-2/+2
| | | | svn path=/trunk/; revision=7708
* Make EphyEmbedContainer add_child method return the child's new position ↵Xan Lopez2007-11-161-2/+2
| | | | | | inside the container. svn path=/trunk/; revision=7700
* Rename ephy_embed_container_jump_to_child to ↵Xan Lopez2007-11-161-4/+4
| | | | | | ephy_embed_container_set_active_child. svn path=/trunk/; revision=7699
* Untabify ephy-embed-container.hXan Lopez2007-11-161-9/+9
| | | | svn path=/trunk/; revision=7696
* Add EphyEmbedContainer.Xan Lopez2007-11-161-0/+85
svn path=/trunk/; revision=7692