aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-node.c
Commit message (Expand)AuthorAgeFilesLines
* Implement a way to disallow dragging from resp. dropping on certain nodes.Christian Persch2005-07-111-0/+30
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-041-28/+29
* Add boxed type for EphyNode.Christian Persch2005-01-161-0/+15
* Make all structs prefixed by _.Christian Persch2005-01-091-1/+1
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-141-1/+0
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-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-251-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-101-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-101-5/+21
* *** empty log message ***Marco Pesenti Gritti2003-12-171-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-061-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-051-1/+4
* Must use va_copy when assigning valist on arches where varargs areJeremy Katz2003-07-041-1/+3
* Don't try to assign va_list to a gpointer var. Fixes bug #116131.Christian Persch2003-07-031-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-271-2/+49
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-271-3/+7
* Unlink the node from the childs only after the remove from parent signalMarco Pesenti Gritti2003-05-261-5/+5
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-261-21/+35
* Revert latest node changes. Parents nodes need to be saved first and it'sMarco Pesenti Gritti2003-05-251-2/+2
* Implement generic way to save/load db and make it low disk safe.Marco Pesenti Gritti2003-05-241-4/+2
* Fix nodes drag and drop. Make double click select the whole address inMarco Pesenti Gritti2003-05-211-0/+6
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-201-745/+436
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-1/+1
* Add ephy_node_sort_children, unused but kept for future reference inXan Lopez2003-05-111-8/+73
* Emit removed signal after the node is actually removed. This could causeMarco Pesenti Gritti2003-04-281-8/+9
* Implement ephy_node_reorder_children (from Rhythmbox).Xan Lopez2003-04-261-0/+53
* Use home:, have titles.Marco Pesenti Gritti2003-04-151-2/+0
* Use google feel like for keywordsMarco Pesenti Gritti2003-04-131-7/+3
* Fix evil bug in id factory.Marco Pesenti Gritti2003-01-231-1/+4
* Extend ephy node to allow some reversed ids. Use it for baseMarco Pesenti Gritti2003-01-091-2/+20
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+1439