| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 1 | -26/+26 |
* | Move tab ID from EphyTab to EphyTabsMenu which is the only user of it. | Christian Persch | 2007-10-28 | 1 | -7/+89 |
* | Use G_DEFINE_TYPE. | Christian Persch | 2007-10-28 | 1 | -28/+3 |
* | Port src/ to the new properties in EphyEmbed. | Xan Lopez | 2007-10-26 | 1 | -1/+2 |
* | Change ephy_embed_get_title to return const char*. | Xan Lopez | 2007-10-26 | 1 | -1/+1 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | Make this a regular check, not g_return_if_fail. | Christian Persch | 2007-01-29 | 1 | -3/+1 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 1 | -2/+2 |
* | Remove some unnecessary static data. | Christian Persch | 2006-09-07 | 1 | -1/+1 |
* | Make sure each tab has its own unique ID, so accel paths don't conflict | Christian Persch | 2006-04-25 | 1 | -2/+3 |
* | Port notebook DND to gtk+ 2.9. | Christian Persch | 2006-03-24 | 1 | -14/+18 |
* | Use sizeof() here. | Christian Persch | 2005-12-06 | 1 | -1/+1 |
* | Mark strings in param specs as static. | Christian Persch | 2005-11-08 | 1 | -1/+1 |
* | Add a function to get the tab's real title, and use it where appropriate. | Christian Persch | 2005-09-28 | 1 | -1/+1 |
* | Use connect_object, to guard against "title" signal emitted when the | Christian Persch | 2005-03-15 | 1 | -2/+3 |
* | Fix signal handler disconnection; bug #170353. | Christian Persch | 2005-03-15 | 1 | -1/+1 |
* | Fix initial active tab. | Christian Persch | 2005-02-13 | 1 | -7/+13 |
* | Remove ephy_tab_get_action(). Adapts the tabs menu accordingly. | Christian Persch | 2005-02-11 | 1 | -93/+193 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 1 | -1/+1 |
* | Remove unused include from public header ephy-window.h. | Christian Persch | 2005-01-09 | 1 | -0/+1 |
* | Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessary | Christian Persch | 2004-12-14 | 1 | -4/+8 |
* | 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 | -3/+0 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -6/+6 |
* | Add ephy_window_get_ui_manager(), and remove the manager from the public | Christian Persch | 2004-09-14 | 1 | -14/+10 |
* | Merging pre-gnome-2-10 branch to HEAD. | Christian Persch | 2004-09-13 | 1 | -4/+23 |
* | 2004-04-09 Christian Persch <chpe@cvs.gnome.org> | Christian Persch | 2004-04-14 | 1 | -0/+6 |
* | Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child. | Christian Persch | 2004-02-25 | 1 | -23/+13 |
* | Fix mem leak. | Christian Persch | 2004-01-25 | 1 | -1/+3 |
* | New API to get the EphyTab from an EphyEmbed. Port all users. | Christian Persch | 2004-01-02 | 1 | -7/+7 |
* | Make print dialogue spacing HIG-compliant. | Christian Persch | 2003-12-11 | 1 | -3/+5 |
* | Simplify and solve bugs by using a checkbox with radio appeareance. That | Marco Pesenti Gritti | 2003-09-24 | 1 | -6/+0 |
* | Remove also from the group | Marco Pesenti Gritti | 2003-09-24 | 1 | -3/+5 |
* | Dave Bordoley <bordoley@msu.edu> | Marco Pesenti Gritti | 2003-09-24 | 1 | -33/+57 |
* | Remove not needed removal of groups of actions from ui merge (gtk fix). | Marco Pesenti Gritti | 2003-09-12 | 1 | -3/+0 |
* | Adapt to new gtk_ui_manager_add_ui functionality. | Christian Persch | 2003-09-05 | 1 | -1/+2 |
* | Use the api for dynamic menus creation. Far cleaner. | Marco Pesenti Gritti | 2003-09-03 | 1 | -21/+8 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -8/+9 |
* | Some more missing ensure update. | Marco Pesenti Gritti | 2003-09-02 | 1 | -0/+1 |
* | Fix problems with EphyNodeView, bookmarks and history dialogs and update | Marco Pesenti Gritti | 2003-09-01 | 1 | -4/+3 |
* | Complete gtk 2.3 port. It doesnt run here but it could be my env. | Marco Pesenti Gritti | 2003-08-30 | 1 | -18/+17 |
* | Part of gtk 2.3 port, changelog too long to paste it | Marco Pesenti Gritti | 2003-08-30 | 1 | -20/+20 |
* | 2003-08-02 Christian Persch | Christian Persch | 2003-08-02 | 1 | -0/+2 |
* | 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-13 | 1 | -1/+2 |
* | Remove some unused headers. | Marco Pesenti Gritti | 2003-06-23 | 1 | -1/+0 |
* | s/snprintf/g_snprintf to not break gcc 2.95 | Marco Pesenti Gritti | 2003-06-17 | 1 | -1/+1 |
* | The Friday the 13th Mega Patch. Beware! | Christian Persch | 2003-06-13 | 1 | -0/+4 |
* | Do not emit the TABS_CHANGED signal; the tab's egg action will itself take | Christian Persch | 2003-06-10 | 1 | -147/+102 |
* | Fix signed/unsigned mistake. | Christian Persch | 2003-06-07 | 1 | -2/+3 |
* | Get rid of MAKE_GET_TYPE; make building the tabs menu a little faster. | Christian Persch | 2003-05-29 | 1 | -47/+63 |
* | Marco Pesenti Gritti <marco@it.gnome.org> | David Bordoley | 2003-05-17 | 1 | -0/+340 |