aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-topic-action.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Do not use deprecated GtkButton APIs"Xan Lopez2009-12-051-1/+1
* Do not use deprecated GtkButton APIsXan Lopez2009-11-301-1/+1
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-2/+2
* ephy-topic-action: call gtk_activatable_get_related_action on the right widget.Xan Lopez2009-03-211-1/+4
* Don't recurse into proxy item construction. Bug #570984Christian Persch2009-02-101-2/+0
* Use gtk_activatable_get_related_action instead of the deprecated gtk_widget_g...Xan Lopez2009-02-081-1/+1
* Do not use 'gtk-action' object data to get the associated GtkAction for a wid...Xan Lopez2009-01-241-3/+3
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Do not do single includes in src/bookmarks/, bug #536090Diego Escalante Urrelo2008-06-041-12/+1
* Use G_DEFINE_TYPE* macros in src/bookmarks/ when possible. (#516138)Xan Lopez2008-02-131-40/+4
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-1/+0
* Add GTK_DISABLE_DEPRECATED back in DEPRECATION_FLAGS. Move the lastCyril Brulebois2007-11-111-1/+1
* Allow the user to select a different bookmark topic on the toolbar by justDiego Escalante Urrelo2007-04-031-0/+44
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Fix a signal leak. Bug #363837, patch by John Millikin.Christian Persch2006-12-181-0/+7
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Remove *_action_name functions, and use static buffers instead. MinorChristian Persch2006-02-111-8/+2
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-02-021-1/+0
* Small cleanups.Christian Persch2006-01-261-109/+150
* src/bookmarks/ephy-topic-action.cPeter Harvey2006-01-171-0/+58
* More static strings.Christian Persch2005-11-081-1/+1
* Mark strings in param specs as static.Christian Persch2005-11-081-1/+1
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-171-777/+219
* 2005-08-21 Christian Persch <chpe@cvs.gnome.org>Christian Persch2005-08-211-1/+1
* Only show the leaf name on bookmarksbar for hierarchical topics.Christian Persch2005-07-281-2/+9
* Unify bookmarks/smart bookmarks address resolution, and add a signal toChristian Persch2005-07-271-3/+21
* Use connect_object to connect to the menu's deactivate signal. May fix bugChristian Persch2005-07-261-2/+2
* Also ellipsise the menu entries in the toolbar overflow menu.Christian Persch2005-07-251-1/+13
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-1/+1
* Unify more strings.Christian Persch2005-01-161-2/+2
* Renamed Remove action on bookmarksbar context menu. Fixes bug #162132.Christian Persch2005-01-141-2/+5
* Don't focus the buttons on click.Christian Persch2005-01-051-1/+7
* Open the bookmarks in the new tabs in the same order as they are in theChristian Persch2004-12-241-7/+15
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-241-70/+28
* Make distcheck fix.Christian Persch2004-12-141-12/+7
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-081-8/+45
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Don't open all bookmarks in tabs. Fixes bug #156843.Christian Persch2004-10-301-10/+22
* Fix label of "All" topic on bookmarksbar.Christian Persch2004-10-271-4/+3
* Use ellipsising labels to shorten the bookmarks and topics titles inChristian Persch2004-10-271-37/+40
* Unset the use-underline label property instead of doubling theChristian Persch2004-10-251-15/+7
* Add EPHY_NODE_CHANGED signal. Patch by Peter Harvey.Christian Persch2004-10-251-101/+61
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Don't reference private objects from public headers. Fixes bug #153766.Christian Persch2004-09-281-2/+2
* Fix a mem leak.Christian Persch2004-09-231-0/+2
* popup_menu signal handler has to return gboolean, not void.Christian Persch2004-08-281-2/+4
* Fix signedness difference warnings with gcc 3.5. Patch by Jon Oberheide.Christian Persch2004-07-311-1/+1
* Disable sliding when not in toolbar editing mode. We cant assumeMarco Pesenti Gritti2004-07-111-26/+0
* Make sure we stop the drag check also when button is released while theMarco Pesenti Gritti2004-07-111-6/+14
* Add api to move items.Marco Pesenti Gritti2004-07-111-8/+74
* Hide the item when dragging it like we do for normal toolbars.Marco Pesenti Gritti2004-07-111-0/+26
* Implement topics drag and drop. Totally tricky but it seem to work fine :)Marco Pesenti Gritti2004-07-111-16/+153
* "Open in tabs" insensitive when there are not multiple bookmarks in theMarco Pesenti Gritti2004-07-041-9/+19
* Follow popups keybindings.Marco Pesenti Gritti2004-07-021-6/+16
* Implement topic context menu.Marco Pesenti Gritti2004-07-021-6/+78
* Move in the bookmarks dir.Marco Pesenti Gritti2004-07-021-7/+30
* Use a new window for "Open in Tabs"Marco Pesenti Gritti2004-07-011-9/+8
* Use guint consistently for node idsMarco Pesenti Gritti2004-06-241-3/+3
* Implement open in tabs from toolbar topicsMarco Pesenti Gritti2004-06-241-19/+85
* Escape strings before using them with markup in labels.Christian Persch2004-06-151-4/+1
* *** empty log message ***Marco Pesenti Gritti2004-02-111-1/+4
* No need to connect to the toolitem's create-menu-proxy signal, gtk+ doesChristian Persch2004-02-051-24/+0
* Don't crash when reading the RDF file fails.Christian Persch2004-01-291-2/+2
* *** empty log message ***Marco Pesenti Gritti2003-12-171-3/+0
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Reenable deprecated api where necessary, fixup some header inclusions.Marco Pesenti Gritti2003-10-111-0/+1
* Do not use _ as accellerators in bookmarks menus.Marco Pesenti Gritti2003-09-241-5/+13
* Fix topic labels.Christian Persch2003-09-241-1/+1
* Use Bookmarks instead of All as labelMarco Pesenti Gritti2003-09-241-2/+13
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-22/+6
* *** empty log message ***Marco Pesenti Gritti2003-08-311-2/+0
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-25/+44
* Make it NULL safeMarco Pesenti Gritti2003-08-221-21/+44
* Translators comment to avoid verb/adjective confusionMarco Pesenti Gritti2003-08-021-0/+1
* If the page is about:blank, set title to "Blank page", not "about:blank".Christian Persch2003-07-231-4/+4
* Fix incosistency between all topic and bookmarks menu.Marco Pesenti Gritti2003-07-221-56/+49
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-2/+3
* Ellipsise the bookmarks titles.Christian Persch2003-07-031-2/+9
* Implement toolbar overflow menu item for bookmark topics.Christian Persch2003-07-021-9/+72
* Use g_list_prepend instead of g_list_append, and fix mem leaks along theChristian Persch2003-06-141-4/+4
* Activate the menu on button press down, like other menus.David Bordoley2003-05-231-0/+11
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-201-15/+8
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-0/+4
* Small cleanup.Xan Lopez2003-05-111-46/+51
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-111-8/+108
* Don't show broken sub-menus for topics that have no children in theLee Willis2003-05-101-0/+12
* If there is only one "toolbar" make it non-removable.David Adam Bordoley2003-05-061-1/+1
* Sync toolbar on bookmark properties changes.Marco Pesenti Gritti2003-04-281-12/+45
* Get back toolbar editing functionalities. More work on the bookmarksMarco Pesenti Gritti2003-04-251-1/+1
* Connect to the "toggled" signal instead of "button_press_event" so thatDavid Bordoley2003-04-251-12/+8
* Set spacing between a topic and the arrow to 6px.David Bordoley2003-04-241-1/+1
* Add a down arrow to topics in bm toolbars.David Bordoley2003-04-241-0/+5
* s/galeon/epiphany ;)Marco Pesenti Gritti2003-04-151-8/+71
* We cant assume the favicon is already in the cache.Marco Pesenti Gritti2003-04-091-16/+20
* If there exist a favicon for the bookmark, add it to the menu.Johan Dahlin2003-04-091-1/+20
* Implement topics menu. TODO: All should generate the crappy bookmarksMarco Pesenti Gritti2003-03-291-14/+75
* Make ids privateMarco Pesenti Gritti2003-03-261-0/+273