| Commit message (Expand) | Author | Age | Files | Lines |
* | Open source in the default editor and remove the unused copy api. Add a | Marco Pesenti Gritti | 2003-10-28 | 1 | -12/+23 |
* | Change the behaviour of --nautilus-view such that the process doesn't exit | Mark McLoughlin | 2003-10-17 | 1 | -1/+23 |
* | Merge completion branch | Marco Pesenti Gritti | 2003-10-12 | 1 | -33/+0 |
* | Simpler implementation. | Marco Pesenti Gritti | 2003-09-27 | 1 | -1/+1 |
* | Use gtkicontheme, and use it also for mime icons. | Marco Pesenti Gritti | 2003-09-27 | 1 | -10/+15 |
* | Don't destroy the session when all windows are closed. | Christian Persch | 2003-09-25 | 1 | -8/+1 |
* | Refactor initialization/automation code. Now all the code used by the | Marco Pesenti Gritti | 2003-09-24 | 1 | -0/+32 |
* | Do not use .in for not to translate files. | Marco Pesenti Gritti | 2003-09-19 | 1 | -9/+34 |
* | Make spinner status per tab. Remove the default to tab pref, use tab by | Marco Pesenti Gritti | 2003-09-10 | 1 | -3/+1 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -15/+11 |
* | Correct insertion order of new tabs. | Christian Persch | 2003-08-06 | 1 | -3/+4 |
* | Fix blank page loading. | Christian Persch | 2003-08-06 | 1 | -5/+10 |
* | 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-13 | 1 | -7/+11 |
* | Very simple plugin framework, unused for now. We will start making | Marco Pesenti Gritti | 2003-07-12 | 1 | -0/+42 |
* | Make sure we ever save bookmarks after changes, so they dont get lost on | Marco Pesenti Gritti | 2003-07-06 | 1 | -32/+0 |
* | Remove use of acconfig.h. | Marco Pesenti Gritti | 2003-07-04 | 1 | -6/+24 |
* | Use window_load_url when useful. Right now just a cleanup but will be | Marco Pesenti Gritti | 2003-06-26 | 1 | -1/+1 |
* | Rewrite the url typed by user overwrite logic to fix bugs. | Marco Pesenti Gritti | 2003-06-20 | 1 | -2/+2 |
* | With the gtk fullscreen api things can be cleaner: use the api instead of | Marco Pesenti Gritti | 2003-06-19 | 1 | -16/+3 |
* | Sigh. Fix some more mem leaks. | Christian Persch | 2003-06-13 | 1 | -0/+1 |
* | Do not emit the TABS_CHANGED signal; the tab's egg action will itself take | Christian Persch | 2003-06-10 | 1 | -1/+0 |
* | Get rid of starthere: and default to google, as discussed with Seth. Add a | Marco Pesenti Gritti | 2003-06-09 | 1 | -83/+0 |
* | Explicitly create pointer to avoid strict aliasing warnings with gcc 3.3. | Jeremy Katz | 2003-06-09 | 1 | -1/+2 |
* | Make sure to rebuild on add bookmark and on topic removal. Update on idle, | Marco Pesenti Gritti | 2003-06-04 | 1 | -72/+23 |
* | Get rid of the leftovers of the jump-to-tab pref. | Christian Persch | 2003-06-04 | 1 | -2/+0 |
* | s/DESTROYED/DESTROY which is more useulf | Marco Pesenti Gritti | 2003-05-27 | 1 | -1/+7 |
* | Cleanup new tab logic, and ever use window for new instances. | Marco Pesenti Gritti | 2003-05-21 | 1 | -34/+32 |
* | Shortest patch ever!!! Kill the new page pref. Make Seth happy :) | David Bordoley | 2003-05-20 | 1 | -3/+2 |
* | 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-05-20 | 1 | -2/+0 |
* | Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefs | Marco Pesenti Gritti | 2003-05-10 | 1 | -14/+2 |
* | Implement the EPHY_NEW_TAB_APPEND_AFTER flag. | Christian Persch | 2003-05-06 | 1 | -2/+15 |
* | Respect all the new_tab used flags, drop unused ones. Patch by Christian | Xan Lopez | 2003-04-30 | 1 | -0/+3 |
* | We dont need a _remove api, unrefing the node will work better. Try to | Marco Pesenti Gritti | 2003-04-30 | 1 | -2/+10 |
* | Actually pass a parent to history/bookmarks window, where to open the url. | Marco Pesenti Gritti | 2003-04-28 | 1 | -2/+16 |
* | update | Marco Pesenti Gritti | 2003-04-27 | 1 | -1/+21 |
* | Hookup to the response signal instead of using gtk_dialog_run. Prevents us | David Bordoley | 2003-04-26 | 1 | -42/+30 |
* | Get back toolbar editing functionalities. More work on the bookmarks | Marco Pesenti Gritti | 2003-04-25 | 1 | -2/+19 |
* | Update from egg | Marco Pesenti Gritti | 2003-04-25 | 1 | -0/+15 |
* | Open view source and copy page next to the current tab, not at the end | Xan Lopez | 2003-04-19 | 1 | -3/+9 |
* | New history dialog implementation. More similar to bookmarks. Yeah it | Marco Pesenti Gritti | 2003-04-18 | 1 | -1/+41 |
* | Moved the new_window_orphan signal to EphyEmbedSingle. | Dave Camp | 2003-04-17 | 1 | -1/+1 |
* | Remove some api that was just silly wrappers. Return GtkTreeViewColumn on | Marco Pesenti Gritti | 2003-04-15 | 1 | -1/+2 |
* | Use google feel like for keywords | Marco Pesenti Gritti | 2003-04-13 | 1 | -1/+1 |
* | Allow to launch the BME alone, rework some CORBA code, add a .desktop file | Xan Lopez | 2003-04-09 | 1 | -0/+40 |
* | Reimplement ephystate using xml and make it easier to use. -> remove some | Marco Pesenti Gritti | 2003-03-19 | 1 | -0/+2 |
* | Translate menus | Marco Pesenti Gritti | 2003-03-05 | 1 | -0/+6 |
* | about:options and about:epiphany | Marco Pesenti Gritti | 2003-03-04 | 1 | -0/+1 |
* | Remove an hack used to work around a fixed combo problem | Marco Pesenti Gritti | 2003-02-26 | 1 | -1/+1 |
* | Update location entry with the urls selected on the drop down. Implement | Marco Pesenti Gritti | 2003-02-23 | 1 | -4/+9 |
* | Make nautilus view actually work | Marco Pesenti Gritti | 2003-02-10 | 1 | -1/+5 |
* | Error handling in moz bookmarks import. | Xan Lopez | 2003-02-09 | 1 | -8/+18 |
* | Added the ability to import galeon and konqueror bookmarks. | James Willcox | 2003-02-06 | 1 | -1/+49 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-02-06 | 1 | -4/+9 |
* | hmmm | Marco Pesenti Gritti | 2003-01-21 | 1 | -1/+0 |
* | Api changes. | Marco Pesenti Gritti | 2003-01-21 | 1 | -7/+3 |
* | Merge eog-menu-api branch | Marco Pesenti Gritti | 2003-01-21 | 1 | -1/+2 |
* | Port several leaks fixes from galeon. | Marco Pesenti Gritti | 2003-01-20 | 1 | -1/+1 |
* | Use the title also for hosts in history. Cleanup hosts matching code a | Marco Pesenti Gritti | 2003-01-14 | 1 | -0/+1 |
* | 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-01-12 | 1 | -6/+2 |
* | Move root nodes ids to ephy-types. Simple logging facility: | Marco Pesenti Gritti | 2003-01-12 | 1 | -0/+2 |
* | More start here page work, importing bookmarks from mozilla now should | Marco Pesenti Gritti | 2003-01-09 | 1 | -0/+39 |
* | Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when using | Marco Pesenti Gritti | 2003-01-05 | 1 | -33/+9 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-01-02 | 1 | -1/+1 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+525 |