aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated Canadian English translation.Adam Weinberger2004-03-092-2/+6
* Updated Polish translation.Artur Flinta2004-03-092-74/+77
* Updated Welsh translation from Rhys Jones.Dafydd Harries2004-03-092-1199/+1995
* Updated Belarusian translation.Ales Nyakhaychyk2004-03-082-99/+110
* *** empty log message ***Release1111Marco Pesenti Gritti2004-03-081-1/+1
* Updated Romanian translationMugurel Tudor2004-03-082-1164/+1746
* *** empty log message ***Marco Pesenti Gritti2004-03-084-6/+11
* Updated for 1.1.11.Christian Persch2004-03-072-0/+75
* Translation updated.Mətin Əmirov2004-03-072-267/+400
* Really always check the return value of xmlTextReaderRead(), don't advanceChristian Persch2004-03-072-32/+60
* Fix crash when dragging a link to a tab label; I forgot to change thisChristian Persch2004-03-072-5/+11
* Also pop up the context menu with the menu key.Christian Persch2004-03-072-1/+16
* Updated Simplified Chinese translationFunda Wang2004-03-062-255/+265
* Persist changed accels with gnome_accelerator_sync().Christian Persch2004-03-062-0/+8
* Fix --with-mozilla-snapshot help stringChristian Persch2004-03-061-2/+2
* Increase MOZILLA_SNAPSHOT for 1.7b, and depend on gtk+ >= 2.3.5.Christian Persch2004-03-063-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-052-20/+28
* Don't set the 5-star icon as window icon for the about dialogue. Fixes bugChristian Persch2004-03-052-8/+7
* Change wait interval between updates to 0.2 s.Christian Persch2004-03-042-1/+7
* Copy and modify gnome_vfs_uri_list_parse() so that we get a list of stringChristian Persch2004-03-045-14/+73
* Unset the GValue after we're done using what it contained.Christian Persch2004-03-044-3/+32
* If the favicon isn't ready when we need it, connect to the favicon cache'sChristian Persch2004-03-032-1/+37
* Updated Hungarian translation.Andras Timar2004-03-032-1212/+1574
* Do not show the unsubmitted dialog for js closeMarco Pesenti Gritti2004-03-032-1/+12
* Don't remember the size of the filechoose dialogue, because it doesn'tChristian Persch2004-03-032-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-022-7/+13
* Don't try to backup non-existing files :) Also, when neitherChristian Persch2004-03-022-3/+22
* Correctly sync the smarturl property of EphyBookmarksAction when itChristian Persch2004-03-022-0/+39
* When changing a bookmark address and it was a smart bookmark but now isChristian Persch2004-03-022-1/+9
* Ensure we always have a BookmarksBar toolbar in the model. Fixes bugChristian Persch2004-03-022-24/+39
* The icon should be activated by double clickMarco Pesenti Gritti2004-03-022-20/+8
* Small fix.Christian Rose2004-03-022-44/+47
* Add API docs.Christian Persch2004-03-022-6/+44
* If reading the bookmarks file, or re-importing the bookmarks from the rdfChristian Persch2004-03-022-0/+49
* Fix XBEL importer not to tag all bookmarks with a "Bookmarks" category.Christian Persch2004-03-022-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-03-012-3/+12
* Iterate backwards over the children when removing a host.Christian Persch2004-03-012-1/+7
* Remove cancelled downloads from the downloads hash; and remove partiallyChristian Persch2004-03-013-58/+98
* Add debug output in ctors and dtors.Christian Persch2004-02-297-8/+27
* Separately profile bookmarks menu clean and rebuild.Christian Persch2004-02-292-2/+13
* Add "cancelled" signal to EphyEmbedPersist.Christian Persch2004-02-294-6/+27
* Add debug output.Christian Persch2004-02-292-0/+17
* Decode RFC 2231 and RFC 2047 encoded filenames in content-dispositionChristian Persch2004-02-292-0/+48
* Add debug output.Christian Persch2004-02-292-1/+11
* Fix max size logic, thanks to chpe.Marco Pesenti Gritti2004-02-292-2/+8
* Fix order of the windows, they was reversed before.Marco Pesenti Gritti2004-02-292-2/+9
* fix typo that was causing categorized bookmarks to go in the uncategorizedMarco Pesenti Gritti2004-02-292-1/+8
* If a folder has no name, don't tag its bookmarks with "Untitled" keyword,Christian Persch2004-02-292-3/+14
* Updated Finnish translation.Pauli Virtanen2004-02-292-172/+184
* Updated Portuguese translation.Duarte Loreto2004-02-282-59/+71
* Use getInterface to get the dom window from the docshell, notMarco Pesenti Gritti2004-02-283-21/+26
* Updated French translation.Christophe Merlet2004-02-282-64/+77
* Translation updated.Priit Laes2004-02-282-49/+41
* Add a note about changelog entry.Marco Pesenti Gritti2004-02-283-11/+26
* Sucky but not intrusive hack to make dnd on the address entry work whenMarco Pesenti Gritti2004-02-284-0/+73
* Add missing check for Firebird bookmarks, patch by Andr Dahlqvist.Xan Lopez2004-02-282-1/+8
* Remove an useless check.Marco Pesenti Gritti2004-02-284-14/+22
* Depend on gk+ >= 2.3.4, but since the filechooser API changed, you'llChristian Persch2004-02-272-2/+9
* Fix for gtk+ filechooser API change.Christian Persch2004-02-274-11/+28
* Fix potential crash.Christian Persch2004-02-272-2/+17
* Replace entities also in folder names, fixes bug #135440.Christian Persch2004-02-272-1/+7
* Translation updated.Priit Laes2004-02-272-1216/+1747
* Translation updated by Kees van den Broek.Vincent van Adrighem2004-02-262-9/+15
* Do not show about:blank to the user, an empty address bar will do better.Marco Pesenti Gritti2004-02-262-2/+24
* Updated Italian translation.Alessio Frusciante2004-02-262-558/+752
* Check for NULL before converting filename to UTF-8.Christian Persch2004-02-252-10/+19
* Make max size property use long / bytes.Marco Pesenti Gritti2004-02-258-18/+52
* Change this back to simply do g_idle_add(), accidentally forgot to revertChristian Persch2004-02-252-13/+10
* Unescape filenames whenever possible.Xan Lopez2004-02-253-3/+24
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-2512-264/+297
* Updated Norwegian translation.Kjartan Maraas2004-02-252-44/+57
* Updated Korean translation.Changwoo Ryu2004-02-242-38/+50
* Updated Albanian translationLaurent Dhima2004-02-241-0/+4
* UpdatedLaurent Dhima2004-02-241-19/+19
* Updated Lithuanian translation.Zygimantas Berucka2004-02-242-39/+52
* update hindi translationGuntupalli Karunakar2004-02-242-1176/+1837
* Do not use gnome vfs to check the scheme because it can handle onlyMarco Pesenti Gritti2004-02-242-17/+16
* Updated Danish translation.Ole Laursen2004-02-242-30/+42
* Updated British English translation.Christian Persch2004-02-232-2/+6
* Updated Malay translation.Hasbullah Bin Pit2004-02-232-175/+187
* Updated Greek translationNikos Charonitakis2004-02-232-21/+35
* Updated Dutch (nl) translationReinout van Schouwen2004-02-231-34/+45
* Updated Azerbaijani translation.Mətin Əmirov2004-02-232-74/+85
* Updated the Greek translationKostas Papadimas2004-02-222-199/+199
* Updated British English translation.Release1110Christian Persch2004-02-222-433/+532
* Remove nsUnicharUtils.h from docs makefile.Christian Persch2004-02-222-1/+6
* Add $ markersChristian Persch2004-02-224-0/+7
* Removed an unused #include.Christian Persch2004-02-225-5/+10
* Always connect signals, not just for PT_AUTOAPPLY props.Christian Persch2004-02-222-3/+6
* Commit changed, auto-generated templates.Christian Persch2004-02-2211-44/+15
* Updating NEWSChristian Persch2004-02-221-0/+33
* Epiphany 1.1.10.Christian Persch2004-02-222-2/+8
* Added "en_CA" to ALL_LINGUAS. Added Canadian English translation by AdamChristian Rose2004-02-224-1/+3563
* Updated German translation.Christian Neumair2004-02-212-72/+84
* Actually remove nsUnicharUtils.*Marco Pesenti Gritti2004-02-214-19/+26
* R embed/mozilla/nsUnicharUtils.h: R embed/mozilla/nsUnicharUtils.cpp:Christian Persch2004-02-215-511/+57
* Ensure that there are no more chars after the last /. Cut down number ofMarco Pesenti Gritti2004-02-212-5/+16
* Fix logic error, spotted by Crispin.Christian Persch2004-02-213-3/+37
* Updated Swedish translation.Christian Rose2004-02-212-26/+38
* 2004-02-20 Fixed wrong translations. T.Aihana <aihana@gnome.gr.jp>Fixed wrong translations. T.Aihana2004-02-201-4/+4
* 2004-02-20 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-02-202-1770/+1419
* Update Czech translationMiloslav Trmac2004-02-202-23/+35
* Updated Albanian translationLaurent Dhima2004-02-201-0/+4
* UpdatedLaurent Dhima2004-02-201-128/+149
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-02-202-72/+84
* #ifdef HAVE_CONFIG_H the inclusion of config.h.Christian Persch2004-02-202-1/+10
* Remove duplicate entry for ephy-gui.h.Christian Persch2004-02-202-1/+6
* s/IFace/Iface/g to match the gtk+ naming convention.Christian Persch2004-02-2018-125/+185
* Updated Spanish translation.Francisco Javier F. Serrador2004-02-202-64/+76
* Updated Serbian translation.Danilo Šegan2004-02-203-258/+278
* Remove duplicate --with-html-dir argumentJulio M. Merino Vidal2004-02-203-12/+11
* Updated Danish translation.Ole Laursen2004-02-202-160/+166
* Fix off-by-one error when computing the height of the table.Christian Persch2004-02-192-1/+9
* When removing a toolbar, make its items available again in the toolbarChristian Persch2004-02-193-19/+54
* Fixed typos in the bookmarks explanation.Alexander Winston2004-02-192-2/+6
* Updated Korean translation.Changwoo Ryu2004-02-192-146/+146
* Updated Portuguese translation.Duarte Loreto2004-02-182-152/+158
* Remove the toolbar height contraint when the first item is added to it.Christian Persch2004-02-182-3/+14
* Updated Belarusian translation.Ales Nyakhaychyk2004-02-182-648/+709
* s/EphyExtensionClass/EphyExtensionIface/gChristian Persch2004-02-175-14/+25
* Epiphany 1.1.9.Release119Christian Persch2004-02-173-1/+24
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2004-02-162-374/+388
* Updated Swedish translation.Christian Rose2004-02-162-620/+767
* Don't use #if inside a macro. Fixe compilation with gcc 3.2.2.Christian Persch2004-02-162-4/+8
* Update Czech translationMiloslav Trmac2004-02-162-127/+131
* Updated Lithuanian translation.Žygimantas Beručka2004-02-162-128/+132
* Make it work (TM).Christian Persch2004-02-162-5/+19
* Weak ref the real dialogue, and hide the dialogue after running it. FixesChristian Persch2004-02-162-2/+56
* Updated French translation.Christophe Merlet2004-02-152-171/+183
* Updated Norwegian translation.Kjartan Maraas2004-02-152-130/+136
* Translation updated.Mətin Əmirov2004-02-152-544/+423
* Prepare for 1.1.8Marco Pesenti Gritti2004-02-154-11/+81
* Quiet cvs.Xan Lopez2004-02-152-0/+7
* Updated Albanian translationLaurent Dhima2004-02-141-0/+4
* UpdatedLaurent Dhima2004-02-141-118/+118
* *** empty log message ***Marco Pesenti Gritti2004-02-141-0/+13
* Several types are actually safe.Marco Pesenti Gritti2004-02-143-54/+71
* Install the statusbar .h file.Christian Persch2004-02-137-248/+251
* Updated German translation.Christian Neumair2004-02-132-341/+339
* R data/epiphany-1.0.pc.in: A data/epiphany-1.2.pc.in:Christian Persch2004-02-134-2/+12
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-02-132-115/+119
* Updated Spanish translation.Francisco Javier F. Serrador2004-02-132-118/+123
* Safety check.Christian Persch2004-02-132-1/+8
* Use static_cast<>, don't cast directly.Christian Persch2004-02-132-1/+7
* Don't set entries insensitive, only set the non-editable when the gconfChristian Persch2004-02-132-0/+11
* Unify fallback downloads dir to get the home directory.Christian Persch2004-02-133-15/+17
* Don't insist on a parent for the dialogue; because there isn't one when weChristian Persch2004-02-133-3/+9
* Updated Serbian translation.Danilo Šegan2004-02-133-42/+46
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-1310-53/+124
* Add a missing accelleratorMarco Pesenti Gritti2004-02-132-1/+7
* 2004-02-12 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-02-135-2/+30
* Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548.Christian Persch2004-02-134-3/+21
* Fix compilation with mozilla 1.4.Christian Persch2004-02-132-1/+7
* Adapt to the ever-changing mozilla APIs.Christian Persch2004-02-125-29/+126
* Updated Albanian translationLaurent Dhima2004-02-121-0/+4
* UpdatedLaurent Dhima2004-02-121-37/+37
* Update Czech translationMiloslav Trmac2004-02-122-33/+37
* Updated Serbian translation.Danilo Šegan2004-02-123-148/+156
* Simplify and hopefully fix mem corruptionMarco Pesenti Gritti2004-02-122-5/+9
* When open is explicitly requested from the dialog use a tmp file.Marco Pesenti Gritti2004-02-122-4/+22
* Updated Arabic translation.Arafat Medini2004-02-122-806/+1354
* Added timeout so that dialog won't disappear before 5 seconds is over.Chris Lahey2004-02-122-2/+73
* Increase bookmarks format version.Christian Persch2004-02-122-1/+7
* Update bookmarks keywordsMarco Pesenti Gritti2004-02-122-0/+7
* Put the serial numbers in duplicated filenames just before the last dot soXan Lopez2004-02-122-7/+34
* *** empty log message ***Denis Lackovic2004-02-122-1/+5
* Updated Lithuanian translation.Zygimantas Berucka2004-02-122-299/+68
* Make columns resizableMarco Pesenti Gritti2004-02-122-4/+9
* Do not load js urls when middle clicked.Marco Pesenti Gritti2004-02-122-7/+12
* CleanupMarco Pesenti Gritti2004-02-113-4/+14
* Better keyword matching function. Should match only words (not middleMarco Pesenti Gritti2004-02-112-1/+44
* *** empty log message ***Marco Pesenti Gritti2004-02-116-52/+80
* Pass the property id to the changed signal.Marco Pesenti Gritti2004-02-116-34/+79
* Fixed badly translated string preventing some sites from displayingChristophe Fergeau2004-02-112-56/+65
* Fix mem leaks.Christian Persch2004-02-112-0/+9
* Better autocompletion sorting logic.Marco Pesenti Gritti2004-02-113-13/+59
* Updated Finnish translation.Pauli Virtanen2004-02-112-29/+36
* Show the title of the bookmark, not the addressMarco Pesenti Gritti2004-02-112-1/+7
* Updated Korean translation.Changwoo Ryu2004-02-102-65/+69
* Updated Norwegian translation.Kjartan Maraas2004-02-102-44/+44
* Fix the fix for the epiphany equivalent of bug #133633. Don't convert theChristian Persch2004-02-102-5/+47
* Include config.h.Christian Persch2004-02-093-0/+17
* Added "mi" to ALL_LINGUAS. Added Maori translation by John C BarstowChristian Rose2004-02-094-1/+3545
* updateFunda Wang2004-02-092-1096/+1621
* Updated Spanish translation.Francisco Javier F. Serrador2004-02-092-43/+47
* Remove trailing / in invocation of mkdir, since it's unneeded and notChristian Persch2004-02-082-1/+8
* Updated Belarusian translation.Ales Nyakhaychyk2004-02-082-48/+218
* Updated Malay translation.Hasbullah Bin Pit2004-02-082-44/+50
* Updated Greek translation (minor fixes)Nikos Charonitakis2004-02-072-99/+118
* Make middle-click paste work with urls with IDN domain names. Fixes theChristian Persch2004-02-072-1/+9
* Excise old galeon 1, non ported, defined-out code.Christian Persch2004-02-072-4/+6
* Honour the --with-gconf-schema-file-dir and --disable-schemas-installChristian Persch2004-02-072-2/+11
* Update Czech translationMiloslav Trmac2004-02-072-29/+34
* Now that GtkComboBox supports mnemonic activation, set the focus target ofChristian Persch2004-02-062-0/+12
* Updated Portuguese translation.Duarte Loreto2004-02-062-438/+632
* Updated Finnish translation.Pauli Virtanen2004-02-062-1110/+1680
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-02-052-27/+33
* Make warning message selectable per hig.Piers Cornwell2004-02-052-0/+8
* Updated Albanian translationLaurent Dhima2004-02-051-0/+4
* UpdatedLaurent Dhima2004-02-051-54/+39
* No need to connect to the toolitem's create-menu-proxy signal, gtk+ doesChristian Persch2004-02-053-49/+10
* gtk+ now connects the tool item's create_menu_proxy to the action'sChristian Persch2004-02-052-80/+18
* Fix toolbar overflow menu creation. Don't connect zoom control signals toChristian Persch2004-02-054-87/+100
* Fix mem leak.Christian Persch2004-02-052-1/+8
* Dialogs shouldn't show up in the window list, period.Christian Persch2004-02-055-5/+14
* Don't show Find, Add Language, and Encodings dialogue in window list.Christian Persch2004-02-053-3/+11
* Set a default height/width for the dialog.David Bordoley2004-02-052-0/+8
* David Bordoley <bordoley@msu.edu>Biggest Flake Ever2004-02-053-0/+13
* Use title capitalisation for title.Piers Cornwell2004-02-042-1/+7
* Update Czech translationMiloslav Trmac2004-02-032-27/+29
* Add Ukrainian translationMaxim Dziumanenko2004-02-024-1/+3558
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-02-022-36/+40
* *** empty log message ***Release117Marco Pesenti Gritti2004-02-021-0/+2
* Use gnome-common to generate help makefilesMarco Pesenti Gritti2004-02-024-149/+10
* Version 1.1.7.Christian Persch2004-02-022-1/+7
* Decouple extensions manager initialisation and extensions loading. Fixes aChristian Persch2004-02-024-4/+19
* typo in icon nameMarco Pesenti Gritti2004-02-022-1/+7
* Updated Danish translation.Ole Laursen2004-02-022-621/+870
* Add a space after period, fixes bug #133151.Christian Persch2004-02-022-1/+7
* Translation updated.Mətin Əmirov2004-02-022-900/+1335
* *** empty log message ***Denis Lackovic2004-02-022-478/+555
* *** empty log message ***Marco Pesenti Gritti2004-02-011-0/+4
* Updated Slovak translation.Marcel Telka2004-02-012-811/+1087
* Activating the status icon should only show it (HIG says so). Also set theXan Lopez2004-02-012-9/+10
* *** empty log message ***Marco Pesenti Gritti2004-02-011-2/+2
* Prepare for 1.1.6Adam Hooper2004-02-013-1/+68
* Updated Albanian translationLaurent Dhima2004-02-011-0/+4
* UpdatedLaurent Dhima2004-02-011-393/+431
* Updated Korean translation.Changwoo Ryu2004-02-011-7/+8
* Updated Korean translation.Changwoo Ryu2004-01-312-361/+394
* Updated Norwegian translation.Kjartan Maraas2004-01-312-256/+268
* Obvious typo fixAdam Hooper2004-01-312-1/+7
* minor fixHasbullah Bin Pit2004-01-311-0/+1
* Updated Malay translation.Hasbullah Bin Pit2004-01-312-592/+762
* Don't try to g_free a nsCOMPtr<>, and use nsMemory::Free for the mMimeTypeChristian Persch2004-01-312-2/+8
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-312-189/+206
* Update Czech translaitonMiloslav Trmac2004-01-302-192/+206
* Fix mem leak.Christian Persch2004-01-302-2/+9
* Fix property getter of "icon" property.Christian Persch2004-01-292-2/+9
* Fix mem leak.Christian Persch2004-01-292-0/+7
* Fix mem leak.Christian Persch2004-01-292-7/+12
* Fix encodign conversion of "Untitled" filename suggestion. Fixes bugChristian Persch2004-01-292-1/+8
* Don't crash when reading the RDF file fails.Christian Persch2004-01-293-3/+18