aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Marco Pesenti Gritti2003-11-204-4/+31
* Do not document config.h ;) Reenable docs build.Marco Pesenti Gritti2003-11-205-230/+12
* Reverting accidentally commited local workaroundChristian Persch2003-11-201-1/+1
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-2077-74/+298
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-2013-56/+862
* updated translation, thanks to cascardo for looking up some stuff on aGustavo Noronha Silva2003-11-192-1003/+1334
* Forgot to remove signal IDs from enum when I removed the signals.Christian Persch2003-11-192-2/+6
* Make encodings dialogue transient.Christian Persch2003-11-193-51/+25
* Re-use some more signals from GtkMozEmbed; fix getter_Copies usage inChristian Persch2003-11-196-63/+62
* *** empty log message ***Marco Pesenti Gritti2003-11-191-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-11-192-5/+4
* *** empty log message ***Marco Pesenti Gritti2003-11-192-1/+16
* Begin of gtk-doc supportMarco Pesenti Gritti2003-11-195-0/+143
* Updated Danish translation.Ole Laursen2003-11-182-1041/+1529
* Updated Serbian translation.Danilo Šegan2003-11-183-328/+432
* Api fixMarco Pesenti Gritti2003-11-182-1/+7
* Added embed/mozilla/GtkNSSClientAuthDialogs.cppChristian Persch2003-11-182-0/+5
* Ported the Crispin's GtkNSSClientAuthDialogs from galeon. Changes: - useChristian Persch2003-11-187-1/+368
* Pass WebPageDescriptor, not CurrentDescriptor. This way we dont refetchMarco Pesenti Gritti2003-11-172-4/+13
* Resync with galeon.Marco Pesenti Gritti2003-11-175-26/+70
* *** empty log message ***Marco Pesenti Gritti2003-11-171-4/+12
* Do not access session from priv struct but use get_session, so it'sMarco Pesenti Gritti2003-11-171-0/+8
* Move gnome session code in the shell.Marco Pesenti Gritti2003-11-173-80/+76
* Implement UI for default download path and auto open downlads prefs forXan Lopez2003-11-163-43/+213
* Dutch translation updated by Vincent van Adrighem.Vincent van Adrighem2003-11-162-340/+435
* Updated Serbian translation.Danilo Šegan2003-11-153-656/+824
* *** empty log message ***Marco Pesenti Gritti2003-11-156-27/+25
* Enable deprecates and werror only in maintainer mode (in the way suggestedMarco Pesenti Gritti2003-11-152-6/+18
* Added missing files and deleted no longer existing ones.Christian Persch2003-11-152-2/+7
* Use an unique factory for both interfaces.Marco Pesenti Gritti2003-11-1511-131/+176
* Put back borked mozilla alert.Marco Pesenti Gritti2003-11-145-35/+44
* Looks like we need to unregister factory since we initialized it byMarco Pesenti Gritti2003-11-142-0/+10
* *** empty log message ***Marco Pesenti Gritti2003-11-141-8/+0
* Rework shell services initialization so that it happen either on everyMarco Pesenti Gritti2003-11-145-75/+109
* First stab at reorganizing initialization. Fix crashes when launching anMarco Pesenti Gritti2003-11-131-0/+17
* ChangeLogMarco Pesenti Gritti2003-11-136-269/+279
* Silly typos, thanks crispin.Marco Pesenti Gritti2003-11-133-2/+9
* Link up toolbar editor help button.Christian Persch2003-11-132-1/+7
* Updated the Greek translationKostas Papadimas2003-11-122-15/+19
* Updated Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-11-122-43/+46
* Set initial visibility to false, fixes a warning when showing theChristian Persch2003-11-122-1/+7
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-1112-111/+72
* And add it to Makefile.am too.Christian Persch2003-11-112-0/+7
* We really need the glade file from galeon too.Christian Persch2003-11-112-0/+1305
* New extensions API.Christian Persch2003-11-1129-1360/+1755
* Deja-vu.Xan Lopez2003-11-112-1/+6
* Updated Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-11-112-940/+1271
* croatian translations updatedDenis Lackovic2003-11-111-1/+1
* croatian translation updateDenis Lackovic2003-11-111-0/+3159
* *** empty log message ***Marco Pesenti Gritti2003-11-101-1/+1
* Fix compile warning.Marco Pesenti Gritti2003-11-102-2/+12
* Remove a decl I forgot.Marco Pesenti Gritti2003-11-103-10/+39
* Fix recovery from corrupted toolbar layout file.Christian Persch2003-11-104-5/+17
* Do not disable conversion. Some pages was saved as gz compressed.Marco Pesenti Gritti2003-11-102-2/+8
* Do not connect and reemit same signal for nothing. Remove unused/expensiveMarco Pesenti Gritti2003-11-106-111/+32
* Updated Malay translation.Hasbullah Bin Pit2003-11-102-1020/+1450
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-1013-333/+369
* Don't unref the icon theme, we don't own it.Christian Persch2003-11-102-8/+16
* Do not save All nodeMarco Pesenti Gritti2003-11-092-1/+8
* Remove decls from the topMarco Pesenti Gritti2003-11-094-266/+171
* Pass ITEMS_PERSIST and LIST_ONLY to the models, the implementation looksMarco Pesenti Gritti2003-11-093-2/+11
* Focus history entry on _show. Do not try to update paste menu item usingMarco Pesenti Gritti2003-11-093-8/+28
* Port node db saving and RDF export to xml writer api.Christian Persch2003-11-0812-306/+475
* Fix mem leak.Christian Persch2003-11-082-0/+8
* Chain up to parent's finalize method.Christian Persch2003-11-082-0/+8
* Rewrite the iteration part to take advantage of user_data2. Should beMarco Pesenti Gritti2003-11-082-130/+132
* Use kB, MB and GB for the total size of the files being downloaded. FixesXan Lopez2003-11-073-6/+25
* Handle correctly last bookmark caseMarco Pesenti Gritti2003-11-072-2/+15
* *** empty log message ***Marco Pesenti Gritti2003-11-071-1/+0
* Small cleanupsMarco Pesenti Gritti2003-11-073-9/+7
* More headers fixup.Marco Pesenti Gritti2003-11-074-14/+27
* Change some more i18n inclusion and remove several unused includes.Marco Pesenti Gritti2003-11-0611-16/+26
* Correct download dir default.Marco Pesenti Gritti2003-11-065-10/+126
* Add a list of permissions for mime and a script to update it (py hackersMarco Pesenti Gritti2003-11-064-1/+403
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-0642-41/+87
* Dutch translation updated by Vincent van Adrighem.Vincent van Adrighem2003-11-062-311/+362
* Updated Serbian translation.Danilo Šegan2003-11-053-548/+618
* Only allow choosing "Selection" if there really is one.Christian Persch2003-11-054-48/+88
* Remove unused func, bad xanMarco Pesenti Gritti2003-11-053-45/+7
* Renamed to get_command_state to can_do_command.Christian Persch2003-11-055-15/+27
* Migrate font family tooMarco Pesenti Gritti2003-11-053-1/+37
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-0536-1366/+1011
* Better names for new font size keysMarco Pesenti Gritti2003-11-052-3/+9
* Resync with eel.Marco Pesenti Gritti2003-11-057-202/+459
* Remove unused ephy-prefs includesMarco Pesenti Gritti2003-11-058-7/+12
* Rework ContentHandler to use the auto_open_downloads key.Xan Lopez2003-11-055-351/+59
* Fix sensitivity of Paste. Still not set for native entries, I cant reallyMarco Pesenti Gritti2003-11-042-1/+14
* Yet another sensitivity update strategy. Set sensitivity on menu show andMarco Pesenti Gritti2003-11-042-55/+96
* update undo/redo sensitivityMarco Pesenti Gritti2003-11-045-1/+77
* Show only paste in the context menu, it's the only one that works inMarco Pesenti Gritti2003-11-048-52/+117
* Dutch translation updated by Vincent van Adrighem.Vincent van Adrighem2003-11-042-878/+1107
* Remove unused types.Christian Persch2003-11-045-33/+39
* Remove the "show_details in downloader" schema.Xan Lopez2003-11-037-69/+53
* Initialise the dialogue on run too.Christian Persch2003-11-032-0/+14
* Adjust return value so that mozilla doesn't erreonously put up a failureChristian Persch2003-11-032-1/+8
* Don't unref the print dialogue twice when shown from mozilla.Christian Persch2003-11-033-9/+51
* Unset silent mode after printing, should fix bug #125984.Christian Persch2003-11-022-0/+9
* Fixed formatting errors. Submitted by David O'CallaghanPaul Duffy2003-11-022-2935/+3290
* Only save history db if there have been changes. Fixes bug #125973.Christian Persch2003-11-012-1/+56
* Don't set the persist key on object construction time. Fixes bug #125589.Christian Persch2003-11-014-39/+82
* Updated Slovak translation.Marcel Telka2003-11-012-787/+970
* Fixed bugs.Christian Rose2003-11-012-3/+8
* Updated German translation.Christian Neumair2003-10-312-1065/+1146
* Correctly set the embed for the print dialogue.Christian Persch2003-10-314-4/+28
* Use gnomevfs helper to open applications, drop our own.Marco Pesenti Gritti2003-10-314-185/+14
* *** empty log message ***Marco Pesenti Gritti2003-10-311-1/+1
* Set the cursor hotspot to something sensible. All bugs seem to be goneMarco Pesenti Gritti2003-10-312-1/+9
* When changing toolbar unhighlight the old one, not the newMarco Pesenti Gritti2003-10-312-1/+8
* Yet another mozilla API change.Christian Persch2003-10-313-8/+38
* Do not require a parent windowMarco Pesenti Gritti2003-10-312-4/+11
* Fix creation of special drag types itemsMarco Pesenti Gritti2003-10-312-9/+20
* Add a title param to dnd iterator and remove unused screen locationMarco Pesenti Gritti2003-10-305-11/+25
* Updated the Greek translationKostas Papadimas2003-10-302-1142/+1384
* Add public function to get a host node from a page url.Christian Persch2003-10-304-20/+123
* Make it use new api and make the highlighting a good deal smoother.Soren Sandmann2003-10-302-67/+112
* Updated Japanese translation.KAMAGASAKO Masatoshi2003-10-292-1353/+1934
* We cant cache mDOMDocument, it changes for every document loaded. RemoveMarco Pesenti Gritti2003-10-294-16/+15
* Make some vars private, remove an unused one.Marco Pesenti Gritti2003-10-294-8/+21
* Forgot this.Xan Lopez2003-10-292-1/+8
* Implement smart selection in the downloader view.Xan Lopez2003-10-296-27/+99
* Always list "Off" as first item in the list of autodetectors. Fixes bugChristian Persch2003-10-292-2/+37
* Unref the store once added to the combo.Marco Pesenti Gritti2003-10-292-0/+7
* Build nautilus server only when the view is enabledMarco Pesenti Gritti2003-10-292-5/+25
* Add sanity check.Christian Persch2003-10-282-2/+12
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-2816-109/+204
* Updated Serbian translation.Danilo Šegan2003-10-283-10/+24
* Fix page cloning, I was query descriptors interface on webBrowser insteadMarco Pesenti Gritti2003-10-282-8/+15
* We need to force the encoding to be able to unset it.Marco Pesenti Gritti2003-10-282-9/+19
* Implement filechooser for ASK_DESTINATION.Christian Persch2003-10-283-16/+92
* Solving the wrapper mess THE ENDMarco Pesenti Gritti2003-10-284-53/+27
* Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanityMarco Pesenti Gritti2003-10-289-114/+166
* *** empty log message ***Marco Pesenti Gritti2003-10-284-133/+110
* Solving the wrapper mess Episode 1.Marco Pesenti Gritti2003-10-278-278/+74
* Sink after refMarco Pesenti Gritti2003-10-272-0/+7
* Sync with nautilus apiMarco Pesenti Gritti2003-10-272-8/+24
* Fixup spinner when resetting the toolbar model. Update spinner on toolbarMarco Pesenti Gritti2003-10-274-31/+114
* *** empty log message ***Marco Pesenti Gritti2003-10-271-1/+0
* Updated Serbian translation.Danilo Šegan2003-10-273-206/+278
* Updated Azerbaijani translation.Metin Amiroff2003-10-262-896/+852
* Convert filenames from/to UTF-8 when persisting the directory.Christian Persch2003-10-262-9/+27
* Fixed.Carlos Perelló Marín2003-10-262-1/+4
* Really used the converted string [in UTF-8] instead of the directly usingChristian Persch2003-10-262-1/+8
* One set of buttons is enough.Christian Persch2003-10-262-6/+8
* Port to new gtk+ file chooser.Christian Persch2003-10-2630-1335/+1254
* Added GTKNSSKeyPairDialogs.cpp.Christian Persch2003-10-262-0/+5
* Updated Serbian translation.Danilo Šegan2003-10-263-140/+408
* Resync apiMarco Pesenti Gritti2003-10-262-4/+11
* Use "" instead of null, the new mozilla prefs parser doesn't recogniseChristian Persch2003-10-262-2/+10
* Add missing font.size prefs for zh-HK font group.Christian Persch2003-10-262-0/+8
* *** empty log message ***Marco Pesenti Gritti2003-10-251-4/+9
* Interface for commands. Useful for undo. (cmd_undo works).Marco Pesenti Gritti2003-10-2510-253/+273
* Remove a debug print, don't do anything on wm delete event.Xan Lopez2003-10-252-3/+8
* Resync with galeon.Marco Pesenti Gritti2003-10-257-76/+1784
* Remove open button, autclose when there are no downloads left.Xan Lopez2003-10-253-53/+26
* Updated Azerbaijani translation.Metin Amiroff2003-10-252-787/+1013
* don't pollute the statusbar with a "Done." message.David Bordoley2003-10-252-1/+7
* Made encoding dialog auto-apply.Christian Persch2003-10-253-26/+26
* Use special drag cursors also for editor. Do not hide separator whenMarco Pesenti Gritti2003-10-252-4/+39
* Took the open hand icon used in eog, did some gimp magic. Why am I up atDavid Bordoley2003-10-242-0/+9
* Added EphyHeaderSniffer.cpp.Christian Persch2003-10-242-0/+5
* Use translatable title for untitled pages.Christian Persch2003-10-242-2/+14
* Add an helper to initialize downloads.Marco Pesenti Gritti2003-10-247-119/+229
* Remove invalid itemsMarco Pesenti Gritti2003-10-232-3/+27
* Make the spinner spin again.Marco Pesenti Gritti2003-10-232-0/+8
* Move the spinner in his own mini toolbar.Marco Pesenti Gritti2003-10-238-309/+117
* Every time you change API God kills a kitten. Think of the kitten!! (ThatXan Lopez2003-10-235-18/+70
* Add xml files to extra dataMarco Pesenti Gritti2003-10-222-1/+7
* file kn.po was initially added on branch gnome-2-4.Yogeesh MB2003-10-220-0/+0
* Update for 1.1.0Release110Marco Pesenti Gritti2003-10-222-0/+58
* Updated Serbian translation.Danilo Šegan2003-10-223-1304/+1330
* *** empty log message ***Marco Pesenti Gritti2003-10-221-0/+62
* Use new api for highlighting and make it pick up and drop behaviorMarco Pesenti Gritti2003-10-213-137/+316
* Updated. Removed, it's now empty. Please remember that you should updateCarlos Perelló Marín2003-10-213-8/+7
* Encoding menu improvements, Episode V: MPT strikes back.Christian Persch2003-10-215-219/+243
* Make sure that both sites and hosts are filtered on constructMarco Pesenti Gritti2003-10-202-3/+14
* *** empty log message ***Marco Pesenti Gritti2003-10-201-0/+7
* unref the model once it's set in the viewMarco Pesenti Gritti2003-10-202-0/+2
* Index are not identifiersMarco Pesenti Gritti2003-10-192-4/+7
* We cant remove while iterating childrens, build a list and remove later.Marco Pesenti Gritti2003-10-192-8/+22
* Thaw smartbookmarks node after use.Christian Persch2003-10-192-0/+7
* Update remaning time every two secondsMarco Pesenti Gritti2003-10-197-158/+221
* do not try to remove All nodeMarco Pesenti Gritti2003-10-192-1/+10
* cleanup. Fix warning when fetching favicons.Marco Pesenti Gritti2003-10-192-27/+38
* Looks like I copied a bug from mozilla js code. Do not show bogusMarco Pesenti Gritti2003-10-182-12/+10
* initialize cur/total sizeMarco Pesenti Gritti2003-10-182-0/+8
* *** empty log message ***Marco Pesenti Gritti2003-10-181-6/+1
* fixup styleMarco Pesenti Gritti2003-10-183-194/+196
* Add nsIAuthPrompt implementation, necessary to make downloads onMarco Pesenti Gritti2003-10-183-2/+56
* Get rid of the last vestige of ephy_window_update_control(), and make theChristian Persch2003-10-186-148/+144
* Show encoding menu also when empty, fix oddness when opening View menuMarco Pesenti Gritti2003-10-182-0/+10
* Mark wrong entry as fuzzy (msgfmt check failed).Kwok-Koon Cheung2003-10-182-3/+7
* Added new files.Christian Persch2003-10-182-0/+8
* Fix string for old mozilla versions.Marco Pesenti Gritti2003-10-182-8/+16
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-1832-875/+2131
* Dutch translation updated by Vincent van Adrighem.Vincent van Adrighem2003-10-182-904/+1080
* Grab focus in the entry when showing because we dont rebuild the dialog.Marco Pesenti Gritti2003-10-172-2/+22
* Fix Save As, we need ever to pass the url now. Now hope chpe stop to bugMarco Pesenti Gritti2003-10-172-13/+27
* Change the behaviour of --nautilus-view such that the process doesn't exitMark McLoughlin2003-10-173-21/+66
* *** empty log message ***Marco Pesenti Gritti2003-10-172-0/+8
* I suck ... files forgotMarco Pesenti Gritti2003-10-172-3/+5
* Merge new-downloader branch. We reworked the backend, the userMarco Pesenti Gritti2003-10-1733-2811/+1941
* Include config.h.Christian Persch2003-10-162-1/+13
* *** empty log message ***Marco Pesenti Gritti2003-10-152-1/+7
* Updated Serbian translation.Danilo Šegan2003-10-143-662/+700
* Make location a normal entry.Marco Pesenti Gritti2003-10-148-238/+23
* file mozilla-downloader-view.cpp was initially added on branch new-downloader.Xan Lopez2003-10-140-0/+0
* file mozilla-downloader-view.h was initially added on branch new-downloader.Xan Lopez2003-10-140-0/+0
* Unref completionMarco Pesenti Gritti2003-10-142-0/+8
* *** empty log message ***Christian Persch2003-10-141-0/+1
* Encodings menu improvements, part 3: Refactored the encodings list; it noChristian Persch2003-10-1413-417/+439
* *** empty log message ***Marco Pesenti Gritti2003-10-145-2/+16
* Better implementation of cursor.Marco Pesenti Gritti2003-10-132-17/+27
* Show a different cursor when hovering toolbar items in edit mode.Marco Pesenti Gritti2003-10-132-0/+32
* Port to new combo.Marco Pesenti Gritti2003-10-132-40/+57
* Port to new combo. Size is wrong, prolly a bug in combo size request, willMarco Pesenti Gritti2003-10-132-31/+28
* Return "en" when in C locale.Christian Persch2003-10-132-1/+8
* Include config.h.Christian Persch2003-10-122-0/+10
* Adapt EphyWrapper::GetEncoding to varying mozilla APIs.Christian Persch2003-10-124-10/+28
* *** empty log message ***Marco Pesenti Gritti2003-10-121-25/+26
* Merge completion branchMarco Pesenti Gritti2003-10-1222-2580/+1425
* Encoding menu improvements, part 2: Implement ephy_embed_get_encoding, andChristian Persch2003-10-127-8/+140
* Encodings menu improvements, part 1: Ported to new gtk ui manager api, andChristian Persch2003-10-113-199/+205
* Reenable deprecated api where necessary, fixup some header inclusions.Marco Pesenti Gritti2003-10-1112-132/+27
* Updated Albanian translationLaurent Dhima2003-10-111-0/+4
* UpdatedLaurent Dhima2003-10-111-782/+1001
* Updated British English translation.Christian Persch2003-10-092-675/+858
* Updated Hungarian translation.Andras Timar2003-10-072-26/+34
* Updated Lithuanian translation.Žygimantas Beručka2003-10-072-683/+860
* Merge fixes from branch and clean up.Marco Pesenti Gritti2003-10-073-206/+185
* *** empty log message ***Marco Pesenti Gritti2003-10-071-0/+1
* Add new files.Xan Lopez2003-10-074-0/+1212
* Allow dragging of tabs to a window even when the tabs bar is not shown.Christian Persch2003-10-062-21/+24
* More granular filtering updateMarco Pesenti Gritti2003-10-063-17/+106
* update priv->select_node, signals are blocked so it would not be updatedMarco Pesenti Gritti2003-10-062-0/+8
* *** empty log message ***Marco Pesenti Gritti2003-10-061-3/+2
* Do not unselect all on single selection mode, to not generate useless nodeMarco Pesenti Gritti2003-10-063-1/+19
* Updated Slovak translation.Marcel Telka2003-10-062-537/+675
* Fix Czech translationMiloslav Trmac2003-10-042-5/+9
* Updated Serbian translation.Danilo Šegan2003-10-043-1376/+1694
* Updated Hungarian translation.Andras Timar2003-10-042-688/+891
* Updated Hungarian translation.Andras Timar2003-10-042-732/+660
* Check for failed load of the toolbars model from the XML file, and fix theChristian Persch2003-10-032-1/+14
* file eggtreemodelunion.c was initially added on branch new-completion.Marco Pesenti Gritti2003-10-030-0/+0
* file eggtreemodelunion.h was initially added on branch new-completion.Marco Pesenti Gritti2003-10-030-0/+0
* Use new gtk api for empty submenusMarco Pesenti Gritti2003-10-022-28/+15
* Applied revision by Augusta Marques da Silva <augusta.marques@gmx.net>.Gustavo Maciel Dias Vieira2003-10-022-700/+845
* Implement view menu.Marco Pesenti Gritti2003-09-304-1/+148
* Use ngettext.Christian Persch2003-09-302-4/+19
* Removed data/ui/epiphany-ui.xml.in, it doesn't exist anymore, and did notChristian Persch2003-09-302-1/+6
* Don't pass NULL to gnome_vfs_expand_initial_tilde.Christian Persch2003-09-302-1/+16