| Commit message (Expand) | Author | Age | Files | Lines |
* | Adapt to gio API change | Christian Persch | 2008-02-26 | 1 | -1/+1 |
* | Use G_DEFINE_TYPE* where possible in embed/* (#517090) | Xan Lopez | 2008-02-18 | 1 | -33/+3 |
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 1 | -15/+10 |
* | Display a single host entry in the History Window also when the same host | Cosimo Cecchi | 2007-12-25 | 1 | -10/+21 |
* | Add icon-updated signal to EphyHistory. | Xan Lopez | 2007-11-14 | 1 | -1/+15 |
* | Make ephy_history_set_enabled actually disable history and not delete it. | Diego Escalante Urrelo | 2007-08-06 | 1 | -18/+38 |
* | Fix completion model to show icons for history items too, | Diego Escalante Urrelo | 2007-08-01 | 1 | -3/+8 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | Avoid use of localtime by computing expiry in seconds instead of days. | Diego Escalante Urrelo | 2007-01-03 | 1 | -21/+7 |
* | Utilize GLib's new g_timeout_add_seconds to reduce context switches and | Diego Escalante Urrelo | 2007-01-03 | 1 | -3/+4 |
* | embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.c | Björn Lindqvist | 2006-12-17 | 1 | -100/+44 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 1 | -1/+1 |
* | Remove some unnecessary static data. | Christian Persch | 2006-09-07 | 1 | -1/+1 |
* | embed/ephy-favicon-cache.c (remove_obsolete_icons) (icon_is_obsolete) | Crispin Flowerday | 2006-01-22 | 1 | -0/+8 |
* | Mark strings in param specs as static. | Christian Persch | 2005-11-08 | 1 | -1/+1 |
* | Store the redirect and toplevel attributes when adding pages to the | Christian Persch | 2005-10-31 | 1 | -7/+31 |
* | Add an "add-page" signal to the EphyHistory object that can be used to | Crispin Flowerday | 2005-08-28 | 1 | -17/+51 |
* | Fix gcc 4.0 warnings. | Jean-François Rameau | 2005-08-01 | 1 | -3/+3 |
* | Periodically save the favicon cache. | Christian Persch | 2005-07-09 | 1 | -2/+2 |
* | Add G_SIGNAL_TYPE_STATIC_SCOPE to many signals. | Christian Persch | 2005-04-09 | 1 | -2/+2 |
* | Implement a more flexible approach at saving a EphyNodeDb, by allowing to | Christian Persch | 2005-04-08 | 1 | -2/+9 |
* | Some sparse fixes. | Christian Persch | 2005-01-31 | 1 | -1/+1 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 1 | -6/+6 |
* | Make all structs prefixed by _. | Christian Persch | 2005-01-09 | 1 | -1/+1 |
* | Update bookmarks from HTTP 301. Fixes bug #126312. | Christian Persch | 2004-12-02 | 1 | -1/+15 |
* | Fix signed/unsigned int confusion when iterating over a GPtrArray. | Christian Persch | 2004-11-11 | 1 | -1/+1 |
* | Implement history deletion on per-site basis. Fixes bug #116609. | Christian Persch | 2004-11-11 | 1 | -0/+26 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -1/+1 |
* | Fix stupid bug. | Christian Persch | 2004-05-21 | 1 | -2/+2 |
* | Change initial refcound of EphyNode to 1, not 0 | Adam Hooper | 2004-04-10 | 1 | -2/+0 |
* | Iterate backwards over the children when removing a host. | Christian Persch | 2004-03-01 | 1 | -1/+1 |
* | Pass the property id to the changed signal. | Marco Pesenti Gritti | 2004-02-11 | 1 | -0/+2 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -0/+2 |
* | Default history to "enabled". | Christian Persch | 2004-01-13 | 1 | -0/+3 |
* | Implement history disabling. | Christian Persch | 2004-01-11 | 1 | -28/+137 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-12-17 | 1 | -33/+0 |
* | Do not save All node | Marco Pesenti Gritti | 2003-11-09 | 1 | -1/+2 |
* | Port node db saving and RDF export to xml writer api. | Christian Persch | 2003-11-08 | 1 | -39/+13 |
* | Use new glib gi18n.h instead of bonobo's bonobo-i18n.h. | Christian Persch | 2003-11-06 | 1 | -1/+1 |
* | Get rid of gresult type. Use return values instead of out-parameters | Christian Persch | 2003-11-05 | 1 | -3/+2 |
* | Only save history db if there have been changes. Fixes bug #125973. | Christian Persch | 2003-11-01 | 1 | -1/+48 |
* | Add public function to get a host node from a page url. | Christian Persch | 2003-10-30 | 1 | -4/+13 |
* | We cant remove while iterating childrens, build a list and remove later. | Marco Pesenti Gritti | 2003-10-19 | 1 | -8/+14 |
* | do not try to remove All node | Marco Pesenti Gritti | 2003-10-19 | 1 | -1/+4 |
* | Merge completion branch | Marco Pesenti Gritti | 2003-10-12 | 1 | -77/+0 |
* | More granular filtering update | Marco Pesenti Gritti | 2003-10-06 | 1 | -4/+70 |
* | More accurate description for Ever filter. Keep the backend as is, so we | Marco Pesenti Gritti | 2003-09-30 | 1 | -0/+1 |
* | Refactor node db loading functions into a common one in ephy-node-db. | Christian Persch | 2003-09-18 | 1 | -25/+4 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -14/+9 |
* | Compare the scheme to "file", not the entire url. | Christian Persch | 2003-08-04 | 1 | -3/+5 |
* | Allow DND of URLs (from links or favicons or other apps...) to the | Xan Lopez | 2003-07-17 | 1 | -0/+20 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-06-23 | 1 | -7/+2 |
* | Correct translations dir (leftover from galeon) | Marco Pesenti Gritti | 2003-06-23 | 1 | -1/+1 |
* | Make it build with mozilla cvs. Remove only pages on history clear, the | Marco Pesenti Gritti | 2003-05-28 | 1 | -6/+0 |
* | Try to fix node removal problems. I cant repro crashes ... but they are | Marco Pesenti Gritti | 2003-05-26 | 1 | -16/+45 |
* | Revert latest node changes. Parents nodes need to be saved first and it's | Marco Pesenti Gritti | 2003-05-25 | 1 | -3/+65 |
* | Implement generic way to save/load db and make it low disk safe. | Marco Pesenti Gritti | 2003-05-24 | 1 | -65/+3 |
* | 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-05-20 | 1 | -29/+35 |
* | Fixed many issues mentioned in #112781. | Christian Neumair | 2003-05-17 | 1 | -1/+5 |
* | Alphabetical sort of bookmarks menu elements, fixes #111315. Also create | Xan Lopez | 2003-05-11 | 1 | -2/+2 |
* | Do not assert on corrupted xml, just warn. Put back views shadows for now. | Marco Pesenti Gritti | 2003-05-03 | 1 | -1/+1 |
* | We dont need a _remove api, unrefing the node will work better. Try to | Marco Pesenti Gritti | 2003-04-30 | 1 | -32/+16 |
* | Implement clear history. Put favicons near sites names. | Marco Pesenti Gritti | 2003-04-19 | 1 | -4/+25 |
* | Do not install two copies of epiphany.png | Marco Pesenti Gritti | 2003-04-18 | 1 | -32/+1 |
* | New history dialog implementation. More similar to bookmarks. Yeah it | Marco Pesenti Gritti | 2003-04-18 | 1 | -0/+20 |
* | Dont crash when url is NULL | Marco Pesenti Gritti | 2003-01-22 | 1 | -1/+2 |
* | Api changes. | Marco Pesenti Gritti | 2003-01-21 | 1 | -10/+15 |
* | Don't leak history xml every 5 minutes | Lee Willis | 2003-01-17 | 1 | -0/+1 |
* | Use the title also for hosts in history. Cleanup hosts matching code a | Marco Pesenti Gritti | 2003-01-14 | 1 | -54/+121 |
* | 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-01-12 | 1 | -4/+2 |
* | Move root nodes ids to ephy-types. Simple logging facility: | Marco Pesenti Gritti | 2003-01-12 | 1 | -6/+1 |
* | Extend ephy node to allow some reversed ids. Use it for base | Marco Pesenti Gritti | 2003-01-09 | 1 | -3/+9 |
* | Rewrite ephy node multiple removals to actually work. | Marco Pesenti Gritti | 2003-01-01 | 1 | -8/+12 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-01-01 | 1 | -1/+103 |
* | Remove hidden filtering page. | Marco Pesenti Gritti | 2002-12-31 | 1 | -12/+47 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+644 |