aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* === Release 1.5.8 ===Release158Christian Persch2005-03-011-0/+6
* NULL check. Fixes bug #165999.Christian Persch2005-03-011-0/+11
* Post-release version bump.Christian Persch2005-02-281-0/+6
* === Release 1.5.7 ===Release157Christian Persch2005-02-281-0/+7
* Remove unused includes.Christian Persch2005-02-281-0/+6
* Version 1.5.7.Christian Persch2005-02-281-0/+6
* Fix compress_tilde to only look at the prefix, and not substitute in theChristian Persch2005-02-281-0/+7
* Try to fix the build with 1.7 branch.Christian Persch2005-02-281-0/+6
* Check for password inputs too.Christian Persch2005-02-271-0/+7
* Check the favicon file type and only allow ico, gif & png. Fixes bugChristian Persch2005-02-271-0/+7
* Don't assert if we don't have a new embed in new_window callback. Part ofChristian Persch2005-02-271-0/+7
* Make sure folder is != NULL. Fixes bug #163341.Christian Persch2005-02-271-0/+6
* Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfsChristian Persch2005-02-271-0/+60
* Make the signal RUN_LAST.Christian Persch2005-02-241-0/+18
* don't activate startup notification with the "previous session hasCarlos Garnacho Parro2005-02-231-0/+5
* Unset size request if the fixed toolbar is present. That way we don'tChristian Persch2005-02-231-0/+7
* Unparent the fixed toolbar before destroying the dock.Christian Persch2005-02-231-0/+6
* Use spacing instead of a separator.Christian Persch2005-02-231-0/+8
* Autostart typeaheadfind.Christian Persch2005-02-231-0/+6
* Use $PKG_CONFIG.Christian Persch2005-02-221-0/+6
* Load the page after showing the window. That way, if mozilla throws up anChristian Persch2005-02-211-0/+7
* Use event time when grabbing the pointer. Appears to fix bug #167473.Christian Persch2005-02-201-0/+7
* Fix #130990 "Mixing up workspaces of windows when restoring session".Xan Lopez2005-02-181-0/+9
* Emit a signal in EphySidebar::AddSearchEngine.Christian Persch2005-02-151-0/+9
* Keep a ref on the tray icon. Should fix bug #166143.Christian Persch2005-02-141-0/+7
* Fix initial active tab.Christian Persch2005-02-131-0/+7
* Move wallet code to MozillaPrivate since nsIWalletService.h includesChristian Persch2005-02-111-0/+9
* Add check for nsIWalletService.h.Christian Persch2005-02-111-0/+10
* Remove ephy_tab_get_action(). Adapts the tabs menu accordingly.Christian Persch2005-02-111-0/+18
* Move all the stuff from finalize to dispose, so that we finalise the UIChristian Persch2005-02-101-0/+9
* Move style notifier to ephy-toolbars-model, and also apply the flags toChristian Persch2005-02-101-0/+12
* Implement nsIWebProgressListener. Fixes bug #165328.Christian Persch2005-02-101-0/+6
* Dist po/LINGUAS.Christian Persch2005-02-091-0/+6
* A po/LINGUAS:Christian Persch2005-02-091-0/+7
* Post-release version bump.Christian Persch2005-02-081-0/+6
* === Release 1.5.6 ===Release156Christian Persch2005-02-081-0/+8
* Fix for mozilla API change.Christian Persch2005-02-081-0/+6
* Use 'true'/'false' for bool keys, not 1/0.Christian Persch2005-02-071-0/+6
* Don't set the lock icon as drag source. Actually emit the lock-clickedChristian Persch2005-02-061-0/+17
* We don't want Epiphany to exit when DBUS restarts.Jean-François Rameau2005-02-041-0/+11
* Revert the schema change too.Christian Persch2005-02-031-0/+6
* Revert the fix for bug #165550, it wasn't correct.Christian Persch2005-02-031-0/+7
* Don't copy params with the email address. Fixes bug #144469.Christian Persch2005-02-031-0/+6
* Add chrome param to ephy_shell_new_tab_full, and use it inChristian Persch2005-02-031-0/+11
* Weak ref the parent window.Christian Persch2005-02-031-0/+7
* Define variants with startup ID.Christian Persch2005-02-021-0/+29
* Remove the accel group from the window when hiding the menubar in lockdownChristian Persch2005-02-021-0/+9
* Plug a mem leak.Christian Persch2005-02-021-0/+6
* Back out the patch from bug #141963 since it caused bug #165811.Christian Persch2005-02-021-0/+7
* Don't assign to ephy_shell global variable, that's already done in itsChristian Persch2005-02-021-0/+7
* Don't disable print preview if print setup is locked down. Fixes bugChristian Persch2005-02-021-0/+7
* Don't show the menubar with F10 in lockdown mode. Make sure we alwaysChristian Persch2005-02-021-0/+8
* Don't weak ref the shell when it's finalised already. Fixes bug #165542.Christian Persch2005-02-021-0/+8
* Set "Clear" context menu entry insensitive in lockdown mode. Fixes bugChristian Persch2005-02-021-0/+7
* Ungrab the pointer when moving tab between notebooks. Fixes bug #165797.Christian Persch2005-02-011-0/+9
* Add title signal handler for XUL dialogues.Christian Persch2005-01-311-0/+6
* Make EphyWindow implement EphyLink interface. Make ephy-link.h public.Christian Persch2005-01-311-0/+10
* Some sparse fixes.Christian Persch2005-01-311-0/+12
* Move new-window signal to the embed single, and new window creation fromChristian Persch2005-01-301-0/+19
* Refactored to elimiate code duplication.Christian Persch2005-01-291-0/+6
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-0/+135
* Add lock fullscreen key and improve key descriptions.Piers Cornwell2005-01-291-0/+6
* Disable DownloadLinkAs and SetAsBackground if saving to disk is disabled.Christian Persch2005-01-291-0/+7
* Extension manager owns only one ref on extensions which don't implementJean-François Rameau2005-01-281-0/+8
* Don't show the Leave Fullscreen button in lockdown fullscreen mode. SwitchChristian Persch2005-01-261-0/+17
* Update documentation.Piers Cornwell2005-01-261-0/+7
* Add a alert when the user clicks on a sidebar link, telling that theCrispin Flowerday2005-01-251-0/+11
* Fix "Go Up" not to omit the directory if the uri references a file. PatchChristian Persch2005-01-251-0/+7
* Fix the g_signal_emit to pass an argument for the result, otherwise thingsCrispin Flowerday2005-01-251-0/+7
* Default security.warn_submit_insecure.show_once to false. Avoids usChristian Persch2005-01-251-0/+7
* Better wording for the import-failed dialogue.Christian Persch2005-01-251-0/+6
* `head -5 ChangeLog`Christian Persch2005-01-251-0/+6
* Post-release version bump.Christian Persch2005-01-241-0/+6
* === Release 1.5.5 ===Release155Christian Persch2005-01-241-1/+11
* Inform the user of failed bookmarks import.Christian Perhristian Persch2005-01-241-0/+6
* Version 1.5.5.Christian Persch2005-01-241-0/+7
* Work around a mozilla bug by diverting the contract ID ofChristian Persch2005-01-241-1/+10
* Add more categories to bme.desktop.in. Fixes bug #162973.Christian Persch2005-01-241-0/+6
* Ellipsize the value and path labels in the cookie content dialogue.Christian Persch2005-01-241-0/+6
* Check for broken context event button.Christian Persch2005-01-231-0/+34
* Set typeaheadfind.autostart to off. Fixes bug #141963.Christian Persch2005-01-231-0/+7
* Default typeaheadfindsea to on. From bug #157435.Christian Persch2005-01-231-0/+6
* Rename "visible" property.Christian Persch2005-01-231-0/+7
* Add proper _NETSCAPE_URL drag support, supplying the URL as well as theJorn Baayen2005-01-221-0/+23
* Added ephy_statusbar_remove_widget().Adam Hooper2005-01-211-0/+8
* Make ephy-bookmarks.h's enum a named enum. Auto-generate types forJean-François Rameau2005-01-211-0/+10
* Use new leave-fullscreen icon from g-i-t. Fixes bug #164676.Christian Persch2005-01-201-0/+10
* Add a translator comment.Christian Persch2005-01-201-0/+6
* Don't leak the path.Christian Persch2005-01-201-0/+6
* Show profile name for mozilla bookmarks, so we can distinguish betweenChristian Persch2005-01-201-0/+13
* More translator comments.Christian Persch2005-01-191-0/+6
* Add ephy-node.h enums to ephy-lib-type-builtins.[ch].Christian Persch2005-01-191-0/+6
* Really make confirm-overwrite dialogue have a parent window. Fixes bugChristian Persch2005-01-191-0/+7
* Fix mem leak. Fixes bug #164302.Christian Persch2005-01-191-0/+6
* Remove useless ephy_node_get_property_time method.Jean-François rameau2005-01-171-0/+6
* Remove stamp files also on make clean.Christian Persch2005-01-171-0/+9
* Unify more strings.Christian Persch2005-01-161-0/+6
* Rename the password manager's methods to give better names in theJean-François rameau2005-01-161-0/+13
* Unify accels to Open in New _Window[s], and also change to Open Link inChristian Persch2005-01-161-0/+10
* Add boxed type for EphyNode.Christian Persch2005-01-161-0/+7
* Don't use <tt> in the strings. Fixes bug #163378.Christian Persch2005-01-161-0/+17
* Add a function to get the default ephy_shell, this makes it easier forCrispin Flowerday2005-01-161-0/+8
* Remove p3p info from EphyCookie.Christian Persch2005-01-151-0/+8
* Don't focus the combo on click.Christian Persch2005-01-151-0/+6
* Puny docs change.Adam Hooper2005-01-141-0/+6
* Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types.Jorn Baayen2005-01-141-0/+14
* Renamed Remove action on bookmarksbar context menu. Fixes bug #162132.Christian Persch2005-01-141-0/+7
* Remove the type builtins .h files from INST_H_FILES again.Christian Persch2005-01-141-0/+8
* Add favicon and lock icon to the entry. Fixes bug #116482 and bug #149506.Christian Persch2005-01-141-0/+26
* Install ephy-*-type-builtins.h.Christian Persch2005-01-141-0/+8
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-131-0/+44
* Remove unnecessary line from DBUS configure check.Matthew Schick2005-01-121-0/+6
* Remove an extra line of gtk-doc which doesn't belong.Adam Hooper2005-01-121-0/+6
* Fxs parallel build ("make -j<N>"). Do not include full path to .la file inTomasz Kłoczko2005-01-121-0/+8
* Post-release version bump.Christian Persch2005-01-121-0/+6
* === Release 1.5.4 ===Release154Christian Persch2005-01-121-0/+5
* Add "check-content" signal.Christian Persch2005-01-121-0/+16
* Use the enums instead of ints.Christian Persch2005-01-121-0/+7
* Fix [DIST]CLEANFILES so that make distcheck passes.Christian Persch2005-01-121-1/+10
* Use UnEscapeURIForUI instead of UnEscapeNonAsciiURI.Christian Persch2005-01-111-0/+6
* Alerts should not have terminating periods in the primary text.Christian Persch2005-01-111-0/+6
* Fix a mem leak.Jean-François Rameau2005-01-111-0/+6
* Add $(stamp_files) to MAINTAINERCLEANFILES.Christian Persch2005-01-101-0/+6
* A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h:Christian Persch2005-01-101-0/+15
* Rename toolbar model flags to be more in line with GtkToolbarStyle.Christian Persch2005-01-101-0/+9
* Fix dbus configure check to really default to off.Christian Persch2005-01-101-0/+6
* A lib/ephy-dbus.c: A lib/ephy-dbus.h:Christian Persch2005-01-101-0/+15
* data/epiphany.desktop.inPiers Cornwell2005-01-101-0/+6
* Don't check for nsIBrowserHistory.Christian Persch2005-01-091-0/+8
* Add mnemonic to Send button.Christian Persch2005-01-091-0/+6
* Set show-once to PR_FALSE if the GetBoolPref call fails.Christian Persch2005-01-091-0/+16
* Remove some unneeded includes and definesCrispin Flowerday2005-01-091-0/+6
* Don't store more than 5 hidden popups. Fixes bug #160863.Adam Hooper2005-01-091-0/+6
* Don't show the description for no-secure and broken sites.Christian Persch2005-01-091-0/+6
* Set default response to ACCEPT in send-to-insecure dialogue, only writeChristian Persch2005-01-091-0/+10
* Correct bug # in ChangeLogChristian Persch2005-01-091-1/+1
* Improve dialogue wording. Thanks to spark for his help.Christian Persch2005-01-091-0/+6
* Override the default security warning dialogues implementation with ourChristian Persch2005-01-091-0/+13
* Also generate types for ephy-cookie-manager.h's enums.Christian Persch2005-01-091-0/+6
* More stamp magic.Christian Persch2005-01-091-0/+9
* Make all structs prefixed by _.Christian Persch2005-01-091-0/+60
* Prefix structs with _.Christian Persch2005-01-091-0/+13
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-091-0/+12
* Unify the location and favicon actions.Christian Persch2005-01-081-0/+45
* Make sure our flags/enum types are registered.Christian Persch2005-01-071-0/+8
* Add dummy functions to call some get_types funcs, otherwise they don't getChristian Persch2005-01-071-0/+13
* More auto-generated types.Christian Persch2005-01-071-0/+8
* Simplfiy the rule a bit.Christian Persch2005-01-071-0/+8
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-071-0/+27
* Add placeholder group for tabs move actions.Christian Persch2005-01-061-0/+11
* Don't focus the button on click.Christian Persch2005-01-061-0/+6
* Open the GNOME background properties capplet when setting the backgroundChristian Persch2005-01-061-0/+7
* Display open lock for low 'secure' sites too. Fixes bug #151709.Christian Persch2005-01-061-0/+6
* Don't add "Close" to the tab's context menu. When you're using keynav, theChristian Persch2005-01-061-0/+8
* Use "Add _Bookmark" not "_Bookmark Link".Christian Persch2005-01-061-0/+6
* Retain old menu item name for compatibility.Christian Persch2005-01-061-0/+6
* Add context menu on notebook. Fixes bug #132989.Christian Persch2005-01-061-0/+10
* Remove trailing whitespace.Christian Persch2005-01-061-0/+10
* Only implement nsITransfer if possible.Christian Persch2005-01-061-0/+8
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-0/+43
* Don't focus the buttons on click.Christian Persch2005-01-051-0/+11
* Use ngettext to get the Open in New Tab[s]/Window[s] label.Christian Persch2005-01-051-0/+10
* Better fix for bug #119461, just use gtk_button_set_focus_on_click().Christian Persch2005-01-051-0/+8
* Use G_TYPE_STRING instead of G_TYPE_POINTER for address and featuresAdam Hooper2005-01-041-0/+7
* Add type for flags.Christian Persch2005-01-041-0/+7
* Add type for flags.Christian Persch2005-01-041-0/+7
* Prefix class structs with '_' so that the python code generator finds it.Crispin Flowerday2005-01-041-0/+6
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-0/+32
* Use new enum and flags types.Christian Persch2005-01-041-0/+6
* Add type for flags.Christian Persch2005-01-041-0/+8
* Add some more types for enums and flagsCrispin Flowerday2005-01-041-0/+11
* Make ephy-encodings.h not public anymore.Christian Persch2005-01-041-0/+6
* Another enum type.Christian Persch2005-01-041-0/+15
* Add types for some enums and flags.Christian Persch2005-01-041-0/+16
* Change Cl_ear History to Clear _HistoryAdam Hooper2005-01-041-0/+6
* Add loader directory to the .pc file.Christian Persch2005-01-041-0/+11
* Remove ephy_window_print().Christian Persch2005-01-031-0/+10
* Change C_lear to Cl_ear. Fixes bug #162706.Adam Hooper2005-01-031-0/+6
* Add an "add-sidebar" signal on the EphyEmbedSingle interface, it getsCrispin Flowerday2005-01-021-0/+13
* We don't need to implement nsIBrowserHistory.Christian Persch2005-01-021-0/+8
* Grab focus on the active tab before removing a tab. Fixes bug #119461.Christian Persch2005-01-021-0/+8
* Set selection mode to BROWSE. Fixes bug #162331.Christian Persch2005-01-011-0/+6
* Save a strdup.Christian Persch2005-01-011-0/+6
* Use approximate_digit_width, and use a smaller number of chars. From bugChristian Persch2005-01-011-0/+7
* Fix compilation in the !HAVE_MOZILLA_PSM case.Christian Persch2005-01-011-0/+6
* Fix ChangeLogChristian Persch2005-01-011-1/+1
* Move mime permission checks to ephy-file-helpers.Christian Persch2005-01-011-0/+19
* Make "Open Image" open the image in the default application. Fixes bugChristian Persch2004-12-311-0/+9
* Add translator's comments to contextualised strings.Christian Persch2004-12-311-0/+9
* R data/conspiracy.xhtml: R data/epiphany.html: RChristian Persch2004-12-311-0/+12
* Use gnome_vfs_url_show() for Send To, not ephy_embed_load_url() whichChristian Persch2004-12-311-0/+7
* Free the gconf value. Thanks to jfr for noticing this.Christian Perschristian Persch2004-12-291-0/+6
* Use stock buttons.Christian Perschristian Persch2004-12-271-0/+6
* Don't destroy the dialogue with the parent, since that makes gtk+ goChristian Persch2004-12-271-0/+7
* Add context to ambiguous strings. Fixes bug #113932.Christian Persch2004-12-261-0/+11
* Remove tons of unused marshals.Christian Persch2004-12-251-0/+10
* Remove obsolete ephy_window_load_in_tabs() and use generic link openingChristian Persch2004-12-241-0/+11
* Open the bookmarks in the new tabs in the same order as they are in theChristian Persch2004-12-241-0/+8
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-241-0/+50
* EphyEmbedChrome is flags, not enum.Christian Persch2004-12-241-0/+7
* A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): AChristian Persch2004-12-231-0/+13
* Don't crash if trying to get the document type before the widget isChristian Persch2004-12-211-0/+7
* Post-release version bump.Christian Persch2004-12-211-0/+6
* === Release 1.5.3 ===Release153Christian Persch2004-12-201-0/+8
* Fix untranslated string. Fixes bug #161739.Christian Persch2004-12-201-0/+6
* Really make the configure check for -Wdeclaration-after-statement work.Christian Persch2004-12-201-0/+6
* Updated for version 1.5.3.Christian Persch2004-12-201-0/+6
* Fix a mem leak, and update copyright notice.Christian Persch2004-12-201-0/+8
* Remove inline help. Fixes bug #137603.Christian Persch2004-12-201-0/+6
* Add "View Properties" to duplicated bookmarks dialogue. Fixes bug #117643Christian Persch2004-12-191-0/+9
* Fix crash, thanks to Crispin for noticing this.Christian Persch2004-12-191-0/+6
* Correct code for "Afrikaans".Christian Persch2004-12-191-0/+6
* Try to fix the build.Christian Persch2004-12-191-0/+7
* Fix the build.Christian Persch2004-12-191-0/+7
* Check for -Wdeclaration-after-statement, it's not universally available.Christian Persch2004-12-191-0/+6
* Mozilla API change.Christian Persch2004-12-191-0/+7
* Don't show multiple toolbar editors for the same window. Part of bugChristian Persch2004-12-191-0/+8
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-191-0/+18
* Disable Print and Print Preview while still loading the page. Fixes bugChristian Persch2004-12-191-0/+8
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-191-0/+20
* Fix email links by prepending mailto: before calling gnome_vfs_url_show().Christian Persch2004-12-181-0/+7
* Use gtk_show_about_dialog(), and handle urls and mailto.Adam Hooper2004-12-181-0/+8
* Add attach_tab and detach_tab functions to extension interface (bugAdam Hooper2004-12-181-0/+15
* Fix name for "gd" language (Scots Gaelic). Fixes bug #161509.Christian Persch2004-12-171-0/+6
* Implement context menu on tray icon, as per HIG. Fixes bug #152903.Christian Persch2004-12-171-0/+16
* Add stock icon to the "Clear" button.Christian Persch2004-12-171-0/+6
* Check the encodings before we set the mozilla pref. From bug #150266.Christian Persch2004-12-171-0/+7
* Quote app name.Christian Persch2004-12-161-0/+6
* Disable search. Fixes bug #157157.Christian Persch2004-12-161-0/+6
* Small improvement.Christian Persch2004-12-161-0/+6
* Move Clear after Select All.Christian Persch2004-12-161-0/+6
* Add app name to primary text, too. Fixes bug #141327.Christian Persch2004-12-161-0/+6
* Add "Clear" to entry context menu. Fixes bug #118395.Christian Persch2004-12-161-0/+8
* Add stock icon to "Save As..." button.Christian Persch2004-12-161-0/+6
* Tell the user with which application we're going to open the content.Christian Persch2004-12-161-0/+7
* Remove a duplicated lang code.Christian Persch2004-12-151-0/+6
* Use alignments instead of empty labels for alignment.Christian Persch2004-12-141-0/+13
* ChangeLogChristian Persch2004-12-141-0/+12
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-141-0/+20
* Make distcheck fix.Christian Persch2004-12-141-0/+22
* Adapt PSM configure check for new header location in SDK. Up gtk+Christian Persch2004-12-141-0/+7
* Back out the fix for bug #158466, it's wrong.Christian Persch2004-12-131-0/+6
* Fix attribution in ChangeLogChristian Persch2004-12-081-0/+1
* A data/epiphany-bookmarks-html.xsl:Christian Persch2004-12-071-0/+15
* Fix typo.Christian Persch2004-12-041-0/+6
* Deactivate the context menu on window close. Fixes bug #156812.Christian Persch2004-12-041-0/+6
* Don't offer to resume if there are open windows. Fixes bug #160345.Christian Persch2004-12-031-0/+7
* Use stock icon for "Open In New Tab".Christian Persch2004-12-031-0/+6
* Use stock icon for "Open In New Tab".Christian Persch2004-12-031-0/+6
* Don't use NS_LITERAL_CSTRING.Christian Persch2004-12-031-0/+6