| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GObject introspection annotations to more functions | Iain Nicol | 2009-11-23 | 1 | -0/+5 |
* | Add GObject introspection annotations to many *_get_* functions | Iain Nicol | 2009-11-18 | 1 | -0/+30 |
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 1 | -1/+0 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | Convert EphyNode to use GSlice. | Christian Persch | 2007-01-29 | 1 | -16/+22 |
* | Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to XML. | Christian Persch | 2007-01-29 | 1 | -1/+33 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 1 | -3/+3 |
* | Add methods to EphyNode to set typed properties. This change improves the | Jean-François Rameau | 2006-05-23 | 1 | -18/+128 |
* | Fix print format/arg mismatch. | Christian Persch | 2006-03-24 | 1 | -2/+2 |
* | Save tons of g_type_from_name calls. | Christian Persch | 2006-02-07 | 1 | -30/+38 |
* | Do not try to store a string parameter if it is null (avoids segfault). | Peter Anthony Harvey | 2006-01-17 | 1 | -0/+2 |
* | Implement a way to disallow dragging from resp. dropping on certain nodes. | Christian Persch | 2005-07-11 | 1 | -0/+30 |
* | EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning). | Jean-François Rameau | 2005-07-04 | 1 | -28/+29 |
* | Add boxed type for EphyNode. | Christian Persch | 2005-01-16 | 1 | -0/+15 |
* | Make all structs prefixed by _. | Christian Persch | 2005-01-09 | 1 | -1/+1 |
* | Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessary | Christian Persch | 2004-12-14 | 1 | -1/+0 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Fix a nasty bug when removing signal handlers during a node signal | Christian Persch | 2004-11-01 | 1 | -19/+91 |
* | Add EPHY_NODE_CHANGED signal. Patch by Peter Harvey. | Christian Persch | 2004-10-25 | 1 | -0/+41 |
* | Fix EphyNode callback data destruction. Patch by Peter Harvey, fixes bug | Christian Persch | 2004-10-17 | 1 | -46/+35 |
* | Use guint consistently for node ids | Marco Pesenti Gritti | 2004-06-24 | 1 | -6/+6 |
* | Change initial refcound of EphyNode to 1, not 0 | Adam Hooper | 2004-04-10 | 1 | -1/+1 |
* | Pass the property id to the changed signal. | Marco Pesenti Gritti | 2004-02-11 | 1 | -4/+31 |
* | Added disable_bookmark_editing key. | Chris Lahey | 2004-01-10 | 1 | -5/+21 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-12-17 | 1 | -247/+0 |
* | Port node db saving and RDF export to xml writer api. | Christian Persch | 2003-11-08 | 1 | -67/+81 |
* | Use new glib gi18n.h instead of bonobo's bonobo-i18n.h. | Christian Persch | 2003-11-06 | 1 | -1/+1 |
* | Fix mem leaks. | Christian Persch | 2003-07-13 | 1 | -2/+2 |
* | 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-13 | 1 | -6/+14 |
* | Fix mem leak. | Christian Persch | 2003-07-06 | 1 | -8/+11 |
* | Use G_VA_COPY macro from glib instead of va_copy, (hopefully) fixing the | Christian Persch | 2003-07-05 | 1 | -1/+4 |
* | Must use va_copy when assigning valist on arches where varargs are | Jeremy Katz | 2003-07-04 | 1 | -1/+3 |
* | Don't try to assign va_list to a gpointer var. Fixes bug #116131. | Christian Persch | 2003-07-03 | 1 | -12/+19 |
* | Use va_copy for the valist instead of directly accessing it. va_list is | Jeremy Katz | 2003-06-09 | 1 | -1/+3 |
* | More of the same. | Xan Lopez | 2003-05-27 | 1 | -0/+6 |
* | Lots of safety checks on node functions. | Xan Lopez | 2003-05-27 | 1 | -2/+49 |
* | s/DESTROYED/DESTROY which is more useulf | Marco Pesenti Gritti | 2003-05-27 | 1 | -3/+7 |
* | Unlink the node from the childs only after the remove from parent signal | Marco Pesenti Gritti | 2003-05-26 | 1 | -5/+5 |
* | Try to fix node removal problems. I cant repro crashes ... but they are | Marco Pesenti Gritti | 2003-05-26 | 1 | -21/+35 |
* | Revert latest node changes. Parents nodes need to be saved first and it's | Marco Pesenti Gritti | 2003-05-25 | 1 | -2/+2 |
* | Implement generic way to save/load db and make it low disk safe. | Marco Pesenti Gritti | 2003-05-24 | 1 | -4/+2 |
* | Fix nodes drag and drop. Make double click select the whole address in | Marco Pesenti Gritti | 2003-05-21 | 1 | -0/+6 |
* | 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-05-20 | 1 | -745/+436 |
* | Fixed many issues mentioned in #112781. | Christian Neumair | 2003-05-17 | 1 | -1/+1 |
* | Add ephy_node_sort_children, unused but kept for future reference in | Xan Lopez | 2003-05-11 | 1 | -8/+73 |
* | Emit removed signal after the node is actually removed. This could cause | Marco Pesenti Gritti | 2003-04-28 | 1 | -8/+9 |
* | Implement ephy_node_reorder_children (from Rhythmbox). | Xan Lopez | 2003-04-26 | 1 | -0/+53 |
* | Use home:, have titles. | Marco Pesenti Gritti | 2003-04-15 | 1 | -2/+0 |
* | Use google feel like for keywords | Marco Pesenti Gritti | 2003-04-13 | 1 | -7/+3 |
* | Fix evil bug in id factory. | Marco Pesenti Gritti | 2003-01-23 | 1 | -1/+4 |
* | Extend ephy node to allow some reversed ids. Use it for base | Marco Pesenti Gritti | 2003-01-09 | 1 | -2/+20 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+1439 |