summaryrefslogtreecommitdiff
path: root/lib/ephy-node.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ephy-initial-state and kill EphyNodeMichael Catanzaro2016-10-081-1504/+0
* Relicense to GPLv3+Michael Catanzaro2016-10-071-4/+6
* Standardize modelinesMichael Catanzaro2016-09-111-0/+1
* UncrustifyMichael Catanzaro2016-03-291-927/+887
* Enable and placate -Wswitch-enum and -Wswitch-defaultMichael Catanzaro2015-12-261-0/+3
* Enable and placate -Wsign-compareMichael Catanzaro2015-12-261-5/+5
* Enable and placate -Wno-shadowMichael Catanzaro2015-12-261-9/+9
* Remove FSF address from license headersMichael Catanzaro2015-12-071-3/+1
* Remove check for negative unsigned intsLubomír Sedlář2012-05-211-2/+0
* ephy-embed-single: introspection fixesXan Lopez2012-04-141-2/+2
* introspection: fix wrong and missing annotationsDiego Escalante Urrelo2010-12-081-0/+31
* Add GObject introspection annotations to more functionsIain Nicol2009-11-231-0/+5
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-0/+30
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-111-1/+1
* Convert EphyNode to use GSlice.Christian Persch2007-01-281-16/+22
* Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to XML.Christian Persch2007-01-281-1/+33
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* Add methods to EphyNode to set typed properties. This change improves theJean-François Rameau2006-05-221-18/+128
* Fix print format/arg mismatch.Christian Persch2006-03-231-2/+2
* Save tons of g_type_from_name calls.Christian Persch2006-02-071-30/+38
* Do not try to store a string parameter if it is null (avoids segfault).Peter Anthony Harvey2006-01-161-0/+2
* Implement a way to disallow dragging from resp. dropping on certain nodes.Christian Persch2005-07-101-0/+30
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-031-28/+29
* Add boxed type for EphyNode.Christian Persch2005-01-151-0/+15
* Make all structs prefixed by _.Christian Persch2005-01-081-1/+1
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-131-1/+0
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-021-2/+0
* Fix a nasty bug when removing signal handlers during a node signalChristian Persch2004-11-011-19/+91
* Add EPHY_NODE_CHANGED signal. Patch by Peter Harvey.Christian Persch2004-10-241-0/+41
* Fix EphyNode callback data destruction. Patch by Peter Harvey, fixes bugChristian Persch2004-10-171-46/+35
* Use guint consistently for node idsMarco Pesenti Gritti2004-06-241-6/+6
* Change initial refcound of EphyNode to 1, not 0Adam Hooper2004-04-091-1/+1
* Pass the property id to the changed signal.Marco Pesenti Gritti2004-02-111-4/+31
* Added disable_bookmark_editing key.Chris Lahey2004-01-091-5/+21
* *** empty log message ***Marco Pesenti Gritti2003-12-161-247/+0
* Port node db saving and RDF export to xml writer api.Christian Persch2003-11-081-67/+81
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-051-1/+1
* Fix mem leaks.Christian Persch2003-07-131-2/+2
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-6/+14
* Fix mem leak.Christian Persch2003-07-061-8/+11
* Use G_VA_COPY macro from glib instead of va_copy, (hopefully) fixing theChristian Persch2003-07-041-1/+4
* Must use va_copy when assigning valist on arches where varargs areJeremy Katz2003-07-031-1/+3
* Don't try to assign va_list to a gpointer var. Fixes bug #116131.Christian Persch2003-07-021-12/+19
* Use va_copy for the valist instead of directly accessing it. va_list isJeremy Katz2003-06-091-1/+3
* More of the same.Xan Lopez2003-05-271-0/+6
* Lots of safety checks on node functions.Xan Lopez2003-05-261-2/+49
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-261-3/+7
* Unlink the node from the childs only after the remove from parent signalMarco Pesenti Gritti2003-05-251-5/+5
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-251-21/+35