aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks-menu.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-shell: remove the ephy_shell globalDiego Escalante Urrelo2012-12-111-1/+1
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* src/bookmarks/ephy-bookmarks-menu.c src/bookmarks/ephy-nodes-cover.cPeter Harvey2006-02-211-1/+1
* Don't export the local bookmarks.Christian Persch2006-02-141-2/+2
* src/bookmarks/ephy-bookmarks-menu.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-02-111-8/+6
* Remove *_action_name functions, and use static buffers instead. MinorChristian Persch2006-02-111-25/+25
* src/bookmarks/ephy-bookmarks-menu.cPeter Harvey2006-01-181-4/+7
* Add event type to the callback.Christian Persch2006-01-171-1/+3
* src/bookmarks/ephy-bookmarks-menu.cPeter Harvey2006-01-171-5/+19
* Do not add bookmarks to a flat menu more than once.Peter Anthony Harvey2006-01-101-3/+17
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-171-739/+163
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-11/+11
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-241-45/+14
* Make distcheck fix.Christian Persch2004-12-141-7/+8
* Make distcheck fix.Christian Persch2004-12-141-1/+1
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Slightly refactor bookmarks menu, to take a configurable path where toChristian Persch2004-10-301-38/+72
* Use ellipsising labels to shorten the bookmarks and topics titles inChristian Persch2004-10-271-0/+22
* Add EPHY_NODE_CHANGED signal. Patch by Peter Harvey.Christian Persch2004-10-251-1/+1
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* When adding a bookmark, check if it has same node ID as one scheduled forChristian Persch2004-10-081-0/+17
* Add ephy_window_get_ui_manager(), and remove the manager from the publicChristian Persch2004-09-141-1/+1
* === Release 1.3.7 ===Release137Christian Persch2004-08-251-2/+2
* Make the hierarchy separator a #define.Christian Persch2004-08-231-165/+400
* Fix submenu creation with non-ascii topic names. Fixes bug #147469.Christian Persch2004-07-311-30/+17
* Move in the bookmarks dir.Marco Pesenti Gritti2004-07-021-3/+3
* Use guint consistently for node idsMarco Pesenti Gritti2004-06-241-2/+2
* "/" in a topic title is now a submenu in the bookmarks menu.Marco Pesenti Gritti2004-06-231-36/+83
* 2004-04-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-04-141-7/+16
* Separately profile bookmarks menu clean and rebuild.Christian Persch2004-02-291-2/+6
* *** empty log message ***Marco Pesenti Gritti2004-02-111-1/+4
* Sync topic names in the menu. Fixes bug #128097.Christian Persch2004-01-291-19/+60
* *** 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
* Use new gtk api for empty submenusMarco Pesenti Gritti2003-10-021-28/+8
* Do not use _ as accellerators in bookmarks menus.Marco Pesenti Gritti2003-09-241-2/+7
* Remove not needed removal of groups of actions from ui merge (gtk fix).Marco Pesenti Gritti2003-09-121-2/+0
* Port to the new gtk dynamic menus apiMarco Pesenti Gritti2003-09-071-60/+41
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-4/+7
* Some more missing ensure update.Marco Pesenti Gritti2003-09-021-0/+1
* Readd is_important and ensure_update, gtk now support them.Marco Pesenti Gritti2003-09-011-1/+0
* Fix problems with EphyNodeView, bookmarks and history dialogs and updateMarco Pesenti Gritti2003-09-011-7/+7
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-21/+21
* Make it NULL safeMarco Pesenti Gritti2003-08-221-20/+31
* Translators comment to avoid verb/adjective confusionMarco Pesenti Gritti2003-08-021-0/+1
* Use g_list_prepend instead of g_list_append. Correct erroneous copyrightChristian Persch2003-07-041-5/+6
* Use window_load_url when useful. Right now just a cleanup but will beMarco Pesenti Gritti2003-06-261-6/+1
* Fix compilation.Xan Lopez2003-06-121-0/+1
* Dont try to update menus of dead windows ;)Marco Pesenti Gritti2003-06-111-3/+8
* Fix signed/unsigned mistake, speed up favorites menu buildingChristian Persch2003-06-061-3/+8
* Make sure to rebuild on add bookmark and on topic removal. Update on idle,Marco Pesenti Gritti2003-06-041-2/+20
* Implement bookmarks menu, might need to be optimized later.Marco Pesenti Gritti2003-06-041-0/+443