aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* === Release 1.9.2 ===Release192Christian Persch2005-11-1310-49/+127
* Updated Belarusian TranslationAles Nyakhaychyk2005-11-112-1784/+1986
* lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.cCrispin Flowerday2005-11-115-5/+12
* Rewrite the contractid check. Now works with builds withoutChristian Persch2005-11-103-9/+44
* Use $PACKAGE_NAME.Christian Persch2005-11-102-1/+7
* Tiny output improvements.Christian Persch2005-11-103-7/+13
* Add check for contract IDs which we need but are only provided byChristian Persch2005-11-103-10/+27
* Because the Dwnloads window is a GtkDiaog for technical reasons, we setChristian Persch2005-11-102-1/+9
* A m4/gecko.m4:Christian Persch2005-11-103-118/+261
* Updated Belarusian TranslationAles Nyakhaychyk2005-11-092-53/+40
* Updated Lithuanian translation.Žygimantas Beručka2005-11-092-531/+630
* *** empty log message ***Christian Persch2005-11-082-1/+7
* Don't translate param spec strings.Christian Persch2005-11-084-18/+29
* Make "network-status" property readwrite.Christian Persch2005-11-083-4/+27
* More static strings.Christian Persch2005-11-0816-32/+55
* Mark strings in param specs as static.Christian Persch2005-11-0830-65/+108
* Allow compilation against xulrunner. Patch by Robert O'CallahanChristian Persch2005-11-082-2/+10
* reviewed by: Christian Persch <chpe@gnome.org>Bastien Nocera2005-11-082-0/+10
* Updated Spanish translation.Francisco Javier F. Serrador2005-11-072-48/+76
* Updated Slovak translation.Marcel Telka2005-11-062-513/+589
* Scroll the view so the selected cert is visible. Fixes bug #320758.Christian Persch2005-11-062-1/+8
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-11-052-614/+708
* Updated Canadian English translation.Adam Weinberger2005-11-052-11/+19
* String cleanup.Christian Persch2005-11-042-4/+11
* Updated Spanish translation.Francisco Javier F. Serrador2005-11-042-486/+562
* Updated Canadian English translation.Adam Weinberger2005-11-042-201/+278
* More detailed result code from find backend.Christian Persch2005-11-037-41/+143
* R data/art/hand-open.png:Christian Persch2005-11-034-8/+15
* Simplify the drag icon code.Christian Persch2005-11-032-109/+28
* Updated Czech translation.Miloslav Trmac2005-11-032-899/+796
* Show drag icon with page title + URL when dragging from the drag handle.Christian Persch2005-11-032-0/+248
* Simplify context menu code by removing the extra EphyDocument*FramePopupChristian Persch2005-11-033-51/+34
* Add titles with title capitalisation, and chanage the icon on theChristian Persch2005-11-033-8/+64
* Updated epiphany translation.Funda Wang2005-11-022-487/+465
* Return early when the action doesn't exist; don't crash. Patch by PeterChristian Persch2005-11-022-1/+12
* Remove spinner from fullscreen toolbars file.Christian Persch2005-11-022-1/+6
* Use a single connection to the settings object, andChristian Persch2005-11-022-40/+79
* Revert change from H18 patch which shouldn't have been committed.Christian Persch2005-11-022-1/+7
* I accidentally committed my half-complete port of the Galeon key-pressPhilip Langdale2005-11-022-117/+72
* Updated Canadian English translation.Adam Weinberger2005-11-022-472/+457
* Use GINT_TO_POINTER/GPOINTER_TO_INT when stuffing ints into pointers, andChristian Persch2005-11-022-7/+17
* Get the window name from the popup-blocked event.Christian Persch2005-11-015-11/+44
* More curly quotes.Christian Persch2005-11-0112-29/+48
* Use curly quotes.Christian Persch2005-11-012-9/+15
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-11-011-0/+4
* Constification.Christian Persch2005-11-014-22/+23
* Use the history window as parent for the new-bookmark dialogue. Fixes bugChristian Persch2005-11-012-1/+8
* Fix capitalisation, bug #320330.Christian Persch2005-11-012-1/+7
* Store the redirect and toplevel attributes when adding pages to theChristian Persch2005-10-316-28/+84
* R lib/ephy-glade.c: R lib/ephy-glade.h:Christian Persch2005-10-317-212/+35
* Remove glade callbacks, and connect from code instead.Christian Persch2005-10-319-463/+486
* Don't use BIND_LAZY when enabling debugging. That way we can find missingChristian Persch2005-10-312-6/+18
* Updated Slovak translation.Marcel Telka2005-10-312-321/+293
* Use G_MODULE_BIND_LAZY when dlopening modules.Emmanuele Bassi2005-10-313-4/+13
* Updated Lithuanian translation.Žygimantas Beručka2005-10-312-802/+768
* Fix title capitalisation.Christian Persch2005-10-302-1/+11
* Add array bounds check; fixes bug #320169.Christian Persch2005-10-302-1/+7
* Set the action's accel group. Fixes bug #319536.Christian Persch2005-10-302-1/+13
* Add ephy_file_get_downloads_dir() to get the actual downloads directory,Christian Persch2005-10-307-42/+88
* Move most of ephy_window_init code to constructor so properties areJean-François Rameau2005-10-302-56/+67
* Use G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL when opening the extensionChristian Persch2005-10-292-1/+9
* Skip spinner update when we're not loaded. Should fix bug #320079.Christian Persch2005-10-292-7/+19
* Fixed the bug in Kurdish translationErdal Ronahi2005-10-292-5/+10
* Updated Spanish translation.Francisco Javier F. Serrador2005-10-292-826/+593
* Fixed typo in Brazilian Portuguese translation.Guilherme de S. Pastore2005-10-272-2/+6
* Updated Japanese translation for v1.9.1.Takeshi AIHANA2005-10-272-602/+575
* Change downloader and pdm dialogue titles, bug #319843.Christian Persch2005-10-273-3/+10
* src/ephy-link-action.cPhilip Langdale2005-10-264-57/+185
* Translation updated by Ivar Smolin.Priit Laes2005-10-262-663/+854
* src/ephy-link-action.cPhilip Langdale2005-10-253-3/+70
* Remove info text referring to the not-committed markers in H18.Christian Persch2005-10-242-22/+19
* Post-release version bump.Christian Persch2005-10-242-1/+7
* === Release 1.9.1 ===Release191Christian Persch2005-10-248-23/+140
* Updated Brazilian Portuguese translationGuilherme de S. Pastore2005-10-232-561/+653
* Updated Canadian English translation.Adam Weinberger2005-10-232-143/+135
* Add a way to view stored password. Fix bug 316821.Jean-François Rameau2005-10-234-22/+108
* Add another mime type.Christian Persch2005-10-233-1/+12
* Fixed a typoFunda Wang2005-10-222-1/+5
* Load the key files and xml files directly from disc, instead of gettingChristian Persch2005-10-222-109/+221
* Point main menu UI at toolbar actions. Don't try and change the state ofPhilip Langdale2005-10-227-59/+41
* Expose the extension description keyfile directly to the loaders.Christian Persch2005-10-219-123/+92
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-10-212-476/+470
* Updated Greek translationNikos Charonitakis2005-10-212-477/+546
* Minor code cleanup.Christian Persch2005-10-202-6/+27
* Remove fullscreen and leave-fullscreen stock icons; they're available inChristian Persch2005-10-205-8/+3
* *** empty log message ***Ignacio Casal Quinteiro2005-10-202-885/+905
* Added Entry for Bengali (bn) Translation Updation:20/10Runa Bhattacharjee2005-10-201-0/+5
* Updated Bengali(bn) Translation:20/10Runa Bhattacharjee2005-10-201-1592/+1966
* Updated Canadian English translation.Adam Weinberger2005-10-202-406/+336
* Updated Simplified Chinese translationFunda Wang2005-10-192-643/+474
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-10-192-530/+619
* Adapt folder import to new menu code, patch by Peter Harvey.Christian Persch2005-10-192-56/+43
* Clarify stringChristian Persch2005-10-191-1/+1
* Remove lock visibility setter.Christian Persch2005-10-184-20/+14
* src/epiphany.override src/epiphany.defsCrispin Flowerday2005-10-184-211/+506
* Fix the check-python-binding makefile target to work properlyCrispin Flowerday2005-10-182-5/+11
* A data/ephy-xml2ini.xsl:Christian Persch2005-10-184-358/+136
* *** empty log message ***Christian Persch2005-10-182-1/+9
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-1753-5225/+4973
* Add another necessary mozilla include subdir to the includes for tests.BEFORE_HARVES18Philip Langdale2005-10-172-1/+13
* Exten the EphyLinkAction to attach a mouse-release-event handler whichPhilip Langdale2005-10-175-15/+199
* Enable favicons for https: sites on gecko 1.8.Christian Persch2005-10-173-2/+9
* Updated Slovak translation.Marcel Telka2005-10-162-471/+472
* Use a GtkFileChooserButton for the download path selector. Fixes bugChristian Persch2005-10-153-141/+61
* Translation updated.Vincent van Adrighem2005-10-152-273/+276
* Allow favicons for https: sites on gecko 1.9.Christian Persch2005-10-153-0/+20
* Remove debug output.Christian Persch2005-10-152-3/+8
* Add EPHY_EMBED_PERSIST_NO_CERTDIALOGS flag.Christian Persch2005-10-159-5/+235
* Work around mozilla bugChristian Persch2005-10-152-1/+9
* eggstatusicon and eggtray* are in .skip because the only strings are inChristian Persch2005-10-153-3/+10
* Added missing files, moved some files from .skip to .in. Updated CanadianAdam Weinberger2005-10-154-264/+373
* Copy the back history when a link is opened in a new tab from aPhilip Langdale2005-10-132-2/+19
* . Forgot to remove the unused url variable.Philip Langdale2005-10-132-3/+6
* embed/ephy-embed.c . Add a method to copy the back/forward history fromPhilip Langdale2005-10-138-0/+158
* Remove the "network-status" signal from the embed single, and make it aChristian Persch2005-10-139-64/+116
* A embed/mozilla/EphyRedirectChannel.cpp: AChristian Persch2005-10-138-85/+353
* Fix constness and don't strdup when returning early.Christian Persch2005-10-113-3/+9
* Translation updated by Ivar Smolin.Priit Laes2005-10-112-111/+8
* Bring back ephy_string_shorten.Christian Persch2005-10-104-7/+79
* Search the needle in the haystack, not the other way 'round.Christian Persch2005-10-102-1/+7
* Fix logging.Christian Persch2005-10-102-1/+7
* Fix logging.Christian Persch2005-10-101-1/+1
* Eliminate the *Popup/*ImagePopup popup variants. Add image context to allJean-François Rameau2005-10-103-48/+66
* Remove DBUS define, it's always compiled now.Christian Persch2005-10-102-8/+7
* Fix profiling in builddir != srcdir builds.Christian Persch2005-10-092-33/+55
* Ensure the images are loaded before starting to spin. Should fix crashesChristian Persch2005-10-092-7/+25
* Translation updated.Priit Laes2005-10-082-6/+10
* Remove unused variable.Christian Persch2005-10-072-1/+6
* Sync with gnome-2-12.Christian Persch2005-10-072-23/+36
* Use flags to save memory for the priv struct.Christian Persch2005-10-072-12/+22
* Add style properties for 'secure-[bg|fg]-color', and apply them when theChristian Persch2005-10-077-5/+175
* Add out private plugin directory to MOZ_PLUGIN_PATH too.Christian Persch2005-10-064-2/+18
* Add "desktop-file" plugin, adapted from the "mozilla-desktop-file-plugin"Christian Persch2005-10-068-1/+514
* Translation updated.Priit Laes2005-10-062-21/+20
* Use "position" property notification instead of size-allocate to monitorChristian Persch2005-10-033-6/+20
* Fix memory leak.Christian Persch2005-10-032-3/+15
* Make sure we don't unref NULL objects.Christian Persch2005-10-033-36/+60
* Add configure switch to disable zeroconf bookmarks, since they're almostChristian Persch2005-10-034-6/+61
* Schedule a GC in finalize of EphyTab and EphyWindow, to work around bugChristian Persch2005-10-033-0/+24
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-0315-153/+393
* Merged from gnome-2-12.Christian Persch2005-10-032-1/+3667
* Remove unused variable.Christian Persch2005-10-032-1/+6
* Remove unused code.Christian Persch2005-10-022-1/+9
* Don't include config.h here.Christian Persch2005-10-025-58/+383
* Don't spin unmapped spinners. Slightly decrease the frequency. Might helpChristian Persch2005-10-022-4/+54
* Reset the IM context before activating the entry.Christian Persch2005-10-014-6/+23
* Updated Canadian English translation.Adam Weinberger2005-10-012-268/+234
* Return error on failure.Christian Persch2005-09-302-6/+13
* Don't free const strings.Christian Persch2005-09-292-2/+6
* Add a function to get the tab's real title, and use it where appropriate.Christian Persch2005-09-287-30/+60
* Hide the filters combo if there's only the "All" filter.Christian Persch2005-09-283-6/+28
* Back out the fix for bug #158486 by re-enabling keyword: searches. FixesChristian Persch2005-09-282-2/+9
* Use the tab label's outer hbox for the size calculation instead of theChristian Persch2005-09-272-7/+16
* Updated Swedish translation.Christian Rose2005-09-272-1384/+1740
* Unify background image and image code (contex menu, conext event). Fix bugJean-François Rameau2005-09-277-54/+28
* Back out previous change, it doesn't work right when there are *two*Christian Persch2005-09-263-10/+10
* Push a new event queue while showing the dialogue with gtk_dialog_run.Christian Persch2005-09-265-0/+203
* Add disable_quit to lockdown gconf schema. Fix bug 316499.Jean-François Rameau2005-09-262-0/+17
* Rename the autoconf macro to EPIPHANY_EXTENSION_INIT() and make it checkCrispin Flowerday2005-09-252-1/+67
* Handle contentEncodingError error.Jean-François Rameau2005-09-252-0/+11
* If the library path isn't absolute, look in the main extension dir, andCrispin Flowerday2005-09-253-1/+34
* Don't crash if the Authors key is missing, or there are no keys in theCrispin Flowerday2005-09-242-20/+35
* s/DOT_INIT/DOT_INI/g.Christian Persch2005-09-242-6/+12
* Don't read unused variables, and use a #define for the keyfile extension.Christian Persch2005-09-242-37/+21
* Accept "Module" argument.Christian Persch2005-09-242-1/+11
* Support "Library" argument.Christian Persch2005-09-242-1/+14
* R data/epiphany-extension.xsd:Christian Persch2005-09-244-181/+13
* Really add the fileCrispin Flowerday2005-09-242-0/+34
* Add support for extension description files in the keyfile format, usingCrispin Flowerday2005-09-243-42/+237
* Remove unused function.Jean-François Rameau2005-09-222-25/+6
* Fix compile warnings.Christian Persch2005-09-222-2/+7
* Don't use "cat >" as output command, it fails inpredicably. Instead, useChristian Persch2005-09-222-2/+23
* New function to check the filename/directory for writability, derived fromChristian Persch2005-09-227-42/+36
* Fix reference docs buildChristian Persch2005-09-211-0/+1
* Revert "make update-po" commit.Christian Persch2005-09-2169-52414/+65406
* remove outdated strings and run "make update-po".Tomasz Kłoczko2005-09-2068-65402/+52414
* added missing Plural-Forms field in preamble.Tomasz Kłoczko2005-09-201-0/+1
* Add EPHY_EMBED_STATE_RESTORING and conversion fromChristian Persch2005-09-203-1/+13
* Add another mime alias.Christian Persch2005-09-202-0/+7
* Make the methods to unset/release the context event semi-public.Christian Persch2005-09-193-15/+37
* Spell checkNguyen Thai Ngoc Duy2005-09-191-1/+1
* Merged from gnome-2-12Nguyen Thai Ngoc Duy2005-09-171-29/+29
* Repair the previous b0rkage, see previous logRaphael Slinckx2005-09-173-70/+53
* If the search term is empty for a smart bookmark use the normal URLRaphael Slinckx2005-09-152-0/+24
* Don't focus the checkbox initially. Fixes bug #163371.Christian Persch2005-09-152-4/+16
* Make Close the default button.Christian Persch2005-09-152-0/+7
* Set "website-label" property.Christian Persch2005-09-142-0/+7
* Updated translation, <arangela@cvs.gnome.org>Arangel Angov2005-09-131-86/+85
* Manually emit the "profile-change-net-teardown" notification; works aroundChristian Persch2005-09-092-0/+12
* Remove unused code.Christian Persch2005-09-072-2/+6
* *** empty log message ***Iñaki Larrañaga Murgoitio2005-09-061-0/+4
* Updated Basque translation.Inaki Larranaga2005-09-061-783/+1085
* Implement [SG]etGeckoURIFlags for gecko 1.9.Christian Persch2005-09-063-7/+44
* Mozilla printing code is braindead. Bug #163255.Christian Persch2005-09-052-3/+43
* Translation updated by Ivar Smolin.Priit Laes2005-09-052-1/+5
* Updated Serbian translation.Danilo Šegan2005-09-043-1646/+1918
* Depend on pygtk 2.8. Fixes bug #314557.Christian Persch2005-09-044-32/+16
* Update Spanish translation.Francisco Javier F. Serrador2005-09-032-0/+0
* Fix HIG spacings.Christian Persch2005-09-014-3/+11
* Remove find dialogue, and tweak spacings to be HIG compliant.Christian Persch2005-09-012-327/+10
* Only listen for trusted events.Christian Persch2005-09-013-52/+28
* Updated Russian translationNickolay V. Shmyrev2005-09-012-1317/+1212
* Update gtk requirement.Christian Persch2005-09-012-4/+8
* Better message on the enter-secure warning.Christian Persch2005-08-312-2/+7
* Updated Persian translation by Alireza KheirkhahanRoozbeh Pournader2005-08-312-1611/+2283
* Updated Lithuanian translation.Žygimantas Beručka2005-08-312-541/+426
* Fixed typo in Japanese translation for v1.7.6.Takeshi AIHANA2005-08-302-61/+66
* Only include execinfo.h if it exists.Christian Persch2005-08-302-0/+8
* Check for execinfo.h. Fixes bug #314776.Christian Persch2005-08-303-0/+14
* Merged from branchesChristian Persch2005-08-291-0/+133
* Version 1.9.Christian Persch2005-08-2916-7472/+7435
* Updated Hebrew translation.Yair Hershkovitz2005-08-292-1424/+2215
* Remove unused variables.GNOME_2_12_BRANCHPOINTChristian Persch2005-08-292-3/+6
* Post-release version bump.Christian Persch2005-08-282-1/+7
* Post-release version bump.Christian Persch2005-08-281-1/+1
* === Release 1.7.6 ===Release176Christian Persch2005-08-284-3/+49
* Update credits.Christian Persch2005-08-283-3/+9
* Set default prefs for warn-on-mixed-security pages. Part of bugChristian Persch2005-08-282-0/+10
* Add an "add-page" signal to the EphyHistory object that can be used toCrispin Flowerday2005-08-284-17/+68
* Fix pointer grab lockup when gecko pops up a dialogue.Christian Persch2005-08-282-87/+220
* Add another workaround for the Gentoo header layout, and reference theCrispin Flowerday2005-08-283-0/+13
* The focus fix isn't needed anymore for gecko >= 1.8.Christian Persch2005-08-285-28/+23
* Updated French translation.Christophe Merlet2005-08-282-1041/+916
* Updated Catalan translation by Xavi Conde.Jordi Mallach2005-08-272-1028/+1297
* Add in the dom directory to the includes used for the configure checks.Crispin Flowerday2005-08-272-0/+11
* Updated Indonesian translation.Mohammad DAMT2005-08-272-1/+5
* Updated Indonesian translation.Mohammad DAMT2005-08-271-1331/+1560
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-08-272-64/+68
* Updated pt_BR translationRaphael Higino2005-08-271-0/+4
* Fix compile warnings.Christian Persch2005-08-262-1/+7
* Disable keyword searches by default. From bug #158486.Christian Persch2005-08-262-2/+8
* add Punjabi (pa) by amanpreet Singh Brar AlamwaliaAmanpreet Singh Alam2005-08-261-806/+685
* Fix configure check for gecko 1.7.Christian Persch2005-08-252-1/+7
* Gecko API change.Christian Persch2005-08-252-0/+24
* Fix configure check for gecko >= 1.8.Christian Persch2005-08-252-10/+23
* Updated Welsh translation.Rhys Jones2005-08-252-1940/+1401
* Updated Polish translation by GNOME PL Team.Artur Flinta2005-08-242-56/+62
* Updated Brazilian Portuguese translation from Afonso Celso MedinaEvandro Fernandes Giovanini2005-08-242-914/+797
* Updtaed TranslationsAnkitkumar Rameshchandra Patel2005-08-232-181/+210
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2005-08-232-49/+53
* Don't use nsIURI::SetPassword, since it asserts when username is empty.Christian Persch2005-08-224-2/+19
* Remove check for redirected URL. Fixes bug #313756.Christian Persch2005-08-222-9/+8
* Updated Romanian translationMugurel Tudor2005-08-222-1/+5
* Fix the check for unchanged address to check if we even have a monitor atChristian Persch2005-08-222-8/+14
* Don't empty find entry on Ctrl-F.Christian Persch2005-08-212-1/+7
* Translation updated by Ivar Smolin.Priit Laes2005-08-212-6/+10
* Post-release version bump.Christian Persch2005-08-212-1/+7
* === Release 1.7.5 ===Release175Christian Persch2005-08-213-0/+70
* Don't use ext handler for ftp://.Christian Persch2005-08-213-2/+9
* Change a g_return_if_fail into a regular return.Christian Persch2005-08-212-1/+7