aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
Commit message (Expand)AuthorAgeFilesLines
* 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