| Commit message (Expand) | Author | Age | Files | Lines |
* | ephy-topic-action: call gtk_activatable_get_related_action on the right widget. | Xan Lopez | 2009-03-21 | 1 | -1/+4 |
* | Don't recurse into proxy item construction. Bug #570984 | Christian Persch | 2009-02-10 | 1 | -2/+0 |
* | Use gtk_activatable_get_related_action instead of the deprecated gtk_widget_g... | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
* | Do not use 'gtk-action' object data to get the associated GtkAction for a wid... | Xan Lopez | 2009-01-24 | 1 | -3/+3 |
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 1 | -1/+0 |
* | Do not do single includes in src/bookmarks/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 1 | -12/+1 |
* | Use G_DEFINE_TYPE* macros in src/bookmarks/ when possible. (#516138) | Xan Lopez | 2008-02-13 | 1 | -40/+4 |
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 1 | -1/+0 |
* | Add GTK_DISABLE_DEPRECATED back in DEPRECATION_FLAGS. Move the last | Cyril Brulebois | 2007-11-11 | 1 | -1/+1 |
* | Allow the user to select a different bookmark topic on the toolbar by just | Diego Escalante Urrelo | 2007-04-03 | 1 | -0/+44 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | Fix a signal leak. Bug #363837, patch by John Millikin. | Christian Persch | 2006-12-18 | 1 | -0/+7 |
* | 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 |
* | Remove *_action_name functions, and use static buffers instead. Minor | Christian Persch | 2006-02-11 | 1 | -8/+2 |
* | src/bookmarks/ephy-bookmark-action.c | Peter Harvey | 2006-02-02 | 1 | -1/+0 |
* | Small cleanups. | Christian Persch | 2006-01-26 | 1 | -109/+150 |
* | src/bookmarks/ephy-topic-action.c | Peter Harvey | 2006-01-17 | 1 | -0/+58 |
* | More static strings. | Christian Persch | 2005-11-08 | 1 | -1/+1 |
* | Mark strings in param specs as static. | Christian Persch | 2005-11-08 | 1 | -1/+1 |
* | H18 patch, by Peter Harvey <pah06@uow.edu.au>. | Peter Harvey | 2005-10-17 | 1 | -777/+219 |
* | 2005-08-21 Christian Persch <chpe@cvs.gnome.org> | Christian Persch | 2005-08-21 | 1 | -1/+1 |
* | Only show the leaf name on bookmarksbar for hierarchical topics. | Christian Persch | 2005-07-28 | 1 | -2/+9 |
* | Unify bookmarks/smart bookmarks address resolution, and add a signal to | Christian Persch | 2005-07-27 | 1 | -3/+21 |
* | Use connect_object to connect to the menu's deactivate signal. May fix bug | Christian Persch | 2005-07-26 | 1 | -2/+2 |
* | Also ellipsise the menu entries in the toolbar overflow menu. | Christian Persch | 2005-07-25 | 1 | -1/+13 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 1 | -1/+1 |
* | Unify more strings. | Christian Persch | 2005-01-16 | 1 | -2/+2 |
* | Renamed Remove action on bookmarksbar context menu. Fixes bug #162132. | Christian Persch | 2005-01-14 | 1 | -2/+5 |
* | Don't focus the buttons on click. | Christian Persch | 2005-01-05 | 1 | -1/+7 |
* | Open the bookmarks in the new tabs in the same order as they are in the | Christian Persch | 2004-12-24 | 1 | -7/+15 |
* | A src/ephy-home-action.c: (ephy_home_action_activate), | Christian Persch | 2004-12-24 | 1 | -70/+28 |
* | Make distcheck fix. | Christian Persch | 2004-12-14 | 1 | -12/+7 |
* | When popping up the context menu with keyboard, select the first menu | Christian Persch | 2004-11-08 | 1 | -8/+45 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Don't open all bookmarks in tabs. Fixes bug #156843. | Christian Persch | 2004-10-30 | 1 | -10/+22 |
* | Fix label of "All" topic on bookmarksbar. | Christian Persch | 2004-10-27 | 1 | -4/+3 |
* | Use ellipsising labels to shorten the bookmarks and topics titles in | Christian Persch | 2004-10-27 | 1 | -37/+40 |
* | Unset the use-underline label property instead of doubling the | Christian Persch | 2004-10-25 | 1 | -15/+7 |
* | Add EPHY_NODE_CHANGED signal. Patch by Peter Harvey. | Christian Persch | 2004-10-25 | 1 | -101/+61 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -1/+1 |
* | Don't reference private objects from public headers. Fixes bug #153766. | Christian Persch | 2004-09-28 | 1 | -2/+2 |
* | Fix a mem leak. | Christian Persch | 2004-09-23 | 1 | -0/+2 |
* | popup_menu signal handler has to return gboolean, not void. | Christian Persch | 2004-08-28 | 1 | -2/+4 |
* | Fix signedness difference warnings with gcc 3.5. Patch by Jon Oberheide. | Christian Persch | 2004-07-31 | 1 | -1/+1 |
* | Disable sliding when not in toolbar editing mode. We cant assume | Marco Pesenti Gritti | 2004-07-11 | 1 | -26/+0 |
* | Make sure we stop the drag check also when button is released while the | Marco Pesenti Gritti | 2004-07-11 | 1 | -6/+14 |
* | Add api to move items. | Marco Pesenti Gritti | 2004-07-11 | 1 | -8/+74 |
* | Hide the item when dragging it like we do for normal toolbars. | Marco Pesenti Gritti | 2004-07-11 | 1 | -0/+26 |
* | Implement topics drag and drop. Totally tricky but it seem to work fine :) | Marco Pesenti Gritti | 2004-07-11 | 1 | -16/+153 |
* | "Open in tabs" insensitive when there are not multiple bookmarks in the | Marco Pesenti Gritti | 2004-07-04 | 1 | -9/+19 |
* | Follow popups keybindings. | Marco Pesenti Gritti | 2004-07-02 | 1 | -6/+16 |
* | Implement topic context menu. | Marco Pesenti Gritti | 2004-07-02 | 1 | -6/+78 |
* | Move in the bookmarks dir. | Marco Pesenti Gritti | 2004-07-02 | 1 | -7/+30 |
* | Use a new window for "Open in Tabs" | Marco Pesenti Gritti | 2004-07-01 | 1 | -9/+8 |
* | Use guint consistently for node ids | Marco Pesenti Gritti | 2004-06-24 | 1 | -3/+3 |
* | Implement open in tabs from toolbar topics | Marco Pesenti Gritti | 2004-06-24 | 1 | -19/+85 |
* | Escape strings before using them with markup in labels. | Christian Persch | 2004-06-15 | 1 | -4/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-02-11 | 1 | -1/+4 |
* | No need to connect to the toolitem's create-menu-proxy signal, gtk+ does | Christian Persch | 2004-02-05 | 1 | -24/+0 |
* | Don't crash when reading the RDF file fails. | Christian Persch | 2004-01-29 | 1 | -2/+2 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-12-17 | 1 | -3/+0 |
* | Use new glib gi18n.h instead of bonobo's bonobo-i18n.h. | Christian Persch | 2003-11-06 | 1 | -1/+1 |
* | Reenable deprecated api where necessary, fixup some header inclusions. | Marco Pesenti Gritti | 2003-10-11 | 1 | -0/+1 |
* | Do not use _ as accellerators in bookmarks menus. | Marco Pesenti Gritti | 2003-09-24 | 1 | -5/+13 |
* | Fix topic labels. | Christian Persch | 2003-09-24 | 1 | -1/+1 |
* | Use Bookmarks instead of All as label | Marco Pesenti Gritti | 2003-09-24 | 1 | -2/+13 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -22/+6 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-08-31 | 1 | -2/+0 |
* | Part of gtk 2.3 port, changelog too long to paste it | Marco Pesenti Gritti | 2003-08-30 | 1 | -25/+44 |
* | Make it NULL safe | Marco Pesenti Gritti | 2003-08-22 | 1 | -21/+44 |
* | Translators comment to avoid verb/adjective confusion | Marco Pesenti Gritti | 2003-08-02 | 1 | -0/+1 |
* | If the page is about:blank, set title to "Blank page", not "about:blank". | Christian Persch | 2003-07-23 | 1 | -4/+4 |
* | Fix incosistency between all topic and bookmarks menu. | Marco Pesenti Gritti | 2003-07-22 | 1 | -56/+49 |
* | 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-13 | 1 | -2/+3 |
* | Ellipsise the bookmarks titles. | Christian Persch | 2003-07-03 | 1 | -2/+9 |
* | Implement toolbar overflow menu item for bookmark topics. | Christian Persch | 2003-07-02 | 1 | -9/+72 |
* | Use g_list_prepend instead of g_list_append, and fix mem leaks along the | Christian Persch | 2003-06-14 | 1 | -4/+4 |
* | Activate the menu on button press down, like other menus. | David Bordoley | 2003-05-23 | 1 | -0/+11 |
* | 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-05-20 | 1 | -15/+8 |
* | Fixed many issues mentioned in #112781. | Christian Neumair | 2003-05-17 | 1 | -0/+4 |
* | Small cleanup. | Xan Lopez | 2003-05-11 | 1 | -46/+51 |
* | Alphabetical sort of bookmarks menu elements, fixes #111315. Also create | Xan Lopez | 2003-05-11 | 1 | -8/+108 |
* | Don't show broken sub-menus for topics that have no children in the | Lee Willis | 2003-05-10 | 1 | -0/+12 |
* | If there is only one "toolbar" make it non-removable. | David Adam Bordoley | 2003-05-06 | 1 | -1/+1 |
* | Sync toolbar on bookmark properties changes. | Marco Pesenti Gritti | 2003-04-28 | 1 | -12/+45 |
* | Get back toolbar editing functionalities. More work on the bookmarks | Marco Pesenti Gritti | 2003-04-25 | 1 | -1/+1 |
* | Connect to the "toggled" signal instead of "button_press_event" so that | David Bordoley | 2003-04-25 | 1 | -12/+8 |
* | Set spacing between a topic and the arrow to 6px. | David Bordoley | 2003-04-24 | 1 | -1/+1 |
* | Add a down arrow to topics in bm toolbars. | David Bordoley | 2003-04-24 | 1 | -0/+5 |
* | s/galeon/epiphany ;) | Marco Pesenti Gritti | 2003-04-15 | 1 | -8/+71 |
* | We cant assume the favicon is already in the cache. | Marco Pesenti Gritti | 2003-04-09 | 1 | -16/+20 |
* | If there exist a favicon for the bookmark, add it to the menu. | Johan Dahlin | 2003-04-09 | 1 | -1/+20 |
* | Implement topics menu. TODO: All should generate the crappy bookmarks | Marco Pesenti Gritti | 2003-03-29 | 1 | -14/+75 |
* | Make ids private | Marco Pesenti Gritti | 2003-03-26 | 1 | -0/+273 |