aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks-editor.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-bookmarks-editor: wrong castDiego Escalante Urrelo2009-12-201-1/+1
* ephy_gui_help: use gtk_show_uri to open helpDiego Escalante Urrelo2009-12-191-3/+1
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-5/+10
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Remove leftover search_entry_clear_cb functionDiego Escalante Urrelo2009-01-051-19/+0
* Port EphySearchEntry to use GtkEntry.Xan Lopez2008-12-311-17/+0
* Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome...Christian Persch2008-09-251-1/+0
* Do not do single includes in src/bookmarks/, bug #536090Diego Escalante Urrelo2008-06-041-20/+1
* Make the bookmarks editor search in urls and titles, closes: #328489.Diego Escalante Urrelo2008-05-311-0/+5
* Use G_DEFINE_TYPE* macros in src/bookmarks/ when possible. (#516138)Xan Lopez2008-02-131-36/+6
* Middle click on entries in History Window and Bookmark Editor opens the pageCosimo Cecchi2007-12-201-0/+23
* Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window andCosimo Cecchi2007-11-191-2/+5
* Fix a bug in EphyNodeView which caused weird problems when setting columnsCosimo Cecchi2007-11-191-2/+9
* Remove EPhyTab.Christian Persch2007-10-281-5/+5
* Modifies the EphySearchEntry to inherit from EphyIconEntry instead ofCosimo Cecchi2007-09-101-1/+39
* Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT Fixes bug #452769Jaap Haitsma2007-07-011-1/+1
* Adds SelectAll stock icon.Diego Escalante Urrelo2007-06-081-1/+1
* src/ephy-history-window.c src/bookmarks/ephy-bookmarks-editor.cDiego Escalante Urrelo2007-06-061-3/+3
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Changes "..." for the ellipsis character "…". Bug #324380. Patch byDiego Escalante Urrelo2007-01-091-3/+3
* Workaround/semi-fix for bug #351814. The real cause of the problem is theDiego Escalante Urrelo2007-01-091-1/+1
* Fix file name extension when exporting bookmarks. Bug #358986, patch byChristian Persch2006-12-181-2/+5
* Use full width for bookmarks search bar. Fixes bug #349349, patch by DiegoWouter Bolsterlee2006-10-151-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Add accel. Bug #337913.Christian Persch2006-07-241-3/+4
* Use header capitalisation. Bug #337915Piers Cornwell2006-04-211-1/+1
* Disable export when locked down. Bug #337028.Christian Persch2006-04-031-0/+7
* Fix item ordering to fix bookmarks export format. Bug #333959, patch hasChristian Persch2006-03-101-2/+3
* Fix gcc 4.1 warnings (dereferencing type-punned pointer will breakJean-François Rameau2006-03-031-3/+7
* Distinguish different firefox profiles when showing the list to chooseChristian Persch2006-02-251-1/+17
* src/bookmarks/ephy-bookmarks-editor.cPeter Harvey2006-02-141-11/+29
* Place bookmarks on "BookmarksBar" toolbar, since that's what < 1.9 usedChristian Persch2006-02-131-3/+5
* Remove *_action_name functions, and use static buffers instead. MinorChristian Persch2006-02-111-16/+22
* data/ui/epiphany-bookmark-editor-ui.xmlPeter Harvey2006-02-091-0/+121
* Refactored, code cleanups. Don't make the bookmark properties windowChristian Persch2006-01-251-8/+2
* Switch extensions when changing the export format from the combo box; andChristian Persch2006-01-251-56/+118
* src/bookmarks/ephy-bookmarks-editor.c (cmd_bookmarks_export)Crispin Flowerday2006-01-221-0/+2
* Fix bookmark exporting, so that it can be cancelled. Fixes bug #327438Crispin Flowerday2006-01-221-4/+7
* src/Makefile.amPeter Harvey2006-01-171-2/+2
* Mark strings in param specs as static.Christian Persch2005-11-081-1/+1
* More curly quotes.Christian Persch2005-11-011-3/+3
* Constification.Christian Persch2005-11-011-16/+10
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-171-172/+67
* Use "position" property notification instead of size-allocate to monitorChristian Persch2005-10-031-1/+1
* New function to check the filename/directory for writability, derived fromChristian Persch2005-09-221-3/+6
* Tiny string fix just before string freeze :)Christian Persch2005-08-091-0/+2
* Check all selected nodes if they allow dragging.Christian Persch2005-07-121-4/+11
* Implement a way to disallow dragging from resp. dropping on certain nodes.Christian Persch2005-07-111-2/+4
* Use gtk_action_set_[sensitive|visible] instead of g_object_set.Christian Persch2005-04-191-13/+13
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-2/+2
* Better wording for the import-failed dialogue.Christian Persch2005-01-251-1/+3
* `head -5 ChangeLog`Christian Persch2005-01-251-1/+1
* Inform the user of failed bookmarks import.Christian Perhristian Persch2005-01-241-5/+40
* Add proper _NETSCAPE_URL drag support, supplying the URL as well as theJorn Baayen2005-01-221-20/+17
* Add a translator comment.Christian Persch2005-01-201-0/+1
* Don't leak the path.Christian Persch2005-01-201-0/+2
* Show profile name for mozilla bookmarks, so we can distinguish betweenChristian Persch2005-01-201-41/+85
* Unify accels to Open in New _Window[s], and also change to Open Link inChristian Persch2005-01-161-3/+3
* Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types.Jorn Baayen2005-01-141-3/+3
* Make all structs prefixed by _.Christian Persch2005-01-091-1/+1
* Use ngettext to get the Open in New Tab[s]/Window[s] label.Christian Persch2005-01-051-27/+26
* Save a strdup.Christian Persch2005-01-011-6/+2
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-191-21/+4
* A data/epiphany-bookmarks-html.xsl:Christian Persch2004-12-071-0/+98
* Use stock icon for "Open In New Tab".Christian Persch2004-12-031-1/+1
* Do not warn if topic is empty, better title and primary text.Xan Lopez2004-11-111-10/+25
* Warn before deleting a topic, fixes #149294Xan Lopez2004-11-111-1/+51
* 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-30/+4
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-6/+6
* Remove ephy_string_parse_uri_list, and use new glib functionChristian Persch2004-10-231-8/+10
* *** empty log message ***Marco Pesenti Gritti2004-10-081-1/+1
* Set window icon.Christian Persch2004-10-051-7/+1
* Add api to show a context menu. Useful to make distinction between key andMarco Pesenti Gritti2004-09-151-6/+2
* Better positioning of context menus for treeviews. Fix #152431Marco Pesenti Gritti2004-09-151-2/+4
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-3/+1
* Just use the popup_menu signal. Fixes bug #150830.Christian Persch2004-08-231-4/+8
* Make the hierarchy separator a #define.Christian Persch2004-08-231-15/+18
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-061-1/+0
* Do not remove the topic when rename is cancelled.Marco Pesenti Gritti2004-07-231-3/+3
* Improve sort/priority API.Marco Pesenti Gritti2004-07-151-5/+9
* Use guint consistently for node idsMarco Pesenti Gritti2004-06-241-3/+3
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-221-1/+9
* Merging bookmarksbar-separation branch.Christian Persch2004-06-111-18/+25
* Fix capitalisation.Christian Persch2004-05-191-1/+1
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-091-2/+23
* Fixes #138263.Federico Mena Quintero2004-03-301-1/+1
* Fix opening in new tabs when there is no existing window. Fixes bugChristian Persch2004-03-291-2/+13
* Use verb for action button and various minor tidy ups.Piers Cornwell2004-03-281-11/+17
* Add firefox option in bookmarks import dialogue.Christian Persch2004-03-181-0/+2
* Copy and modify gnome_vfs_uri_list_parse() so that we get a list of stringChristian Persch2004-03-041-5/+2
* Fix mem leaks.Christian Persch2004-01-261-2/+1
* *** empty log message ***Marco Pesenti Gritti2003-12-171-4/+0
* Api fixMarco Pesenti Gritti2003-11-181-1/+1
* New extensions API.Christian Persch2003-11-111-2/+7
* Focus history entry on _show. Do not try to update paste menu item usingMarco Pesenti Gritti2003-11-091-4/+1
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Remove unused ephy-prefs includesMarco Pesenti Gritti2003-11-051-1/+0
* Unref the store once added to the combo.Marco Pesenti Gritti2003-10-291-0/+1
* One set of buttons is enough.Christian Persch2003-10-261-6/+1
* Port to new gtk+ file chooser.Christian Persch2003-10-261-9/+38
* Grab focus in the entry when showing because we dont rebuild the dialog.Marco Pesenti Gritti2003-10-171-2/+13
* *** empty log message ***Marco Pesenti Gritti2003-10-171-0/+2
* Port to new combo.Marco Pesenti Gritti2003-10-131-40/+50
* The file picker dir can be NULL, check before trying to expand tilde.Marco Pesenti Gritti2003-09-281-7/+27
* Offer to import from Firebird too.Christian Persch2003-09-271-0/+2
* *** empty log message ***Marco Pesenti Gritti2003-09-251-4/+1
* Correct popup path; fixes context menu on topics.Christian Persch2003-09-231-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-09-231-1/+1
* Complete view menu impl. There is a gtk bug that make it behave funnilyMarco Pesenti Gritti2003-09-221-6/+57
* Implement a way to choose visible column in a menu. Not finished I need toMarco Pesenti Gritti2003-09-211-17/+56
* *** empty log message ***Marco Pesenti Gritti2003-09-191-1/+1
* Adapt to changed GtkActionGroup api.Christian Persch2003-09-171-3/+14
* Exchange the newly-deprecated g_value_set_object_take_ownership() withChristian Persch2003-09-131-1/+1
* Remove not needed removal of groups of actions from ui merge (gtk fix).Marco Pesenti Gritti2003-09-121-2/+0
* Use gtk_action_group_set_translation_domain() to restore menu and popupChristian Persch2003-09-061-0/+1
* Fix a typo in the xmlMarco Pesenti Gritti2003-09-041-1/+1
* Fix galeon bookmarks import for the case of there existing a subdirectoryChristian Persch2003-09-031-5/+6
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-12/+7
* Readd is_important and ensure_update, gtk now support them.Marco Pesenti Gritti2003-09-011-0/+2
* *** empty log message ***Marco Pesenti Gritti2003-09-011-10/+10
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-111/+106
* Fix opening bookmarks in new window, there was a missing flag.Xan Lopez2003-08-141-1/+1
* Always open bookmarks in new window/tab according to pref on activate.David Bordoley2003-07-311-12/+3
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-271-12/+40
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-2/+6
* Fix mem leaks.Christian Persch2003-07-131-1/+1
* A "fast search" implementation for all node views. Pressing any validXan Lopez2003-07-131-9/+6
* Fallback using directories to detect format if the mime is not relevant.Marco Pesenti Gritti2003-06-281-4/+3
* Fix capitalisation of menu entry.Christian Persch2003-06-231-1/+1
* Do not persist node selection in BME between sessions.Xan Lopez2003-06-131-31/+1
* HIGified Import Bookmarks dialog.Christian Neumair2003-06-121-2/+4
* Get rid of starthere: and default to google, as discussed with Seth. Add aMarco Pesenti Gritti2003-06-091-0/+112
* Remove some leftovers.Marco Pesenti Gritti2003-06-081-24/+6
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-271-0/+2
* Cleanup new tab logic, and ever use window for new instances.Marco Pesenti Gritti2003-05-211-1/+2
* Fix some warnings. Go back hardcoding defaults in the code, mozilla prefMarco Pesenti Gritti2003-05-201-1/+1
* Use stock icons instead of the files directly to set window border icons.David Bordoley2003-05-201-5/+7
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-201-14/+11
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-1/+5
* Add elipses to rename menu entry.David Bordoley2003-05-161-1/+1
* Add some flags so that we can choose to save position or size or both.David Bordoley2003-05-141-1/+2
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-111-6/+7
* s/location/address. Fix up mnemonic collisions in the print dialog. MarkDavid Adam Bordoley2003-05-091-5/+5
* Convenience function for displaying help. Remove unneeded include ofDavid Adam Bordoley2003-05-091-1/+4
* Better sensitivity updates for historyMarco Pesenti Gritti2003-05-061-1/+1
* Do not assert on corrupted xml, just warn. Put back views shadows for now.Marco Pesenti Gritti2003-05-031-0/+2
* Don't set/save window position if it is maximized.David Bordoley2003-05-011-2/+0
* Respect all the new_tab used flags, drop unused ones. Patch by ChristianXan Lopez2003-04-301-1/+1
* Update go menu to match the default toolbar layout.David Bordoley2003-04-301-2/+3
* We dont need a _remove api, unrefing the node will work better. Try toMarco Pesenti Gritti2003-04-301-3/+34
* Remove add_icon_column func and add the functionality to the normalMarco Pesenti Gritti2003-04-291-19/+52
* Consistent use of the term "Bookmarks Bar" in the code, ui and schema.David Bordoley2003-04-281-15/+15
* Make the view paned and monitor the state.David Bordoley2003-04-281-12/+15
* Update sensitivity on selection changes. Thanks xan to find this one.Marco Pesenti Gritti2003-04-281-0/+17
* Change the way sensitivity is updated once again. We need to test thisMarco Pesenti Gritti2003-04-271-16/+53
* Update.Marco Pesenti Gritti2003-04-261-17/+39
* Remove --geometry option, we weren't respecting it anyway (this patchXan Lopez2003-04-241-0/+1
* Use delete key to remove history items.David Bordoley2003-04-221-6/+19
* Added tooltips to all the actions.David Bordoley2003-04-211-17/+33
* Fixed a duplicate seperator. Add a view menu.David Bordoley2003-04-211-22/+28
* *** empty log message ***Marco Pesenti Gritti2003-04-211-1/+0
* Allow to add topics, update when changing bookmarks.Marco Pesenti Gritti2003-04-211-4/+69
* Use g_list_free instead of g_free.Xan Lopez2003-04-211-1/+1
* Add copy to the bookmark context menu.David Bordoley2003-04-201-11/+40
* Do not install two copies of epiphany.pngMarco Pesenti Gritti2003-04-181-3/+5
* New abstracted implementations. Nicer and will be useful for historyMarco Pesenti Gritti2003-04-171-12/+40
* Add a way to decide if the view is target. The impl is an hack but we keepMarco Pesenti Gritti2003-04-171-20/+13
* Fix context menu selection mess, tricky, tricky, tricky. It's all krisMarco Pesenti Gritti2003-04-161-20/+30
* *src/bookmarks/ephy-bookmark-editor.c:David Bordoley2003-04-161-0/+1
* *src/bookmarks/ephy-bookmark-editor.c:David Bordoley2003-04-161-6/+9
* Hidden pref for middle click open url. Default off.Marco Pesenti Gritti2003-04-151-54/+43
* Remove some api that was just silly wrappers. Return GtkTreeViewColumn onMarco Pesenti Gritti2003-04-151-3/+9
* s/galeon/epiphany ;)Marco Pesenti Gritti2003-04-151-0/+30
* Add a help menu and associated "Contents" and "About" menu entries. Add aDavid Bordoley2003-04-141-7/+47
* Allow to launch the BME alone, rework some CORBA code, add a .desktop fileXan Lopez2003-04-091-6/+16
* Add funcs to add/remove focus monitor. Make the code nicer and fix warningMarco Pesenti Gritti2003-04-091-67/+78
* Just show the new bookmark dialog, don't go modal.David Bordoley2003-04-061-1/+1
* The callback return a boolean !Marco Pesenti Gritti2003-04-051-1/+3
* Rewrite sensitivity code. Should take in account focus now.Marco Pesenti Gritti2003-04-051-90/+80
* Update to reflect changes in EphyTopicSelector api. Wrap the topicDavid Bordoley2003-03-311-41/+63
* Use hotkeys to navigate around the dialog.David Bordoley2003-03-301-2/+4
* More sensitive stuff.Xan Lopez2003-03-301-20/+58
* Do not update menus on unselect.Xan Lopez2003-03-301-19/+13
* Add alt+s mneumonic to the search box and activate it.David Bordoley2003-03-301-9/+13
* Make dnd code smarter, so it can support more than just urls types.Marco Pesenti Gritti2003-03-301-19/+60
* Makes Delete and Rename menu entries in the BME unsensitive under theXan Lopez2003-03-291-0/+57
* Use the same key_press callback for both the topics and bm's view.David Bordoley2003-03-291-30/+10
* Reorganize the menus a bit. Unifiy topic/bookmarks rename/delete items.David Bordoley2003-03-271-46/+136
* Make ids privateMarco Pesenti Gritti2003-03-261-2/+11
* Dont put special keywords in the topics list. Use ephy-state for size ofMarco Pesenti Gritti2003-03-251-3/+9
* s/EPHY_NODE_KEYWORD_PROP_ALL_PRIORITY/EPHY_NODE_KEYWORD_PROP_PRIORITY/ AddXan Lopez2003-03-251-5/+5
* Add close to the file menu. Add some keybindings.David Bordoley2003-03-241-5/+5
* Use the ephy-bookmarks.png for the window icon.David Bordoley2003-03-241-0/+3
* Complete implementation of the editor functionalities.Marco Pesenti Gritti2003-03-231-2/+43
* Never destroy but hide the bme. Present the window on activate. Allow toMarco Pesenti Gritti2003-03-231-10/+56
* Some more bookmarks work ...Marco Pesenti Gritti2003-03-221-47/+72
* Begin bookmarks editor redesign. Please still dont use it or you reallyMarco Pesenti Gritti2003-03-221-237/+34
* Put the bookmark view in hinted mode. Fix multiple selection actions inXan Lopez2003-03-161-1/+3
* s/Keywords/Topics/Xan Lopez2003-03-091-2/+2
* Code cleanup from galeonMarco Pesenti Gritti2003-03-091-1/+1
* Try to handle better editing/multiple selectionMarco Pesenti Gritti2003-03-061-12/+16
* Fix 105990.Xan Lopez2003-03-011-0/+25
* BE auto sort.Xan Lopez2003-02-261-1/+1
* data/ui/epiphany-bookmark-editor-ui.xml.inDave Bordoley2003-02-191-5/+5
* Add tab load notification (a little spinning icon), and a context menu forJames Willcox2003-02-151-0/+137
* Make "Go to" button insensitive when no bookmark is selected.Xan Lopez2003-02-141-1/+10
* Fix default size, remove some unnecessary spacesMarco Pesenti Gritti2003-02-131-6/+6
* Add "Go to" button to the BE.Xan Lopez2003-02-131-4/+33
* *** empty log message ***Marco Pesenti Gritti2003-02-131-3/+3
* Make the bookmarks editor properly select the "All" keyword if it was theJames Willcox2003-02-111-1/+1
* Remove Location field from BE bookmarks view, add a location entryXan Lopez2003-02-111-10/+43
* Make the bookmarks editor not crash-on-close if no keyword is selected.James Willcox2003-02-081-0/+7
* Make the bookmarks editor remember the last selected keyword, and makeJames Willcox2003-02-071-0/+58
* Set proper title in bookmarks editor window.Xan Lopez2003-02-051-0/+2
* Use favicons in bookmarks. Use titles for session history when possible.Marco Pesenti Gritti2003-01-131-0/+1
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-3/+0
* Remove unnecessary markup from translations.Marco Pesenti Gritti2003-01-051-3/+11
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+534