| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-03-17 | 1 | -1/+1 |
* | Use title capitalisation for title. | Piers Cornwell | 2004-02-04 | 1 | -1/+1 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -0/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-12-17 | 1 | -4/+0 |
* | Use icon theme icon for add bookmark | Marco Pesenti Gritti | 2003-11-22 | 1 | -1/+1 |
* | New extensions API. | Christian Persch | 2003-11-11 | 1 | -2/+5 |
* | Focus history entry on _show. Do not try to update paste menu item using | Marco Pesenti Gritti | 2003-11-09 | 1 | -4/+14 |
* | Use new glib gi18n.h instead of bonobo's bonobo-i18n.h. | Christian Persch | 2003-11-06 | 1 | -1/+1 |
* | Make sure that both sites and hosts are filtered on construct | Marco Pesenti Gritti | 2003-10-20 | 1 | -3/+6 |
* | Make location a normal entry. | Marco Pesenti Gritti | 2003-10-14 | 1 | -14/+0 |
* | Port to new combo. Size is wrong, prolly a bug in combo size request, will | Marco Pesenti Gritti | 2003-10-13 | 1 | -31/+20 |
* | Reenable deprecated api where necessary, fixup some header inclusions. | Marco Pesenti Gritti | 2003-10-11 | 1 | -0/+1 |
* | More granular filtering update | Marco Pesenti Gritti | 2003-10-06 | 1 | -13/+20 |
* | update priv->select_node, signals are blocked so it would not be updated | Marco Pesenti Gritti | 2003-10-06 | 1 | -0/+1 |
* | Do not unselect all on single selection mode, to not generate useless node | Marco Pesenti Gritti | 2003-10-06 | 1 | -0/+2 |
* | Implement view menu. | Marco Pesenti Gritti | 2003-09-30 | 1 | -1/+117 |
* | Use ngettext. | Christian Persch | 2003-09-30 | 1 | -4/+13 |
* | More accurate description for Ever filter. Keep the backend as is, so we | Marco Pesenti Gritti | 2003-09-30 | 1 | -6/+5 |
* | Implement history time filter | Marco Pesenti Gritti | 2003-09-27 | 1 | -52/+223 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-25 | 1 | -3/+0 |
* | Fix spacing ... when gtkdialog will be higgy ... | Marco Pesenti Gritti | 2003-09-25 | 1 | -1/+2 |
* | 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 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -13/+9 |
* | Readd is_important and ensure_update, gtk now support them. | Marco Pesenti Gritti | 2003-09-01 | 1 | -0/+1 |
* | Fix problems with EphyNodeView, bookmarks and history dialogs and update | Marco Pesenti Gritti | 2003-09-01 | 1 | -12/+12 |
* | Complete gtk 2.3 port. It doesnt run here but it could be my env. | Marco Pesenti Gritti | 2003-08-30 | 1 | -21/+17 |
* | Part of gtk 2.3 port, changelog too long to paste it | Marco Pesenti Gritti | 2003-08-30 | 1 | -74/+73 |
* | Always open bookmarks in new window/tab according to pref on activate. | David Bordoley | 2003-07-31 | 1 | -11/+3 |
* | 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-27 | 1 | -7/+12 |
* | 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-13 | 1 | -2/+5 |
* | 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 | -2/+4 |
* | Higgify clear dialog | Marco Pesenti Gritti | 2003-06-18 | 1 | -5/+30 |
* | Remove some leftovers. | Marco Pesenti Gritti | 2003-06-08 | 1 | -27/+6 |
* | 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 | -3/+7 |
* | 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-05-20 | 1 | -6/+5 |
* | Fixed many issues mentioned in #112781. | Christian Neumair | 2003-05-17 | 1 | -1/+5 |
* | Add some flags so that we can choose to save position or size or both. | David Bordoley | 2003-05-14 | 1 | -1/+2 |
* | s/bookmark page/bookmark link, more consistent with the docs and better | David Bordoley | 2003-05-14 | 1 | -4/+4 |
* | Get rid of the unneeded convenience callback since no one is try to make | David Bordoley | 2003-05-13 | 1 | -3/+0 |
* | Don't allow to have more than one bookmark with the same URL^H^H^Haddress, | Xan Lopez | 2003-05-13 | 1 | -8/+12 |
* | s/items/links to match the docs. | David Adam Bordoley | 2003-05-09 | 1 | -1/+1 |
* | s/location/address. Fix up mnemonic collisions in the print dialog. Mark | David Adam Bordoley | 2003-05-09 | 1 | -11/+11 |
* | 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 | -54/+133 |
* | Port confirmation dialog for clearing history to new history dialog. | Jon Svendsen | 2003-05-05 | 1 | -2/+88 |
* | 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 | -3/+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 |
* | Remove add_icon_column func and add the functionality to the normal | Marco Pesenti Gritti | 2003-04-29 | 1 | -7/+4 |
* | Hookup to the response signal instead of using gtk_dialog_run. Prevents us | David Bordoley | 2003-04-26 | 1 | -2/+4 |
* | Use delete key to remove history items. | David Bordoley | 2003-04-22 | 1 | -0/+23 |
* | Added tooltips to all the actions. | David Bordoley | 2003-04-21 | 1 | -18/+33 |
* | Added back code to clear the location entry. Marco I hope this is ok with | David Bordoley | 2003-04-21 | 1 | -0/+15 |
* | Fixed a duplicate seperator. Add a view menu. | David Bordoley | 2003-04-21 | 1 | -13/+21 |
* | Use g_list_free instead of g_free. | Xan Lopez | 2003-04-21 | 1 | -1/+1 |
* | Delete and Bookmark page menu. | Erich Lesh | 2003-04-20 | 1 | -4/+66 |
* | Add copy to the bookmark context menu. | David Bordoley | 2003-04-20 | 1 | -2/+143 |
* | Implement clear history. Put favicons near sites names. | Marco Pesenti Gritti | 2003-04-19 | 1 | -0/+24 |
* | Do not install two copies of epiphany.png | Marco Pesenti Gritti | 2003-04-18 | 1 | -12/+23 |
* | New history dialog implementation. More similar to bookmarks. Yeah it | Marco Pesenti Gritti | 2003-04-18 | 1 | -0/+728 |