aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmark-action.c
Commit message (Expand)AuthorAgeFilesLines
* Make distcheck fix.Christian Persch2004-12-141-17/+10
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-081-5/+16
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Make sure there's only one bookmark properties dialogue for each bookmark.Christian Persch2004-11-011-27/+7
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-4/+0
* Use ellipsising labels to shorten the bookmarks and topics titles inChristian Persch2004-10-271-38/+39
* Unset the use-underline label property instead of doubling theChristian Persch2004-10-251-5/+7
* Add EPHY_NODE_CHANGED signal. Patch by Peter Harvey.Christian Persch2004-10-251-170/+159
* 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
* popup_menu signal handler has to return gboolean, not void.Christian Persch2004-08-281-2/+5
* Fix signedness difference warnings with gcc 3.5. Patch by Jon Oberheide.Christian Persch2004-07-311-1/+1
* Add a Properties item to bookmark context menuMarco Pesenti Gritti2004-07-131-1/+71
* Disable sliding when not in toolbar editing mode. We cant assumeMarco Pesenti Gritti2004-07-111-26/+0
* Add api to move items.Marco Pesenti Gritti2004-07-111-10/+76
* Hide the item when dragging it like we do for normal toolbars.Marco Pesenti Gritti2004-07-111-0/+26
* Fix a mem leak.Christian Persch2004-07-111-0/+2
* Support also GDK_ACTION_COPY. Fix #145254.Marco Pesenti Gritti2004-07-051-1/+2
* Use blank document as default faviconMarco Pesenti Gritti2004-07-031-1/+1
* Follow popups keybindings.Marco Pesenti Gritti2004-07-021-3/+16
* Implement bookmark context menu.Marco Pesenti Gritti2004-07-021-3/+68
* Move in the bookmarks dir.Marco Pesenti Gritti2004-07-021-5/+27
* Do not show the icon for smartbookmarksMarco Pesenti Gritti2004-07-011-1/+4
* No need to show the default icon for bookmarks menu.Marco Pesenti Gritti2004-07-011-8/+11
* Allow to drag bookmarks around also when not in edit mode. Use the defaultMarco Pesenti Gritti2004-07-011-16/+111
* Use guint consistently for node idsMarco Pesenti Gritti2004-06-241-1/+1
* Open bookmark in new tab on middle-click. Fixes bug #106250.Christian Persch2004-05-201-5/+35
* *** empty log message ***Marco Pesenti Gritti2004-03-171-2/+0
* If the favicon isn't ready when we need it, connect to the favicon cache'sChristian Persch2004-03-031-1/+29
* Correctly sync the smarturl property of EphyBookmarksAction when itChristian Persch2004-03-021-0/+30
* *** 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-25/+2
* Set "tooltip" property on bookmark actions to the url. That way we displayChristian Persch2004-01-211-4/+23
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Merge completion branchMarco Pesenti Gritti2003-10-121-2/+6
* Do not use _ as accellerators in bookmarks menus.Marco Pesenti Gritti2003-09-241-3/+7
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-14/+7
* *** 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-29/+35
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-2/+3
* Oops, fix mem leak introduced by previous checkin.Christian Persch2003-07-031-0/+2
* Moved bookmark tool item creation back to ephy-bookmark-action.c, ForChristian Persch2003-07-031-9/+81
* Make the toolbar overflow item really activate the bookmark action.Christian Persch2003-06-271-43/+35
* s/scheme/host for the smartbookmarksMarco Pesenti Gritti2003-06-131-1/+1
* Moved bookmark tool item creation to a dedicated tool item. That way weChristian Persch2003-06-121-53/+5
* Get rid of starthere: and default to google, as discussed with Seth. Add aMarco Pesenti Gritti2003-06-091-43/+76
* Implement bookmarks menu, might need to be optimized later.Marco Pesenti Gritti2003-06-041-1/+2
* Add a bookmarks menu. (still not the tree)Marco Pesenti Gritti2003-06-041-18/+70
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-201-4/+4
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-1/+5
* Marco Pesenti Gritti <marco@it.gnome.org>David Bordoley2003-05-171-0/+1
* Don't set an icon unless their is a favicon. Append a colon onto the labelDavid Adam Bordoley2003-05-091-7/+14
* Sync toolbar on bookmark properties changes.Marco Pesenti Gritti2003-04-281-17/+54
* Fix a heap corruption bug that was causing bad stuff when smart bookmarksJames Willcox2003-02-141-1/+0
* Changed GtkType to GType.Christian Meyer2003-02-091-1/+1
* Complete bookmark action implementation (with smb too)Marco Pesenti Gritti2003-01-261-10/+210
* Implement the data part of the toolbar editor. Partial implementation ofMarco Pesenti Gritti2003-01-241-0/+208