| Commit message (Expand) | Author | Age | Files | Lines |
* | Check if the dragged item is a separator. Fixes a crash if it _is_ one. | Christian Persch | 2004-03-08 | 1 | -0/+12 |
* | Test flags with & not &&. (Thanks to Crispin for spotting this.) | Christian Persch | 2004-03-08 | 1 | -0/+7 |
* | EPIPHANY_MAJOR=1.3 | Christian Persch | 2004-03-08 | 1 | -0/+6 |
* | CVS version markers. | Christian Persch | 2004-03-08 | 1 | -0/+41 |
* | Include "config.h" everywhere, and s/<config.h>/"config.h". Guard with #if | Christian Persch | 2004-03-08 | 1 | -0/+43 |
* | s/UCS2/UTF16/g now that we can depend on mozilla >= 1.6. | Christian Persch | 2004-03-08 | 1 | -0/+18 |
* | R embed/mozilla/ExternalProtocolService.cpp: R | Christian Persch | 2004-03-08 | 1 | -0/+33 |
* | Remove unnecessary g_object_notify. RTFM chpe :P | Marco Pesenti Gritti | 2004-03-08 | 1 | -0/+14 |
* | Version 1.3.0. Kill support for mozilla < 1.6. | Christian Persch | 2004-03-08 | 1 | -0/+7 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-03-07 | 1 | -0/+8 |
* | Updated for 1.1.11. | Christian Persch | 2004-03-07 | 1 | -0/+6 |
* | Really always check the return value of xmlTextReaderRead(), don't advance | Christian Persch | 2004-03-06 | 1 | -0/+9 |
* | Fix crash when dragging a link to a tab label; I forgot to change this | Christian Persch | 2004-03-06 | 1 | -0/+7 |
* | Also pop up the context menu with the menu key. | Christian Persch | 2004-03-06 | 1 | -0/+6 |
* | Persist changed accels with gnome_accelerator_sync(). | Christian Persch | 2004-03-05 | 1 | -0/+6 |
* | Increase MOZILLA_SNAPSHOT for 1.7b, and depend on gtk+ >= 2.3.5. | Christian Persch | 2004-03-05 | 1 | -0/+10 |
* | Don't return an error when a DOM document isn't a HTML document, it's ok | Christian Persch | 2004-03-05 | 1 | -0/+7 |
* | Don't assume Desktop directory location, check the gconf key if it's | Christian Persch | 2004-03-05 | 1 | -0/+7 |
* | Replace filename validity check, it was making the filename invalid | Christian Persch | 2004-03-05 | 1 | -0/+7 |
* | Don't use ephy_tab_get_embed(), instead use the pointer provided when we | Christian Persch | 2004-03-04 | 1 | -0/+10 |
* | Don't set the 5-star icon as window icon for the about dialogue. Fixes bug | Christian Persch | 2004-03-04 | 1 | -0/+7 |
* | Change wait interval between updates to 0.2 s. | Christian Persch | 2004-03-03 | 1 | -0/+6 |
* | Copy and modify gnome_vfs_uri_list_parse() so that we get a list of string | Christian Persch | 2004-03-03 | 1 | -0/+13 |
* | Unset the GValue after we're done using what it contained. | Christian Persch | 2004-03-03 | 1 | -0/+16 |
* | If the favicon isn't ready when we need it, connect to the favicon cache's | Christian Persch | 2004-03-02 | 1 | -0/+8 |
* | Do not show the unsubmitted dialog for js close | Marco Pesenti Gritti | 2004-03-02 | 1 | -0/+6 |
* | Don't remember the size of the filechoose dialogue, because it doesn't | Christian Persch | 2004-03-02 | 1 | -0/+8 |
* | Never show two resume dialogs, just re-present the old one. | Marco Pesenti Gritti | 2004-03-02 | 1 | -0/+7 |
* | Don't try to backup non-existing files :) Also, when neither | Christian Persch | 2004-03-01 | 1 | -0/+9 |
* | Correctly sync the smarturl property of EphyBookmarksAction when it | Christian Persch | 2004-03-01 | 1 | -0/+9 |
* | When changing a bookmark address and it was a smart bookmark but now is | Christian Persch | 2004-03-01 | 1 | -0/+8 |
* | Ensure we always have a BookmarksBar toolbar in the model. Fixes bug | Christian Persch | 2004-03-01 | 1 | -0/+8 |
* | The icon should be activated by double click | Marco Pesenti Gritti | 2004-03-01 | 1 | -0/+7 |
* | Add API docs. | Christian Persch | 2004-03-01 | 1 | -0/+6 |
* | If reading the bookmarks file, or re-importing the bookmarks from the rdf | Christian Persch | 2004-03-01 | 1 | -0/+9 |
* | Fix XBEL importer not to tag all bookmarks with a "Bookmarks" category. | Christian Persch | 2004-03-01 | 1 | -0/+7 |
* | Export ephy_statusbar_add_widget() for use by extensions. | Christian Persch | 2004-03-01 | 1 | -0/+8 |
* | Guard against xml reading error, check for NULL subtree before trying to | Christian Persch | 2004-03-01 | 1 | -0/+7 |
* | Keep a ref for downloads in the view. | Marco Pesenti Gritti | 2004-03-01 | 1 | -0/+24 |
* | Correct the label of the action button (Open) | Marco Pesenti Gritti | 2004-02-29 | 1 | -0/+6 |
* | Iterate backwards over the children when removing a host. | Christian Persch | 2004-02-29 | 1 | -0/+6 |
* | Remove cancelled downloads from the downloads hash; and remove partially | Christian Persch | 2004-02-29 | 1 | -0/+12 |
* | Add debug output in ctors and dtors. | Christian Persch | 2004-02-29 | 1 | -0/+11 |
* | Separately profile bookmarks menu clean and rebuild. | Christian Persch | 2004-02-29 | 1 | -0/+7 |
* | Add "cancelled" signal to EphyEmbedPersist. | Christian Persch | 2004-02-29 | 1 | -0/+11 |
* | Add debug output. | Christian Persch | 2004-02-29 | 1 | -0/+7 |
* | Decode RFC 2231 and RFC 2047 encoded filenames in content-disposition | Christian Persch | 2004-02-29 | 1 | -0/+8 |
* | Add debug output. | Christian Persch | 2004-02-29 | 1 | -0/+6 |
* | Fix max size logic, thanks to chpe. | Marco Pesenti Gritti | 2004-02-29 | 1 | -0/+6 |
* | Fix order of the windows, they was reversed before. | Marco Pesenti Gritti | 2004-02-29 | 1 | -0/+7 |