aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a MIME icon in the File column. Some indent fixes.Xan Lopez2004-07-047-76/+182
* *** empty log message ***Marco Pesenti Gritti2004-07-041-1/+1
* "Open in tabs" insensitive when there are not multiple bookmarks in theMarco Pesenti Gritti2004-07-042-9/+28
* Translation updated.Laurent Dhima2004-07-042-20/+29
* Add profiler calls.Christian Persch2004-07-032-0/+15
* Mozilla API change.Christian Persch2004-07-032-0/+11
* Add G_[BEGIN|END]_DECLSChristian Persch2004-07-031-21/+22
* Codestyle and whitespace cleanupChristian Persch2004-07-032-59/+60
* R data/art/epiphany-tab-loading.gif:Christian Persch2004-07-037-96/+111
* Updated German translation.Christian Neumair2004-07-032-380/+427
* Use blank document as default faviconMarco Pesenti Gritti2004-07-033-2/+10
* Depend on mozilla >= 1.7 final. Simplify some mozilla version checks.Christian Persch2004-07-033-4/+12
* Follow popups keybindings.Marco Pesenti Gritti2004-07-023-9/+41
* Implement bookmark context menu.Marco Pesenti Gritti2004-07-022-3/+77
* Implement topic context menu.Marco Pesenti Gritti2004-07-022-6/+86
* Move in the bookmarks dir.Marco Pesenti Gritti2004-07-0214-64/+163
* Updated Albanian translationLaurent Dhima2004-07-021-0/+4
* UpdatedLaurent Dhima2004-07-021-151/+170
* Updated Czech translation.Miloslav Trmac2004-07-022-152/+176
* s/Off-Line/Offline/Christian Persch2004-07-022-1/+7
* Change position to popups and offline menus.Marco Pesenti Gritti2004-07-022-4/+11
* Do not show the icon for smartbookmarksMarco Pesenti Gritti2004-07-012-1/+11
* *** empty log message ***Marco Pesenti Gritti2004-07-011-4/+6
* Do not allow dragging out of edit mode on ITEMS_ONLY toolbars.Marco Pesenti Gritti2004-07-012-3/+10
* No need to show the default icon for bookmarks menu.Marco Pesenti Gritti2004-07-012-8/+18
* Allow to drag bookmarks around also when not in edit mode. Use the defaultMarco Pesenti Gritti2004-07-012-16/+124
* Popup blocking support. View -> Popup Windows.Adam Hooper2004-07-0119-23/+861
* Use a new window for "Open in Tabs"Marco Pesenti Gritti2004-07-013-13/+33
* Be a bit smarter about double extensions.Xan Lopez2004-07-012-2/+61
* Change tabs sizing again. Now we use a width of 20 (estimated) chars.Marco Pesenti Gritti2004-07-012-6/+11
* Update for 1.3.1.Christian Persch2004-06-302-0/+88
* Updated Serbian translation.Danilo Šegan2004-06-293-664/+702
* Set sane_state to TRUE from user changes, otherwise broken prefs willChristian Persch2004-06-292-0/+16
* Translation updated.Laurent Dhima2004-06-292-200/+178
* Translation updated by Reinout van Schouwen.Vincent van Adrighem2004-06-292-464/+485
* Translation updated.Laurent Dhima2004-06-282-395/+433
* Updated Czech translation.Miloslav Trmac2004-06-282-146/+159
* EphySingle needs to implement nsISupportsWeakReference.Christian Persch2004-06-274-12/+30
* Implement File->Work Off-Line command and backend. No DBUS/HAL/whateverChristian Persch2004-06-279-33/+191
* Preserve hierarchy in the xbel importer too. Use mime sniffing toMarco Pesenti Gritti2004-06-262-51/+45
* Move PrintInfo to print-dialog since it's no more use by embed api.Marco Pesenti Gritti2004-06-264-37/+46
* Fix typo in the printer nameMarco Pesenti Gritti2004-06-252-1/+7
* Remove preview flagMarco Pesenti Gritti2004-06-257-7/+13
* Updated Czech translation.Miloslav Trmac2004-06-252-211/+221
* Simplify print code. Now there is only one case to deal with, the mozillaMarco Pesenti Gritti2004-06-2512-180/+83
* Added src/bookmarks/ephy-topics-selector.c.Christian Persch2004-06-242-0/+5
* Use guint consistently for node idsMarco Pesenti Gritti2004-06-2410-22/+42
* Implement open in tabs from toolbar topicsMarco Pesenti Gritti2004-06-245-24/+120
* Removed unused array, and added a few missing statics.Christian Persch2004-06-242-10/+9
* Use g_signal_connect_after to connect to the toolbar_added signal,Christian Persch2004-06-243-4/+14
* Commit ChangeLog tooChristian Persch2004-06-241-0/+14
* Make the permission type a string instead of an enum, that way we canChristian Persch2004-06-245-70/+48
* Simply use gtk_container_get_children().Christian Persch2004-06-242-11/+8
* Make the "Exit Fullscreen" button toggle the action instead of doing toChristian Persch2004-06-242-1/+19
* Add EphyWindow API to open multiple uris in tabs, use it for dnd on theMarco Pesenti Gritti2004-06-244-49/+72
* Move check for javascript after the http[s] checks.Christian Persch2004-06-232-8/+11
* "/" in a topic title is now a submenu in the bookmarks menu.Marco Pesenti Gritti2004-06-233-37/+94
* Keep the whole hierarchy of folders in the topic name, separated by |.Marco Pesenti Gritti2004-06-222-22/+47
* Drop some unused code.Marco Pesenti Gritti2004-06-222-28/+19
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-2213-59/+133
* Add a New topic button to the new bookmark dialog.Marco Pesenti Gritti2004-06-224-0/+101
* Check for empty attributes before adding the item when parsing theChristian Persch2004-06-212-8/+19
* Allow importing from Epiphany bookmarks format (RDF), fixes bug #144699.Christian Persch2004-06-212-0/+11
* Whoops. Um. Fixed the build.Adam Hooper2004-06-212-0/+18
* Implement popup-blocking signals. Part of bug #111930.Adam Hooper2004-06-216-8/+108
* Updated Serbian translation.Danilo Šegan2004-06-213-819/+800
* Updated British English translationGareth Owen2004-06-212-348/+356
* Remove implementation of ::HidePage again, it's really not used anyway inChristian Persch2004-06-202-14/+9
* Implement GlobalHistory2::HidePage, fixes bug #142143.Christian Persch2004-06-202-3/+27
* Make tab labels 1/n-th of the window width (n = number of tabs), with aChristian Persch2004-06-202-63/+70
* Append tabs at the end instead of grouping them near the current one.Marco Pesenti Gritti2004-06-207-53/+26
* Updated Greek translationNikos Charonitakis2004-06-192-284/+294
* Update from new winstripe theme of FirefoxMarco Pesenti Gritti2004-06-192-0/+6
* Updated Canadian English translation.Alexander Winston2004-06-182-348/+357
* Escape strings before using the with markup in labels. Patch by CrispinChristian Persch2004-06-183-10/+18
* Translation updated by Mətin Əmirov.Metin Amiroff2004-06-172-514/+335
* Updated Bulgarian translation by Vladimir "Kaladan" PetkovAlexander Shopov2004-06-172-3749/+3746
* Set data for close-button on the tab label.Christian Persch2004-06-172-0/+7
* Go back to construction the toolbar when the model is set, fixes bugChristian Persch2004-06-166-116/+159
* Updated Czech translation.Miloslav Trmac2004-06-162-348/+357
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-06-162-389/+385
* *** empty log message ***Marco Pesenti Gritti2004-06-151-0/+1
* Use GenericName. See #144284 for the hig change. Fix bug #140625.Marco Pesenti Gritti2004-06-153-2/+12
* Work around mozilla bug #246392 which goes back to the original urls whenChristian Persch2004-06-154-1/+75
* Updated Brazilian Portuguese translation done by Estêvão SamuelGustavo Maciel Dias Vieira2004-06-152-385/+376
* Use g_markup_print_escaed().Christian Persch2004-06-152-4/+8
* Escape strings before using them with markup in labels.Christian Persch2004-06-153-6/+12
* Get rid of EmbedReloadFlags, and use a gboolean force parameter inChristian Persch2004-06-146-19/+22
* Added src/bookmarks/ephy-bookmarksbar-model.c. Updated Slovak translation.Marcel Telka2004-06-133-489/+333
* Add GNOME_COMMON_INITMarco Pesenti Gritti2004-06-132-0/+8
* Add a way to open new windows passing features and uri. Something like jsMarco Pesenti Gritti2004-06-138-5/+68
* Allow items to be dragged from toolbar editor also when in items onlyMarco Pesenti Gritti2004-06-133-2/+15
* Put proper property IDs on propertiesAdam Hooper2004-06-122-2/+9
* Make spinner not use a visible window, and fix coordinates accordingly.Christian Persch2004-06-122-6/+15
* Save the toolbars models from dispose, not from finalize, since you cannotChristian Persch2004-06-124-12/+43
* Do not put ACLOCAL flags in the Makefile, it should not be necessaryMarco Pesenti Gritti2004-06-112-3/+8
* Merging bookmarksbar-separation branch.Christian Persch2004-06-1130-1156/+1121
* Updated German translation.Christian Neumair2004-06-102-148/+138
* Disable xpinstall by default. Fixes bug #144035.Christian Persch2004-06-102-0/+9
* s/get_item_name/get_item_dataMarco Pesenti Gritti2004-06-105-26/+57
* 2004-06-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-06-101-20/+34
* Retain custom types when moving items aroundMarco Pesenti Gritti2004-06-096-70/+76
* Separation of bookmarks and normal toolbars.Christian Persch2004-06-095-0/+1127
* Fix CSS background detection, based on a galeon patch by CrispinChristian Persch2004-06-092-53/+73
* Adjust comment about mozilla bug #232057, which was WONTFIXed.Christian Persch2004-06-092-4/+10
* Do not hide clipboard items for the input context (Bug #139040)Marco Pesenti Gritti2004-06-082-9/+10
* *** empty log message ***Marco Pesenti Gritti2004-06-081-0/+5
* Move external protocols prefs defaults in the javascript file and addMarco Pesenti Gritti2004-06-082-12/+11
* Fix setting default filename in the !modeSave case.Christian Persch2004-06-073-31/+32
* Don't allow ::SetDefaultString unless we're in modeSave.Christian Persch2004-06-072-1/+11
* Also load extensions from /home/users/rossRoss Burton2004-06-072-0/+12
* Use ephy-file-chooser convenience constructor instead of duplicating codeChristian Persch2004-06-072-49/+52
* Simplified mozilla version checks with new MOZILLA_IS_VERSION4 macro.Christian Persch2004-06-073-3/+14
* Updated Greek translation.Nikos Charonitakis2004-06-062-446/+156
* 2004-06-06 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-06-062-299/+125
* Add help/es/Makefile to AC_OUTPUT.Christian Persch2004-06-062-0/+7
* Added Spanish docsFrancisco Javier F. Serrador2004-06-051-0/+4
* Added Spansih docsFrancisco Javier F. Serrador2004-06-051-1/+1
* Spanish figuresFrancisco Javier F. Serrador2004-06-054-0/+0
* Updated Albanian translationLaurent Dhima2004-06-051-0/+4
* UpdatedLaurent Dhima2004-06-051-106/+98
* Spanish manual translation (finished)Francisco Javier F. Serrador2004-06-051-408/+481
* Updated Simplified Chinese translationFunda Wang2004-06-052-299/+125
* Fix bug reporting addressChristian Persch2004-06-051-1/+2
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-0435-956/+1146
* Fixed some strings in the Danish translation.Ole Laursen2004-06-032-82/+31
* Move the "Exit Fullscreen" popup to the right in RTL locale. Fixes bugChristian Persch2004-06-032-6/+22
* Commit changelog for previous change -- OOPS!Adam Hooper2004-06-021-0/+8
* Update from libeggAdam Hooper2004-06-011-21/+11
* Changed the translation of Downloads.Ole Laursen2004-05-312-3/+8
* Post-release version bump.Christian Persch2004-05-312-1/+7
* Release 1.3.0Release130Christian Persch2004-05-3170-38101/+45949
* Updating NEWSChristian Persch2004-05-311-14/+0
* Updated Lithuanian translation.Žygimantas Beručka2004-05-312-201/+234
* Updated Spanish translationFrancisco Javier F. Serrador2004-05-301-178/+207
* Updating NEWSChristian Persch2004-05-301-0/+2
* Fix reload logic not to use forced reload by default. Patch by C. J. N.Christian Persch2004-05-302-2/+9
* Updated Danish translation.Ole Laursen2004-05-302-648/+673
* Updated Spanish helpFrancisco Javier F. Serrador2004-05-291-71/+73
* Revert varargs change, it doesn't work for LOG("Message") withoutChristian Persch2004-05-292-11/+7
* Updating NEWSChristian Persch2004-05-291-4/+9
* Use ISO style variable argument macros. Patch by Brian Cameron, part ofChristian Persch2004-05-292-0/+19
* Add check for 'mkdtemp', since solaris doesn't have it.Christian Persch2004-05-293-0/+21
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-292-1/+7
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-292-1/+7
* Depend on glib >= 2.4.1 because of the fix for bug #112222.Christian Persch2004-05-292-1/+7
* Fix for mozilla API change (ported from galeon).Christian Persch2004-05-292-1/+21
* Increase mozilla snapshot level for 1.8a2/trunk.Christian Persch2004-05-292-2/+8
* Update for 1.3.0.Christian Persch2004-05-292-2/+205
* Added "tk" to ALL_LINGUAS. Added Turkmen translation by Gurban MühemmetChristian Rose2004-05-294-1/+3504
* Include "config.h".Christian Persch2004-05-291-0/+4
* Always include "config.h" !Christian Persch2004-05-292-0/+10
* Fix snapshot check for mozilla >= 1.7rc2 .Christian Persch2004-05-292-1/+7
* Fix some spellings in Thai translation.Theppitak Karoonboonyanan2004-05-252-33/+32
* Remove unused field in structXan Lopez2004-05-254-1/+15
* Added "th" (Thai) to ALL_LINGUAS. Added Thai translation by IsriyaPaisa Seeluangsawat2004-05-244-1/+3338
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2004-05-242-279/+283
* remove Makefile.in errounously committedMarco Pesenti Gritti2004-05-231-357/+0
* Fix some headers fallouts with mozilla headMarco Pesenti Gritti2004-05-234-1/+17
* Fix compilation with moz 1.6.Christian Persch2004-05-221-0/+6
* Set the drag icon on realize, otherwise the current icon theme isn't used,Crispin Flowerday2004-05-222-21/+31
* Recognise mozilla 1.8a1 and 1.8a2.Christian Persch2004-05-222-0/+8
* Elimiate indeterminate progress, fixes bugs #142303 and #142305.Christian Persch2004-05-213-20/+16
* Fix stupid bug.Christian Persch2004-05-212-2/+9
* Emit the "tab_removed" signal also for the window's last tab. Part of bugChristian Persch2004-05-203-6/+11
* Open bookmark in new tab on middle-click. Fixes bug #106250.Christian Persch2004-05-203-6/+81
* Fix typoChristian Persch2004-05-201-1/+0
* Backported fixes from gtk+ cvs head.Christian Persch2004-05-202-17/+28
* Fix a MOZILLA_SNAPSHOT check for 1.7 branch.Christian Persch2004-05-192-1/+7
* Generate Makefile in help/es too.Christian Persch2004-05-192-0/+7
* Fix capitalisation.Christian Persch2004-05-193-2/+10
* Updated British English translationGareth Owen2004-05-192-109/+141
* Fix observer topic check for cookie "cleared" notification.Christian Persch2004-05-172-1/+7
* updated Walloon filePablo Saratxaga2004-05-172-1300/+1712
* Spanish docs updatedFrancisco Javier F. Serrador2004-05-171-65/+64
* Fix mem leak.Christian Persch2004-05-162-3/+15
* Fix mem leaks.'Christian Persch2004-05-162-0/+9
* Fix refcount leak.Christian Persch2004-05-162-0/+9
* Shut upChristian Persch2004-05-161-0/+4
* Set mEventReceiver to nsnull in ::Destroy(), fixes a crasher.Christian Persch2004-05-162-6/+14
* Updated Canadian English translation.Alexander Winston2004-05-152-104/+146
* *** empty log message ***Christian Persch2004-05-151-7/+0
* Yet another mozilla API change.Christian Persch2004-05-152-13/+67
* Forgot to change action entries for last commit.Christian Persch2004-05-142-4/+6
* Simplify context menu wrt. frames. Fixes bug #138442.Christian Persch2004-05-144-55/+8
* Updated Spanish translation.Francisco Javier F. Serrador2004-05-145-0/+2989
* Updated Czech translation.Miloslav Trmac2004-05-132-5/+21
* Make sure we don't add a colon at the end of LD_LIBRARY_PATH, which willChristian Persch2004-05-132-1/+13
* Updated Spanish translation.Francisco Javier F. Serrador2004-05-132-75/+114
* Backport changed from the new gtkcellrendererprogress which was based onChristian Persch2004-05-133-240/+346
* Fix compilation with gcc 2.95.Christian Persch2004-05-122-1/+8
* One more NS_ENSURE_TRUE.Christian Persch2004-05-112-1/+7
* Updated Albanian translationLaurent Dhima2004-05-111-0/+4
* UpdatedLaurent Dhima2004-05-111-641/+491
* Updated Czech translation.Miloslav Trmac2004-05-112-66/+85
* Changed back to NS_ENSURE_TRUE as per discussion in bug #142184.Christian Persch2004-05-112-23/+29
* Remove unused variable.Christian Persch2004-05-112-1/+6
* Destroy the EphyBrowser in destroy handler, but delete it only onChristian Persch2004-05-113-45/+87
* Statusbar re-design: Move lock icon to left; hide progress bar when noChristian Persch2004-05-113-12/+77
* Shut upChristian Persch2004-05-101-0/+2
* Fix accelerator for OpenImage action.Christian Persch2004-05-092-1/+7
* Added ephy-file-chooser.c.Christian Persch2004-05-092-0/+5
* Jump to new tabs created from command lines; fixes bug #141168.Christian Persch2004-05-092-4/+10
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-0910-80/+217
* Forward nsIAuthPrompt interface to the single sign-on promptChristian Persch2004-05-083-35/+19
* corrected <identifier url>.Iñaki Larrañaga2004-05-071-1/+1
* Adjust MOZILLA_SNAPSHOT checks for changed snapshot levels.Christian Persch2004-05-074-27/+35
* Increase snapshot level for mozilla >= 1.7rc2 and 1.8a/trunk.Christian Persch2004-05-072-4/+11
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-05-072-204/+229
* Check for nsIPassword.hChristian Persch2004-05-063-5/+24
* Adapt to mozilla API change.Christian Persch2004-05-062-0/+11
* Recognise 1.7rc* too.Christian Persch2004-05-062-0/+8
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-05-052-35/+60
* Updated Spanish translation.Francisco Javier F. Serrador2004-05-052-618/+619
* Updated Dutch translation.Reinout van Schouwen2004-05-041-92/+107
* Whenever we have one, pass the cache key to the persist object. That wayChristian Persch2004-05-042-3/+15
* Fix a mem leak; thanks to Crispin for spotting it.Christian Persch2004-05-032-1/+7
* title added back to dialog - see notes on bug #133152Patanjali Somayaji2004-05-032-1/+7
* Remove unused variableChristian Persch2004-05-031-3/+0
* More HIGifying of the overwrite confirmation dialog - - title removed fromPatanjali Somayaji2004-05-032-1/+10
* Make Escape cancel overwrite dialog.Piers Cornwell2004-05-032-20/+22
* Clean up encoding handling.Christian Persch2004-05-0211-160/+120
* Minor updates to match UI.Piers Cornwell2004-05-022-53/+69
* Make the statusbar's GtkTooltips publicly accessibly.Christian Persch2004-05-023-7/+15
* Updated Czech translation.Miloslav Trmac2004-04-302-98/+106
* Updated British English translationGareth Owen2004-04-302-104/+124
* More HIG love for overwrite confirmation. Partial fix for bug #133152.Piers Cornwell2004-04-302-3/+11
* fix build bustageMarco Pesenti Gritti2004-04-303-0/+18
* fix build bustageMarco Pesenti Gritti2004-04-301-1/+5
* *** empty log message ***Marco Pesenti Gritti2004-04-301-4/+4
* Updated Canadian English translation.Adam Weinberger2004-04-302-106/+116
* Complete headers definesMarco Pesenti Gritti2004-04-306-38/+75
* HIGified dialog created with "Cancel" and "Overwrite" buttons.Patanjali Somayaji2004-04-292-11/+49
* *** empty log message ***Marco Pesenti Gritti2004-04-291-0/+2
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-2928-174/+212
* *** empty log message ***Marco Pesenti Gritti2004-04-291-0/+2
* Add defines for private mozilla api usage. It will make easier to trackMarco Pesenti Gritti2004-04-293-49/+53
* Adding new screenshots.Piers Cornwell2004-04-292-0/+0
* Updated Smart Bookmarks help content. Patch by poobar@nycap.rr.com. FixesPiers Cornwell2004-04-292-197/+382
* Update screenshots.Piers Cornwell2004-04-293-0/+7
* Merging from gnome-2-4Christian Persch2004-04-295-0/+1129
* Ensure we have a DOM window before trying to get his url. The check wasMarco Pesenti Gritti2004-04-293-2/+11
* Correct listitems to contain para tags. Fixes bug #140918.Sebastian Heinlein2004-04-292-23/+41
* Updated Dutch translationReinout van Schouwen2004-04-281-668/+665
* Nice mess of defines to support 1.8a. Damn.Marco Pesenti Gritti2004-04-2711-32/+248
* Updated Portuguese translation.Duarte Loreto2004-04-272-603/+591
* Exit print preview mode before closing a window. Fixes a crasher; EpiphanyChristian Persch2004-04-272-0/+20
* Fix encoding of saved content; fixes bug #141050.Marco Pesenti Gritti2004-04-272-34/+29
* Fix dependency libs not to include libbonoboui.Christian Persch2004-04-242-1/+7
* Added Basque help filesPablo Saratxaga2004-04-229-1/+844