aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-history.c
Commit message (Expand)AuthorAgeFilesLines
* Check if URL is NULL before setting its history titleJose Millan Soto2010-04-071-0/+1
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-0/+20
* Remove ephy-glib-compat.h, since we depend on a newer glib nowXan Lopez2009-08-121-1/+0
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Adapt to gio API changeChristian Persch2008-02-261-1/+1
* Use G_DEFINE_TYPE* where possible in embed/* (#517090)Xan Lopez2008-02-181-33/+3
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-15/+10
* Display a single host entry in the History Window also when the same hostCosimo Cecchi2007-12-251-10/+21
* Add icon-updated signal to EphyHistory.Xan Lopez2007-11-141-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-121-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-071-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-08-011-3/+3
* Periodically save the favicon cache.Christian Persch2005-07-091-2/+2
* Add G_SIGNAL_TYPE_STATIC_SCOPE to many signals.Christian Persch2005-04-091-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-311-1/+1
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-6/+6
* Make all structs prefixed by _.Christian Persch2005-01-091-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-031-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Fix stupid bug.Christian Persch2004-05-211-2/+2
* Change initial refcound of EphyNode to 1, not 0Adam Hooper2004-04-101-2/+0
* Iterate backwards over the children when removing a host.Christian Persch2004-03-011-1/+1
* Pass the property id to the changed signal.Marco Pesenti Gritti2004-02-111-0/+2
* Fix mem leak.Christian Persch2004-01-261-0/+2
* Default history to "enabled".Christian Persch2004-01-131-0/+3
* Implement history disabling.Christian Persch2004-01-111-28/+137
* *** empty log message ***Marco Pesenti Gritti2003-12-171-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-061-1/+1
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-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-301-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-121-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-301-0/+1
* Refactor node db loading functions into a common one in ephy-node-db.Christian Persch2003-09-181-25/+4
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-14/+9
* Compare the scheme to "file", not the entire url.Christian Persch2003-08-041-3/+5
* Allow DND of URLs (from links or favicons or other apps...) to theXan Lopez2003-07-171-0/+20
* *** empty log message ***Marco Pesenti Gritti2003-06-231-7/+2
* Correct translations dir (leftover from galeon)Marco Pesenti Gritti2003-06-231-1/+1
* Make it build with mozilla cvs. Remove only pages on history clear, theMarco Pesenti Gritti2003-05-281-6/+0
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-261-16/+45
* Revert latest node changes. Parents nodes need to be saved first and it'sMarco Pesenti Gritti2003-05-251-3/+65
* Implement generic way to save/load db and make it low disk safe.Marco Pesenti Gritti2003-05-241-65/+3
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-201-29/+35
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-1/+5
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-111-2/+2
* Do not assert on corrupted xml, just warn. Put back views shadows for now.Marco Pesenti Gritti2003-05-031-1/+1
* We dont need a _remove api, unrefing the node will work better. Try toMarco Pesenti Gritti2003-04-301-32/+16
* Implement clear history. Put favicons near sites names.Marco Pesenti Gritti2003-04-191-4/+25
* Do not install two copies of epiphany.pngMarco Pesenti Gritti2003-04-181-32/+1
* New history dialog implementation. More similar to bookmarks. Yeah itMarco Pesenti Gritti2003-04-181-0/+20
* Dont crash when url is NULLMarco Pesenti Gritti2003-01-221-1/+2
* Api changes.Marco Pesenti Gritti2003-01-211-10/+15
* Don't leak history xml every 5 minutesLee Willis2003-01-171-0/+1
* Use the title also for hosts in history. Cleanup hosts matching code aMarco Pesenti Gritti2003-01-141-54/+121
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-4/+2
* Move root nodes ids to ephy-types. Simple logging facility:Marco Pesenti Gritti2003-01-121-6/+1
* Extend ephy node to allow some reversed ids. Use it for baseMarco Pesenti Gritti2003-01-091-3/+9
* Rewrite ephy node multiple removals to actually work.Marco Pesenti Gritti2003-01-011-8/+12
* *** empty log message ***Marco Pesenti Gritti2003-01-011-1/+103
* Remove hidden filtering page.Marco Pesenti Gritti2002-12-311-12/+47
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+644