aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GtkStockYosef Or Boczko2013-09-021-4/+1
* Update links to help, add app menuitemEkaterina Gerasimova2013-08-041-1/+1
* ephy-state: rename to 'ephy-initial-state'Xan Lopez2012-12-161-8/+8
* ephy-shell: remove the ephy_shell globalDiego Escalante Urrelo2012-12-111-6/+11
* Remove redundant search labelsWilliam Jon McCann2012-12-101-11/+1
* Use GtkSeachEntry instead of EphySearchEntryBastien Nocera2012-12-101-7/+5
* Use gtk_application_get_active_window instead of rolling our ownXan Lopez2012-11-261-1/+1
* Move windows handling code from EphySession to EphyShellCarlos Garcia Campos2012-10-081-4/+1
* Use the new EphyHistoryService::urls-visited signalClaudio Saavedra2012-09-101-5/+3
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-0/+4
* ephy-history-window: cancel history operations during disposeClaudio Saavedra2012-06-131-4/+12
* Use glib resources to bundle our UI filesXan Lopez2012-03-281-3/+3
* ephy-history-window: fix callback for new signal signatureXan Lopez2012-03-201-0/+1
* Replace EphyFaviconCache by WebKit's icon database cacheSergio Villar Senin2012-03-201-12/+12
* ephy-history-service: make the async API cancellableClaudio Saavedra2012-03-131-5/+5
* ephy-history-view: open pages in a new tab on middle clickClaudio Saavedra2012-03-131-11/+11
* ephy-history-window: init hosts to NULLDiego Escalante Urrelo2012-03-111-1/+1
* ephy-history-window: filter hosts with time range as wellClaudio Saavedra2012-03-081-2/+3
* ephy-hosts-view: ensure "all hosts" is selected by defaultClaudio Saavedra2012-03-081-5/+3
* ephy-host-store: add a clear() methodClaudio Saavedra2012-03-081-1/+1
* ephy-history-window: update the list of hosts after a url is deletedClaudio Saavedra2012-03-081-2/+8
* ephy-history-window: use the constructed methodXan Lopez2012-03-071-3/+7
* ephy-history-window: style fixesXan Lopez2012-03-071-91/+94
* ephy-history-window: correct asserts and g_return_if_failXan Lopez2012-03-071-11/+5
* ephy-history-window: change string for full history optionClaudio Saavedra2012-03-071-1/+1
* ephy-history-window: and also handle "Ever" now that we have infinite history...Xan Lopez2012-03-071-0/+2
* ephy-history-window: correctly handle 2 and 10 days of historyXan Lopez2012-03-071-2/+6
* ephy-history-window: sort headers, remove duplicatesXan Lopez2012-03-071-19/+18
* ephy-history-view: use the new hosts and urls viewsXan Lopez2012-03-071-357/+309
* Set the history service during history window instantiationClaudio Saavedra2012-03-071-1/+3
* Add a EphyHistoryService property to EphyHistoryWindowClaudio Saavedra2012-03-071-1/+16
* Get rid of EPHY_STOCK_EPHYXan Lopez2012-01-271-3/+0
* Remove the history stock iconXan Lopez2012-01-271-1/+0
* Also remove stock icons in the history and bookmarks editorsXan Lopez2012-01-271-12/+12
* Use GtkOrientable interface instead of deprecated V/H widgetsClaudio Saavedra2011-06-091-3/+3
* Use gtk_paned_new() instead gtk_[h|v]paned_new()Javier Jardón2010-11-091-1/+1
* Use the new GtkComboText APIsMatthias Classen2010-10-211-6/+6
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-200/+56
* Update for latest GTK+ 3.x release.Xan Lopez2010-09-111-2/+2
* ephy_gui_help: use gtk_show_uri to open helpDiego Escalante Urrelo2009-12-191-3/+1
* ephy-history-window: use new_with_mnemonic instead of new_with_label + set_us...Xan Lopez2009-08-111-2/+1
* Mark an underline as mnemonicMatthias Clasen2009-08-111-0/+1
* Fix gcc warnings by using GINT_TO_POINTER/GPOINTER_TO_INTBenjamin Otte2009-07-201-2/+2
* ephy-history-window.c: do not use deprecated function.Xan Lopez2009-07-121-1/+1
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Port EphySearchEntry to use GtkEntry.Xan Lopez2008-12-311-37/+1
* Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome...Christian Persch2008-09-251-1/+0
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-21/+1
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-111-34/+4
* 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/+4
* Fix a bug in EphyNodeView which caused weird problems when setting columnsCosimo Cecchi2007-11-191-3/+6
* Use right GtkPaned API to pack history window vbox.Cosimo Cecchi2007-11-171-2/+2
* Adds a column in the history window showing the date and the time of theCosimo Cecchi2007-11-071-59/+131
* Fixes wrong use of EphySearchEntry in the history window. Bug #483150. Initia...Cosimo Cecchi2007-10-041-5/+15
* Adapt EphyHistoryWindow to the iconified EphySearchEntry and adds aCosimo Cecchi2007-09-121-2/+38
* 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-1/+1
* Disables "Add Bookmark" in the File menu when bookmarks are locked down.Diego Escalante Urrelo2007-01-031-1/+5
* Fix a mem leak. Bug #373549, patch by Diego Escalante Urrelo.Christian Persch2006-12-181-0/+2
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-1/+1
* Add a window group for the history window.Christian Persch2006-10-031-0/+6
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Avoid accels on thin characters. Patch by Crispin Flowerday, bug #331777.Christian Persch2006-08-081-1/+1
* Fix a warning introduced in my last patch (gcc 4.1 warnings).Jean-François Rameau2006-03-031-1/+1
* Fix gcc 4.1 warnings (dereferencing type-punned pointer will breakJean-François Rameau2006-03-031-4/+11
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-02-041-1/+1
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-01-281-1/+1
* src/Makefile.amPeter Harvey2006-01-171-16/+4
* Mark strings in param specs as static.Christian Persch2005-11-081-1/+1
* Use the history window as parent for the new-bookmark dialogue. Fixes bugChristian Persch2005-11-011-1/+1
* Fix capitalisation, bug #320330.Christian Persch2005-11-011-1/+1
* Don't show the image after gtk_button_set_image(). Fixes bug #307818.Christian Persch2005-06-161-1/+1
* More constification.Christian Persch2005-04-191-10/+7
* Use gtk_action_set_[sensitive|visible] instead of g_object_set.Christian Persch2005-04-191-11/+11
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-1/+1
* Add proper _NETSCAPE_URL drag support, supplying the URL as well as theJorn Baayen2005-01-221-26/+26
* 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
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-131-1/+0
* Make all structs prefixed by _.Christian Persch2005-01-091-1/+1
* Use "Add _Bookmark" not "_Bookmark Link".Christian Persch2005-01-061-1/+1
* Use ngettext to get the Open in New Tab[s]/Window[s] label.Christian Persch2005-01-051-24/+21
* Change Cl_ear History to Clear _HistoryAdam Hooper2005-01-041-1/+1
* Change C_lear to Cl_ear. Fixes bug #162706.Adam Hooper2005-01-031-2/+2
* Add stock icon to the "Clear" button.Christian Persch2004-12-171-3/+8
* Use stock icon for "Open In New Tab".Christian Persch2004-12-031-1/+1
* Implement history deletion on per-site basis. Fixes bug #116609.Christian Persch2004-11-111-0/+24
* Simplified the code a bit.Christian Persch2004-11-091-15/+14
* Make it also correct on DST changes.Christian Persch2004-11-091-10/+18
* Fix time filter for time zones != GMT, and add "Last 30 Minutes" filter.Christian Persch2004-11-091-12/+38
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Use new gtk+ HIG message dialogue API. Fixes bug #130232.Christian Persch2004-10-271-84/+29
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-6/+6
* reviewed by: Christian Persch <chpe@cvs.gnome.org>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-3/+1
* Better positioning of context menus for treeviews. Fix #152431Marco Pesenti Gritti2004-09-151-1/+2
* Just use the popup_menu signal. Fixes bug #150830.Christian Persch2004-08-231-3/+4
* Improve sort/priority API.Marco Pesenti Gritti2004-07-151-5/+12
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-221-0/+8
* Make buttons the same size in Industrial theme and make text selectable.Piers Cornwell2004-03-311-3/+3
* *** empty log message ***Marco Pesenti Gritti2004-03-171-1/+1
* Use title capitalisation for title.Piers Cornwell2004-02-041-1/+1
* Fix mem leak.Christian Persch2004-01-261-0/+1
* *** empty log message ***Marco Pesenti Gritti2003-12-171-4/+0
* Use icon theme icon for add bookmarkMarco Pesenti Gritti2003-11-221-1/+1
* New extensions API.Christian Persch2003-11-111-2/+5
* Focus history entry on _show. Do not try to update paste menu item usingMarco Pesenti Gritti2003-11-091-4/+14
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Make sure that both sites and hosts are filtered on constructMarco Pesenti Gritti2003-10-201-3/+6
* Make location a normal entry.Marco Pesenti Gritti2003-10-141-14/+0
* Port to new combo. Size is wrong, prolly a bug in combo size request, willMarco Pesenti Gritti2003-10-131-31/+20
* Reenable deprecated api where necessary, fixup some header inclusions.Marco Pesenti Gritti2003-10-111-0/+1
* More granular filtering updateMarco Pesenti Gritti2003-10-061-13/+20
* update priv->select_node, signals are blocked so it would not be updatedMarco Pesenti Gritti2003-10-061-0/+1
* Do not unselect all on single selection mode, to not generate useless nodeMarco Pesenti Gritti2003-10-061-0/+2
* Implement view menu.Marco Pesenti Gritti2003-09-301-1/+117
* Use ngettext.Christian Persch2003-09-301-4/+13
* More accurate description for Ever filter. Keep the backend as is, so weMarco Pesenti Gritti2003-09-301-6/+5
* Implement history time filterMarco Pesenti Gritti2003-09-271-52/+223
* *** empty log message ***Marco Pesenti Gritti2003-09-251-3/+0
* Fix spacing ... when gtkdialog will be higgy ...Marco Pesenti Gritti2003-09-251-1/+2
* 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
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-13/+9
* Readd is_important and ensure_update, gtk now support them.Marco Pesenti Gritti2003-09-011-0/+1
* Fix problems with EphyNodeView, bookmarks and history dialogs and updateMarco Pesenti Gritti2003-09-011-12/+12
* Complete gtk 2.3 port. It doesnt run here but it could be my env.Marco Pesenti Gritti2003-08-301-21/+17
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-74/+73
* Always open bookmarks in new window/tab according to pref on activate.David Bordoley2003-07-311-11/+3
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-271-7/+12
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-2/+5
* Fix mem leaks.Christian Persch2003-07-131-1/+1
* A "fast search" implementation for all node views. Pressing any validXan Lopez2003-07-131-2/+4
* Higgify clear dialogMarco Pesenti Gritti2003-06-181-5/+30
* Remove some leftovers.Marco Pesenti Gritti2003-06-081-27/+6
* 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-3/+7
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-201-6/+5
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-1/+5
* Add some flags so that we can choose to save position or size or both.David Bordoley2003-05-141-1/+2
* s/bookmark page/bookmark link, more consistent with the docs and betterDavid Bordoley2003-05-141-4/+4
* Get rid of the unneeded convenience callback since no one is try to makeDavid Bordoley2003-05-131-3/+0
* Don't allow to have more than one bookmark with the same URL^H^H^Haddress,Xan Lopez2003-05-131-8/+12
* s/items/links to match the docs.David Adam Bordoley2003-05-091-1/+1
* s/location/address. Fix up mnemonic collisions in the print dialog. MarkDavid Adam Bordoley2003-05-091-11/+11
* Convenience function for displaying help. Remove unneeded include ofDavid Adam Bordoley2003-05-091-1/+4
* Better sensitivity updates for historyMarco Pesenti Gritti2003-05-061-54/+133
* Port confirmation dialog for clearing history to new history dialog.Jon Svendsen2003-05-051-2/+88
* 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-3/+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
* Remove add_icon_column func and add the functionality to the normalMarco Pesenti Gritti2003-04-291-7/+4
* Hookup to the response signal instead of using gtk_dialog_run. Prevents usDavid Bordoley2003-04-261-2/+4
* Use delete key to remove history items.David Bordoley2003-04-221-0/+23
* Added tooltips to all the actions.David Bordoley2003-04-211-18/+33
* Added back code to clear the location entry. Marco I hope this is ok withDavid Bordoley2003-04-211-0/+15
* Fixed a duplicate seperator. Add a view menu.David Bordoley2003-04-211-13/+21
* Use g_list_free instead of g_free.Xan Lopez2003-04-211-1/+1
* Delete and Bookmark page menu.Erich Lesh2003-04-201-4/+66
* Add copy to the bookmark context menu.David Bordoley2003-04-201-2/+143
* Implement clear history. Put favicons near sites names.Marco Pesenti Gritti2003-04-191-0/+24
* Do not install two copies of epiphany.pngMarco Pesenti Gritti2003-04-181-12/+23
* New history dialog implementation. More similar to bookmarks. Yeah itMarco Pesenti Gritti2003-04-181-0/+728