| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 1 | -1/+0 |
* | Remove leftover search_entry_clear_cb function | Diego Escalante Urrelo | 2009-01-05 | 1 | -19/+0 |
* | Port EphySearchEntry to use GtkEntry. | Xan Lopez | 2008-12-31 | 1 | -17/+0 |
* | Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome... | Christian Persch | 2008-09-25 | 1 | -1/+0 |
* | Do not do single includes in src/bookmarks/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 1 | -20/+1 |
* | Make the bookmarks editor search in urls and titles, closes: #328489. | Diego Escalante Urrelo | 2008-05-31 | 1 | -0/+5 |
* | Use G_DEFINE_TYPE* macros in src/bookmarks/ when possible. (#516138) | Xan Lopez | 2008-02-13 | 1 | -36/+6 |
* | Middle click on entries in History Window and Bookmark Editor opens the page | Cosimo Cecchi | 2007-12-20 | 1 | -0/+23 |
* | Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window and | Cosimo Cecchi | 2007-11-19 | 1 | -2/+5 |
* | Fix a bug in EphyNodeView which caused weird problems when setting columns | Cosimo Cecchi | 2007-11-19 | 1 | -2/+9 |
* | Remove EPhyTab. | Christian Persch | 2007-10-28 | 1 | -5/+5 |
* | Modifies the EphySearchEntry to inherit from EphyIconEntry instead of | Cosimo Cecchi | 2007-09-10 | 1 | -1/+39 |
* | Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT Fixes bug #452769 | Jaap Haitsma | 2007-07-01 | 1 | -1/+1 |
* | Adds SelectAll stock icon. | Diego Escalante Urrelo | 2007-06-08 | 1 | -1/+1 |
* | src/ephy-history-window.c src/bookmarks/ephy-bookmarks-editor.c | Diego Escalante Urrelo | 2007-06-06 | 1 | -3/+3 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | Changes "..." for the ellipsis character "…". Bug #324380. Patch by | Diego Escalante Urrelo | 2007-01-09 | 1 | -3/+3 |
* | Workaround/semi-fix for bug #351814. The real cause of the problem is the | Diego Escalante Urrelo | 2007-01-09 | 1 | -1/+1 |
* | Fix file name extension when exporting bookmarks. Bug #358986, patch by | Christian Persch | 2006-12-18 | 1 | -2/+5 |
* | Use full width for bookmarks search bar. Fixes bug #349349, patch by Diego | Wouter Bolsterlee | 2006-10-15 | 1 | -1/+1 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 1 | -1/+1 |
* | Remove some unnecessary static data. | Christian Persch | 2006-09-07 | 1 | -1/+1 |
* | Add accel. Bug #337913. | Christian Persch | 2006-07-24 | 1 | -3/+4 |
* | Use header capitalisation. Bug #337915 | Piers Cornwell | 2006-04-21 | 1 | -1/+1 |
* | Disable export when locked down. Bug #337028. | Christian Persch | 2006-04-03 | 1 | -0/+7 |
* | Fix item ordering to fix bookmarks export format. Bug #333959, patch has | Christian Persch | 2006-03-10 | 1 | -2/+3 |
* | Fix gcc 4.1 warnings (dereferencing type-punned pointer will break | Jean-François Rameau | 2006-03-03 | 1 | -3/+7 |
* | Distinguish different firefox profiles when showing the list to choose | Christian Persch | 2006-02-25 | 1 | -1/+17 |
* | src/bookmarks/ephy-bookmarks-editor.c | Peter Harvey | 2006-02-14 | 1 | -11/+29 |
* | Place bookmarks on "BookmarksBar" toolbar, since that's what < 1.9 used | Christian Persch | 2006-02-13 | 1 | -3/+5 |
* | Remove *_action_name functions, and use static buffers instead. Minor | Christian Persch | 2006-02-11 | 1 | -16/+22 |
* | data/ui/epiphany-bookmark-editor-ui.xml | Peter Harvey | 2006-02-09 | 1 | -0/+121 |
* | Refactored, code cleanups. Don't make the bookmark properties window | Christian Persch | 2006-01-25 | 1 | -8/+2 |
* | Switch extensions when changing the export format from the combo box; and | Christian Persch | 2006-01-25 | 1 | -56/+118 |
* | src/bookmarks/ephy-bookmarks-editor.c (cmd_bookmarks_export) | Crispin Flowerday | 2006-01-22 | 1 | -0/+2 |
* | Fix bookmark exporting, so that it can be cancelled. Fixes bug #327438 | Crispin Flowerday | 2006-01-22 | 1 | -4/+7 |
* | src/Makefile.am | Peter Harvey | 2006-01-17 | 1 | -2/+2 |
* | Mark strings in param specs as static. | Christian Persch | 2005-11-08 | 1 | -1/+1 |
* | More curly quotes. | Christian Persch | 2005-11-01 | 1 | -3/+3 |
* | Constification. | Christian Persch | 2005-11-01 | 1 | -16/+10 |
* | H18 patch, by Peter Harvey <pah06@uow.edu.au>. | Peter Harvey | 2005-10-17 | 1 | -172/+67 |
* | Use "position" property notification instead of size-allocate to monitor | Christian Persch | 2005-10-03 | 1 | -1/+1 |
* | New function to check the filename/directory for writability, derived from | Christian Persch | 2005-09-22 | 1 | -3/+6 |
* | Tiny string fix just before string freeze :) | Christian Persch | 2005-08-09 | 1 | -0/+2 |
* | Check all selected nodes if they allow dragging. | Christian Persch | 2005-07-12 | 1 | -4/+11 |
* | Implement a way to disallow dragging from resp. dropping on certain nodes. | Christian Persch | 2005-07-11 | 1 | -2/+4 |
* | Use gtk_action_set_[sensitive|visible] instead of g_object_set. | Christian Persch | 2005-04-19 | 1 | -13/+13 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 1 | -2/+2 |
* | Better wording for the import-failed dialogue. | Christian Persch | 2005-01-25 | 1 | -1/+3 |
* | `head -5 ChangeLog` | Christian Persch | 2005-01-25 | 1 | -1/+1 |
* | Inform the user of failed bookmarks import. | Christian Perhristian Persch | 2005-01-24 | 1 | -5/+40 |
* | Add proper _NETSCAPE_URL drag support, supplying the URL as well as the | Jorn Baayen | 2005-01-22 | 1 | -20/+17 |
* | Add a translator comment. | Christian Persch | 2005-01-20 | 1 | -0/+1 |
* | Don't leak the path. | Christian Persch | 2005-01-20 | 1 | -0/+2 |
* | Show profile name for mozilla bookmarks, so we can distinguish between | Christian Persch | 2005-01-20 | 1 | -41/+85 |
* | Unify accels to Open in New _Window[s], and also change to Open Link in | Christian Persch | 2005-01-16 | 1 | -3/+3 |
* | Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types. | Jorn Baayen | 2005-01-14 | 1 | -3/+3 |
* | Make all structs prefixed by _. | Christian Persch | 2005-01-09 | 1 | -1/+1 |
* | Use ngettext to get the Open in New Tab[s]/Window[s] label. | Christian Persch | 2005-01-05 | 1 | -27/+26 |
* | Save a strdup. | Christian Persch | 2005-01-01 | 1 | -6/+2 |
* | Make sure we don't have any app-modal dialogues. Fixes bug #110479. | Christian Persch | 2004-12-19 | 1 | -21/+4 |
* | A data/epiphany-bookmarks-html.xsl: | Christian Persch | 2004-12-07 | 1 | -0/+98 |
* | Use stock icon for "Open In New Tab". | Christian Persch | 2004-12-03 | 1 | -1/+1 |
* | Do not warn if topic is empty, better title and primary text. | Xan Lopez | 2004-11-11 | 1 | -10/+25 |
* | Warn before deleting a topic, fixes #149294 | Xan Lopez | 2004-11-11 | 1 | -1/+51 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Make sure there's only one bookmark properties dialogue for each bookmark. | Christian Persch | 2004-11-01 | 1 | -30/+4 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -6/+6 |
* | Remove ephy_string_parse_uri_list, and use new glib function | Christian Persch | 2004-10-23 | 1 | -8/+10 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-10-08 | 1 | -1/+1 |
* | Set window icon. | Christian Persch | 2004-10-05 | 1 | -7/+1 |
* | Add api to show a context menu. Useful to make distinction between key and | Marco Pesenti Gritti | 2004-09-15 | 1 | -6/+2 |
* | Better positioning of context menus for treeviews. Fix #152431 | Marco Pesenti Gritti | 2004-09-15 | 1 | -2/+4 |
* | Merging pre-gnome-2-10 branch to HEAD. | Christian Persch | 2004-09-13 | 1 | -3/+1 |
* | Just use the popup_menu signal. Fixes bug #150830. | Christian Persch | 2004-08-23 | 1 | -4/+8 |
* | Make the hierarchy separator a #define. | Christian Persch | 2004-08-23 | 1 | -15/+18 |
* | Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioning | Christian Persch | 2004-08-06 | 1 | -1/+0 |
* | Do not remove the topic when rename is cancelled. | Marco Pesenti Gritti | 2004-07-23 | 1 | -3/+3 |
* | Improve sort/priority API. | Marco Pesenti Gritti | 2004-07-15 | 1 | -5/+9 |
* | Use guint consistently for node ids | Marco Pesenti Gritti | 2004-06-24 | 1 | -3/+3 |
* | Factor out the helper to select a treeview row by column and use it also | Marco Pesenti Gritti | 2004-06-22 | 1 | -1/+9 |
* | Merging bookmarksbar-separation branch. | Christian Persch | 2004-06-11 | 1 | -18/+25 |
* | Fix capitalisation. | Christian Persch | 2004-05-19 | 1 | -1/+1 |
* | Add convenience functions for creating a filter with a bunch of mime types | Christian Persch | 2004-05-09 | 1 | -2/+23 |
* | Fixes #138263. | Federico Mena Quintero | 2004-03-30 | 1 | -1/+1 |
* | Fix opening in new tabs when there is no existing window. Fixes bug | Christian Persch | 2004-03-29 | 1 | -2/+13 |
* | Use verb for action button and various minor tidy ups. | Piers Cornwell | 2004-03-28 | 1 | -11/+17 |
* | Add firefox option in bookmarks import dialogue. | Christian Persch | 2004-03-18 | 1 | -0/+2 |
* | Copy and modify gnome_vfs_uri_list_parse() so that we get a list of string | Christian Persch | 2004-03-04 | 1 | -5/+2 |
* | Fix mem leaks. | Christian Persch | 2004-01-26 | 1 | -2/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-12-17 | 1 | -4/+0 |
* | Api fix | Marco Pesenti Gritti | 2003-11-18 | 1 | -1/+1 |
* | New extensions API. | Christian Persch | 2003-11-11 | 1 | -2/+7 |
* | Focus history entry on _show. Do not try to update paste menu item using | Marco Pesenti Gritti | 2003-11-09 | 1 | -4/+1 |
* | Use new glib gi18n.h instead of bonobo's bonobo-i18n.h. | Christian Persch | 2003-11-06 | 1 | -1/+1 |
* | Remove unused ephy-prefs includes | Marco Pesenti Gritti | 2003-11-05 | 1 | -1/+0 |
* | Unref the store once added to the combo. | Marco Pesenti Gritti | 2003-10-29 | 1 | -0/+1 |
* | One set of buttons is enough. | Christian Persch | 2003-10-26 | 1 | -6/+1 |
* | Port to new gtk+ file chooser. | Christian Persch | 2003-10-26 | 1 | -9/+38 |
* | Grab focus in the entry when showing because we dont rebuild the dialog. | Marco Pesenti Gritti | 2003-10-17 | 1 | -2/+13 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-10-17 | 1 | -0/+2 |
* | Port to new combo. | Marco Pesenti Gritti | 2003-10-13 | 1 | -40/+50 |
* | The file picker dir can be NULL, check before trying to expand tilde. | Marco Pesenti Gritti | 2003-09-28 | 1 | -7/+27 |
* | Offer to import from Firebird too. | Christian Persch | 2003-09-27 | 1 | -0/+2 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-25 | 1 | -4/+1 |
* | Correct popup path; fixes context menu on topics. | Christian Persch | 2003-09-23 | 1 | -1/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-23 | 1 | -1/+1 |
* | Complete view menu impl. There is a gtk bug that make it behave funnily | Marco Pesenti Gritti | 2003-09-22 | 1 | -6/+57 |
* | Implement a way to choose visible column in a menu. Not finished I need to | Marco Pesenti Gritti | 2003-09-21 | 1 | -17/+56 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-19 | 1 | -1/+1 |
* | Adapt to changed GtkActionGroup api. | Christian Persch | 2003-09-17 | 1 | -3/+14 |
* | Exchange the newly-deprecated g_value_set_object_take_ownership() with | Christian Persch | 2003-09-13 | 1 | -1/+1 |
* | Remove not needed removal of groups of actions from ui merge (gtk fix). | Marco Pesenti Gritti | 2003-09-12 | 1 | -2/+0 |
* | Use gtk_action_group_set_translation_domain() to restore menu and popup | Christian Persch | 2003-09-06 | 1 | -0/+1 |
* | Fix a typo in the xml | Marco Pesenti Gritti | 2003-09-04 | 1 | -1/+1 |
* | Fix galeon bookmarks import for the case of there existing a subdirectory | Christian Persch | 2003-09-03 | 1 | -5/+6 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -12/+7 |
* | Readd is_important and ensure_update, gtk now support them. | Marco Pesenti Gritti | 2003-09-01 | 1 | -0/+2 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-01 | 1 | -10/+10 |
* | Part of gtk 2.3 port, changelog too long to paste it | Marco Pesenti Gritti | 2003-08-30 | 1 | -111/+106 |
* | Fix opening bookmarks in new window, there was a missing flag. | Xan Lopez | 2003-08-14 | 1 | -1/+1 |
* | Always open bookmarks in new window/tab according to pref on activate. | David Bordoley | 2003-07-31 | 1 | -12/+3 |
* | 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-27 | 1 | -12/+40 |
* | 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-13 | 1 | -2/+6 |
* | Fix mem leaks. | Christian Persch | 2003-07-13 | 1 | -1/+1 |
* | A "fast search" implementation for all node views. Pressing any valid | Xan Lopez | 2003-07-13 | 1 | -9/+6 |
* | Fallback using directories to detect format if the mime is not relevant. | Marco Pesenti Gritti | 2003-06-28 | 1 | -4/+3 |
* | Fix capitalisation of menu entry. | Christian Persch | 2003-06-23 | 1 | -1/+1 |
* | Do not persist node selection in BME between sessions. | Xan Lopez | 2003-06-13 | 1 | -31/+1 |
* | HIGified Import Bookmarks dialog. | Christian Neumair | 2003-06-12 | 1 | -2/+4 |
* | Get rid of starthere: and default to google, as discussed with Seth. Add a | Marco Pesenti Gritti | 2003-06-09 | 1 | -0/+112 |
* | Remove some leftovers. | Marco Pesenti Gritti | 2003-06-08 | 1 | -24/+6 |
* | s/DESTROYED/DESTROY which is more useulf | Marco Pesenti Gritti | 2003-05-27 | 1 | -0/+2 |
* | Cleanup new tab logic, and ever use window for new instances. | Marco Pesenti Gritti | 2003-05-21 | 1 | -1/+2 |
* | Fix some warnings. Go back hardcoding defaults in the code, mozilla pref | Marco Pesenti Gritti | 2003-05-20 | 1 | -1/+1 |
* | Use stock icons instead of the files directly to set window border icons. | David Bordoley | 2003-05-20 | 1 | -5/+7 |
* | 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-05-20 | 1 | -14/+11 |
* | Fixed many issues mentioned in #112781. | Christian Neumair | 2003-05-17 | 1 | -1/+5 |
* | Add elipses to rename menu entry. | David Bordoley | 2003-05-16 | 1 | -1/+1 |
* | Add some flags so that we can choose to save position or size or both. | David Bordoley | 2003-05-14 | 1 | -1/+2 |
* | Alphabetical sort of bookmarks menu elements, fixes #111315. Also create | Xan Lopez | 2003-05-11 | 1 | -6/+7 |
* | 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 |