aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sets page header and footer margins to a reasonable value when printing.Cosimo Cecchi2007-11-121-0/+7
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-121-0/+39
* Implement grab_focus in EphyBaseEmbed.Xan Lopez2007-11-123-25/+26
* We don't inherit nothing from GtkMozEmbed anymore.Xan Lopez2007-11-121-14/+0
* Remove unused ge_content_changed.Xan Lopez2007-11-123-23/+0
* Remove unused ge_net_state and ge_security_change.Xan Lopez2007-11-124-48/+0
* Remove unused ge-location signal.Xan Lopez2007-11-123-24/+0
* Hide Back/Forward buttons when disable_history lockdown key is enabled. MakeCyril Brulebois2007-11-122-1/+7
* sv.po: Updated Swedish translationDaniel Nylander2007-11-121-2/+2
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-112-29/+59
* sv.po: Updated Swedish translationDaniel Nylander2007-11-112-341/+375
* Add GTK_DISABLE_DEPRECATED back in DEPRECATION_FLAGS. Move the lastCyril Brulebois2007-11-114-12/+10
* Oops, readd missing variable.Xan Lopez2007-11-111-0/+1
* Don't use mozilla-like variable names for parameters.Xan Lopez2007-11-111-4/+4
* Implement close for WebKitEmbed (simply destroys the widget).Xan Lopez2007-11-111-1/+1
* Translation updated by Ivar Smolin.Priit Laes2007-11-112-256/+295
* ge-search-key-press is in EphyEmbed, not GtkMozEmbed.Xan Lopez2007-11-101-1/+2
* Add a checkbox to enable case-sensitive search (disabled by default). No longerCyril Brulebois2007-11-101-8/+84
* Add a "Remove all" button to the Personal Data Manager for both the cookies andCyril Brulebois2007-11-092-2/+321
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-082-4/+8
* Add a space to the reload page alertCyril Brulebois2007-11-081-1/+1
* Trigger the ChangeLog generation during "make dist".Cyril Brulebois2007-11-081-0/+2
* Ship epiphany.{defs,override} regardless of whether python is enabled. Fixes ...Cyril Brulebois2007-11-081-11/+3
* Fix invalid cast and make the find toolbar work again after EphyBaseEmbedCosimo Cecchi2007-11-081-1/+1
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-072-231/+221
* Adds a NULL check to avoid passing illegal values to strtol in ephy-session.Cosimo Cecchi2007-11-071-0/+2
* Enable a --with-distributor-name configure option, defaulting to Epiphany.Cyril Brulebois2007-11-072-3/+22
* Make the password dialog use ephy-time-helpers instead of stock strftime.Cosimo Cecchi2007-11-071-5/+2
* Adds a column in the history window showing the date and the time of theCosimo Cecchi2007-11-075-60/+455
* Fixed a bug in be@latin translation.Ihar Hrachyshka2007-11-071-7/+7
* Connect to "hovering-over-link" signal in WebKit to set link_message.Cosimo Cecchi2007-11-071-0/+11
* Added Belarusian Latin translation by Aleś Navicki.Ihar Hrachyshka2007-11-073-0/+4359
* Make ephy_base_embed_set_{title,address} dup their parameters internally.Xan Lopez2007-11-064-8/+14
* Fix webkit backend build, and modify indentation to match new style.Xan Lopez2007-11-064-128/+121
* Modify HACKING file to reflect changes in default indent style.Xan Lopez2007-11-061-1/+4
* Add uncrustify kr-gnome-indent.cfg file.Xan Lopez2007-11-061-0/+100
* Use ephy_embed_utils_address_has_web_scheme instead of our own copy.Xan Lopez2007-11-061-20/+2
* Use K&R (pseudo) indentation style for new files.Xan Lopez2007-11-062-462/+391
* Update the WebKit backend to use EphyBaseEmbed.Xan Lopez2007-11-063-431/+32
* Put size_allocate hack in MozillaEmbed now.Xan Lopez2007-11-061-0/+23
* Move all common functionality from MozillaEmbed to EphyBaseEmbed.Xan Lopez2007-11-063-1537/+1460
* Put the properties in EphyBaseEmbed rather than in the interface.Xan Lopez2007-11-062-103/+159
* Create EphyBaseEmbed, make MozillaEmbed a subclass of it.Xan Lopez2007-11-066-50/+218
* Get rid of the AM_CHECK_PYMOD underquoted definition warningCyril Brulebois2007-11-061-1/+1
* Fixes to Catalan translationJordi Mas2007-11-051-6/+6
* Add remove_all_passwords method to EphyPasswordManager and implement itCosimo Cecchi2007-11-055-0/+81
* Move "address_has_web_scheme" to ephy-embed-utils.Cosimo Cecchi2007-11-053-20/+20
* Moved dom_mouse_click from EphyTab to EphyWindow.Cosimo Cecchi2007-11-052-175/+205
* Translation updated by Priit Laes.Priit Laes2007-11-042-211/+220
* Update to latest EggToolbarEditor code.Felix Riemann2007-11-042-10/+62
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-032-209/+218
* Updated Galician Translation.Ignacio Casal Quinteiro2007-11-032-314/+351
* Display "Javascript scriptlet" string as tooltip for bookmark action insteadCosimo Cecchi2007-11-031-13/+19
* Store the engine in the .pc file.Cosimo Cecchi2007-11-021-0/+1
* Remove trailing whitespace, patch by Cyril Brulebois.Xan Lopez2007-11-011-29/+29
* These files shouldn't be in POTFILES.in yetChristian Persch2007-10-292-13/+14
* Add a whole bunch of new files. Updated Norwegian bokmål translation.Kjartan Maraas2007-10-293-62/+304
* Update title property on title-changed signal from webkit.Xan Lopez2007-10-291-0/+5
* Add dummy popup management properties to the webkit backend.Xan Lopez2007-10-291-36/+48
* Use -1 as tab size hereChristian Persch2007-10-281-2/+2
* Can't use an interface type in signal registrationChristian Persch2007-10-281-1/+1
* Can't use an interface type in property registrationChristian Persch2007-10-281-1/+1
* Can't use an interface type in signal registrationChristian Persch2007-10-281-2/+2
* Remove EphyTabChristian Persch2007-10-282-85/+12
* Remove EphyTabChristian Persch2007-10-281-11/+10
* Remove EphyTabChristian Persch2007-10-281-34/+22
* Remove EphyTabChristian Persch2007-10-281-7/+7
* Remove EphyTabChristian Persch2007-10-281-4/+5
* Remove EphyTabChristian Persch2007-10-281-11/+11
* Remove EphyTabChristian Persch2007-10-281-20/+19
* Remove EPhyTab.Christian Persch2007-10-281-16/+8
* Remove EphyTab.Christian Persch2007-10-281-7/+3
* Remove EphyTab.Christian Persch2007-10-281-7/+6
* Remove EphyTab.Christian Persch2007-10-281-3/+3
* Remove EphyTab.Christian Persch2007-10-282-2/+1
* Remove Ephytab.Christian Persch2007-10-281-3/+3
* Remove EphyTab.Christian Persch2007-10-281-2/+2
* Remove EPhyTab.Christian Persch2007-10-281-5/+5
* Remove EphyTab.Christian Persch2007-10-281-176/+121
* Remove EphyTab.Christian Persch2007-10-281-3/+0
* Remove EphyTab.Christian Persch2007-10-281-4/+4
* Remove EphyTab.Christian Persch2007-10-282-39/+36
* Remove EphYTab.Christian Persch2007-10-282-17/+18
* Remove EphyTab.Christian Persch2007-10-281-26/+26
* Renamed ephy_tab_get_active_embed to _tab.Christian Persch2007-10-281-1/+1
* Remove EphyTab.Christian Persch2007-10-281-11/+11
* Remove EphyTab.Christian Persch2007-10-281-6/+3
* Remove EphyTab.Christian Persch2007-10-282-8/+8
* Remove EphyTab use.Christian Persch2007-10-282-32/+25
* 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