| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 1 | -1/+0 |
* | Fix some build warnings. Bug #537487. | Cosimo Cecchi | 2008-06-10 | 1 | -0/+1 |
* | Do not do single includes in embed/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 1 | -2/+1 |
* | Use G_DEFINE_TYPE* where possible in embed/* (#517090) | Xan Lopez | 2008-02-18 | 1 | -34/+4 |
* | Assert that constructing the single succeeded. | Christian Persch | 2007-09-13 | 1 | -0/+1 |
* | Add support for the WebKit engine, compile with --with-engine=webkit to | Xan Lopez | 2007-07-28 | 1 | -1/+0 |
* | Use the new gtk functions to persist and load the print settings and page | Christian Persch | 2007-07-11 | 1 | -17/+59 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | 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 |
* | Fix the build. | Christian Persch | 2006-08-06 | 1 | -2/+2 |
* | A lib/ephy-print-utils.c: A lib/ephy-print-utils.h: | Christian Persch | 2006-08-05 | 1 | -8/+34 |
* | Don't hammer the cpu when downloading file with an unknown size. Fix bug | Jean-François Rameau | 2006-07-07 | 1 | -2/+2 |
* | A embed/mozilla/GeckoPrintService.cpp: A | Christian Persch | 2006-06-19 | 1 | -0/+95 |
* | Fix gcc 4.1 warnings (dereferencing type-punned pointer will break | Jean-François Rameau | 2006-03-03 | 1 | -2/+5 |
* | On session logout, check if there are downloads pending (since they're not | Christian Persch | 2006-02-03 | 1 | -0/+8 |
* | Decouple embed single instantiation and initialisation. Prevents | Christian Persch | 2006-01-18 | 1 | -2/+35 |
* | Add some code so ad blocking should be more easy. Based on the fact that | Jean-François Rameau | 2005-12-20 | 1 | -0/+31 |
* | Make sure we don't unref NULL objects. | Christian Persch | 2005-10-03 | 1 | -9/+12 |
* | Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction to | Christian Persch | 2005-10-03 | 1 | -11/+21 |
* | Add ephy_embed_shell_get_default() analogous to ephy_shell_get_default(). | Christian Persch | 2005-08-01 | 1 | -0/+13 |
* | Fix build with -Werror. | Christian Persch | 2005-07-11 | 1 | -2/+0 |
* | Better fix for bug #151037 to make session shutdown work again. Also fix | Christian Persch | 2005-07-04 | 1 | -0/+33 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 1 | -5/+5 |
* | Add a alert when the user clicks on a sidebar link, telling that the | Crispin Flowerday | 2005-01-25 | 1 | -2/+12 |
* | Move mime permission checks to ephy-file-helpers. | Christian Persch | 2005-01-01 | 1 | -93/+1 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Private data is 0-initialised, no need to set members to NULL, 0, or | Christian Persch | 2004-10-28 | 1 | -6/+0 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -1/+1 |
* | Merging pre-gnome-2-10 branch to HEAD. | Christian Persch | 2004-09-13 | 1 | -1/+1 |
* | Unify interface struct and type macro naming to be EphyFooIFace, | Christian Persch | 2004-01-02 | 1 | -0/+1 |
* | Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed all | Christian Persch | 2003-12-30 | 1 | -35/+30 |
* | Don't use g_return_if_fail for run-time error conditions. | Christian Persch | 2003-12-08 | 1 | -2/+10 |
* | Misc cleanups. Remove a duplicated signal from EphyEmbed. | Christian Persch | 2003-12-06 | 1 | -99/+86 |
* | Add a factory to create embed objects and use it. Deal with dependency of | Marco Pesenti Gritti | 2003-11-22 | 1 | -1/+3 |
* | Put back borked mozilla alert. | Marco Pesenti Gritti | 2003-11-14 | 1 | -15/+1 |
* | Correct download dir default. | Marco Pesenti Gritti | 2003-11-06 | 1 | -0/+83 |
* | Encoding menu improvements, Part 4: The Rewrite. | Christian Persch | 2003-10-18 | 1 | -8/+20 |
* | Merge new-downloader branch. We reworked the backend, the user | Marco Pesenti Gritti | 2003-10-17 | 1 | -1/+1 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -12/+10 |
* | 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-13 | 1 | -6/+7 |
* | Remove use of acconfig.h. | Marco Pesenti Gritti | 2003-07-04 | 1 | -1/+16 |
* | Remove some unused code | Marco Pesenti Gritti | 2003-07-01 | 1 | -33/+0 |
* | Get rid of starthere: and default to google, as discussed with Seth. Add a | Marco Pesenti Gritti | 2003-06-09 | 1 | -19/+0 |
* | Moved the new_window_orphan signal to EphyEmbedSingle. | Dave Camp | 2003-04-17 | 1 | -12/+0 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-02-06 | 1 | -180/+16 |
* | Api changes. | Marco Pesenti Gritti | 2003-01-21 | 1 | -1/+4 |
* | Reimplement favicons. Now all exit crashes related to connections left | Marco Pesenti Gritti | 2003-01-12 | 1 | -4/+1 |
* | More start here page work, importing bookmarks from mozilla now should | Marco Pesenti Gritti | 2003-01-09 | 1 | -0/+12 |
* | Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when using | Marco Pesenti Gritti | 2003-01-05 | 1 | -19/+8 |
* | Cleanup unused code. Reorder build. In new bookmark dialog enter activate | Marco Pesenti Gritti | 2003-01-02 | 1 | -50/+1 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+507 |