summaryrefslogtreecommitdiff
path: root/embed/ephy-history.c
Commit message (Expand)AuthorAgeFilesLines
* Adapt to gio API changeChristian Persch2008-02-251-1/+1
* Use G_DEFINE_TYPE* where possible in embed/* (#517090)Xan Lopez2008-02-171-33/+3
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-131-15/+10
* Display a single host entry in the History Window also when the same hostCosimo Cecchi2007-12-241-10/+21
* Add icon-updated signal to EphyHistory.Xan Lopez2007-11-131-1/+15
* Make ephy_history_set_enabled actually disable history and not delete it.Diego Escalante Urrelo2007-08-061-18/+38
* Fix completion model to show icons for history items too,Diego Escalante Urrelo2007-08-011-3/+8
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-111-1/+1
* Avoid use of localtime by computing expiry in seconds instead of days.Diego Escalante Urrelo2007-01-031-21/+7
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-031-3/+4
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-171-100/+44
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
* Remove some unnecessary static data.Christian Persch2006-09-061-1/+1
* embed/ephy-favicon-cache.c (remove_obsolete_icons) (icon_is_obsolete)Crispin Flowerday2006-01-221-0/+8
* Mark strings in param specs as static.Christian Persch2005-11-081-1/+1
* Store the redirect and toplevel attributes when adding pages to theChristian Persch2005-10-311-7/+31
* Add an "add-page" signal to the EphyHistory object that can be used toCrispin Flowerday2005-08-281-17/+51
* Fix gcc 4.0 warnings.Jean-François Rameau2005-07-311-3/+3
* Periodically save the favicon cache.Christian Persch2005-07-081-2/+2
* Add G_SIGNAL_TYPE_STATIC_SCOPE to many signals.Christian Persch2005-04-081-2/+2
* Implement a more flexible approach at saving a EphyNodeDb, by allowing toChristian Persch2005-04-081-2/+9
* Some sparse fixes.Christian Persch2005-01-301-1/+1
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-281-6/+6
* Make all structs prefixed by _.Christian Persch2005-01-081-1/+1
* Update bookmarks from HTTP 301. Fixes bug #126312.Christian Persch2004-12-021-1/+15
* Fix signed/unsigned int confusion when iterating over a GPtrArray.Christian Persch2004-11-111-1/+1
* Implement history deletion on per-site basis. Fixes bug #116609.Christian Persch2004-11-111-0/+26
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-021-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-231-1/+1
* Fix stupid bug.Christian Persch2004-05-201-2/+2
* Change initial refcound of EphyNode to 1, not 0Adam Hooper2004-04-091-2/+0
* Iterate backwards over the children when removing a host.Christian Persch2004-02-291-1/+1
* Pass the property id to the changed signal.Marco Pesenti Gritti2004-02-111-0/+2
* Fix mem leak.Christian Persch2004-01-251-0/+2
* Default history to "enabled".Christian Persch2004-01-121-0/+3
* Implement history disabling.Christian Persch2004-01-101-28/+137
* *** empty log message ***Marco Pesenti Gritti2003-12-161-33/+0
* Do not save All nodeMarco Pesenti Gritti2003-11-091-1/+2
* Port node db saving and RDF export to xml writer api.Christian Persch2003-11-081-39/+13
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-051-1/+1
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-041-3/+2
* Only save history db if there have been changes. Fixes bug #125973.Christian Persch2003-11-011-1/+48
* Add public function to get a host node from a page url.Christian Persch2003-10-291-4/+13
* We cant remove while iterating childrens, build a list and remove later.Marco Pesenti Gritti2003-10-191-8/+14
* do not try to remove All nodeMarco Pesenti Gritti2003-10-191-1/+4
* Merge completion branchMarco Pesenti Gritti2003-10-111-77/+0
* More granular filtering updateMarco Pesenti Gritti2003-10-061-4/+70
* More accurate description for Ever filter. Keep the backend as is, so weMarco Pesenti Gritti2003-09-291-0/+1
* Refactor node db loading functions into a common one in ephy-node-db.Christian Persch2003-09-171-25/+4
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-011-14/+9