aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ephy-module: use G_DEFINE_TYPE.Xan Lopez2009-03-011-32/+2
* Remove CXX/C++ stuff from configure/Makefiles.Xan Lopez2009-03-012-16/+2
* Remove get_backend function, there's only one possibility now.Xan Lopez2009-02-285-40/+1
* Remove gecko-only desktop-file plugin.Xan Lopez2009-02-286-640/+0
* webkit-embed-prefs: use utils macro to get WebView from embed.Xan Lopez2009-02-281-1/+2
* MAINTAINERS: add myself, as agreed with Christian.Xan Lopez2009-02-281-0/+5
* Remove the {_get,_set}_encoding functions from the python bindings definition,Cosimo Cecchi2009-02-271-15/+0
* webkit-embed-prefs: support user style sheets.Xan Lopez2009-02-271-1/+36
* Add FIXME about encodings.Xan Lopez2009-02-271-0/+1
* Remove embedding APIs for set/get encoding.Xan Lopez2009-02-275-69/+23
* webkit-embed: remove extra ';'.Xan Lopez2009-02-271-1/+1
* Implement get/set encoding for the embed.Xan Lopez2009-02-275-11/+10
* webkit-embed-single: use SoupProxyResolverGNOME to use GNOME proxy settings.Xan Lopez2009-02-261-1/+6
* webkit-embed-single: unref cookie jar once it's added to the session.Xan Lopez2009-02-261-0/+1
* Use libsoup, getting the session from webkit, to handle cookies.Xan Lopez2009-02-2312-717/+108
* Use – (en dash , U+2013) in copyright years. Also fixup surrounding whitesp...Wouter Bolsterlee2009-02-231-10/+10
* ephy-zoom-control: release references in dispose, not finalize.Xan Lopez2009-02-231-5/+9
* ephy-zoom-control: use G_DEFINE_TYPE, remove unneeded includes.Xan Lopez2009-02-231-37/+4
* ephy-zoom-action: use G_DEFINE_TYPE, remove unneeded includes.Xan Lopez2009-02-231-37/+5
* ephy-search-entry: remove unneeded/redundant includes.Xan Lopez2009-02-231-2/+0
* Update yearChristian Persch2009-02-231-1/+1
* ephy-password-dialog: remove, it's unused.Xan Lopez2009-02-233-835/+0
* ephy-location-entry: fix security icon visibility.Xan Lopez2009-02-231-3/+8
* ephy-window: do not make code conditional on Gecko version.Xan Lopez2009-02-231-8/+4
* Updated Czech translation of manual by Lucas Lommer.Petr Kovář2009-02-221-19/+12
* ephy-bookmarks: guard zeroconf dependent function declaration.Xan Lopez2009-02-211-0/+2
* downloader-view: use undeprecated gtk_status_icon_set_tooltip_text.Xan Lopez2009-02-211-2/+2
* sv.po: Updated Swedish translationDaniel Nylander2009-02-201-65/+73
* ephy-window: do not show progress for pages that load very quickly (eg, about...Xan Lopez2009-02-191-1/+9
* Fix finding extensions in system dir.Xan Lopez2009-02-181-5/+7
* Updated translation in gujaratiSweta Kothari2009-02-161-14/+12
* Add option to open new windows in tabs.Xan Lopez2009-02-163-3/+32
* Updated Spanish translation, fixes bug #569457Jorge Gonzalez Gonzalez2009-02-142-907/+881
* Updated translation for gujaratiSweta Kothari2009-02-121-524/+525
* Updated sv translation (Daniel Nylander)Daniel Nylander2009-02-111-2574/+928
* Don't recurse into proxy item construction. Bug #570984Christian Persch2009-02-101-2/+0
* And some more style fixes, should now follow the new code guidelines.Xan Lopez2009-02-084-61/+58
* ephy-seed-extension: untabify, delete-trailing-whitespace, ...Xan Lopez2009-02-081-39/+40
* ephy-seed-extension: free this here.Xan Lopez2009-02-081-3/+3
* ephy-seed-extension: do not return const pointer as char*.Xan Lopez2009-02-081-1/+1
* ephy-seed-extension: add trailing NULL to g_strconcat.Xan Lopez2009-02-081-1/+1
* ephy-seed-extensions: fix coding style.Xan Lopez2009-02-081-34/+34
* Use gtk_activatable_get_related_action instead of the deprecated gtk_widget_g...Xan Lopez2009-02-084-10/+10
* Update from libegg trunk.Xan Lopez2009-02-081-1/+1
* Prepend /data to PKG_CONFIG_PATH so g-ir-scanner can find our not-yet-install...Christian Persch2009-02-081-0/+1
* config.h must be the first includeChristian Persch2009-02-081-2/+2
* Simply use g_irepository_get_option_group()Christian Persch2009-02-081-17/+4
* Add needed -I flags to build the Epiphany gir file.Xan Lopez2009-02-081-0/+6
* Use epiphany_LDADD for Seed libraries.Xan Lopez2009-02-071-1/+4
* Fix python/seed exclusivity checkChristian Persch2009-02-071-1/+1
* Add closing ] in the right placeChristian Persch2009-02-071-2/+2
* configure.ac: add missing ']'Xan Lopez2009-02-071-1/+1
* Fail if given --enable-seed without --enable-introspection.Christian Persch2009-02-071-0/+4
* Add seed support; use --enable-seed to check it out. Patch by Robert Carr.Christian Persch2009-02-077-2/+563
* Add gobject introspection support; use --enable-introspection.Christian Persch2009-02-073-3/+133
* Remove two unused get_type functions from public header filesRobert Carr2009-02-072-4/+0
* Make help buttons ids unique in glade file, so that the generatedGustavo Noronha Silva2009-02-061-2/+2
* Corrected gconf entries wrt bug: 569564Runa Bhattacharjee2009-02-041-1910/+1856
* Respect the API version set aboveChristian Persch2009-02-041-1/+1
* Version updateChristian Persch2009-02-041-2/+2
* Only show the fixed toolbar when the leave-fullscreen button is to be shown. ...Christian Persch2009-02-041-0/+3
* Set page title for history on title-changedGustavo Noronha Silva2009-02-031-9/+8
* webkit-embed: add titles for history items when we know them.Xan Lopez2009-01-311-2/+13
* ephy-session: plug memory leak.Xan Lopez2009-01-301-2/+4
* Fixed Bug 569546 and Updated Basque translation.Inaki Larranaga Murgoitio2009-01-292-945/+746
* Updated latvian translation Bug 569558Raivis Dejus2009-01-292-40/+42
* tamil translation updatedFelix I2009-01-292-85/+87
* Bug fix for #569559Sandeep Shedmake2009-01-292-413/+162
* updating for Punjabi by A S Alam: Bug: 569547 FixedAmanpreet Singh Alam2009-01-291-868/+1177
* ephy-find-toolbar: remove unused variable.Xan Lopez2009-01-281-2/+0
* ephy-find-toolbar: do not search for the empty string or NULL.Xan Lopez2009-01-281-0/+3
* Remove unused auto encoding stuff.Xan Lopez2009-01-261-15/+0
* Remove unused function.Xan Lopez2009-01-261-13/+0
* Added Pashto translation on behalf of Zabeeh KhanGil Forcada Codinachs2009-01-262-0/+3354
* Remove unused fonts languages and autodetectors stuff. Bug #558407.Christian Persch2009-01-2610-528/+85
* Updated Marathi translations (767 translated messages)Sandeep Shedmake2009-01-242-3/+97
* Updated Marathi translations for bugid 521462, passes msgfmt checkSandeep Shedmake2009-01-242-1721/+794
* Update EggEditableToolbar from trunk.Xan Lopez2009-01-241-11/+6
* Do not use 'gtk-action' object data to get the associated GtkAction for a wid...Xan Lopez2009-01-243-9/+9
* Updated Korean translationChangwoo Ryu2009-01-241-653/+661
* ephy-find-toolbar: make indentation homogenenous.Xan Lopez2009-01-231-37/+36
* Implement scrolling in EphyFindToolbar.Xan Lopez2009-01-234-114/+23
* Add dolt support.Xan Lopez2009-01-223-0/+180
* Update POTFILES.{skip,in}.Xan Lopez2009-01-222-32/+9
* It's CLEANFILES, not CLEAN_FILES.Xan Lopez2009-01-221-1/+1
* Add the original files to EXTRA_DIST, not the generated ones.Xan Lopez2009-01-221-1/+1
* Remove EphyIconEntry leftovers.Xan Lopez2009-01-225-77/+0
* ephy-window: do not set load progress on already loaded pages.Xan Lopez2009-01-211-2/+8
* Avoid adding problematic search terms with spacesGustavo Noronha Silva2009-01-201-4/+9
* Handle end of line correctly on location bar searchGustavo Noronha Silva2009-01-201-2/+12
* Implement multiple keyword-based AND-search for the location barGustavo Noronha Silva2009-01-203-39/+142
* Use C_() instead of Q_() with context for translatable strings.Philip Withnall2009-01-205-46/+20
* Remove useless LocationEntryAction structDiego Escalante Urrelo2009-01-191-23/+3
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2009-01-191-8/+5
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2009-01-191-1666/+1394
* Added Igbo and YorubaThomas James Alexander Thurman2009-01-184-0/+8725
* Remove $Id$ marker from source files.Xan Lopez2009-01-16204-204/+0
* Fix indentation of previous commits.Xan Lopez2009-01-161-20/+20
* Include a bookmark indication in the woohoo barDiego Escalante Urrelo2009-01-163-8/+46
* Turn the location bar into the woohoo barDiego Escalante Urrelo2009-01-162-49/+79
* Updated Catalan translationGil Forcada Codinachs2009-01-141-276/+283
* We no longer need a separate pkg-config check for WEBKIT.Gustavo Noronha Silva2009-01-145-13/+0
* Port to use GtkBuilder.Xan Lopez2009-01-127-18/+38
* Updated Norwegian bokmål translation.Kjartan Maraas2009-01-121-612/+575
* configure.ac: bump required webkit version to 1.1.0.Xan Lopez2009-01-121-4/+3
* Allow to reload bypassing cache.Xan Lopez2009-01-081-9/+6
* added uzbek translations by nuraliNurali Abdurahmonov2009-01-084-0/+7078
* Updated Greek translation by Marios ZindilisSimos Xenitellis2009-01-061-1601/+590
* Updated translationGabor Keleman2009-01-051-1388/+462
* Remove leftover search_entry_clear_cb functionDiego Escalante Urrelo2009-01-051-19/+0
* Fix bookmark import of ff3 filesDiego Escalante Urrelo2009-01-051-3/+4
* 2009-01-04 Leonardo Ferreira Fontenelle leonardof@gnome.orgLeonardo Ferreira Fontenelle2009-01-051-155/+163
* ephy-window: remove entry clear timeout without chaining finalize.Xan Lopez2009-01-051-3/+3
* ephy-window: g_object_get takes a gpointer as first argument.Xan Lopez2009-01-041-7/+6
* ephy-window: also open in new tab for ctrl+click.Xan Lopez2009-01-041-1/+5
* webkit-embed: do not prefix callbacks with 'webkit_embed', they are static fu...Xan Lopez2009-01-041-33/+33
* Emit ge-document-type when the mime type of a page is known.Xan Lopez2009-01-041-0/+33
* Translation updated by Ivar SmolinPriit Laes2009-01-031-423/+422
* Adapt to the modified GTK+ API.Cosimo Cecchi2009-01-022-2/+2
* Use connect_after when connecting to drag-begin so we can override theXan Lopez2009-01-011-2/+2
* - po/nl.po: Updated Dutch translationReinout van Schouwen2008-12-311-1608/+1336
* Require GTK+ 2.15.0Xan Lopez2008-12-311-1/+1
* Delete EphyIconEntry, it's unused.Xan Lopez2008-12-315-583/+0
* Update EphySearchEntry test.Xan Lopez2008-12-311-8/+4
* Port EphySearchEntry to use GtkEntry.Xan Lopez2008-12-314-75/+46
* ephy-search-entry: use G_DEFINE_TYPE.Xan Lopez2008-12-311-32/+1
* Remove progress from statusbar now that we show it in the location entry.Xan Lopez2008-12-314-65/+0
* ephy-window: draw progress inside the location entry.Xan Lopez2008-12-311-0/+42
* ephy-location-entry: port to use GtkEntry instead of EphyIconEntry.Xan Lopez2008-12-311-151/+153
* ephy-location-entry: remove $Id$ marker.Xan Lopez2008-12-311-1/+0
* ephy-location-entry: use G_DEFINE_TYPEXan Lopez2008-12-311-34/+4
* Renamed the web inspector checkbutton widget's ID, so that it will beGustavo Noronha Silva2008-12-241-1/+1
* Web Inspector property missing from preferences enum.Gustavo Noronha Silva2008-12-241-0/+1
* Check text_table for nullity before unrefing it in resolver_found_cb.Gustavo Noronha Silva2008-12-241-1/+4
* Open links in new tab with middle click.Xan Lopez2008-12-211-0/+42
* Updated Slovenian translationMatej Urbančič2008-12-181-650/+628
* Updated Spanish translationJorge Gonzalez Gonzalez2008-12-161-431/+436
* Updated Kurdish translationErdal Ronahi2008-12-131-525/+527
* And re-add ephy-cookie-manager too.Xan Lopez2008-12-122-0/+363
* Enable Web Inspector.Xan Lopez2008-12-126-7/+171
* Revert cookies stuff, didn't want to commit that.Xan Lopez2008-12-128-94/+232
* Port ephy to use libsoup for cookies.Xan Lopez2008-12-1210-595/+94
* window-commands: fix Send Link by Email for URLs with '&'Xan Lopez2008-12-121-20/+26
* webkit-embed: lose not needed casts to GObject.Xan Lopez2008-12-061-6/+6
* Implement chrome visibility control in popupsDiego Escalante Urrelo2008-12-031-4/+32
* ephy-window: connect web view to web-view-ready signal when it's created.Xan Lopez2008-12-011-7/+7
* Minor fix to Catalan translation thanks to Sílvia MirandaGil Forcada Codinachs2008-11-301-2/+2
* Add --enable-tests to configureDiego Escalante Urrelo2008-11-302-2/+17
* Enable docs for ephy-spinnerDiego Escalante Urrelo2008-11-306-4/+71
* Update documentation for lib/widgets/ephy-spinner.cDiego Escalante Urrelo2008-11-301-83/+86
* Document lib/widgets/ephy-zoom-control.cDiego Escalante Urrelo2008-11-306-4/+82
* Add testephyzoomcontrol.cDiego Escalante Urrelo2008-11-302-1/+89
* ephy-window: use new webkit API to create windows on request.Xan Lopez2008-11-301-0/+52
* window: zoom in/out with ctrl+scroll-{up,down}Xan Lopez2008-11-301-0/+30
* ephy-toolbar: remove useless realize/unrealize methods.Xan Lopez2008-11-301-16/+0
* Remove legacy ephy-history-item from epiphany.hDiego Escalante Urrelo2008-11-271-1/+0
* Don't do single includes in lib/egg/egg-toolbarsDiego Escalante Urrelo2008-11-272-3/+2
* Correct versionChristian Persch2008-11-171-1/+1
* Add translator comment for ISO-8859-1 default value (bug #351163).Claude Paroz2008-11-161-1/+1
* Remove libpython check that fails with libtool 2Christian Persch2008-11-111-25/+0
* Fix multi-dnd with gtk 2.14Christian Persch2008-11-051-1/+8
* Maxim Dziumanenko <dziumanenko@gmail.com>Maxim V. Dziumanenko2008-10-301-1463/+1189
* Updated Brazilian Portuguese translation.Og B. Maciel2008-10-272-60/+67
* sv.po: Updated Swedish translationDaniel Nylander2008-10-271-1457/+1674
* ephy-home-action: plug leak.Xan Lopez2008-10-271-2/+2
* Added Asturian translation on behalf of Mikel GonzálezGil Forcada Codinachs2008-10-232-0/+4284
* Updated Catalan documentationGil Forcada Codinachs2008-10-201-517/+708
* Updated Catalan translation by Sílvia MirandaGil Forcada Codinachs2008-10-191-1529/+1253
* Update from libeggChristian Persch2008-10-184-108/+232
* Use the correct return type for ephy_embed_get_link_message andDiego Escalante Urrelo2008-10-161-2/+2
* tests: fix compilation when builddir != srcdirXan Lopez2008-10-141-2/+2
* Fix conflicting mnemonics in Clear All Personal DataDiego Escalante Urrelo2008-10-131-3/+12
* Updated Spanish translationJorge Gonzalez Gonzalez2008-10-132-529/+620
* Updated it translation (Francesco Marletta).Luca Ferretti2008-10-061-364/+361
* Fixed Czech UI & manual translation by Lucas Lommer (bug #554110).Petr Kovář2008-09-292-894/+950
* Add missing config.hDiego Escalante Urrelo2008-09-291-0/+1
* Regenerate docs templates, after new docs addedDiego Escalante Urrelo2008-09-292-113/+149
* Correctly title Ephy*Entry widgets in docsDiego Escalante Urrelo2008-09-295-4/+76
* Enable ephy-search-entry docs buildDiego Escalante Urrelo2008-09-297-12/+49
* Minor nitpick in the .h filesDiego Escalante Urrelo2008-09-292-9/+9
* Enable ephy-icon-entry docs buildDiego Escalante Urrelo2008-09-296-46/+56
* Correctly mark doc comments for parsingDiego Escalante Urrelo2008-09-291-4/+4
* Include missing Returns: in commentsDiego Escalante Urrelo2008-09-291-2/+8
* Sync comment parameters with actual parametersDiego Escalante Urrelo2008-09-292-6/+6
* Avoid the parsing of non doc commentsDiego Escalante Urrelo2008-09-295-7/+7
* Update docs for ephy-icon-entryDiego Escalante Urrelo2008-09-291-4/+12
* Enable documentation build for ephy-location-entryDiego Escalante Urrelo2008-09-297-63/+341
* Sync argument names in ephy-location-entry and update docsDiego Escalante Urrelo2008-09-292-27/+56
* Document lib/widgets/ephy-location-entry.cDiego Escalante Urrelo2008-09-291-0/+133
* Document lib/widgets/ephy-icon-entry.cDiego Escalante Urrelo2008-09-292-0/+33
* tephylocationentry.c: can_undo and can_redo testsDiego Escalante Urrelo2008-09-291-0/+41
* Reindent to 2 spaces and improve the existing testsDiego Escalante Urrelo2008-09-293-114/+161
* Add testephylocationentry.cDiego Escalante Urrelo2008-09-293-13/+166
* Revert "Makefile fixes."Diego Escalante Urrelo2008-09-291-27/+13
* Remove useless ephy-node #includeDiego Escalante Urrelo2008-09-291-2/+0
* Norayr Chilingaryan <norik@freenet.am>Norayr Chilingaryan2008-09-281-1/+1
* Added epiphany armenian translationNorayr Chilingaryan2008-09-282-0/+3420
* Print version to stdout, not stderr.Christian Persch2008-09-271-1/+1
* Readd --version which was lost when removing libgnome usage.Christian Persch2008-09-271-1/+15
* Updated Brazilian Portuguese translation.Og B. Maciel2008-09-261-1616/+1353
* Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome...Christian Persch2008-09-2526-170/+3934
* Remove thisChristian Persch2008-09-241-3/+0
* C/epiphany.xml: Port 2.24 documentation fixes to trunkReinout van Schouwen2008-09-241-6/+22
* Updated Danish translation, fixes by Ask H. LarsenKenneth Nielsen2008-09-241-4/+4
* 2008-09-23 I. Felix <ifelix@redhat.com> ta translation error correctedFelix I2008-09-231-1134/+1316
* Fix for GTK+ adjustment policy enforcement:Vincent Untz2008-09-221-2/+2
* Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>Mugurel Tudor2008-09-221-1424/+2028
* Updated Russian translation.Nickolay V. Shmyrev2008-09-221-1431/+1157
* Translation updatedGabor Keleman2008-09-211-2/+2
* Remove po/ChangeLog, and depend on intltool 0.40.4 in svn builds.Christian Persch2008-09-211-1/+3
* Updated Danish translation by Kenneth NielsenKenneth Nielsen2008-09-211-1433/+1165
* Updated Czech translation by Lucas Lommer. Added Czech translation of manual ...Petr Kovář2008-09-214-134/+3300
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2008-09-201-2/+2
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2008-09-202-1454/+1179
* Updated zh_CN translation.Funda Wang2008-09-192-502/+506
* Updated Thai translation (merge from gnome-2-24 branch).Theppitak Karoonboonyanan2008-09-171-85/+81
* Small updateGabor Keleman2008-09-171-1/+1
* Small updateGabor Keleman2008-09-161-4/+3
* Hungarian translation updatedGabor Keleman2008-09-141-4/+4
* Hungarian translation updatedGabor Keleman2008-09-141-510/+502
* Arangel Angov <arangel@linux.net.mk> * mk.po: Updated Macedonian translationArangel Angov2008-09-141-0/+4
* Arangel Angov <arangel@linux.net.mk> * mk.po: Updated Macedonian translationArangel Angov2008-09-141-630/+628
* Updated Turkish TranslationBaris Cicek2008-09-132-1461/+1194
* Fixed Portuguese terminology (Duarte Loreto <happyguy_pt@hotmail.com>)Duarte Loreto2008-09-121-30/+26
* hindi update by Rajesh RanjanRajesh Ranjan2008-09-092-830/+713
* Update: Croatian LanguageRobert Sedak2008-09-091-0/+8
* Malayalm translation updatedPraveen Arimbrathodiyil2008-09-081-1451/+749
* Update: Croatian LanguageRobert Sedak2008-09-081-2092/+2546
* Updated French translation (synched with gnome-2-24).Claude Paroz2008-09-081-573/+671
* Remove eel-app-launch-context.c from POTFILES.inCosimo Cecchi2008-09-071-1/+0
* Drop usage of EelAppLaunchContext; replace it with GdkAppLaunchContext.Cosimo Cecchi2008-09-055-706/+15
* 2008-09-04 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2008-09-041-7/+23
* Revert special handling of double click in the LocationEntry; bug #426349.Loic Minier2008-09-031-14/+0
* Remove deprecated Encoding line.RELEASE_2_23_91Christian Persch2008-09-012-2/+0
* Updated TranslationLaurent Dhima2008-09-012-1851/+1361
* Makefile fixes.Christian Persch2008-08-301-13/+27
* Updated Lithuanian translation.Gintautas Miliauskas2008-08-291-268/+260
* Updated Dzongkha TranslationPema Geyleg2008-08-271-803/+1002
* Updated French translation.Robert-André Mauchin2008-08-251-1504/+1230
* Updated Traditional Chinese translation (Hong Kong). Updated TraditionalChao-Hsiung Liao2008-08-212-2782/+2252
* Updated Basque translation.Inaki Larranaga Murgoitio2008-08-211-1425/+513
* Updated Thai translation, merged from gnome-2-24 branch.Theppitak Karoonboonyanan2008-08-151-1412/+1137
* Bump GTK+ requirement to be able to build tests/.Diego Escalante Urrelo2008-08-151-1/+1
* Port the location bar to use GRegex.Diego Escalante Urrelo2008-08-153-104/+92
* Remove the sort_func for the location entry.Diego Escalante Urrelo2008-08-141-20/+5
* Make the order in which we name the cols consistent.Diego Escalante Urrelo2008-08-144-9/+9
* Remove an unneeded cast to pointer.Diego Escalante Urrelo2008-08-141-3/+6
* Updated Finnish translationIlkka Tuohela2008-08-132-1444/+1177
* Updated Japanese translation.Takeshi AIHANA2008-08-111-1440/+516
* Updated Portuguese (pt) translation by Duarte Loreto <happyguy_pt@hotmail.com>Duarte Loreto2008-08-101-1448/+1181