aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Strdup the action name data.Christian Persch2006-02-123-2/+14
* Use the right action name.Christian Persch2006-02-122-4/+11
* Updated German translation.Hendrik Richter2006-02-122-201/+169
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-122-177/+109
* Updated Finnish translationIlkka Tuohela2006-02-122-101/+114
* Reqeust interaction with the client when there are unfinished downloads.Christian Persch2006-02-122-6/+7
* Updated Dutch translationReinout van Schouwen2006-02-112-191/+165
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-112-91/+104
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-112-97/+110
* Updated Thai translation.Theppitak Karoonboonyanan2006-02-112-236/+196
* src/bookmarks/ephy-bookmarks-menu.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-02-113-32/+20
* Remove *_action_name functions, and use static buffers instead. MinorChristian Persch2006-02-1116-264/+310
* Updated Czech translation.Lukas Novotny2006-02-112-722/+957
* Updated epiphany zh_CN translation.Funda Wang2006-02-112-185/+119
* Use NS_LogInit()/NS_LogTerm().Christian Persch2006-02-112-0/+14
* *** empty log message ***Ignacio Casal Quinteiro2006-02-102-95/+108
* Misc code cleanups: fewer gobject casts, disconnect handlers, save a fewChristian Persch2006-02-099-214/+307
* src/bookmarks/ephy-topics-entry.cPeter Harvey2006-02-092-15/+67
* src/bookmarks/ephy-bookmarks.cPeter Harvey2006-02-092-0/+63
* data/ui/epiphany-bookmark-editor-ui.xmlPeter Harvey2006-02-093-33/+166
* Block popup with NULL url (javascript:window.open() for instance). butJean-François Rameau2006-02-093-13/+28
* Fix the xulrunner build.Christian Persch2006-02-082-2/+10
* Also build with ff trunk, by explicitly linking with -lxul.Christian Persch2006-02-084-2/+16
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-082-165/+59
* Add an 'enabled' flag in the EphyExtensionInfo struct to track whetherCrispin Flowerday2006-02-083-5/+28
* Remove workaround for broken profile now thatChristian Persch2006-02-082-6/+11
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-082-117/+105
* Save tons of g_type_from_name calls.Christian Persch2006-02-072-30/+44
* Translation updated by Ivar Smolin.Priit Laes2006-02-072-784/+1192
* Updated Finnish translationIlkka Tuohela2006-02-072-272/+249
* Fix handling of non-ascii extra arguments.Christian Persch2006-02-072-8/+39
* More xulrunner fixes.Christian Persch2006-02-062-0/+10
* Fix opening of local files. Bug #330104.Christian Persch2006-02-062-29/+41
* Go back to AM_GLIB_GNU_GETTEXT for now, until intltool 0.34.2 is moreChristian Persch2006-02-062-6/+18
* *** empty log message ***Ignacio Casal Quinteiro2006-02-062-87/+14
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2006-02-062-579/+516
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-062-83/+61
* Shut upChristian Persch2006-02-061-3/+1
* Fix quoting.Christian Persch2006-02-062-1/+9
* Fix xulrunner detection logic.Christian Persch2006-02-067-45/+113
* Changes to support xulrunner trunk (gecko 1.9).Christian Persch2006-02-065-27/+35
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-062-226/+43
* Show the backend in the about box.Christian Persch2006-02-062-1/+16
* Only use the major version in the user agent string.Christian Persch2006-02-063-3/+11
* Disable blink tagsCrispin Flowerday2006-02-052-0/+9
* *** empty log message ***Ignacio Casal Quinteiro2006-02-052-191/+194
* Updated Lithuanian translation.Žygimantas Beručka2006-02-052-605/+607
* Updated epiphany zh_CN translation.Funda Wang2006-02-052-381/+424
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-042-190/+217
* lib/ephy-state.h lib/ephy-state.c src/epiphany.defsPeter Harvey2006-02-045-55/+29
* Updated Dutch translationReinout van Schouwen2006-02-042-206/+227
* lib/ephy-state.h lib/ephy-state.c src/ephy-shell.cPeter Harvey2006-02-041-0/+4
* Updated German translation.Hendrik Richter2006-02-042-200/+223
* lib/ephy-state.h lib/ephy-state.c src/ephy-shell.cPeter Harvey2006-02-043-5/+67
* lib/egg/egg-editable-toolbar.c lib/egg/egg-toolbar-editor.cPeter Harvey2006-02-049-82/+232
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-02-047-237/+129
* src/bookmarks/ephy-bookmarks.cPeter Harvey2006-02-042-20/+23
* Updated Thai translation.Theppitak Karoonboonyanan2006-02-042-137/+164
* Free the option context on error too, and don't duplicate theChristian Persch2006-02-042-3/+10
* Updated Albanian translation.Laurent Dhima2006-02-042-155/+187
* Don't make the nonblocking alert modal!Christian Persch2006-02-032-16/+16
* Fix compilation against trunk + some typos.Jean-François Rameau2006-02-034-3/+10
* Fix non-debug builds.Christian Persch2006-02-032-4/+11
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-032-124/+154
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-032-124/+152
* Only claim the DBUS name when not running as private instance.Christian Persch2006-02-034-7/+72
* Helper class that pushes a null JS context on the stack, and pops it inChristian Persch2006-02-0312-5/+195
* Add GECKO_CHECK_HEADERS, wrapping AC_CHECK_HEADERS.Christian Persch2006-02-032-25/+7
* Add GECKO_XPIDL to check for xpidl compiler and include directory.Christian Persch2006-02-032-0/+48
* Add GECKO_CHECK_HEADERS, wrapping AC_CHECK_HEADERS.Christian Persch2006-02-035-8/+103
* On session logout, check if there are downloads pending (since they're notChristian Persch2006-02-038-7/+268
* Fix some memory leaks.Jean-François Rameau2006-02-033-3/+20
* Updated German translation.Hendrik Richter2006-02-032-527/+787
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-02-023-1/+35
* Queue commands received from the main and remote instances, and processChristian Persch2006-02-0212-372/+742
* Updated Albanian translation.Laurent Dhima2006-02-022-997/+1249
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-022-3/+27
* Use GTK_STOCK_DIALOG_AUTHENTICATION. Bug #329438.Christian Persch2006-02-012-2/+8
* *** empty log message ***Ignacio Casal Quinteiro2006-02-012-218/+264
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-012-228/+249
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-012-234/+251
* Updated Canadian English translation.Adam Weinberger2006-02-012-280/+309
* Another tiny fix :-/Reinout van Schouwen2006-02-011-1/+1
* Tiny accelerator fixReinout van Schouwen2006-02-011-2/+2
* Updated Dutch translationReinout van Schouwen2006-02-012-246/+320
* Fix link action group creating to really use the given name!Christian Persch2006-02-013-6/+14
* Change the DBUS interface to sending all the uris at one as string array.Christian Persch2006-02-015-60/+78
* Updated Finnish translationIlkka Tuohela2006-02-012-472/+573
* lib/egg/egg-toolbars-model.c lib/egg/egg-toolbars-model.hPeter Harvey2006-01-313-0/+73
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-312-218/+276
* Updated Thai translation.Theppitak Karoonboonyanan2006-01-312-218/+286
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-312-1292/+1279
* Updated TranslationAnkitkumar Rameshchandra Patel2006-01-312-51/+90
* Updated Serbian translationSlobodan D. Sredojevic2006-01-313-492/+728
* Post-release version bump.Christian Persch2006-01-312-1/+7
* === Release 1.9.6 ===Release196Christian Persch2006-01-317-112/+156
* Use ngettext here.Christian Persch2006-01-312-1/+9
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks.cPeter Harvey2006-01-314-90/+126
* Don't double-ref the UI manager. Don't try to set a cursor on windowlessChristian Persch2006-01-312-18/+29
* Remove unused var.Jean-François Rameau2006-01-312-1/+6
* Fix the build with -Werror.Christian Persch2006-01-312-11/+21
* data/ui/epiphany-ui.xml src/ephy-lockdown.c src/ephy-toolbar.cPeter Harvey2006-01-317-176/+358
* Updated Russian translation.Nickolay V. Shmyrev2006-01-312-991/+1200
* Idle unref the dbus proxy in case we didn't call any remote methods; andChristian Persch2006-01-312-5/+18
* Change text for zoom in/out.Christian Persch2006-01-312-2/+8
* Use ngettext() for plural string. Fixes bug #329242Crispin Flowerday2006-01-312-2/+11
* Special error text for localhost URIs. Bug #323261, patch byChristian Persch2006-01-312-5/+59
* Truncate URI and title strings. Bug #329160.Christian Persch2006-01-312-7/+40
* *** empty log message ***Ignacio Casal Quinteiro2006-01-312-78/+65
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-312-30/+52
* Updated Danish translation.Ole Laursen2006-01-302-1188/+1734
* Release the finder on dispose not finalize.Christian Persch2006-01-302-3/+11
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-302-1239/+1306
* Updated TranslationAnkitkumar Rameshchandra Patel2006-01-302-81/+56
* src/bookmarks/ephy-bookmark-properties.cPeter Harvey2006-01-302-2/+11
* Updated Thai translation.Theppitak Karoonboonyanan2006-01-302-30/+48
* updated nepali translationPawan Chitrakar2006-01-302-56/+54
* Updated Serbian translationSlobodan D. Sredojevic2006-01-303-2062/+2774
* Updated epiphany translation.Funda Wang2006-01-302-91/+67
* Add a convenience function to get current event data.Christian Persch2006-01-3013-48/+147
* If GetPassword failed, break instead of continue. That way we don'tChristian Persch2006-01-302-1/+16
* Add a function (ephy_embed_single_get_backend_name) to get the backendCrispin Flowerday2006-01-305-1/+52
* 2006-01-29 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-302-0/+34
* Jan 29 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-302-377/+469
* Updated Portuguese translation.Duarte Loreto2006-01-292-1001/+1389
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks.cPeter Harvey2006-01-296-139/+296
* Updated Indonesian translation (Fixed bug #313448)Mohammad DAMT2006-01-292-574/+804
* Fix strings again. Bug #328747.Christian Persch2006-01-293-115/+122
* Open smart bookmark url in new tabs when using Ctrl+Enter (part of bugCrispin Flowerday2006-01-292-1/+46
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-292-87/+88
* src/bookmarks/ephy-topics-entry.c src/bookmarks/ephy-topics-palette.cPeter Harvey2006-01-293-187/+325
* Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2006-01-292-119/+117
* Updated Thai translation.Theppitak Karoonboonyanan2006-01-292-314/+370
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-292-88/+53
* src/bookmarks/ephy-topics-entry.c po/POTFILES.inPeter Harvey2006-01-293-55/+87
* Jan 29 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-292-39/+45
* Jan 29 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-292-87/+93
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-topics-entry.cPeter Harvey2006-01-298-150/+727
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-292-474/+524
* *** empty log message ***Ignacio Casal Quinteiro2006-01-282-230/+226
* Updated Macedonian translation <arangela@cvs.gnome.org>Arangel Angov2006-01-281-21/+20
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-01-2810-163/+220
* Remove unused NM code. Misc cleanups.Christian Persch2006-01-283-96/+52
* Add required GError** params, and actually set the error when returningChristian Persch2006-01-283-4/+26
* Disable pango rendering by default, unless MOZ_ENABLE_PANGO env var isChristian Persch2006-01-283-37/+43
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-282-169/+193
* Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2006-01-272-703/+940
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-272-74/+67
* Updated TranslationAnkitkumar Rameshchandra Patel2006-01-272-80/+75
* Updated Catalan translation.Josep Puigdemont i Casamajó2006-01-272-980/+1382
* Use stamp files for the dbus bindings.h filesCrispin Flowerday2006-01-272-7/+21
* Updated Canadian English translation.Adam Weinberger2006-01-272-268/+302
* Updated epiphany translation.Funda Wang2006-01-262-267/+307
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-262-81/+88
* Fix initial network status sync.Christian Persch2006-01-262-2/+8
* Add transient window to window group.,Christian Persch2006-01-263-1/+34
* Store the detected network status even if we're not active.Christian Persch2006-01-262-2/+9
* libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing theChristian Persch2006-01-2611-128/+767
* src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-01-262-2/+18
* Don't leak the option context.Christian Persch2006-01-262-0/+27
* Small cleanups.Christian Persch2006-01-262-109/+164
* Fixed translation, bug #313449 <arangela@cvs.gnome.org>Arangel Angov2006-01-251-21/+24
* Set the "browser.display.use_system_colors" pref on gecko 1.8, instead ofChristian Persch2006-01-253-2/+22
* Don't show the CSS box by default; we show it from code only when CSS isChristian Persch2006-01-252-1/+7
* On suite, set wallet.caveat to false.Christian Persch2006-01-252-0/+9
* Updated Greek translationKostas Papadimas2006-01-252-1079/+781
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-01-252-218/+281
* Updated TranslationAnkitkumar Rameshchandra Patel2006-01-252-165/+194
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-252-131/+163
* Add cvs version markers.Christian Persch2006-01-2516-0/+45
* Don't use favicon as window icon.Christian Persch2006-01-253-45/+23
* Refactored, code cleanups. Don't make the bookmark properties windowChristian Persch2006-01-257-435/+531
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-252-164/+187
* Switch extensions when changing the export format from the combo box; andChristian Persch2006-01-252-56/+127
* Run the main loop until the reply is received when activating a runningChristian Persch2006-01-255-23/+67
* Use DBUS_NAME_FLAG_DO_NOT_QUEUE when requesting the name, and also handleChristian Persch2006-01-242-8/+18
* *** empty log message ***Ignacio Casal Quinteiro2006-01-242-53/+70
* Fix a couple of memory leaksCrispin Flowerday2006-01-243-0/+9
* Fix compilation with libgnome 2.13. Bug #328351.Christian Persch2006-01-242-4/+6
* Updated Lithuanian translation.Žygimantas Beručka2006-01-242-320/+562
* Removed add-bookmark and import-bookmarks functions, and changed load-urlChristian Persch2006-01-246-96/+73
* Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so weChristian Persch2006-01-2412-631/+800
* Invert button order. Bug #327381.Christian Persch2006-01-242-4/+30
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-01-233-144/+195
* Updated TranslationAnkitkumar Rameshchandra Patel2006-01-232-71/+108
* *** empty log message ***Ignacio Casal Quinteiro2006-01-232-71/+93
* When updating the address bar, always update the address state, sometimesCrispin Flowerday2006-01-232-0/+11
* Add guards to avoid crashing on exit if system bus isn't running. FixesCrispin Flowerday2006-01-222-9/+24
* Updated British Engligh translationCrispin Flowerday2006-01-222-1401/+1986
* Change the EphyPermissionManager API so that it is more obvious what itCrispin Flowerday2006-01-226-48/+65
* embed/ephy-favicon-cache.c (remove_obsolete_icons) (icon_is_obsolete)Crispin Flowerday2006-01-223-0/+24
* Updated Finnish translationIlkka Tuohela2006-01-222-68/+103
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-222-72/+100
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-222-89/+142
* Jan 22 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-222-2065/+892
* src/ephy-window.cPeter Harvey2006-01-222-4/+10
* - Change EphyEmbedEvent.get_property to .get_event_property - WrapCrispin Flowerday2006-01-223-2/+68
* Put blank lines between the paragraphs in the licence dialog.Crispin Flowerday2006-01-222-1/+8
* Remove both session/system filters before finalizing EphyDbus object. FixJean-François Rameau2006-01-222-0/+14
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-01-223-210/+17
* Fix the previous commit.Christian Persch2006-01-222-3/+9
* src/bookmarks/ephy-bookmarks-editor.c (cmd_bookmarks_export)Crispin Flowerday2006-01-222-1/+9
* Updated Finnish translationIlkka Tuohela2006-01-222-6/+24
* Fix bookmark exporting, so that it can be cancelled. Fixes bug #327438Crispin Flowerday2006-01-222-4/+14
* Add licence to about dialogue. Patch by Brian Pepple, bug #327998.Christian Persch2006-01-222-0/+30
* Updated Hebrew translation. :Yair Hershkovitz2006-01-222-964/+1331
* Updated Thai translation.Theppitak Karoonboonyanan2006-01-212-280/+447
* Jan 21 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-212-1/+8
* *** empty log message ***Ignacio Casal Quinteiro2006-01-202-3/+23
* update for changesAmanpreet Singh Alam2006-01-201-338/+491
* Updated Finnish translationIlkka Tuohela2006-01-202-268/+434
* Added missing file. Updated Canadian English translation.Adam Weinberger2006-01-203-20/+40
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-01-193-634/+919
* *** empty log message ***Ignacio Casal Quinteiro2006-01-192-268/+414
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-192-268/+414
* Updated Japanese Translation.Satoru SATOH2006-01-192-319/+505
* Updated TranslationAnkitkumar Rameshchandra Patel2006-01-192-36/+43
* Jan 19 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-194-2686/+2898
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-192-305/+456
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-01-192-8/+13
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2006-01-192-329/+467
* Decouple embed single instantiation and initialisation. PreventsChristian Persch2006-01-188-24/+74
* Add caret mode indicator UI. Bug #145581.Christian Persch2006-01-184-2/+73
* Updated epiphany zh_CN translation.Funda Wang2006-01-182-310/+451
* src/bookmarks/ephy-bookmarks-menu.cPeter Harvey2006-01-182-4/+14
* src/bookmarks/ephy-bookmark-properties.cPeter Harvey2006-01-182-17/+11
* Put "Off" at the top of the combo, followed by a separator row. BugChristian Persch2006-01-182-8/+116
* When adding a column that can be sorted on, re-create the sort model, soCrispin Flowerday2006-01-182-0/+16
* Updated Canadian English translation.Adam Weinberger2006-01-182-265/+413
* Change the 'ephy_embed_event_get_property' function return a GValue*Crispin Flowerday2006-01-189-38/+52
* RevertChristian Persch2006-01-171-16/+16
* Fix leaks, minor cleanups.Christian Persch2006-01-173-47/+46
* Add event type to the callback.Christian Persch2006-01-179-39/+126
* Updated TranslationAnkitkumar Rameshchandra Patel2006-01-172-256/+424
* Fix compile with libgnome HEAD.Christian Persch2006-01-172-0/+8
* Post-release version bump.Christian Persch2006-01-172-1/+7
* === Release 1.9.5.1 ===Release1951Christian Persch2006-01-1710-990/+33
* === Release 1.9.5 ===Release195Christian Persch2006-01-173-2/+12
* Fix number of /'s in URI.Christian Persch2006-01-1723-568/+1724
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-01-172-12/+6
* src/bookmarks/ephy-bookmarks-menu.cPeter Harvey2006-01-172-5/+25
* Updating NEWSPeter Anthony Harvey2006-01-171-1/+5
* src/bookmarks/Makefile.amPeter Harvey2006-01-173-22/+13
* src/Makefile.amPeter Harvey2006-01-1712-315/+975
* src/bookmarks/ephy-topics-palette.c src/bookmarks/ephy-topics-palette.hPeter Harvey2006-01-173-0/+596
* src/bookmarks/ephy-topic-action.cPeter Harvey2006-01-172-0/+64
* lib/egg/egg-editable-toolbar.hPeter Harvey2006-01-172-2/+11
* Checking in missed changelog entries.Peter Anthony Harvey2006-01-171-0/+28
* Cleaned up ephy-bookmark-action.c to match the newPeter Anthony Harvey2006-01-172-99/+26
* Jan 16 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-175-112/+148