aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ephy-web-view.c: use NULL-safe str compare functionXan Lopez2009-12-181-1/+1
* Updating Estonian translationIvar Smolin2009-12-171-33/+28
* Use the new top-widget infrastructure to ask whether to store passwordsGustavo Noronha Silva2009-12-172-20/+191
* Make it possible to add arbitrary widgets above the WebViewGustavo Noronha Silva2009-12-172-3/+93
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-1718-73/+82
* Allow dialog buttons be the defaultBenjamin Otte2009-12-171-0/+1
* Updated Arabic translationKhaled Hosny2009-12-171-710/+644
* Updated Slovenian translationMatej Urbančič2009-12-171-364/+371
* ephy-statusbar: fix GTK+ version check, it was reversedXan Lopez2009-12-161-2/+2
* ephy-web-view: do not auto-fill passwords when using a private profileXan Lopez2009-12-161-3/+3
* Emitting ge-feed-link signal for rss extensionEstêvão Samuel Procópio2009-12-161-0/+93
* Fix file placementKjartan Maraas2009-12-161-2/+2
* Updated Norwegian bokmål translation.Kjartan Maraas2009-12-161-77/+83
* Implement the actual form authentication saving and pre-fillingGustavo Noronha Silva2009-12-162-0/+517
* Add a new utility function to query the keyring for the form passwordGustavo Noronha Silva2009-12-152-33/+97
* ephy-embed-single: add a function to update the form auth cache with a new entryXan Lopez2009-12-152-12/+47
* ephy-embed-single: add a function to get the form auth data for a URIXan Lopez2009-12-152-13/+45
* ephy-embed-single: cache form auth dataXan Lopez2009-12-153-3/+156
* ephy-profile-migration: migrate form auth data from (copied) gecko profileXan Lopez2009-12-152-7/+125
* Move profile migration tools from src/ to lib/Xan Lopez2009-12-156-15/+15
* Let web pages handle mouse clicks before doing our own handlingGustavo Noronha Silva2009-12-142-2/+10
* ephy-web-view: url-decode javascript URIs before executing themXan Lopez2009-12-141-3/+7
* ephy-web-view: do not set favicon when we have no addressNguyen Thai Ngoc Duy2009-12-121-1/+1
* ephy-web-view: get rid of 'icon-address' propertyXan Lopez2009-12-112-85/+48
* ephy-web-view.h: remove old signal from class structXan Lopez2009-12-111-2/+0
* Remove the 'favicon' signal from EphyWebViewXan Lopez2009-12-113-29/+1
* Make the favicon cache work on top of new WebKit API, and WebKitDownloadGustavo Noronha Silva2009-12-103-57/+54
* ephy-navigation-action: reverse forward history listCarl van Toder2009-12-091-2/+2
* Updating Estonian translationIvar Smolin2009-12-091-25/+9
* ephy-prefs: remove obsolete preferenceXan Lopez2009-12-091-3/+0
* Add gconf key to control the search engine used in auto-searchCarl van Tonder2009-12-093-2/+26
* Use new WebKit API to respect the Content-Disposition headerGustavo Noronha Silva2009-12-092-2/+30
* ephy-statusbar: avoid widget surgery hacks with newer GTK+sXan Lopez2009-12-081-1/+8
* Get rid of 'ge-document-type' signalXan Lopez2009-12-082-88/+60
* ephy-encoding-dialog: fix compiler warning (and bug!)Xan Lopez2009-12-081-2/+1
* ephy-web-view: fix typoXan Lopez2009-12-081-1/+1
* ephy-embed: consider text/plain pages as document-type HTMLXan Lopez2009-12-081-2/+3
* Revert "Don't use deprecated GtkButton API"Diego Escalante Urrelo2009-12-072-8/+8
* Don't use deprecated GtkButton APIDiego Escalante Urrelo2009-12-062-8/+8
* Revert "Do not use deprecated GtkButton APIs"Xan Lopez2009-12-053-4/+4
* Updated Norwegian bokmål translation.Kjartan Maraas2009-12-051-642/+330
* Remove redundant parameters in location-set APIDiego Escalante Urrelo2009-12-059-60/+34
* docs: missing parameters in signalsDiego Escalante Urrelo2009-12-032-0/+5
* docs: nitpick in ephy-web-viewDiego Escalante Urrelo2009-12-031-1/+1
* docs: ephy-location-actionDiego Escalante Urrelo2009-12-036-15/+93
* docs: ephy-toolbarDiego Escalante Urrelo2009-12-036-4/+144
* docs: ephy-statusbarDiego Escalante Urrelo2009-12-035-2/+31
* docs: ephy-windowDiego Escalante Urrelo2009-12-035-7/+30
* docs: ephy-tree-model-nodeDiego Escalante Urrelo2009-12-035-4/+78
* docs: ephy-tree-model-sortDiego Escalante Urrelo2009-12-036-260/+75
* docs: ephy-web-view missing @view descriptionsDiego Escalante Urrelo2009-12-031-15/+15
* ephy-web-view: formatting nitpickDiego Escalante Urrelo2009-12-031-8/+8
* docs: ephy-node-viewDiego Escalante Urrelo2009-12-036-24/+230
* docs: remove old nonexistant APIDiego Escalante Urrelo2009-12-032-91/+0
* ephy-node-view: fix some really weird indentationDiego Escalante Urrelo2009-12-031-131/+131
* docs: ephy-zoom-actionDiego Escalante Urrelo2009-12-034-1/+43
* docs: update reference-howtoDiego Escalante Urrelo2009-12-031-23/+20
* docs: ephy-spinnerDiego Escalante Urrelo2009-12-032-2/+11
* docs: ephy-zoom-controlDiego Escalante Urrelo2009-12-031-2/+19
* docs: ephy-location-entryDiego Escalante Urrelo2009-12-032-1/+45
* docs: ephy-search-entryDiego Escalante Urrelo2009-12-032-1/+19
* docs: remove useless 'plan'Diego Escalante Urrelo2009-12-035-343/+0
* docs: remove generated templatesDiego Escalante Urrelo2009-12-0323-3346/+13
* ephy-embed: reimplent EphyEmbedSingle 'handle-content' signalXan Lopez2009-12-031-1/+13
* 2.29.32.29.3Xan Lopez2009-11-302-1/+20
* Do not use deprecated GtkButton APIsXan Lopez2009-11-303-4/+4
* ephy-web-view.c: fix auto-google search when using Ctrl-EnterXan Lopez2009-11-301-26/+34
* Update Simplified Chinese translation.Tao Wei2009-11-241-2201/+1880
* prefs-dialog: restore Close and Help buttonsIain Nicol2009-11-231-478/+233
* Add GObject introspection annotations to more functionsIain Nicol2009-11-234-2/+22
* ephy-embed: only fetch the document type for a page from the main frameXan Lopez2009-11-191-16/+19
* ephy-net-monitor: and use && instead of ||Xan Lopez2009-11-191-1/+1
* ephy-net-monitor: logic of the NULL checks was invertedXan Lopez2009-11-191-1/+1
* Disconnect dbus callbacks when disposing of the monitor.Tom Parker2009-11-181-4/+20
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-1817-26/+212
* Updated Thai translation.Theppitak Karoonboonyanan2009-11-181-1379/+1325
* Updated Galician TranslationAntón Méixome2009-11-131-531/+215
* Set program name to match the desktop fileGustavo Noronha Silva2009-11-121-0/+3
* Shavian translationThomas Thurman2009-11-102-0/+2620
* Updated Slovenian translationMatej Urbančič2009-11-051-588/+223
* Added Tamil translationvasudeven2009-11-031-513/+447
* Depend on not yet released WebKitGTK+ 1.1.17Xan Lopez2009-11-031-1/+1
* Updating Estonian translationIvar Smolin2009-11-021-263/+270
* Updated Spanish translationJorge González2009-11-021-515/+441
* Enable gtk-doc & g-ir-scanner support for our introspection annotationsIain Nicol2009-10-302-2/+40
* Initialize ephy_web_view_get_security_level's output param "description"Iain Nicol2009-10-301-2/+6
* Provide the Inspect Element menu item againGustavo Noronha Silva2009-10-304-0/+41
* ephy-seed-loader: ref count extensions like ephy-shlib-loader doesIain Nicol2009-10-281-2/+1
* ephy-seed-extension: don't assume the script returned an objectIain Nicol2009-10-271-1/+1
* 2.29.12.29.1Xan Lopez2009-10-272-1/+29
* Makefile.am: add missing EXTRA_DISTXan Lopez2009-10-271-0/+2
* Correct "ReturnValue" to "Return value" in gtk-doc commentsIain Nicol2009-10-273-6/+6
* Reimplement content type checkingGustavo Noronha Silva2009-10-262-14/+20
* ephy-seed-extension: don't crash when detaching multiple extensionsIain Nicol2009-10-241-0/+1
* Refactor EphyShell lifetime trackingXan Lopez2009-10-245-41/+55
* Allow popups when the user asks for them.Xan Lopez2009-10-231-0/+3
* Unref EphyShell on EphyWindow's dispose methodXan Lopez2009-10-231-2/+10
* Pass mailto: URI to gtk_show_uri()Frédéric Péters2009-10-192-0/+9
* Execute "javascript:" URIs instead of browsing for them.Chris Lamb2009-10-192-1/+5
* Use the new syntax for seed importsIain Nicol2009-10-151-2/+2
* Encode the typed URL before passing it as a query string for searchingGustavo Noronha Silva2009-10-071-3/+6
* Improve localhost matchingGustavo Noronha Silva2009-10-041-1/+1
* Updated Catalan translationGil Forcada2009-10-021-431/+473
* Open/Save all ui files once with gladeBenjamin Otte2009-10-025-1654/+604
* Replace .glade files with .ui filesBenjamin Otte2009-10-0214-4624/+4331
* Bump libtool to 2.2 and remove doltJavier Jardón2009-10-014-181/+2
* src/Makefile.am: Fix parallel-build issue when introspection enabled.Priit Laes2009-09-271-1/+1
* ephy-window.c: workaround bug in WebKit progress notificationXan Lopez2009-09-241-4/+11
* ephy-web-view.c: update comment of ephy_web_view_is_loadingXan Lopez2009-09-241-3/+4
* ephy-web-view.c: take into account FAILED status for is_loadingXan Lopez2009-09-241-8/+8
* Updated Slovenian translationMatej Urbančič2009-09-241-1052/+1020
* Prevents PDM from getting keyring passwords in a private sessionJulian de Navascues2009-09-221-2/+15
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-2233-177/+252
* Add back support for the "direction up" navigation (GNOME bug 595653)Frédéric Péters2009-09-222-4/+68
* Updated Czech help translation by Lucas LommerPetr Kovar2009-09-221-395/+405
* configure.ac: API version is still 2.28Xan Lopez2009-09-221-1/+1
* configure.ac: bump required WebKitGTK versionXan Lopez2009-09-211-1/+1
* Updated Czech translation by Lucas LommerPetr Kovar2009-09-211-534/+463
* Cleanup string freeze break for save asGustavo Noronha Silva2009-09-2150-94/+168
* ephy-notebook.c: better yet, get rid of the test completelyXan Lopez2009-09-201-7/+2
* ephy-notebook.c: use public GtkNotebook API instead of accessing members of i...Xan Lopez2009-09-201-3/+3
* Updated Italian translationFrancesco Marletta2009-09-201-4/+4
* Updated Italian translationFrancesco Marletta2009-09-201-480/+562
* Updated Bulgarian translationYavor Doganov2009-09-201-185/+207
* src/Makefile.am: add missing includeXan Lopez2009-09-201-0/+1
* ephy-embed-container.h: fix indentationXan Lopez2009-09-201-30/+23
* Bring back epiphany context menuXan Lopez2009-09-207-225/+269
* ephy-window.c: do not leak hit test resultXan Lopez2009-09-201-0/+1
* Updated Portuguese translationDuarte Loreto2009-09-201-20/+22
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2009-09-192-1194/+673
* Updated Swedish translationDaniel Nylander2009-09-191-17/+22
* Updated Hungarian translationGabor Kelemen2009-09-191-16/+21
* configure.ac: bump version to 2.29.0Xan Lopez2009-09-191-3/+3
* ephy-window.c: reimplement middle-click clipboard to open linkXan Lopez2009-09-191-58/+26
* maithili updateRajesh Ranjan2009-09-182-0/+3433
* Upadated Oriya TranslationManoj Kumar Giri2009-09-181-4/+12
* Upadated Oriya TranslationManoj Kumar Giri2009-09-181-305/+295
* Updated Telugu Translationkrishnababu k2009-09-171-204/+224
* Updated British English translationPhilip Withnall2009-09-171-19/+21
* Updated breton translationDenis ARNAUD2009-09-171-0/+3319
* added br in LINGUAS fileDenis ARNAUD2009-09-171-0/+1
* Updated Tamil Translationsifelix2009-09-171-234/+247
* Updated Basque languageInaki Larranaga Murgoitio2009-09-171-3/+100
* hindi update by Rajesh RanjanRajesh Ranjan2009-09-171-1934/+989
* Updated Lithuanian translationŽygimantas Beručka2009-09-171-1116/+1166
* Added Ukrainian translationMaxim V. Dziumanenko2009-09-161-325/+337
* Updated Galician TranslationFran Diéguez2009-09-161-211/+237
* Updated Basque languageInaki Larranaga Murgoitio2009-09-161-114/+22
* Update Norwegian bokmål translation.Kjartan Maraas2009-09-161-18/+23
* Updated Bengali India TranslationsRuna Bhattacharjee2009-09-161-211/+235
* Updated Hebrew translationYaron Shahrabani2009-09-161-901/+362
* Updated Malayalam TranslationsAni2009-09-161-20/+24
* Updated Marathi TranslationsSandeep Shedmake2009-09-151-23/+29
* Updating Estonian translationIvar Smolin2009-09-151-2/+6
* Updated Polish translationTomasz Dominikowski2009-09-151-213/+377
* Updated Finnish translationIlkka Tuohela2009-09-151-112/+83
* Updated German translationChristian Kirbach2009-09-151-16/+21
* Updated Hungarian translationGabor Kelemen2009-09-151-202/+215
* Updated Gujarati TranslationsSweta Kothari2009-09-151-21/+25
* Implement saving the page using the DataSource APIGustavo Noronha Silva2009-09-153-15/+275
* Setup nspluginwrapper if availableBastien Nocera2009-09-151-0/+5
* Updated German translationChristian Kirbach2009-09-141-208/+224
* Updating Estonian translationIvar Smolin2009-09-141-6/+17
* Updated Brazilian Portuguese translationCarlos Jose Pereira2009-09-141-203/+219
* Updated Basque languageInaki Larranaga Murgoitio2009-09-141-5/+103
* Updated Basque languageInaki Larranaga Murgoitio2009-09-141-298/+214
* ephy-profile-migration.c: repeat password migration when neededXan Lopez2009-09-141-2/+14
* Updated Marathi TranslationsSandeep Shedmake2009-09-141-223/+229
* Update Norwegian bokmål translation.Kjartan Maraas2009-09-141-207/+224
* Make the g-ir-scanner rule depend only on the header filesXan Lopez2009-09-131-1/+1
* Updated Danish translationAsk H. Larsen2009-09-131-210/+228
* Updated British English translationPhilip Withnall2009-09-131-1915/+1664
* Updated Polish translationTomasz Dominikowski2009-09-131-208/+216
* Updated Greek help translation.Kostas Papadimas2009-09-131-555/+1965
* Updated Finnish translationTommi Vainikainen2009-09-132-213/+232
* Updated Portuguese translationDuarte Loreto2009-09-121-210/+229
* Updated Arabic translationKhaled Hosny2009-09-121-201/+214
* Updated Spanish translationJorge González2009-09-121-205/+219
* * 2009-09-11 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2009-09-121-339/+355
* Updated Gujarati TranslationsSweta Kothari2009-09-111-205/+219
* Updated Kannada(kn) translationShankar Prasad2009-09-111-58/+59
* Updated Serbian translationMiloš Popović2009-09-112-476/+466
* Updated Malayalam TranslationsAni2009-09-111-237/+226
* Updated Malayalam TranslationsAni2009-09-111-1024/+944
* Updated French translationClaude Paroz2009-09-111-199/+213
* Updated Swedish translationDaniel Nylander2009-09-111-210/+218
* POTFILES.in: add ephy-nss-glue.cXan Lopez2009-09-111-0/+1
* ephy-nss-glue.c: ask for the NSS master password if neededXan Lopez2009-09-111-0/+46
* ephy-nss-glue.c: ignore padLength error in the NSS glue codeXan Lopez2009-09-111-1/+4
* Remove a couple of references to EphyCommandManagerXan Lopez2009-09-112-116/+0
* ephy-web-view.c: also allow to expire addresses after a new PROVISIONAL statusXan Lopez2009-09-111-0/+2
* ephy-location-action.c: also disconnect the notebook signal on disconnect_proxyXan Lopez2009-09-101-1/+4
* Get rid of EphyCommandManagerXan Lopez2009-09-1010-284/+18
* ephy-location-action.c: unblock address sync on switch-page tooXan Lopez2009-09-101-6/+46
* Updated Telugu Translationkrishnababu k2009-09-101-1160/+80
* ephy-profile-migration.c: fix crash when importing some profilesXan Lopez2009-09-101-2/+5
* Automatically append (n) to duplicated downloadsDiego Escalante Urrelo2009-09-101-4/+81
* Updated Turkish translation.Baris Cicek2009-09-101-1069/+1082
* Updated Greek translation.Kostas Papadimas2009-09-091-912/+574
* Updated Marathi TranslationsSandeep Shedmake2009-09-091-623/+722
* ephy-profile-migration: stript URIs from whitespace before validatingXan Lopez2009-09-091-0/+1
* ephy-dialog.c: do not use bleeding edge GTK+ APIXan Lopez2009-09-091-3/+3
* Delay obtaining suggested filename for dialogsGustavo Noronha Silva2009-09-091-13/+33
* Fixing style issues I introducedGustavo Noronha Silva2009-09-081-5/+5
* Bug 594435: Bookmark properties topic improvementsEmilio Pozuelo Monfort2009-09-081-2/+3
* Updated Gujarati TranslationsSweta Kothari2009-09-081-25/+30
* Updated Bulgarian translationAlexander Shopov2009-09-081-90/+94
* Updated French manual translationClaude Paroz2009-09-081-393/+393
* configure.ac: post release version bumpXan Lopez2009-09-081-2/+2
* configure.ac: require WebKitGTK+ 1.1.142.27.92Xan Lopez2009-09-081-1/+1
* NEWS: more updates for releaseXan Lopez2009-09-081-0/+2
* Re-adding basic ad blocking supportGustavo Noronha Silva2009-09-081-0/+25
* ephy-location-action: g_strdup is NULL safeXan Lopez2009-09-071-1/+1
* ephy-embed-single: protect against SoupPasswordManager going awayXan Lopez2009-09-071-0/+4
* Simplify EXPIRE logic in ephy_web_view_set_typed_addressXan Lopez2009-09-075-32/+16
* window-commands: unref the stream when we are done with itXan Lopez2009-09-071-0/+1
* window-commands: also ref the embed while the stream is processedXan Lopez2009-09-071-3/+4
* window-commands: better strdup the URI webkit gives usXan Lopez2009-09-071-3/+4
* Updated Basque languageInaki Larranaga Murgoitio2009-09-071-3/+100
* ephy-embed-prefs.c: do not auto-shrink imagesXan Lopez2009-09-071-0/+4
* ephy-embed-prefs.c: use 'minimum-logical-font-size' for minimum font size pre...Xan Lopez2009-09-071-1/+1
* window-commands.c: fallback to view source inside the browser when launching ...Xan Lopez2009-09-071-6/+37
* NEWS: update for releaseXan Lopez2009-09-071-0/+23
* Updated Polish translationTomasz Dominikowski2009-09-061-383/+234
* ephy-dialog: set_sensitivity ignores .ui defaultsDiego Escalante Urrelo2009-09-061-0/+3
* prefs-dialog: disable smoothscroll buttonDiego Escalante Urrelo2009-09-061-0/+1
* Hungarian translation updatedGabor Kelemen2009-09-061-993/+896
* ephy-window: make <ctrl>KP_0 an alias to <ctrl>0Diego Escalante Urrelo2009-09-051-0/+1
* ephy-embed: remove some whitespaceDiego Escalante Urrelo2009-09-051-1/+1
* Updated French translationClaude Paroz2009-09-051-696/+44
* Making gcc shut up, by initializing loading_uriGustavo Noronha Silva2009-09-051-1/+1
* When the DataSource is empty, display empty file instead of crashingGustavo Noronha Silva2009-09-051-1/+4
* ephy-session.c: fix opening an empty new epiphany window from command lineXan Lopez2009-09-041-3/+4
* ephy-web-view.c: remove some unused variablesXan Lopez2009-09-041-5/+0
* Updated German translationMario Blättermann2009-09-041-100/+111
* ephy-link-action.c: plug memory leakXan Lopez2009-09-031-3/+8
* ephy-embed.c: use the initial request to fill the URL entryXan Lopez2009-09-031-7/+13
* Updated Basque languageInaki Larranaga Murgoitio2009-09-031-147/+53
* Updated Brazilian Portuguese translation.Fábio Nogueira2009-09-031-47/+51
* Updated Arabic translationKhaled Hosny2009-09-021-41/+45
* Removing unnecessary includeGustavo Noronha Silva2009-09-021-1/+0
* Use new DataSource API to provide view page sourceGustavo Noronha Silva2009-09-021-24/+105
* Fixs the warning if using NULL urlJulian de Navascues2009-09-011-2/+8
* Update Norwegian bokmål translation.Kjartan Maraas2009-09-011-30/+33
* Updating Estonian translationIvar Smolin2009-09-011-2/+5
* Updated Swedish translationDaniel Nylander2009-09-011-370/+191
* Updated Spanish translationJorge González2009-09-011-27/+32
* Fix .desktop file (GNOME bug 588979)Javier Jardón2009-08-311-1/+2
* Updated Bengali India TranslationsRuna Bhattacharjee2009-08-311-846/+52
* Updated Irish translationSeán de Búrca2009-08-311-175/+136