summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use CopyUTF8toUTF16 where appropriate.pre-gnome-2-8Christian Persch2004-03-105-14/+19
* Check if the dragged item is a separator. Fixes a crash if it _is_ one.Christian Persch2004-03-083-2/+40
* Test flags with & not &&. (Thanks to Crispin for spotting this.)Christian Persch2004-03-082-1/+8
* EPIPHANY_MAJOR=1.3Christian Persch2004-03-082-1/+7
* CVS version markers.Christian Persch2004-03-0837-4/+113
* Include "config.h" everywhere, and s/<config.h>/"config.h". Guard with #ifChristian Persch2004-03-0838-12/+174
* s/UCS2/UTF16/g now that we can depend on mozilla >= 1.6.Christian Persch2004-03-0814-67/+85
* R embed/mozilla/ExternalProtocolService.cpp: RChristian Persch2004-03-0829-417/+80
* Remove unnecessary g_object_notify. RTFM chpe :PMarco Pesenti Gritti2004-03-087-7/+14
* Version 1.3.0. Kill support for mozilla < 1.6.Christian Persch2004-03-084-1755/+1172
* *** empty log message ***Release1111pre-gnome-2-6Marco Pesenti Gritti2004-03-071-1/+1
* Updated Romanian translationMugurel Tudor2004-03-072-1164/+1746
* *** empty log message ***Marco Pesenti Gritti2004-03-074-6/+11
* Updated for 1.1.11.Christian Persch2004-03-072-0/+75
* Translation updated.Mətin Əmirov2004-03-062-267/+400
* Really always check the return value of xmlTextReaderRead(), don't advanceChristian Persch2004-03-062-32/+60
* Fix crash when dragging a link to a tab label; I forgot to change thisChristian Persch2004-03-062-5/+11
* Also pop up the context menu with the menu key.Christian Persch2004-03-062-1/+16
* Updated Simplified Chinese translationFunda Wang2004-03-062-255/+265
* Persist changed accels with gnome_accelerator_sync().Christian Persch2004-03-052-0/+8
* Fix --with-mozilla-snapshot help stringChristian Persch2004-03-051-2/+2
* Increase MOZILLA_SNAPSHOT for 1.7b, and depend on gtk+ >= 2.3.5.Christian Persch2004-03-053-5/+23
* Don't return an error when a DOM document isn't a HTML document, it's okChristian Persch2004-03-052-1/+9
* Don't assume Desktop directory location, check the gconf key if it'sChristian Persch2004-03-052-2/+24
* Replace filename validity check, it was making the filename invalidChristian Persch2004-03-052-10/+14
* Don't use ephy_tab_get_embed(), instead use the pointer provided when weChristian Persch2004-03-042-20/+28
* Don't set the 5-star icon as window icon for the about dialogue. Fixes bugChristian Persch2004-03-042-8/+7
* Change wait interval between updates to 0.2 s.Christian Persch2004-03-032-1/+7
* Copy and modify gnome_vfs_uri_list_parse() so that we get a list of stringChristian Persch2004-03-035-14/+73
* Unset the GValue after we're done using what it contained.Christian Persch2004-03-034-3/+32
* If the favicon isn't ready when we need it, connect to the favicon cache'sChristian Persch2004-03-022-1/+37
* Updated Hungarian translation.Andras Timar2004-03-022-1212/+1574
* Do not show the unsubmitted dialog for js closeMarco Pesenti Gritti2004-03-022-1/+12
* Don't remember the size of the filechoose dialogue, because it doesn'tChristian Persch2004-03-022-5/+8
* Never show two resume dialogs, just re-present the old one.Marco Pesenti Gritti2004-03-022-2/+22
* Another fix.Christian Rose2004-03-012-7/+13
* Don't try to backup non-existing files :) Also, when neitherChristian Persch2004-03-012-3/+22
* Correctly sync the smarturl property of EphyBookmarksAction when itChristian Persch2004-03-012-0/+39
* When changing a bookmark address and it was a smart bookmark but now isChristian Persch2004-03-012-1/+9
* Ensure we always have a BookmarksBar toolbar in the model. Fixes bugChristian Persch2004-03-012-24/+39
* The icon should be activated by double clickMarco Pesenti Gritti2004-03-012-20/+8
* Small fix.Christian Rose2004-03-012-44/+47
* Add API docs.Christian Persch2004-03-012-6/+44
* If reading the bookmarks file, or re-importing the bookmarks from the rdfChristian Persch2004-03-012-0/+49
* Fix XBEL importer not to tag all bookmarks with a "Bookmarks" category.Christian Persch2004-03-012-4/+99
* Export ephy_statusbar_add_widget() for use by extensions.Christian Persch2004-03-013-3/+24
* Guard against xml reading error, check for NULL subtree before trying toChristian Persch2004-03-012-3/+12
* Keep a ref for downloads in the view.Marco Pesenti Gritti2004-03-017-23/+131
* Correct the label of the action button (Open)Marco Pesenti Gritti2004-02-292-3/+12
* Iterate backwards over the children when removing a host.Christian Persch2004-02-292-1/+7