| Commit message (Expand) | Author | Age | Files | Lines |
* | Documented EphyNodeDb | Adam Hooper | 2004-04-05 | 1 | -1/+1 |
* | Documented EphyEmbed | Adam Hooper | 2004-03-26 | 1 | -3/+3 |
* | Tiny doc fixes. | Christian Persch | 2004-03-24 | 1 | -3/+1 |
* | Get rid of ephy_tab_[get|set]_window(). | Christian Persch | 2004-03-24 | 1 | -78/+23 |
* | Fix the build, bad noda :P | Christian Persch | 2004-03-24 | 1 | -1/+1 |
* | Documented EphyTab | Adam Hooper | 2004-03-24 | 1 | -14/+199 |
* | Cleanups chromes code and register a type for the enum. | Marco Pesenti Gritti | 2004-03-19 | 1 | -3/+11 |
* | Don't use ephy_tab_get_embed(), instead use the pointer provided when we | Christian Persch | 2004-03-05 | 1 | -20/+18 |
* | Do not show the unsubmitted dialog for js close | Marco Pesenti Gritti | 2004-03-03 | 1 | -1/+6 |
* | Do not show about:blank to the user, an empty address bar will do better. | Marco Pesenti Gritti | 2004-02-26 | 1 | -2/+15 |
* | Change this back to simply do g_idle_add(), accidentally forgot to revert | Christian Persch | 2004-02-25 | 1 | -13/+3 |
* | Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child. | Christian Persch | 2004-02-25 | 1 | -60/+78 |
* | Do not use gnome vfs to check the scheme because it can handle only | Marco Pesenti Gritti | 2004-02-24 | 1 | -17/+9 |
* | Do not load js urls when middle clicked. | Marco Pesenti Gritti | 2004-02-12 | 1 | -7/+5 |
* | Fix the fix for the epiphany equivalent of bug #133633. Don't convert the | Christian Persch | 2004-02-10 | 1 | -5/+38 |
* | Make middle-click paste work with urls with IDN domain names. Fixes the | Christian Persch | 2004-02-07 | 1 | -1/+2 |
* | Obvious typo fix | Adam Hooper | 2004-01-31 | 1 | -1/+1 |
* | Double underscores, since otherwise the menu entry will display them as | Christian Persch | 2004-01-25 | 1 | -2/+4 |
* | Sometimes reading gnomedesktop flames is useful: | Marco Pesenti Gritti | 2004-01-24 | 1 | -1/+1 |
* | data: urls can be opened in new tabs too. | Christian Persch | 2004-01-23 | 1 | -0/+1 |
* | about: can be opened in new tab too. | Christian Persch | 2004-01-21 | 1 | -0/+1 |
* | Use g_signal_connect_object to connect the embed signals, that way they're | Christian Persch | 2004-01-17 | 1 | -42/+42 |
* | Forgot to commit those. | Christian Persch | 2004-01-13 | 1 | -1/+2 |
* | Added disable_arbitrary_url, disable_toolbar_editing, and disable_history | Christopher James Lahey | 2004-01-10 | 1 | -2/+3 |
* | New API to get the EphyTab from an EphyEmbed. Port all users. | Christian Persch | 2004-01-02 | 1 | -1/+13 |
* | Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed all | Christian Persch | 2003-12-30 | 1 | -7/+9 |
* | Improve comment. | Christian Persch | 2003-12-19 | 1 | -2/+5 |
* | Don't try to save the submit button image instead of submitting the form. | Christian Persch | 2003-12-18 | 1 | -6/+8 |
* | Convert control chars to blanks. | Christian Persch | 2003-12-14 | 1 | -9/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-12-14 | 1 | -17/+16 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-12-14 | 1 | -10/+13 |
* | Make ctrl-click equivalent of middle click on links. Make shift-click save | Christian Persch | 2003-12-08 | 1 | -16/+75 |
* | Misc cleanups. Remove a duplicated signal from EphyEmbed. | Christian Persch | 2003-12-06 | 1 | -13/+0 |
* | Marco Pesenti Gritti <marco@gnome.org> | Chris Lahey | 2003-11-30 | 1 | -3/+1 |
* | Add a factory to create embed objects and use it. Deal with dependency of | Marco Pesenti Gritti | 2003-11-22 | 1 | -5/+3 |
* | Re-use some more signals from GtkMozEmbed; fix getter_Copies usage in | Christian Persch | 2003-11-19 | 1 | -6/+5 |
* | Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler and | Marco Pesenti Gritti | 2003-11-11 | 1 | -6/+1 |
* | Do not connect and reemit same signal for nothing. Remove unused/expensive | Marco Pesenti Gritti | 2003-11-10 | 1 | -4/+4 |
* | Cleanup session. Persist also history and bookmarks. | Marco Pesenti Gritti | 2003-11-10 | 1 | -12/+4 |
* | Use new glib gi18n.h instead of bonobo's bonobo-i18n.h. | Christian Persch | 2003-11-06 | 1 | -1/+1 |
* | Get rid of gresult type. Use return values instead of out-parameters | Christian Persch | 2003-11-05 | 1 | -15/+16 |
* | Add public function to get a host node from a page url. | Christian Persch | 2003-10-30 | 1 | -15/+91 |
* | don't pollute the statusbar with a "Done." message. | David Bordoley | 2003-10-25 | 1 | -1/+1 |
* | Simplify and solve bugs by using a checkbox with radio appeareance. That | Marco Pesenti Gritti | 2003-09-24 | 1 | -2/+3 |
* | Dave Bordoley <bordoley@msu.edu> | Marco Pesenti Gritti | 2003-09-24 | 1 | -3/+9 |
* | Make spinner status per tab. Remove the default to tab pref, use tab by | Marco Pesenti Gritti | 2003-09-10 | 1 | -1/+2 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -43/+39 |
* | Complete gtk 2.3 port. It doesnt run here but it could be my env. | Marco Pesenti Gritti | 2003-08-30 | 1 | -1/+2 |
* | Part of gtk 2.3 port, changelog too long to paste it | Marco Pesenti Gritti | 2003-08-30 | 1 | -3/+3 |
* | Clamp the values to 0/100, mozilla sometimes report more done requests | Marco Pesenti Gritti | 2003-08-08 | 1 | -4/+12 |
* | Add https | Marco Pesenti Gritti | 2003-07-23 | 1 | -0/+1 |
* | Try to use more friendly description for cache prefs. | Marco Pesenti Gritti | 2003-07-23 | 1 | -6/+42 |
* | If the page is about:blank, set title to "Blank page", not "about:blank". | Christian Persch | 2003-07-23 | 1 | -2/+1 |
* | Allow DND of URLs (from links or favicons or other apps...) to the | Xan Lopez | 2003-07-17 | 1 | -3/+5 |
* | 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-13 | 1 | -4/+8 |
* | Fix progress update logic. | Christian Persch | 2003-07-08 | 1 | -1/+1 |
* | Remove some unused code | Marco Pesenti Gritti | 2003-07-01 | 1 | -5/+0 |
* | Fix callbacks for new signature of ge_location embed signal. | Christian Persch | 2003-06-30 | 1 | -3/+3 |
* | 2003-06-27 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-06-28 | 1 | -5/+1 |
* | When following SAVE_POSITION/SAVE_SIZE flags actually not save them | Marco Pesenti Gritti | 2003-06-22 | 1 | -2/+6 |
* | Set address as title only when there is no title, on the second page load | Marco Pesenti Gritti | 2003-06-22 | 1 | -4/+8 |
* | Set a title on NET_START (nicified url). | Marco Pesenti Gritti | 2003-06-21 | 1 | -2/+14 |
* | Rewrite the url typed by user overwrite logic to fix bugs. | Marco Pesenti Gritti | 2003-06-20 | 1 | -17/+36 |
* | Get rid of get/set _event, reformat the header. | Marco Pesenti Gritti | 2003-06-20 | 1 | -24/+0 |
* | Move the context popup menu to ephy-window.c. If there's no background | Christian Persch | 2003-06-20 | 1 | -99/+1 |
* | Remove some obsolete entries. | Marco Pesenti Gritti | 2003-06-16 | 1 | -8/+8 |
* | Shift+F10 show context menus on the embed. (Less invasive way until | Marco Pesenti Gritti | 2003-06-16 | 1 | -6/+24 |
* | Make visibility a tab GObject property. | Christian Persch | 2003-06-14 | 1 | -5/+15 |
* | Fix statusbar message and tab label. | Christian Persch | 2003-06-14 | 1 | -2/+9 |
* | The Friday the 13th Mega Patch. Beware! | Christian Persch | 2003-06-13 | 1 | -215/+126 |
* | Fix mistake from previous checkin; strcmp cannot take NULL. | Christian Persch | 2003-06-10 | 1 | -1/+2 |
* | Do not emit the TABS_CHANGED signal; the tab's egg action will itself take | Christian Persch | 2003-06-10 | 1 | -218/+484 |
* | Install some object properties for later use. | Christian Persch | 2003-06-07 | 1 | -1/+77 |
* | Fix according to new tab logic. | Xan Lopez | 2003-05-22 | 1 | -1/+2 |
* | Simplified and reorganised zoom. Implement a zoom control for the toolbar. | Christian Persch | 2003-05-20 | 1 | -1/+1 |
* | Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefs | Marco Pesenti Gritti | 2003-05-10 | 1 | -14/+2 |
* | Share signal emission for all dom mouse events, so they dont go out of | Marco Pesenti Gritti | 2003-05-10 | 1 | -153/+123 |
* | Implement the EPHY_NEW_TAB_APPEND_AFTER flag. | Christian Persch | 2003-05-06 | 1 | -1/+1 |
* | Use uri as title when the page is untitled. | Christian Persch | 2003-05-05 | 1 | -1/+21 |
* | Implement clear history. Put favicons near sites names. | Marco Pesenti Gritti | 2003-04-19 | 1 | -0/+5 |
* | Dont set icon on bookmarks when the url is NULL ! Fix a bad crasher. | Marco Pesenti Gritti | 2003-04-16 | 1 | -7/+8 |
* | Hidden pref for middle click open url. Default off. | Marco Pesenti Gritti | 2003-04-15 | 1 | -19/+5 |
* | Remove some api that was just silly wrappers. Return GtkTreeViewColumn on | Marco Pesenti Gritti | 2003-04-15 | 1 | -1/+1 |
* | Fix leaks. Dont truncate utf8 strings. | Marco Pesenti Gritti | 2003-04-14 | 1 | -15/+14 |
* | Marco-is-silly-patch. Update to latest version of the favicons patch. | Christian Persch | 2003-04-02 | 1 | -1/+4 |
* | Show favicons on tabs | Christian Persch | 2003-04-01 | 1 | -7/+64 |
* | Fix embed dialog to pass a good EphyEmbed when the initial one has been | Marco Pesenti Gritti | 2003-03-01 | 1 | -0/+5 |
* | Remove old toolbar editor ui | Marco Pesenti Gritti | 2003-03-01 | 1 | -6/+1 |
* | Dont have a separate context menu for copy, just put it inside the | Marco Pesenti Gritti | 2003-02-20 | 1 | -7/+0 |
* | Implement a selected text context menu. | Marco Pesenti Gritti | 2003-02-15 | 1 | -1/+11 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-02-06 | 1 | -4/+5 |
* | Implement the data part of the toolbar editor. Partial implementation of | Marco Pesenti Gritti | 2003-01-24 | 1 | -2/+4 |
* | Merge eog-menu-api branch | Marco Pesenti Gritti | 2003-01-21 | 1 | -9/+68 |
* | Port several leaks fixes from galeon. | Marco Pesenti Gritti | 2003-01-20 | 1 | -1/+1 |
* | Use favicons in bookmarks. Use titles for session history when possible. | Marco Pesenti Gritti | 2003-01-13 | 1 | -0/+5 |
* | 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-01-12 | 1 | -11/+3 |
* | Reimplement favicons. Now all exit crashes related to connections left | Marco Pesenti Gritti | 2003-01-12 | 1 | -0/+37 |
* | Reset link message when changing page. | Marco Pesenti Gritti | 2003-01-09 | 1 | -0/+1 |
* | Make sure event listener is ever attached. Never allow to override | Marco Pesenti Gritti | 2003-01-06 | 1 | -26/+6 |
* | Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when using | Marco Pesenti Gritti | 2003-01-05 | 1 | -2/+3 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-01-02 | 1 | -1/+1 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+945 |