aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Rework ContentHandler to use the auto_open_downloads key.Xan Lopez2003-11-051-0/+9
* Fix sensitivity of Paste. Still not set for native entries, I cant reallyMarco Pesenti Gritti2003-11-041-0/+8
* Yet another sensitivity update strategy. Set sensitivity on menu show andMarco Pesenti Gritti2003-11-041-0/+9
* update undo/redo sensitivityMarco Pesenti Gritti2003-11-041-0/+15
* Show only paste in the context menu, it's the only one that works inMarco Pesenti Gritti2003-11-041-0/+23
* Remove unused types.Christian Persch2003-11-041-0/+17
* Remove the "show_details in downloader" schema.Xan Lopez2003-11-031-0/+15
* Initialise the dialogue on run too.Christian Persch2003-11-031-0/+6
* Adjust return value so that mozilla doesn't erreonously put up a failureChristian Persch2003-11-031-0/+7
* Don't unref the print dialogue twice when shown from mozilla.Christian Persch2003-11-031-0/+10
* Unset silent mode after printing, should fix bug #125984.Christian Persch2003-11-021-0/+6
* Only save history db if there have been changes. Fixes bug #125973.Christian Persch2003-11-011-0/+8
* Don't set the persist key on object construction time. Fixes bug #125589.Christian Persch2003-11-011-0/+13
* Correctly set the embed for the print dialogue.Christian Persch2003-10-311-0/+8
* Use gnomevfs helper to open applications, drop our own.Marco Pesenti Gritti2003-10-311-0/+8
* Set the cursor hotspot to something sensible. All bugs seem to be goneMarco Pesenti Gritti2003-10-311-0/+8
* When changing toolbar unhighlight the old one, not the newMarco Pesenti Gritti2003-10-311-0/+6
* Yet another mozilla API change.Christian Persch2003-10-311-0/+7
* Do not require a parent windowMarco Pesenti Gritti2003-10-311-0/+6
* Fix creation of special drag types itemsMarco Pesenti Gritti2003-10-311-0/+6
* Add a title param to dnd iterator and remove unused screen locationMarco Pesenti Gritti2003-10-301-0/+12
* Add public function to get a host node from a page url.Christian Persch2003-10-301-0/+14
* Make it use new api and make the highlighting a good deal smoother.Soren Sandmann2003-10-301-0/+10
* We cant cache mDOMDocument, it changes for every document loaded. RemoveMarco Pesenti Gritti2003-10-291-0/+10
* Make some vars private, remove an unused one.Marco Pesenti Gritti2003-10-291-0/+12
* Forgot this.Xan Lopez2003-10-291-0/+6
* Implement smart selection in the downloader view.Xan Lopez2003-10-291-0/+17
* Always list "Off" as first item in the list of autodetectors. Fixes bugChristian Persch2003-10-291-0/+8
* Unref the store once added to the combo.Marco Pesenti Gritti2003-10-291-0/+6
* Build nautilus server only when the view is enabledMarco Pesenti Gritti2003-10-291-0/+6
* Add sanity check.Christian Persch2003-10-281-0/+7
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-281-0/+26
* Fix page cloning, I was query descriptors interface on webBrowser insteadMarco Pesenti Gritti2003-10-281-0/+7
* We need to force the encoding to be able to unset it.Marco Pesenti Gritti2003-10-281-0/+7
* Implement filechooser for ASK_DESTINATION.Christian Persch2003-10-281-0/+13
* Solving the wrapper mess THE ENDMarco Pesenti Gritti2003-10-281-0/+12
* Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanityMarco Pesenti Gritti2003-10-281-0/+22
* *** empty log message ***Marco Pesenti Gritti2003-10-281-0/+13
* Solving the wrapper mess Episode 1.Marco Pesenti Gritti2003-10-271-0/+16
* Sink after refMarco Pesenti Gritti2003-10-271-0/+6
* Sync with nautilus apiMarco Pesenti Gritti2003-10-271-0/+8
* Fixup spinner when resetting the toolbar model. Update spinner on toolbarMarco Pesenti Gritti2003-10-271-0/+16
* Convert filenames from/to UTF-8 when persisting the directory.Christian Persch2003-10-261-0/+7
* Really used the converted string [in UTF-8] instead of the directly usingChristian Persch2003-10-261-0/+7
* One set of buttons is enough.Christian Persch2003-10-261-0/+7
* Port to new gtk+ file chooser.Christian Persch2003-10-261-0/+89
* Resync apiMarco Pesenti Gritti2003-10-261-0/+6
* Use "" instead of null, the new mozilla prefs parser doesn't recogniseChristian Persch2003-10-261-0/+8
* Add missing font.size prefs for zh-HK font group.Christian Persch2003-10-261-0/+6
* Interface for commands. Useful for undo. (cmd_undo works).Marco Pesenti Gritti2003-10-251-0/+31
* Remove a debug print, don't do anything on wm delete event.Xan Lopez2003-10-251-0/+7
* Resync with galeon.Marco Pesenti Gritti2003-10-251-0/+10
* Remove open button, autclose when there are no downloads left.Xan Lopez2003-10-251-0/+11
* don't pollute the statusbar with a "Done." message.David Bordoley2003-10-251-0/+6
* Made encoding dialog auto-apply.Christian Persch2003-10-251-1/+9
* Use special drag cursors also for editor. Do not hide separator whenMarco Pesenti Gritti2003-10-251-0/+8
* Took the open hand icon used in eog, did some gimp magic. Why am I up atDavid Bordoley2003-10-241-0/+9
* Use translatable title for untitled pages.Christian Persch2003-10-241-0/+6
* Add an helper to initialize downloads.Marco Pesenti Gritti2003-10-241-0/+22
* Remove invalid itemsMarco Pesenti Gritti2003-10-231-0/+7
* Make the spinner spin again.Marco Pesenti Gritti2003-10-231-0/+6
* Move the spinner in his own mini toolbar.Marco Pesenti Gritti2003-10-231-0/+16
* Every time you change API God kills a kitten. Think of the kitten!! (ThatXan Lopez2003-10-231-0/+10
* Add xml files to extra dataMarco Pesenti Gritti2003-10-221-0/+6
* Update for 1.1.0Release110Marco Pesenti Gritti2003-10-221-0/+6
* Use new api for highlighting and make it pick up and drop behaviorMarco Pesenti Gritti2003-10-211-0/+15
* Encoding menu improvements, Episode V: MPT strikes back.Christian Persch2003-10-211-0/+17
* Make sure that both sites and hosts are filtered on constructMarco Pesenti Gritti2003-10-201-0/+8
* *** empty log message ***Marco Pesenti Gritti2003-10-201-0/+7
* Index are not identifiersMarco Pesenti Gritti2003-10-191-0/+6
* We cant remove while iterating childrens, build a list and remove later.Marco Pesenti Gritti2003-10-191-0/+8
* Thaw smartbookmarks node after use.Christian Persch2003-10-191-0/+6
* Update remaning time every two secondsMarco Pesenti Gritti2003-10-191-0/+19
* do not try to remove All nodeMarco Pesenti Gritti2003-10-191-0/+6
* cleanup. Fix warning when fetching favicons.Marco Pesenti Gritti2003-10-191-0/+6
* Looks like I copied a bug from mozilla js code. Do not show bogusMarco Pesenti Gritti2003-10-181-0/+7
* initialize cur/total sizeMarco Pesenti Gritti2003-10-181-0/+6
* fixup styleMarco Pesenti Gritti2003-10-181-0/+8
* Add nsIAuthPrompt implementation, necessary to make downloads onMarco Pesenti Gritti2003-10-181-0/+8
* Get rid of the last vestige of ephy_window_update_control(), and make theChristian Persch2003-10-181-0/+18
* Show encoding menu also when empty, fix oddness when opening View menuMarco Pesenti Gritti2003-10-181-0/+7
* Fix string for old mozilla versions.Marco Pesenti Gritti2003-10-181-0/+6
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-181-0/+72
* Grab focus in the entry when showing because we dont rebuild the dialog.Marco Pesenti Gritti2003-10-171-0/+9
* Fix Save As, we need ever to pass the url now. Now hope chpe stop to bugMarco Pesenti Gritti2003-10-171-0/+8
* Change the behaviour of --nautilus-view such that the process doesn't exitMark McLoughlin2003-10-171-0/+23
* *** empty log message ***Marco Pesenti Gritti2003-10-171-0/+6
* Merge new-downloader branch. We reworked the backend, the userMarco Pesenti Gritti2003-10-171-0/+302
* Include config.h.Christian Persch2003-10-161-0/+6
* *** empty log message ***Marco Pesenti Gritti2003-10-151-0/+5
* Make location a normal entry.Marco Pesenti Gritti2003-10-141-0/+17
* Unref completionMarco Pesenti Gritti2003-10-141-0/+7
* Encodings menu improvements, part 3: Refactored the encodings list; it noChristian Persch2003-10-141-0/+29
* *** empty log message ***Marco Pesenti Gritti2003-10-141-0/+8
* Better implementation of cursor.Marco Pesenti Gritti2003-10-131-0/+8
* Show a different cursor when hovering toolbar items in edit mode.Marco Pesenti Gritti2003-10-131-0/+8
* Port to new combo.Marco Pesenti Gritti2003-10-131-0/+7
* Port to new combo. Size is wrong, prolly a bug in combo size request, willMarco Pesenti Gritti2003-10-131-0/+8
* Return "en" when in C locale.Christian Persch2003-10-131-0/+7
* Include config.h.Christian Persch2003-10-121-0/+6
* Adapt EphyWrapper::GetEncoding to varying mozilla APIs.Christian Persch2003-10-121-0/+8
* Merge completion branchMarco Pesenti Gritti2003-10-121-0/+189
* Encoding menu improvements, part 2: Implement ephy_embed_get_encoding, andChristian Persch2003-10-121-0/+13
* Encodings menu improvements, part 1: Ported to new gtk ui manager api, andChristian Persch2003-10-111-0/+12
* Reenable deprecated api where necessary, fixup some header inclusions.Marco Pesenti Gritti2003-10-111-0/+20
* Merge fixes from branch and clean up.Marco Pesenti Gritti2003-10-071-0/+22
* Allow dragging of tabs to a window even when the tabs bar is not shown.Christian Persch2003-10-061-0/+8
* More granular filtering updateMarco Pesenti Gritti2003-10-061-0/+16
* update priv->select_node, signals are blocked so it would not be updatedMarco Pesenti Gritti2003-10-061-0/+7
* Do not unselect all on single selection mode, to not generate useless nodeMarco Pesenti Gritti2003-10-061-0/+12
* Check for failed load of the toolbars model from the XML file, and fix theChristian Persch2003-10-031-0/+8
* Use new gtk api for empty submenusMarco Pesenti Gritti2003-10-021-0/+7
* Implement view menu.Marco Pesenti Gritti2003-09-301-0/+10
* Use ngettext.Christian Persch2003-09-301-0/+6
* Don't pass NULL to gnome_vfs_expand_initial_tilde.Christian Persch2003-09-301-0/+6
* More accurate description for Ever filter. Keep the backend as is, so weMarco Pesenti Gritti2003-09-301-0/+9
* *** empty log message ***Marco Pesenti Gritti2003-09-301-0/+6
* The file picker dir can be NULL, check before trying to expand tilde.Marco Pesenti Gritti2003-09-281-0/+12
* Forgot this.Xan Lopez2003-09-271-0/+6
* API sync, from galeon.Xan Lopez2003-09-271-0/+7
* Offer to import from Firebird too.Christian Persch2003-09-271-0/+7
* Simpler implementation.Marco Pesenti Gritti2003-09-271-0/+11
* Use gtkicontheme, and use it also for mime icons.Marco Pesenti Gritti2003-09-271-0/+13
* Implement history time filterMarco Pesenti Gritti2003-09-271-0/+13
* Remove unused includes, they was causing warnings on solarisMarco Pesenti Gritti2003-09-271-0/+6
* split changelogMarco Pesenti Gritti2003-09-251-11717/+0
* *** empty log message ***Marco Pesenti Gritti2003-09-251-0/+9
* Fix spacing ... when gtkdialog will be higgy ...Marco Pesenti Gritti2003-09-251-0/+7
* Fix #123176. Use response instead of connecting 210 callbacks.Marco Pesenti Gritti2003-09-251-0/+8
* Remove --server mode. It was a dirty hack anyway, and had a crasher whenChristian Persch2003-09-251-0/+10
* Don't destroy the session when all windows are closed.Christian Persch2003-09-251-0/+9
* Add 1.6a to the list.Xan Lopez2003-09-251-0/+6
* Simplify and solve bugs by using a checkbox with radio appeareance. ThatMarco Pesenti Gritti2003-09-241-0/+11
* *** empty log message ***Marco Pesenti Gritti2003-09-241-0/+6
* Remove also from the groupMarco Pesenti Gritti2003-09-241-0/+6
* Do not use _ as accellerators in bookmarks menus.Marco Pesenti Gritti2003-09-241-0/+12
* Dave Bordoley <bordoley@msu.edu>Marco Pesenti Gritti2003-09-241-0/+18
* Fix topic labels.Christian Persch2003-09-241-0/+6
* Use Bookmarks instead of All as labelMarco Pesenti Gritti2003-09-241-0/+6
* Save session when windows are removedMarco Pesenti Gritti2003-09-241-0/+6
* Check for NULL return of gtk_get_current_event. Fixes bug #123063.Christian Persch2003-09-241-0/+6
* Refactor initialization/automation code. Now all the code used by theMarco Pesenti Gritti2003-09-241-0/+13
* Correct popup path; fixes context menu on topics.Christian Persch2003-09-231-0/+7
* Swapped arguments in a func, was causing edit on the address instead ofMarco Pesenti Gritti2003-09-231-0/+8
* Removed the spec file.Christian Persch2003-09-221-0/+6
* Complete view menu impl. There is a gtk bug that make it behave funnilyMarco Pesenti Gritti2003-09-221-0/+11
* Specify UTF-8 encoding in the keyword url.Christian Persch2003-09-221-0/+5
* Implement a way to choose visible column in a menu. Not finished I need toMarco Pesenti Gritti2003-09-211-0/+10
* Depend on libxml2 >= 2.6.0; this should fix the bookmarks loss bug.Christian Persch2003-09-211-0/+6
* Fix check for return value of xmlSaveFileFormat, _maybe_ fixing theChristian Persch2003-09-211-0/+7
* Use gconf_client_notify. Fixed bug #112882.Christian Persch2003-09-201-0/+6
* *** empty log message ***Marco Pesenti Gritti2003-09-201-0/+6
* Fix directory selection persistence [bug #122780].Christian Persch2003-09-201-0/+8
* Remember the address in the location action, so we can restore it when weChristian Persch2003-09-201-0/+35
* Remove spurious code.Christian Persch2003-09-201-0/+7
* Do not fail if prefs.js is corrupted.Marco Pesenti Gritti2003-09-201-0/+10
* *** empty log message ***Marco Pesenti Gritti2003-09-201-0/+8
* Add an --import-bookmarks command line option, and really implement theChristian Persch2003-09-191-0/+11
* embed/mozilla/MozRegisterComponents.cpp A embed/mozilla/GtkNSSDialogs.cppChristian Persch2003-09-191-0/+11
* Do not use .in for not to translate files.Marco Pesenti Gritti2003-09-191-0/+38
* correct toolitem typeMarco Pesenti Gritti2003-09-191-0/+6
* Fix warning with new gtkMarco Pesenti Gritti2003-09-181-0/+6
* Refactor node db loading functions into a common one in ephy-node-db.Christian Persch2003-09-181-0/+12
* Re-revert, use new gnome vfs show_url api.Christian Persch2003-09-181-0/+10
* *** empty log message ***Marco Pesenti Gritti2003-09-171-0/+6
* Add Lithuanian translation by Tomas Kuliavas <tokul@users.sourceforge.net>.Gediminas Paulauskas2003-09-171-0/+4
* add supported protocolsMarco Pesenti Gritti2003-09-171-0/+6
* Adapt to changed GtkActionGroup api.Christian Persch2003-09-171-0/+8
* Added MOZ_PLUGIN_PATH default. Added migration from galeon settings.Christopher James Lahey2003-09-171-0/+5
* Really use the translated names of the default topics and bookmarks whenChristian Persch2003-09-171-0/+7
* ephy_new_bookmark_construct):Christian Persch2003-09-171-0/+6
* Activate the embed when necessary.Marco Pesenti Gritti2003-09-161-0/+6
* Correct spelling mistake in ChangeLogChristian Persch2003-09-161-1/+1
* Enable dragging the tab from a single-tab window too.Christian Persch2003-09-161-0/+11
* *** empty log message ***Christian Persch2003-09-151-0/+6
* Exchange the newly-deprecated g_value_set_object_take_ownership() withChristian Persch2003-09-131-0/+9
* Use a line to make more clear Language/Fonts relation. I had this ideaMarco Pesenti Gritti2003-09-131-0/+8
* Remove not needed removal of groups of actions from ui merge (gtk fix).Marco Pesenti Gritti2003-09-121-0/+16
* Make sure to remove show_timeout also when the window is still notMarco Pesenti Gritti2003-09-121-0/+10
* Remove a double connect to signal.Christian Persch2003-09-101-0/+6
* Make spinner status per tab. Remove the default to tab pref, use tab byMarco Pesenti Gritti2003-09-101-0/+17
* Added Walloon filePablo Saratxaga2003-09-101-0/+4
* Readd separators and dont use unnecessary placeholders.Marco Pesenti Gritti2003-09-101-0/+7
* First important step in solving the fonts mess. Allow to select theMarco Pesenti Gritti2003-09-101-0/+16
* gtk+ now supports invisible event boxes. Remove our custom implementationChristian Persch2003-09-091-0/+12
* add a missing fileMarco Pesenti Gritti2003-09-081-0/+6
* Added sk.Marcel Telka2003-09-081-0/+4
* Galeon guys found a way to load prefs from a js file, without having themMarco Pesenti Gritti2003-09-081-0/+10
* Set wrap around prop in mozilla interfaceMarco Pesenti Gritti2003-09-071-0/+6
* Port to the new gtk dynamic menus apiMarco Pesenti Gritti2003-09-071-0/+9
* Use gtk_action_group_set_translation_domain() to restore menu and popupChristian Persch2003-09-061-0/+11
* Adapt to new gtk_ui_manager_add_ui functionality.Christian Persch2003-09-051-0/+7
* Bump version to 1.1.0 and EPIPHANY_MAJOR to 1.1 on HEAD.Christian Persch2003-09-051-1/+7
* signature change in gtkMarco Pesenti Gritti2003-09-041-0/+6
* Use x,y only on drop, otherwise they are invalid. Damn that api suck.Marco Pesenti Gritti2003-09-041-0/+7
* Fix a typo in the xmlMarco Pesenti Gritti2003-09-041-0/+11
* Check if the target type match before highlighting the row and returnMarco Pesenti Gritti2003-09-041-0/+7
* Use the api for dynamic menus creation. Far cleaner.Marco Pesenti Gritti2003-09-031-0/+7
* Rewrote xbel bookmarks importer using xmlreader api. Should fix bugChristian Persch2003-09-031-0/+13
* Fix galeon bookmarks import for the case of there existing a subdirectoryChristian Persch2003-09-031-0/+8
* Added Mongolian translationSanlig Badral2003-09-031-0/+4
* typoMarco Pesenti Gritti2003-09-021-0/+6
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-0/+242
* Fix ui xml, make ppview toolbar work again.Christian Persch2003-09-021-0/+6
* added ( thanks to Mi%Gş%@u Moldovan )Marius Andreiana2003-09-021-0/+4
* Some more missing ensure update.Marco Pesenti Gritti2003-09-021-0/+8
* Readd is_important and ensure_update, gtk now support them.Marco Pesenti Gritti2003-09-011-0/+12
* Fix problems with EphyNodeView, bookmarks and history dialogs and updateMarco Pesenti Gritti2003-09-011-0/+21
* *** empty log message ***Marco Pesenti Gritti2003-08-311-0/+8
* *** empty log message ***Marco Pesenti Gritti2003-08-311-0/+13
* Complete gtk 2.3 port. It doesnt run here but it could be my env.Marco Pesenti Gritti2003-08-301-0/+32
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-0/+192
* *** empty log message ***Marco Pesenti Gritti2003-08-301-0/+4
* Added "sq" to ALL_LINGUASLaurent Dhima2003-08-291-0/+4
* Added tamil fileFatih Demir2003-08-281-0/+4
* Added Italian translation.Alessio Frusciante2003-08-251-0/+4
* *** empty log message ***Release092Marco Pesenti Gritti2003-08-251-0/+7
* Fix the logic in the version-mismatch case.Christian Persch2003-08-251-0/+6
* Use a small spinner for all styles except text under icons.Anders Carlsson2003-08-251-0/+5
* Convert erroneous g_return_if_fail into a simple conditional return.Christian Persch2003-08-241-0/+6
* Add extra bogosity check, ported from galeon.Christian Persch2003-08-241-0/+6
* Use WARN_CXXFLAGS for mozilla code. You need to update gnome-common.Marco Pesenti Gritti2003-08-241-0/+8
* 0.9.1Release091Marco Pesenti Gritti2003-08-241-0/+10
* Update for 0.9.0Marco Pesenti Gritti2003-08-221-0/+7
* Make it NULL safeMarco Pesenti Gritti2003-08-221-0/+15
* Fix function signature, it's void instead of gboolean. Fix a logic error.Christian Persch2003-08-211-0/+7
* Added Icelandic translation.Samúel Jón Gunnarsson2003-08-211-0/+4
* Overwrite existing files. (We already warn the user about it).Marco Pesenti Gritti2003-08-211-0/+7
* Fix drag dest implementation getting some code from nautilus.Marco Pesenti Gritti2003-08-211-0/+11
* Added irish translationPaul Duffy2003-08-201-0/+4
* Do not try to remove completed downloads, fixes a crash.Marco Pesenti Gritti2003-08-201-0/+6
* Stop signals only when necessary on drag dest custom implementation. MakeMarco Pesenti Gritti2003-08-201-0/+12
* Add activate api.Marco Pesenti Gritti2003-08-191-0/+15
* *** empty log message ***Marco Pesenti Gritti2003-08-171-0/+7
* Removed useless code (debug leftovers).Christian Persch2003-08-171-0/+6
* Remove unused variables and functions.Christian Persch2003-08-171-0/+13
* Added Hindi translationGuntupalli Karunakar2003-08-171-0/+4
* Added et to ALL_LINGUAS.Tõivo Leedjärv2003-08-161-0/+4
* Fix bug #119818.Christian Persch2003-08-151-0/+6
* Expand initial ~ in file name to print to.Christian Persch2003-08-151-0/+6
* Make print preview exit code safer.Marco Pesenti Gritti2003-08-151-0/+7
* Fix compiler warnings.Christian Persch2003-08-141-1/+7
* Fix opening bookmarks in new window, there was a missing flag.Xan Lopez2003-08-141-0/+7
* Remove an unused progress listener. Looks like galeon 1 code ?!Marco Pesenti Gritti2003-08-141-0/+10
* Do not show popups on print preview.Marco Pesenti Gritti2003-08-141-0/+13
* Update my mail addressMarco Pesenti Gritti2003-08-131-0/+8
* Respect priority text preference. Ported from gtk.Marco Pesenti Gritti2003-08-121-0/+26
* Respect system pref about no proxy for.Marco Pesenti Gritti2003-08-121-0/+7
* Fix multiple rows dnd problems stealing some Nautilus code.Marco Pesenti Gritti2003-08-111-0/+12
* Sync with Moz HEAD.Xan Lopez2003-08-111-0/+7