| Commit message (Expand) | Author | Age | Files | Lines |
* | s/location/address. Fix up mnemonic collisions in the print dialog. Mark | David Adam Bordoley | 2003-05-09 | 1 | -5/+5 |
* | Convenience function for displaying help. Remove unneeded include of | David Adam Bordoley | 2003-05-09 | 1 | -1/+4 |
* | Better sensitivity updates for history | Marco Pesenti Gritti | 2003-05-06 | 1 | -1/+1 |
* | Do not assert on corrupted xml, just warn. Put back views shadows for now. | Marco Pesenti Gritti | 2003-05-03 | 1 | -0/+2 |
* | Don't set/save window position if it is maximized. | David Bordoley | 2003-05-01 | 1 | -2/+0 |
* | Respect all the new_tab used flags, drop unused ones. Patch by Christian | Xan Lopez | 2003-04-30 | 1 | -1/+1 |
* | Update go menu to match the default toolbar layout. | David Bordoley | 2003-04-30 | 1 | -2/+3 |
* | We dont need a _remove api, unrefing the node will work better. Try to | Marco Pesenti Gritti | 2003-04-30 | 1 | -3/+34 |
* | Remove add_icon_column func and add the functionality to the normal | Marco Pesenti Gritti | 2003-04-29 | 1 | -19/+52 |
* | Consistent use of the term "Bookmarks Bar" in the code, ui and schema. | David Bordoley | 2003-04-28 | 1 | -15/+15 |
* | Make the view paned and monitor the state. | David Bordoley | 2003-04-28 | 1 | -12/+15 |
* | Update sensitivity on selection changes. Thanks xan to find this one. | Marco Pesenti Gritti | 2003-04-28 | 1 | -0/+17 |
* | Change the way sensitivity is updated once again. We need to test this | Marco Pesenti Gritti | 2003-04-27 | 1 | -16/+53 |
* | Update. | Marco Pesenti Gritti | 2003-04-26 | 1 | -17/+39 |
* | Remove --geometry option, we weren't respecting it anyway (this patch | Xan Lopez | 2003-04-24 | 1 | -0/+1 |
* | Use delete key to remove history items. | David Bordoley | 2003-04-22 | 1 | -6/+19 |
* | Added tooltips to all the actions. | David Bordoley | 2003-04-21 | 1 | -17/+33 |
* | Fixed a duplicate seperator. Add a view menu. | David Bordoley | 2003-04-21 | 1 | -22/+28 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-04-21 | 1 | -1/+0 |
* | Allow to add topics, update when changing bookmarks. | Marco Pesenti Gritti | 2003-04-21 | 1 | -4/+69 |
* | Use g_list_free instead of g_free. | Xan Lopez | 2003-04-21 | 1 | -1/+1 |
* | Add copy to the bookmark context menu. | David Bordoley | 2003-04-20 | 1 | -11/+40 |
* | Do not install two copies of epiphany.png | Marco Pesenti Gritti | 2003-04-18 | 1 | -3/+5 |
* | New abstracted implementations. Nicer and will be useful for history | Marco Pesenti Gritti | 2003-04-17 | 1 | -12/+40 |
* | Add a way to decide if the view is target. The impl is an hack but we keep | Marco Pesenti Gritti | 2003-04-17 | 1 | -20/+13 |
* | Fix context menu selection mess, tricky, tricky, tricky. It's all kris | Marco Pesenti Gritti | 2003-04-16 | 1 | -20/+30 |
* | *src/bookmarks/ephy-bookmark-editor.c: | David Bordoley | 2003-04-16 | 1 | -0/+1 |
* | *src/bookmarks/ephy-bookmark-editor.c: | David Bordoley | 2003-04-16 | 1 | -6/+9 |
* | Hidden pref for middle click open url. Default off. | Marco Pesenti Gritti | 2003-04-15 | 1 | -54/+43 |
* | Remove some api that was just silly wrappers. Return GtkTreeViewColumn on | Marco Pesenti Gritti | 2003-04-15 | 1 | -3/+9 |
* | s/galeon/epiphany ;) | Marco Pesenti Gritti | 2003-04-15 | 1 | -0/+30 |
* | Add a help menu and associated "Contents" and "About" menu entries. Add a | David Bordoley | 2003-04-14 | 1 | -7/+47 |
* | Allow to launch the BME alone, rework some CORBA code, add a .desktop file | Xan Lopez | 2003-04-09 | 1 | -6/+16 |
* | Add funcs to add/remove focus monitor. Make the code nicer and fix warning | Marco Pesenti Gritti | 2003-04-09 | 1 | -67/+78 |
* | Just show the new bookmark dialog, don't go modal. | David Bordoley | 2003-04-06 | 1 | -1/+1 |
* | The callback return a boolean ! | Marco Pesenti Gritti | 2003-04-05 | 1 | -1/+3 |
* | Rewrite sensitivity code. Should take in account focus now. | Marco Pesenti Gritti | 2003-04-05 | 1 | -90/+80 |
* | Update to reflect changes in EphyTopicSelector api. Wrap the topic | David Bordoley | 2003-03-31 | 1 | -41/+63 |
* | Use hotkeys to navigate around the dialog. | David Bordoley | 2003-03-30 | 1 | -2/+4 |
* | More sensitive stuff. | Xan Lopez | 2003-03-30 | 1 | -20/+58 |
* | Do not update menus on unselect. | Xan Lopez | 2003-03-30 | 1 | -19/+13 |
* | Add alt+s mneumonic to the search box and activate it. | David Bordoley | 2003-03-30 | 1 | -9/+13 |
* | Make dnd code smarter, so it can support more than just urls types. | Marco Pesenti Gritti | 2003-03-30 | 1 | -19/+60 |
* | Makes Delete and Rename menu entries in the BME unsensitive under the | Xan Lopez | 2003-03-29 | 1 | -0/+57 |
* | Use the same key_press callback for both the topics and bm's view. | David Bordoley | 2003-03-29 | 1 | -30/+10 |
* | Reorganize the menus a bit. Unifiy topic/bookmarks rename/delete items. | David Bordoley | 2003-03-27 | 1 | -46/+136 |
* | Make ids private | Marco Pesenti Gritti | 2003-03-26 | 1 | -2/+11 |
* | Dont put special keywords in the topics list. Use ephy-state for size of | Marco Pesenti Gritti | 2003-03-25 | 1 | -3/+9 |
* | s/EPHY_NODE_KEYWORD_PROP_ALL_PRIORITY/EPHY_NODE_KEYWORD_PROP_PRIORITY/ Add | Xan Lopez | 2003-03-25 | 1 | -5/+5 |
* | Add close to the file menu. Add some keybindings. | David Bordoley | 2003-03-24 | 1 | -5/+5 |
* | Use the ephy-bookmarks.png for the window icon. | David Bordoley | 2003-03-24 | 1 | -0/+3 |
* | Complete implementation of the editor functionalities. | Marco Pesenti Gritti | 2003-03-23 | 1 | -2/+43 |
* | Never destroy but hide the bme. Present the window on activate. Allow to | Marco Pesenti Gritti | 2003-03-23 | 1 | -10/+56 |
* | Some more bookmarks work ... | Marco Pesenti Gritti | 2003-03-22 | 1 | -47/+72 |
* | Begin bookmarks editor redesign. Please still dont use it or you really | Marco Pesenti Gritti | 2003-03-22 | 1 | -237/+34 |
* | Put the bookmark view in hinted mode. Fix multiple selection actions in | Xan Lopez | 2003-03-16 | 1 | -1/+3 |
* | s/Keywords/Topics/ | Xan Lopez | 2003-03-09 | 1 | -2/+2 |
* | Code cleanup from galeon | Marco Pesenti Gritti | 2003-03-09 | 1 | -1/+1 |
* | Try to handle better editing/multiple selection | Marco Pesenti Gritti | 2003-03-06 | 1 | -12/+16 |
* | Fix 105990. | Xan Lopez | 2003-03-01 | 1 | -0/+25 |
* | BE auto sort. | Xan Lopez | 2003-02-26 | 1 | -1/+1 |
* | data/ui/epiphany-bookmark-editor-ui.xml.in | Dave Bordoley | 2003-02-19 | 1 | -5/+5 |
* | Add tab load notification (a little spinning icon), and a context menu for | James Willcox | 2003-02-15 | 1 | -0/+137 |
* | Make "Go to" button insensitive when no bookmark is selected. | Xan Lopez | 2003-02-14 | 1 | -1/+10 |
* | Fix default size, remove some unnecessary spaces | Marco Pesenti Gritti | 2003-02-13 | 1 | -6/+6 |
* | Add "Go to" button to the BE. | Xan Lopez | 2003-02-13 | 1 | -4/+33 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-02-13 | 1 | -3/+3 |
* | Make the bookmarks editor properly select the "All" keyword if it was the | James Willcox | 2003-02-11 | 1 | -1/+1 |
* | Remove Location field from BE bookmarks view, add a location entry | Xan Lopez | 2003-02-11 | 1 | -10/+43 |
* | Make the bookmarks editor not crash-on-close if no keyword is selected. | James Willcox | 2003-02-08 | 1 | -0/+7 |
* | Make the bookmarks editor remember the last selected keyword, and make | James Willcox | 2003-02-07 | 1 | -0/+58 |
* | Set proper title in bookmarks editor window. | Xan Lopez | 2003-02-05 | 1 | -0/+2 |
* | Use favicons in bookmarks. Use titles for session history when possible. | Marco Pesenti Gritti | 2003-01-13 | 1 | -0/+1 |
* | 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-01-12 | 1 | -3/+0 |
* | Remove unnecessary markup from translations. | Marco Pesenti Gritti | 2003-01-05 | 1 | -3/+11 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+534 |