aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use new enum and flags types.Christian Persch2005-01-042-11/+14
* Add type for flags.Christian Persch2005-01-043-0/+35
* Add some more types for enums and flagsCrispin Flowerday2005-01-045-0/+156
* Make ephy-encodings.h not public anymore.Christian Persch2005-01-042-1/+7
* Another enum type.Christian Persch2005-01-045-7/+44
* Add types for some enums and flags.Christian Persch2005-01-048-18/+176
* Change Cl_ear History to Clear _HistoryAdam Hooper2005-01-042-1/+7
* Add loader directory to the .pc file.Christian Persch2005-01-044-2/+60
* Remove ephy_window_print().Christian Persch2005-01-033-25/+10
* Change C_lear to Cl_ear. Fixes bug #162706.Adam Hooper2005-01-032-2/+8
* Updated Czech translation.Miloslav Trmac2005-01-022-114/+151
* Add an "add-sidebar" signal on the EphyEmbedSingle interface, it getsCrispin Flowerday2005-01-027-0/+298
* We don't need to implement nsIBrowserHistory.Christian Persch2005-01-024-116/+10
* Grab focus on the active tab before removing a tab. Fixes bug #119461.Christian Persch2005-01-023-0/+29
* Update copyright noticeChristian Persch2005-01-011-1/+1
* Set selection mode to BROWSE. Fixes bug #162331.Christian Persch2005-01-012-0/+12
* UpdateChristian Persch2005-01-011-0/+2
* Save a strdup.Christian Persch2005-01-012-6/+8
* Use approximate_digit_width, and use a smaller number of chars. From bugChristian Persch2005-01-012-2/+9
* Fix compilation in the !HAVE_MOZILLA_PSM case.Christian Persch2005-01-012-2/+10
* Updated Slovak translation.Marcel Telka2005-01-012-46/+70
* Fix ChangeLogChristian Persch2005-01-011-1/+1
* Move mime permission checks to ephy-file-helpers.Christian Persch2005-01-018-118/+152
* Make "Open Image" open the image in the default application. Fixes bugChristian Persch2004-12-312-3/+118
* Add translator's comments to contextualised strings.Christian Persch2004-12-315-5/+52
* R data/conspiracy.xhtml: R data/epiphany.html: RChristian Persch2004-12-318-276/+13
* Use gnome_vfs_url_show() for Send To, not ephy_embed_load_url() whichChristian Persch2004-12-312-1/+8
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2004-12-302-336/+438
* Free the gconf value. Thanks to jfr for noticing this.Christian Perschristian Persch2004-12-292-0/+10
* Updated Slovak translation.Marcel Telka2004-12-282-127/+167
* Updated Lithuanian translation.Žygimantas Beručka2004-12-282-287/+384
* UpdateKjartan Maraas2004-12-273-1825/+2055
* Updated Czech translation.Miloslav Trmac2004-12-272-71/+138
* Use stock buttons.Christian Perschristian Persch2004-12-272-256/+14
* Don't destroy the dialogue with the parent, since that makes gtk+ goChristian Persch2004-12-272-0/+8
* UpdatedChristian Persch2004-12-274-116/+112
* Updated Spanish translation.Francisco Javier F. Serrador2004-12-272-412/+514
* Updated Canadian English translation.Adam Weinberger2004-12-262-262/+329
* Add context to ambiguous strings. Fixes bug #113932.Christian Persch2004-12-265-32/+48
* Updated Czech translation.Miloslav Trmac2004-12-252-242/+250
* Remove tons of unused marshals.Christian Persch2004-12-253-7/+12
* Updated Russian translationLeonid Kanter2004-12-242-980/+1127
* Remove obsolete ephy_window_load_in_tabs() and use generic link openingChristian Persch2004-12-244-69/+63
* Updated Slovak translation.Marcel Telka2004-12-242-201/+216
* Open the bookmarks in the new tabs in the same order as they are in theChristian Persch2004-12-242-7/+23
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-2428-468/+849
* EphyEmbedChrome is flags, not enum.Christian Persch2004-12-243-2/+9
* A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): AChristian Persch2004-12-239-20/+124
* Updated Canadian English translation.Adam Weinberger2004-12-232-13/+44
* Updated Lithuanian translation.Žygimantas Beručka2004-12-232-332/+341
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2004-12-232-1030/+667
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2004-12-222-686/+724
* Add comment for translatorsChristian Persch2004-12-221-0/+1
* Updated Russian translationLeonid Kanter2004-12-212-791/+398
* 2004-12-21 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-12-212-692/+731
* Forgot to commit thisChristian Persch2004-12-211-0/+3
* Don't crash if trying to get the document type before the widget isChristian Persch2004-12-212-0/+9
* Post-release version bump.Christian Persch2004-12-212-1/+7
* Updated Canadian English translation.Adam Weinberger2004-12-202-7/+21
* === Release 1.5.3 ===Release153Christian Persch2004-12-204-0/+25
* UpdateChristian Persch2004-12-201-0/+1
* Fix untranslated string. Fixes bug #161739.Christian Persch2004-12-202-1/+8
* Really make the configure check for -Wdeclaration-after-statement work.Christian Persch2004-12-202-0/+9
* Updated Slovak translation.Marcel Telka2004-12-202-309/+294
* Updated Canadian English translation.Adam Weinberger2004-12-202-334/+293
* Updated for version 1.5.3.Christian Persch2004-12-202-4/+10
* Update for 1.5.3Christian Persch2004-12-201-0/+68
* Fix a mem leak, and update copyright notice.Christian Persch2004-12-203-21/+11
* Remove inline help. Fixes bug #137603.Christian Persch2004-12-202-17/+6
* Add "View Properties" to duplicated bookmarks dialogue. Fixes bug #117643Christian Persch2004-12-192-15/+47
* Fix crash, thanks to Crispin for noticing this.Christian Persch2004-12-192-2/+9
* Correct code for "Afrikaans".Christian Persch2004-12-192-1/+7
* Try to fix the build.Christian Persch2004-12-193-4/+10
* Fix the build.Christian Persch2004-12-193-15/+8
* Check for -Wdeclaration-after-statement, it's not universally available.Christian Persch2004-12-192-1/+32
* Fix a mem leakChristian Persch2004-12-191-4/+6
* Fix my nameChristian Persch2004-12-191-1/+1
* Updated Czech translation.Miloslav Trmac2004-12-192-615/+641
* Remove stray g_printChristian Persch2004-12-193-3/+3
* Mozilla API change.Christian Persch2004-12-193-2/+41
* Don't show multiple toolbar editors for the same window. Part of bugChristian Persch2004-12-192-5/+23
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-1912-54/+142
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-191-0/+1
* Disable Print and Print Preview while still loading the page. Fixes bugChristian Persch2004-12-192-13/+35
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-1911-12/+225
* Updated Spanish translation.Francisco Javier F. Serrador2004-12-182-479/+549
* Updated Slovak translation.Marcel Telka2004-12-182-30/+38
* Updated Canadian English translation.Adam Weinberger2004-12-182-53/+61
* Fix email links by prepending mailto: before calling gnome_vfs_url_show().Christian Persch2004-12-182-1/+12
* Use gtk_show_about_dialog(), and handle urls and mailto.Adam Hooper2004-12-184-35/+44
* Add attach_tab and detach_tab functions to extension interface (bugAdam Hooper2004-12-185-4/+152
* Fix name for "gd" language (Scots Gaelic). Fixes bug #161509.Christian Persch2004-12-172-1/+7
* Updated Albanian translation.Laurent Dhima2004-12-172-670/+743
* Updated Lithuanian translation.Žygimantas Beručka2004-12-172-369/+403
* Fixed typo in Turkish Translation fixed bug #161308Baris Cicek2004-12-172-824/+947
* Updated Slovak translation.Marcel Telka2004-12-172-215/+213
* Implement context menu on tray icon, as per HIG. Fixes bug #152903.Christian Persch2004-12-176-41/+129
* Add stock icon to the "Clear" button.Christian Persch2004-12-172-3/+14
* Check the encodings before we set the mozilla pref. From bug #150266.Christian Persch2004-12-173-26/+83
* Updated Canadian English translation.Adam Weinberger2004-12-162-16/+53
* Quote app name.Christian Persch2004-12-162-2/+8
* Disable search. Fixes bug #157157.Christian Persch2004-12-162-0/+8
* Small improvement.Christian Persch2004-12-162-2/+7
* Added lib/widgets/ephy-location-entry.c.Christian Persch2004-12-162-0/+5
* Move Clear after Select All.Christian Persch2004-12-162-11/+26
* Add app name to primary text, too. Fixes bug #141327.Christian Persch2004-12-162-2/+10
* RemovedChristian Persch2004-12-161-60/+0
* Add "Clear" to entry context menu. Fixes bug #118395.Christian Persch2004-12-162-0/+56
* Add stock icon to "Save As..." button.Christian Persch2004-12-162-3/+16
* Tell the user with which application we're going to open the content.Christian Persch2004-12-162-26/+39
* Updated Canadian English translation.Adam Weinberger2004-12-152-345/+330
* Remove a duplicated lang code.Christian Persch2004-12-152-1/+6
* Use alignments instead of empty labels for alignment.Christian Persch2004-12-146-1116/+946
* Updated Slovak translation.Marcel Telka2004-12-142-147/+171
* Updated Czech translation.Miloslav Trmac2004-12-142-12/+41
* Updated British translation.David Lodge2004-12-142-581/+623
* Updated Danish translation.Martin Willemoes Hansen2004-12-142-20/+34
* Updated Danish translation.Martin Willemoes Hansen2004-12-141-263/+314
* ChangeLogChristian Persch2004-12-141-0/+12
* Prompt for bookmark update.Christian Persch2004-12-142-22/+81
* Make distcheck fix.Christian Persch2004-12-141-7/+8
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-1415-93/+61
* Make distcheck fix.Christian Persch2004-12-149-80/+51
* Adapt PSM configure check for new header location in SDK. Up gtk+Christian Persch2004-12-142-21/+70
* Translation updated.Vincent van Adrighem2004-12-132-360/+442
* Back out the fix for bug #158466, it's wrong.Christian Persch2004-12-132-2/+7
* Updated Canadian English translation.Adam Weinberger2004-12-122-2/+31
* Updated Simplified Chinese translationFunda Wang2004-12-112-797/+900
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2004-12-102-748/+827
* Updated Lithuanian translation.Žygimantas Beručka2004-12-102-101/+131
* Updated Canadian English translation.Adam Weinberger2004-12-082-99/+129
* Updated Slovak translation.Marcel Telka2004-12-082-115/+145
* Fix attribution in ChangeLogChristian Persch2004-12-081-0/+1
* Updated Czech translation.Miloslav Trmac2004-12-082-104/+134
* A data/epiphany-bookmarks-html.xsl:Christian Persch2004-12-079-25/+310
* 2004-12-05 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-12-052-482/+535
* Fix typo.Christian Persch2004-12-042-1/+7
* Deactivate the context menu on window close. Fixes bug #156812.Christian Persch2004-12-042-0/+11
* Don't offer to resume if there are open windows. Fixes bug #160345.Christian Persch2004-12-032-1/+8
* Updated Lithuanian translation.Žygimantas Beručka2004-12-032-310/+341
* Updated Canadian English translation.Adam Weinberger2004-12-032-198/+212
* Use stock icon for "Open In New Tab".Christian Persch2004-12-032-1/+7
* Use stock icon for "Open In New Tab".Christian Persch2004-12-032-1/+7
* Don't use NS_LITERAL_CSTRING.Christian Persch2004-12-032-1/+7
* Remove FIXME commentChristian Persch2004-12-021-1/+0
* Removed references to removed files.Christian Persch2004-12-023-10/+26
* Update bookmarks from HTTP 301. Fixes bug #126312.Christian Persch2004-12-0211-18/+316
* Downgrade automake requirement to 1.8.Christian Persch2004-12-022-1/+7
* Updated Czech translation.Miloslav Trmac2004-12-022-193/+210
* Shut upChristian Persch2004-12-021-0/+6
* If the gconf key doesn't exist, or has the wrong value type, set it toChristian Persch2004-12-022-2/+33
* *** empty log message ***Christian Persch2004-12-011-1/+4
* Remove cruft.Christian Persch2004-12-012-31/+6
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-0114-176/+253
* Updated Slovak translation.Marcel Telka2004-12-012-182/+196
* Updated Danish translation.Martin Willemoes Hansen2004-11-302-21/+26
* Fix "Open Frame" menu item name. Fixes bug #153816.Christian Persch2004-11-303-2/+10
* Post-release version bunmp.Christian Persch2004-11-292-1/+7
* === Release 1.5.2 ===Release152Christian Persch2004-11-291-0/+4
* Updated Danish translation.Martin Willemoes Hansen2004-11-292-742/+767
* Version 1.5.2.Christian Persch2004-11-295-5/+20
* Updated Spanish translation.Francisco Javier F. Serrador2004-11-282-323/+353
* Fixes leak.Vincent Untz2004-11-281-1/+4
* Revert the earlier patch: don't emit tabs-reordered when the tab-addedChristian Persch2004-11-282-12/+10
* Updated Catalan translation.Jordi Mallach2004-11-282-825/+947
* Add translator commentsChristian Persch2004-11-281-0/+9
* Better translator's commentChristian Persch2004-11-281-0/+16
* Updated Slovak translation.Marcel Telka2004-11-282-88/+87
* Updating NEWSChristian Persch2004-11-281-0/+84
* Updated Canadian English translation.Adam Weinberger2004-11-272-85/+84
* Updated Czech translation.Miloslav Trmac2004-11-262-87/+89
* Don't move the window, just show it. Fixes bug #158923.Christian Persch2004-11-262-1/+7
* Build auto-generated files in builddir, not in srcdir.Christian Persch2004-11-264-13/+15
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-11-266-57/+31
* Fix compile in the !HAVE_ISO_CODES case.Christian Persch2004-11-252-1/+7
* Check for iso-codes package.Christian Persch2004-11-256-14/+575
* Updated Norwegian bokmål translation.Kjartan Maraas2004-11-252-802/+866
* Updated Canadian English translation.Adam Weinberger2004-11-252-84/+81
* Fix ChangeLogChristian Persch2004-11-251-0/+1
* Adapt to changing mozilla API here.Christian Persch2004-11-253-10/+75
* Lowercase the lang codes.Christian Persch2004-11-252-1/+7
* Updated Czech translation.Miloslav Trmac2004-11-242-98/+104
* Updated Slovak translation.Marcel Telka2004-11-242-87/+86
* Fix string comparisions.Christian Persch2004-11-232-8/+14
* Fix missing 'else if' and a superflous failure check.Christian Persch2004-11-232-3/+7
* Updated Catalan translation.Jordi Mallach2004-11-222-2/+6
* Fix ngettext usage.Christian Persch2004-11-222-2/+8
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2004-11-222-709/+744
* Fix generic 'site' hostname fallback. Fixes bug #155442.Christian Persch2004-11-212-45/+36
* If the signal handler for tab-added reordered the tabs, emit theChristian Persch2004-11-212-4/+21
* Add version markerChristian Persch2004-11-211-0/+1
* Don't include print-dialog.h in EphyUtils.h.Christian Persch2004-11-214-4/+15
* Only build those files when we have mozilla psm.Christian Persch2004-11-206-20/+24
* Use the dom window from the event.Christian Persch2004-11-202-1/+7
* Add --disable-filepicker to use when the mozilla build itself has nativeChristian Persch2004-11-204-5/+38
* Add version markersChristian Persch2004-11-202-1/+2
* Updated Spanish translationFrancisco Javier F. Serrador2004-11-192-1819/+664
* Add defines and #ifdef to enable validation; disabled for now.Christian Persch2004-11-182-2/+25
* Fix opening of content when not downloading automatically. Fixes bugChristian Persch2004-11-182-2/+10
* Disallow favicon links from subframes.Christian Persch2004-11-183-16/+51
* UpdatedChristian Persch2004-11-181-2/+1
* Include stdlib.h.Christian Persch2004-11-182-0/+8
* Retain original uri.Christian Persch2004-11-182-0/+8
* Fix wrong certificate shown; Epiphany equivalent of galeon bug #158453.Christian Persch2004-11-184-55/+50
* More cruft exorcised.Christian Persch2004-11-173-35/+11
* Add a way to show the cert info dialogue for the page's certificate.Christian Persch2004-11-166-0/+72
* No need to include nsEmbedString.h.Christian Persch2004-11-162-3/+6
* Make mozilla_notifier_add return the connection ID, andChristian Persch2004-11-163-39/+39
* Simplify the gconf -> mozilla prefs bridge.Christian Persch2004-11-163-537/+496
* Updated German translation.Hendrik Richter2004-11-162-840/+942
* Updated Slovak translation.Marcel Telka2004-11-152-635/+649
* Updated British English translation.David Lodge2004-11-152-686/+715
* Save one strdup.Christian Persch2004-11-152-3/+7
* translation update.Gustavo Noronha Silva2004-11-152-826/+914
* Check favicon urls with script sec manager and content policy.Christian Persch2004-11-154-28/+83
* Fix includes.Christian Persch2004-11-142-0/+8
* Remove unused variable.Christian Persch2004-11-142-3/+7
* Remove notice about tab-loading.gif since we don't have that anymore.Christian Persch2004-11-142-5/+6
* Updated Canadian English translation.Adam Weinberger2004-11-142-188/+205
* Don't save session_crashed.xml while shutting down.Christian Persch2004-11-142-4/+13
* No need to make the content handler dialogue modal.Christian Persch2004-11-143-66/+74
* Better fix for bug #158202, thanks to Christian Biesinger.Christian Persch2004-11-142-2/+7
* Remove last instances of gnome-i18n.h inclusion.Christian Persch2004-11-143-11/+17
* UpdatedGTK_ENGINES_2_6_0Christian Persch2004-11-141-55/+104
* Fix FMR. Fixes bug #158202.Christian Persch2004-11-142-2/+9
* nsEmbedString.h now requires MOZILLA_STRICT_API define.Christian Persch2004-11-1420-1/+61
* Updated Lithuanian translation,Žugimantas Beručka2004-11-132-733/+767
* Fix ChangeLogChristian Persch2004-11-131-5/+0
* Size-allocate the embed if it's not mapped but has never beenChristian Persch2004-11-132-3/+24
* Update gtk+ dependency.Christian Persch2004-11-132-1/+7
* Add shortcut to Send To menuitem, as per HIG. Fixes bug #148655.Christian Persch2004-11-122-1/+7
* Don't hardcode "epiphany" as argv[0], use g_get_prgname() instead. FixesChristian Persch2004-11-122-1/+13
* Keep a ref on EphyShell in ephy_session_close(). Otherwise we get a crashChristian Persch2004-11-122-0/+15
* Updated Czech translation.Miloslav Trmac2004-11-112-74/+101
* Fix signed/unsigned int confusion when iterating over a GPtrArray.Christian Persch2004-11-113-2/+10
* Implement history deletion on per-site basis. Fixes bug #116609.Christian Persch2004-11-113-0/+60
* Change column order for the languages list in the code.Christian Persch2004-11-112-57/+63
* Don't unref, then weak ref, then enter main loop; this won't work whenChristian Persch2004-11-112-2/+16
* Updated Albanian translation.Laurent Dhima2004-11-112-710/+722
* make len a gsize rather than an int to fix compilation on 64-bit systems.James Henstridge2004-11-112-1/+6
* Do not warn if topic is empty, better title and primary text.Xan Lopez2004-11-112-10/+32
* Warn before deleting a topic, fixes #149294Xan Lopez2004-11-112-1/+58
* Add resize grip. Fixes bug #137845.Christian Persch2004-11-112-2/+13
* Fix opening content with external content handlers.Christian Persch2004-11-101-16/+2
* Fix 2 mem leaks; thanks to Xan for noticing them.Christian Persch2004-11-102-0/+8
* Updated Canadian English translation.Adam Weinberger2004-11-102-711/+710
* Better positioning for the context menu popup in a treeview. Patch byChristian Persch2004-11-102-6/+16
* Fix typo: s/Applications_DATA/applications_DATA/.Jordi Mallach2004-11-102-1/+7
* Fix signed/unsigned int confusion exposed by empty accept-lang list.Christian Persch2004-11-102-4/+11
* Updated Czech translation.Miloslav Trmac2004-11-092-713/+711