aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove ephy-tab.h. This breaks the build; we'll fix it step by step.Christian Persch2007-10-281-73/+0
* Move tab ID from EphyTab to EphyTabsMenu which is the only user of it.Christian Persch2007-10-283-69/+89
* Use G_DEFINE_TYPE.Christian Persch2007-10-282-30/+3
* Fix the build with --enable-debug.Christian Persch2007-10-281-1/+1
* Move popups-allowed and hidden-popup-count from EphyTab to EphyEmbed.Xan Lopez2007-10-274-433/+376
* Updated Norwegian bokmål translation.Kjartan Maraas2007-10-272-366/+362
* Add placeholders for all the new properties in embed.Xan Lopez2007-10-271-15/+192
* Remove non-existing functions in the embed interface from the _init function.Xan Lopez2007-10-271-3/+0
* get_link_message returns const char * now.Xan Lopez2007-10-271-1/+1
* get_title returns const char * now.Xan Lopez2007-10-261-2/+2
* Tabify modified files.Xan Lopez2007-10-263-166/+166
* Bump configure.ac version to 2.21.1Xan Lopez2007-10-261-1/+2
* Add config.h in ephy-embed-utils.cXan Lopez2007-10-261-1/+3
* Fix more issues left with the refactoring.Xan Lopez2007-10-263-53/+20
* Fix the remaining breakage.Xan Lopez2007-10-263-5/+28
* Port src/ to the new properties in EphyEmbed.Xan Lopez2007-10-269-128/+50
* Move file_monitor_cancel on dispose from EphyTab to EphyEmbed.Xan Lopez2007-10-262-2/+11
* Move title/address update on open-uri signal to EphyEmbed.Xan Lopez2007-10-267-65/+230
* Move icon and icon-address to EphyEmbed.Xan Lopez2007-10-264-176/+184
* Move status-message and logic of link-message to EphyEmbed.Xan Lopez2007-10-264-372/+357
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-2611-20/+12
* Move title from EphyTab to EphyEmbed.Xan Lopez2007-10-264-475/+400
* Move address and typed-address from EphyTab to EphyEmbedXan Lopez2007-10-269-199/+221
* Translation updated by Ivar Smolin.Priit Laes2007-10-252-237/+256
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-10-252-394/+200
* Adds a check for NULL pointer in ephy-session.c, fixing wrong behaviour whenCosimo Cecchi2007-10-241-9/+13
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-10-242-377/+609
* Update WebKit backend to EphyEmbed and EphyTab changes, and implements load p...Cosimo Cecchi2007-10-231-6/+203
* Updated Slovenian translationMatej Urbančič2007-10-222-490/+574
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-227-116/+121
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-228-81/+114
* Use correct property enum.Xan Lopez2007-10-221-1/+1
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-226-75/+89
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-10-221-0/+4
* Move zoom from EphyTab to EphyEmbed.Xan Lopez2007-10-215-140/+134
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-217-89/+100
* Tabify mozilla-embed.cpp and make it use G_DEFINE_*.Xan Lopez2007-10-212-149/+102
* Add security-level property to embed and fix EphyWindow.Xan Lopez2007-10-212-12/+78
* Remove security data from EphyTab.Xan Lopez2007-10-213-61/+8
* Completely remove usage of visibility signal from src/Xan Lopez2007-10-204-95/+0
* Updates to new NetworkManager API signals for status monitoring.Cosimo Cecchi2007-10-191-12/+2
* Updated Spanish translationJorge Gonzalez Gonzalez2007-10-162-94/+98
* updated hebrew translationYair Hershkovitz2007-10-162-280/+325
* Accelerator correction. Fixes bug #484780.Claude Paroz2007-10-162-2/+6
* Take the page orientation from the page setup, not from the print settings.Christian Persch2007-10-112-2/+4
* Also check for libxul-1.9.pc, which exists in ubuntu's xulrunner-1.9-dev.Christian Persch2007-10-091-0/+6
* Make sure PRBool only contains PR_FALSE or PR_TRUE. Bug moz#398599.Christian Persch2007-10-091-1/+1
* Add application.ini file.Christian Persch2007-10-094-0/+28
* Fix code style.Christian Persch2007-10-092-10/+9
* Makes the Go button behaviour consistent with the "Enter" behaviour. BothDiego Escalante Urrelo2007-10-071-2/+10
* Update HACKING file with new indentation style.Xan Lopez2007-10-071-1/+3
* Remove unneeded marshallers. Fixes bug #484060.Felix Riemann2007-10-071-19/+0
* Do not bother emitting signal we don't have.Xan Lopez2007-10-071-4/+1
* Implement several missing methods.Xan Lopez2007-10-071-54/+122
* Remove ellipses from View -> Page Security Information, as it does not require Cosimo Cecchi2007-10-051-1/+1
* Fixes wrong use of EphySearchEntry in the history window. Bug #483150. Initia...Cosimo Cecchi2007-10-041-5/+15
* Match the WebKit/Gtk+ API changes made in WebKit SVN r26022Alp Toker2007-10-041-16/+16
* Updated Occitan translationYannig MARCHEGAY2007-10-041-3/+3
* Updated Dutch translationReinout van Schouwen2007-10-032-63/+73
* Make "Up" button dropdown menu show titles instead of URLs for already visite...Cosimo Cecchi2007-10-021-1/+14
* Change the "Powered by" name in the About dialog according to the usedCosimo Cecchi2007-10-011-2/+2
* Changes g_value_set_string to g_value_take_string to avoid a leak. Also add theDiego Escalante Urrelo2007-09-301-1/+4
* Make the location entry completion cells smarter, now bookmarks take the fullDiego Escalante Urrelo2007-09-302-4/+39
* Implement size_request for EphyTab. Fixes bug #476120Xan Lopez2007-09-301-0/+19
* Implement ephy_file_delete_directory in lib/ephy-file-helpers.c so privateDiego Escalante Urrelo2007-09-292-5/+29
* Make it build.Christian Persch2007-09-283-18/+25
* A new class designed to handle everything we need to run a modal dialogue.Christian Persch2007-09-282-0/+255
* Add app lifecycle helper class.Christian Persch2007-09-283-0/+88
* Add a preview for the FileChooser. The default size is 150x150. Fixes bugDiego Escalante Urrelo2007-09-281-0/+39
* Use g_idle to call embed_find_find_again, to give the time to the embed toCosimo Cecchi2007-09-281-10/+64
* EphyContentPolicy::ShouldLoad: use the same content policy forJosselin Mouette2007-09-271-4/+4
* Updated Spanish translationJorge Gonzalez Gonzalez2007-09-272-73/+86
* Fix the build of the custom GTK+ filepicker so we can add nice previewsDiego Escalante Urrelo2007-09-272-94/+16
* Make Epiphany properly remember the last saved location in the FileChooser.Cosimo Cecchi2007-09-261-0/+26
* Updated Greek tranlationNikos Charonitakis2007-09-262-810/+616
* Fix the icon name to use EPHY_STOCK_EPHYChristian Persch2007-09-252-2/+4
* Add more mime typesChristian Persch2007-09-251-0/+1
* Rename WebKitGdk to WebKitGtk to follow upstream change and fix build againstCosimo Cecchi2007-09-251-1/+1
* Add LIBXUL_VERSION defines, and support using libxul-embedding instead of lib...Christian Persch2007-09-241-6/+17
* Change the hint of the bookmarking properties dialog to DIALOG, insteadCosimo Cecchi2007-09-241-1/+1
* Updated Finnish translation (fix for bug #479242)Ilkka Tuohela2007-09-232-11/+15
* Add defines for major/minor/micro version.Christian Persch2007-09-202-6/+21
* Add ChangeLog.README to explain the ChangeLog policyChristian Persch2007-09-192-23/+31
* Add a somewhat tricky fix for url titles not visible on the completionDiego Escalante Urrelo2007-09-191-30/+37
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-09-172-105/+113
* Updated Danish translationKenneth Nielsen2007-09-172-91/+123
* sv.po: Updated Swedish translationDaniel Nylander2007-09-172-7447/+7458
* Updated Catalan translationGil Forcada Codinachs2007-09-172-93/+118
* Updated Finnish translationIlkka Tuohela2007-09-162-1/+5
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2007-09-162-457/+542
* Mark ChangeLog rule as PHONY.Christian Persch2007-09-161-0/+2
* Make PromptService QI to nsIPromptService2 (not implemented yet, though).Christian Persch2007-09-162-18/+36
* Build ChangeLog from SVN history at dist time. XSL copied from gnucash and mo...Christian Persch2007-09-163-3/+305
* Use friendly display for mailto: links; shows a nice text in status barCosimo Cecchi2007-09-161-1/+40
* Updated Occitan translationYannig MARCHEGAY2007-09-164-57/+61
* Updated Finnish translation (spellchecked)Ilkka Tuohela2007-09-162-1/+5
* Add gvfs check.Christian Persch2007-09-161-0/+7
* Consistent spacing.Christian Persch2007-09-161-1/+1
* Use nsILoginManager.Christian Persch2007-09-161-62/+50
* Updated Polish translation by GNOME PL Team.Artur Flinta2007-09-152-81/+108
* Link to the XPCOM glue and set GRE_HOME on startup, until I can figure outChristian Persch2007-09-153-1/+5
* Fix missing symbol on link.Christian Persch2007-09-151-0/+1
* Add libephyxulrunnerembed.la so LDADD.Christian Persch2007-09-151-0/+1
* Move EphyHistoryListener from embed/ to components/ since it's only used by G...Christian Persch2007-09-154-2/+2
* 2007-09-14 vi.po Updated Vietnamese translationClytie Siddall2007-09-141-0/+4
* Updated Arabic Translation by Youssef Chahibi. Djihed Afifi2007-09-142-639/+467
* Move EphyUtils and GeckoUtils to utils/.Christian Persch2007-09-147-8/+5
* Add utils to LDADD to try to fix the linking.Christian Persch2007-09-143-1/+5
* Add separate pkg config checks for some modules.Christian Persch2007-09-141-0/+5
* Move components from embed/ to components/ and fix the build.Christian Persch2007-09-1442-69/+90
* Fix the build. We don't need to manually add the window to the window group,Christian Persch2007-09-141-6/+5
* Fix for move of GeckoPromptService.Christian Persch2007-09-141-23/+3
* Move prompt service implementation to components/ and remove theChristian Persch2007-09-139-956/+38
* Revert the change from r7406; see bug #476540.Christian Persch2007-09-1338-38/+38
* Revert the change from r7407; see bug #476540.Christian Persch2007-09-1328-28/+28
* Move AutoJSContextStack and AutoWindowModalState helpers toChristian Persch2007-09-1311-173/+34
* Create Makefiles for embed/xulrunner/utils and components.Christian Persch2007-09-131-3/+5
* Add utils/ and components/ directories.Christian Persch2007-09-133-1/+1
* More build fixes for the xulrunner backend.Christian Persch2007-09-132-4/+12
* Assert that constructing the single succeeded.Christian Persch2007-09-131-0/+1
* Define WITH_XULRUNNER_ENGINE.Christian Persch2007-09-131-0/+2
* Build libgnomegeckoembed.la as noinst_LTLIBRARIES for now.Christian Persch2007-09-132-7/+7
* Add visibility stuff from mozilla configure, and try to fix the libdir.Christian Persch2007-09-131-9/+140
* Translation updated.Gabor Kelemen2007-09-132-93/+116
* Use G_DEFINE_TYPE.Christian Persch2007-09-131-89/+25
* Updated Portuguese translation.Duarte Loreto2007-09-132-86/+106
* Port to frozen string API by using nsINetUtilChristian Persch2007-09-131-10/+11
* Remove check for MOZILLA_INTERNAL_APIChristian Persch2007-09-131-5/+0
* Add embed directoryChristian Persch2007-09-131-1/+1
* Include nsStringGlue.h instead of nsStringAPI.hChristian Persch2007-09-1357-57/+57
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-1395-95/+95
* We know we do have gecko 1.9, so remove all HAVE_GECKO_* defines.Christian Persch2007-09-1314-144/+9
* More xulrunner build fixesChristian Persch2007-09-132-2/+3
* Disable tests directory for now.Christian Persch2007-09-131-1/+2
* Make the xulrunner backend build: change C/CXX/LDFLAGS, comment outChristian Persch2007-09-1315-164/+68
* Move ChangeLogChristian Persch2007-09-131-0/+3
* Update version and API version to 2.21Christian Persch2007-09-132-4/+3
* Add ChangeLog stub pointing to HACKING file for policyChristian Persch2007-09-131-0/+3
* Style fixesChristian Persch2007-09-131-0/+1
* Fix the LIBXUL_INCLUDES variableChristian Persch2007-09-131-2/+2
* Move old ChangeLog to ChangeLog-20070912, and dist it.Christian Persch2007-09-133-20/+28
* Make session recovery focus work properly and remember the active tab.Cosimo Cecchi2007-09-132-1/+43
* Fix disable_toolbar_editing lockdown not respected for Remove and MoveCosimo Cecchi2007-09-122-8/+26
* Adapt EphyHistoryWindow to the iconified EphySearchEntry and adds aCosimo Cecchi2007-09-122-2/+47
* Find toolbar now remembers last pattern searched also when opened withCosimo Cecchi2007-09-122-9/+8
* Updated zh_CN translationYang Zhang2007-09-121-23/+39
* Updated French translation by Cyril Brulebois and Robert-André Mauchin.Stéphane Raimbault2007-09-122-132/+167
* Updated Brazilian Portuguese translation by Og Maciel.Jonh Wendell2007-09-112-595/+263
* Adds drag-and-drop of URLs onto "New Tab" and "New Window" buttons in theCosimo Cecchi2007-09-112-14/+156
* Updated Dutch translationReinout van Schouwen2007-09-112-176/+7552
* Make sure the gecko version is set to 0 if we're not compiling with theChristian Persch2007-09-112-0/+11
* Error out if the C++ compiler wasn't found. Bug #475360.Christian Persch2007-09-112-1/+16
* Updated Spanish translationJorge Gonzalez Gonzalez2007-09-112-145/+161
* Updated Estonian translation.Priit Laes2007-09-102-1/+17
* Update Ukrainian translation.Maxim Dziumanenko2007-09-102-363/+460
* Updated German translation.Hendrik Richter2007-09-102-65/+84
* Updated Finnish translationIlkka Tuohela2007-09-102-58/+83
* Makes tooltips for Back and Forward buttons display the titles of relativeCosimo Cecchi2007-09-104-0/+63
* Forces the display of "Close print preview" on the relative toolbar buttonCosimo Cecchi2007-09-102-0/+32
* sv.po: Updated Swedish translationDaniel Nylander2007-09-102-163/+182
* A m4/libxul.m4: Integrate the "xulrunner" backend with configure. NotChristian Persch2007-09-107-26/+541
* Modifies the EphySearchEntry to inherit from EphyIconEntry instead ofCosimo Cecchi2007-09-104-9/+68
* Marks as translatable some toolbar editor strings and removes referencesCosimo Cecchi2007-09-092-16/+13
* Fixes bad state syncing when adding zoom controls to the toolbar. FixesCosimo Cecchi2007-09-092-0/+11
* Make 'Not found' on find toolbar temporairly bold and firesCosimo Cecchi2007-09-092-1/+45
* Fix runtime warnings when downloading small files, due to bad handling ofCosimo Cecchi2007-09-082-2/+18
* 2007-09-07 vi.po Updated Vietnamese translationClytie Siddall2007-09-072-458/+462
* Updated Serbian translationGoran Rakic2007-09-072-4/+4
* Updated Serbian translationGoran Rakic2007-09-073-698/+793
* Updated German translation.Hendrik Richter2007-09-062-5/+11
* Added German translation from 2.20 branch.Jan Arne Petersen2007-09-067-1/+2852
* Updated Galician Translation.Ignacio Casal Quinteiro2007-09-062-7695/+369
* Updated German translation.Hendrik Richter2007-09-052-79/+83
* 2007-09-02 vi.po Updated Vietnamese translationClytie Siddall2007-09-022-307/+383
* Updated Polish translation by GNOME PL Team.Artur Flinta2007-09-022-19/+21
* Updated epiphany trunk translationFunda Wang2007-09-022-346/+400
* Updated Occitan translationYannig MARCHEGAY2007-09-021-22/+26
* Updated catalan translationGil Forcada Codinachs2007-09-022-355/+374
* More mime types.Christian Persch2007-08-301-0/+1
* Updated Finnish translationIlkka Tuohela2007-08-292-332/+84
* More mime types.Christian Persch2007-08-291-0/+1
* More mime types.Christian Persch2007-08-292-0/+7
* Small fix.Žygimantas Beručka2007-08-282-7/+11
* Updated Lithuanian translation.Žygimantas Beručka2007-08-282-268/+271
* Updated French translation.Claude Paroz2007-08-282-202/+198
* Bump version, but not API version yet (wait until e-e is branched too)Christian Persch2007-08-281-2/+2
* Merged from embed/mozillaChristian Persch2007-08-282-5/+32
* Updated Portuguese translation.Duarte Loreto2007-08-272-351/+418
* Fix the Go button signal handler so it doesn't stop the propagation of theDiego Escalante Urrelo2007-08-272-1/+11
* Add saved files to the GtkRecent list, gnome-panel is broken so don'tDiego Escalante Urrelo2007-08-275-5/+59
* Translation updated.Gabor Kelemen2007-08-272-123/+131
* Skip these filesChristian Persch2007-08-271-0/+18
* Initial checkin: merged embed/gecko from xulrunner branch to embed/xulrunner,...Christian Persch2007-08-26141-0/+30405
* More mime types.Christian Persch2007-08-262-0/+8
* Enable printing to PDF file on gecko 1.9, now that moz#367907 is fixed.Christian Persch2007-08-232-2/+9
* Fixed a invalid XML tagging in help/ja/ja.po.Satoru Satoh2007-08-222-5/+9
* Updated Occitan translationYannig MARCHEGAY2007-08-221-0/+2517
* Updated Occitan translationYannig MARCHEGAY2007-08-221-1/+1
* Updated Occitan translationYannig MARCHEGAY2007-08-211-398/+390
* Updated Brazilian Portuguese translationRaphael Higino2007-08-212-105/+111
* Updated screenshot.Daniel Nylander2007-08-212-0/+4
* Updated French translation.Stéphane Raimbault2007-08-202-49/+96
* Updated Danish translationKenneth Nielsen2007-08-202-523/+299
* Remove cruftChristian Persch2007-08-201-3/+0
* Updated Polish translation by GNOME PL Team.Artur Flinta2007-08-192-208/+228
* Make cursor be at the end of the URL when selecting entries from theDiego Escalante Urrelo2007-08-192-0/+8
* Updated Occitan translationYannig MARCHEGAY2007-08-171-20/+20
* Implement reload.Xan Lopez2007-08-172-0/+5
* Estonian translation update by Ivar Smolin.Priit Laes2007-08-162-115/+116
* Fix multihead problems in toolbar editor.Carlos Garcia Campos2007-08-163-6/+23
* Updated Canadian English translation.Adam Weinberger2007-08-162-1150/+1407
* Updated French translation.Stéphane Raimbault2007-08-162-422/+390
* Fix download-icon toolip updates, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-08-152-3/+16
* Default to Cancel on Cert dialogues, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-08-152-6/+12
* Fix strict-aliasing warnings, patch by Cosimo Cecchi. Happy 10 yearsDiego Escalante Urrelo2007-08-154-4/+18
* Corrected Japanese help translation.Satoru Satoh2007-08-142-16/+21
* Updated German translation.Hendrik Richter2007-08-142-26/+33
* intltool-update deHendrik Richter2007-08-142-270/+299
* updated ta translationFelix I2007-08-142-303/+499
* Post release version bumpChristian Persch2007-08-141-1/+1
* === Release 2.19.90 ===RELEASE_2_19_90Christian Persch2007-08-142-0/+11
* Moved a wrongly added log in po/ChangeLog to help/ChangeLog.Satoru Satoh2007-08-142-4/+4
* Updated Japanese help translation.Satoru Satoh2007-08-142-1148/+1478
* Corrected Malay translation, on behalf of Hasbullah Bin PitClaude Paroz2007-08-132-1754/+3239
* Add low contrast app icon.Christian Persch2007-08-133-0/+8
* Updated Basque translation.Inaki Larranaga Murgoitio2007-08-112-93/+121
* sv.po: Swedish translation updatedDaniel Nylander2007-08-112-4/+8
* Fix icons install paths.Christian Persch2007-08-102-16/+41
* Updated Finnish translationIlkka Tuohela2007-08-092-2/+6
* Fix icon cache update command.Christian Persch2007-08-092-1/+7
* Add a11y theme icons for our apps icon.Christian Persch2007-08-094-0/+11
* A data/icons/*: R data/icons/*/*/*:Christian Persch2007-08-0984-350/+111
* UpdateChristian Persch2007-08-091-2/+2
* Updated TranslationAnkitkumar Rameshchandra Patel2007-08-072-69/+69
* Updated Spanish translationJorge Gonzalez Gonzalez2007-08-072-10/+15
* Direct bugs coming in from bb to their own Component, for easy filtering.Christian Persch2007-08-073-2/+10
* updated Dutch translation. update revision numberReinout van Schouwen2007-08-073-622/+634
* Updated Telugu translation done by Pramod <pramodfsf@gmail.com>Sunil Mohan Adapa2007-08-072-1842/+2471
* Updated Finnish translationIlkka Tuohela2007-08-062-139/+160
* Added si entries for sinhala SANDRA MARAKKALA DANISHKA NAVIN2007-08-061-0/+1
* Added Changelog entries for sinhala SANDRA MARAKKALA DANISHKA NAVIN2007-08-061-0/+5
* si.po updated SANDRA MARAKKALA DANISHKA NAVIN2007-08-061-0/+4260
* Make ephy_history_set_enabled actually disable history and not delete it.Diego Escalante Urrelo2007-08-063-18/+49
* Same as last commit, but this time done right.Leonardo Ferreira Fontenelle2007-08-061-292/+356
* s/_Conteúdo/S_umário; see bug #461308.Leonardo Ferreira Fontenelle2007-08-062-1/+5
* Updated Japanese translation.Takeshi AIHANA2007-08-052-135/+142
* updated Dutch translation. updated Dutch translationReinout van Schouwen2007-08-044-123/+152
* Remove "Add bookmark" and "Save as" from the document context menu. PatchDiego Escalante Urrelo2007-08-034-10/+9
* sv.po: Swedish translation updatedDaniel Nylander2007-08-022-1577/+436
* sv.po: Swedish translation updatedDaniel Nylander2007-08-022-15/+24