| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |