aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Store the redirect and toplevel attributes when adding pages to theChristian Persch2005-10-311-0/+2
* Remove glade callbacks, and connect from code instead.Christian Persch2005-10-313-303/+308
* Fix title capitalisation.Christian Persch2005-10-301-1/+1
* Add array bounds check; fixes bug #320169.Christian Persch2005-10-301-1/+1
* Add ephy_file_get_downloads_dir() to get the actual downloads directory,Christian Persch2005-10-301-4/+21
* Move most of ephy_window_init code to constructor so properties areJean-François Rameau2005-10-301-56/+55
* src/ephy-link-action.cPhilip Langdale2005-10-263-57/+170
* src/ephy-link-action.cPhilip Langdale2005-10-252-3/+55
* Remove info text referring to the not-committed markers in H18.Christian Persch2005-10-241-22/+11
* === Release 1.9.1 ===Release191Christian Persch2005-10-241-1/+1
* Add a way to view stored password. Fix bug 316821.Jean-François Rameau2005-10-231-11/+46
* Add another mime type.Christian Persch2005-10-231-1/+1
* Load the key files and xml files directly from disc, instead of gettingChristian Persch2005-10-221-109/+204
* Point main menu UI at toolbar actions. Don't try and change the state ofPhilip Langdale2005-10-225-48/+11
* Expose the extension description keyfile directly to the loaders.Christian Persch2005-10-213-103/+49
* Remove fullscreen and leave-fullscreen stock icons; they're available inChristian Persch2005-10-203-4/+3
* Adapt folder import to new menu code, patch by Peter Harvey.Christian Persch2005-10-191-56/+36
* Remove lock visibility setter.Christian Persch2005-10-183-20/+2
* src/epiphany.override src/epiphany.defsCrispin Flowerday2005-10-183-211/+498
* Fix the check-python-binding makefile target to work properlyCrispin Flowerday2005-10-181-5/+5
* A data/ephy-xml2ini.xsl:Christian Persch2005-10-181-357/+73
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-1744-4109/+3417
* Exten the EphyLinkAction to attach a mouse-release-event handler whichPhilip Langdale2005-10-173-14/+165
* Use a GtkFileChooserButton for the download path selector. Fixes bugChristian Persch2005-10-151-123/+45
* Copy the back history when a link is opened in a new tab from aPhilip Langdale2005-10-131-2/+13
* . Forgot to remove the unused url variable.Philip Langdale2005-10-131-3/+0
* embed/ephy-embed.c . Add a method to copy the back/forward history fromPhilip Langdale2005-10-132-0/+23
* Remove the "network-status" signal from the embed single, and make it aChristian Persch2005-10-133-18/+19
* A embed/mozilla/EphyRedirectChannel.cpp: AChristian Persch2005-10-131-18/+82
* Bring back ephy_string_shorten.Christian Persch2005-10-101-4/+11
* Eliminate the *Popup/*ImagePopup popup variants. Add image context to allJean-François Rameau2005-10-101-15/+21
* Remove DBUS define, it's always compiled now.Christian Persch2005-10-101-8/+1
* Remove unused variable.Christian Persch2005-10-071-1/+0
* Use flags to save memory for the priv struct.Christian Persch2005-10-071-12/+13
* Add style properties for 'secure-[bg|fg]-color', and apply them when theChristian Persch2005-10-074-5/+44
* Use "position" property notification instead of size-allocate to monitorChristian Persch2005-10-031-1/+1
* Fix memory leak.Christian Persch2005-10-031-3/+8
* Make sure we don't unref NULL objects.Christian Persch2005-10-031-27/+41
* Add configure switch to disable zeroconf bookmarks, since they're almostChristian Persch2005-10-032-6/+30
* Schedule a GC in finalize of EphyTab and EphyWindow, to work around bugChristian Persch2005-10-032-0/+16
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-037-127/+235
* Reset the IM context before activating the entry.Christian Persch2005-10-011-1/+2
* Don't free const strings.Christian Persch2005-09-291-2/+0
* Add a function to get the tab's real title, and use it where appropriate.Christian Persch2005-09-286-30/+46
* Use the tab label's outer hbox for the size calculation instead of theChristian Persch2005-09-271-7/+7
* Unify background image and image code (contex menu, conext event). Fix bugJean-François Rameau2005-09-274-34/+1
* Don't crash if the Authors key is missing, or there are no keys in theCrispin Flowerday2005-09-241-20/+27
* s/DOT_INIT/DOT_INI/g.Christian Persch2005-09-241-6/+6
* Don't read unused variables, and use a #define for the keyfile extension.Christian Persch2005-09-241-37/+11
* Accept "Module" argument.Christian Persch2005-09-241-1/+5
* R data/epiphany-extension.xsd:Christian Persch2005-09-241-99/+1
* Add support for extension description files in the keyfile format, usingCrispin Flowerday2005-09-241-42/+218
* New function to check the filename/directory for writability, derived fromChristian Persch2005-09-221-3/+6
* Make the methods to unset/release the context event semi-public.Christian Persch2005-09-192-15/+28
* Repair the previous b0rkage, see previous logRaphael Slinckx2005-09-172-70/+45
* If the search term is empty for a smart bookmark use the normal URLRaphael Slinckx2005-09-151-0/+18
* Make Close the default button.Christian Persch2005-09-151-0/+1
* Set "website-label" property.Christian Persch2005-09-141-0/+1
* Depend on pygtk 2.8. Fixes bug #314557.Christian Persch2005-09-041-25/+0
* Fix HIG spacings.Christian Persch2005-09-013-3/+4
* Version 1.9.Christian Persch2005-08-292-20/+14
* === Release 1.7.6 ===Release176Christian Persch2005-08-281-3/+3
* Update credits.Christian Persch2005-08-282-3/+3
* Fix pointer grab lockup when gecko pops up a dialogue.Christian Persch2005-08-281-87/+210
* Fix compile warnings.Christian Persch2005-08-261-1/+1
* Fix the check for unchanged address to check if we even have a monitor atChristian Persch2005-08-221-8/+4
* Don't empty find entry on Ctrl-F.Christian Persch2005-08-211-1/+1
* Use class closure for delete event instead of signal handler.Christian Persch2005-08-211-6/+11
* 2005-08-21 Christian Persch <chpe@cvs.gnome.org>Christian Persch2005-08-211-1/+1
* Fix mem leak.Christian Persch2005-08-211-0/+2
* Add EPHY_EMBED_PERSIST_FROM_CACHE, and try harder to get a cacheChristian Persch2005-08-181-5/+6
* Better fix: reorder again and use priv->title for the set_loading_titleChristian Persch2005-08-181-9/+5
* Use ephy_tab_set_title after ephy_tab_set_loading_title because set_titleChristian Persch2005-08-171-1/+3
* Only activate link in typeahead mode, not in Ctrl-F find mode.Christian Persch2005-08-161-2/+19
* Return TRUE if the event was consumed.Christian Persch2005-08-161-0/+4
* Activate the found link with a faked keypress event.Christian Persch2005-08-161-10/+28
* Open new tabs with blank url bar if we're loading the homepage. Fixes bugChristian Persch2005-08-117-25/+53
* Make a few properties to be writable (where there is appropriate code inCrispin Flowerday2005-08-101-3/+3
* Make tab icon address setter public.Christian Persch2005-08-103-4/+16
* When opening the find bar with Ctrl+F, search for the item, and select theCrispin Flowerday2005-08-101-0/+10
* Typo fixes.Release174Christian Persch2005-08-091-31/+0
* Tiny string fix just before string freeze :)Christian Persch2005-08-092-1/+3
* Add way to clear the favicon cache. Also removes any extraneous files fromChristian Persch2005-08-081-2/+9
* Update cvsignoreCrispin Flowerday2005-08-081-0/+1
* Add switch to disable focus fix, and to disable PSM. Error out if PSMChristian Persch2005-08-082-10/+33
* Fix stringChristian Persch2005-08-041-1/+1
* Add public function ephy_window_get_context_event() to get theChristian Persch2005-08-044-64/+130
* Pipe the output of the pygtk_codegen program straight to epiphany.c to fixCrispin Flowerday2005-08-021-3/+1
* Now that the tab's address is always correct (isn't the typed addressChristian Persch2005-08-026-43/+33
* Add a ::icon property to EphyTab, and use that everywhere instead ofChristian Persch2005-08-017-118/+163
* Wrap EggToolbarsModel.Christian Persch2005-08-011-6/+169
* Wrap MozillaEmbedEvent, to prevent crash from bug #310910.Christian Persch2005-08-013-1/+12
* More bindings.Christian Persch2005-08-011-1/+1
* More bindings.Christian Persch2005-08-011-1/+40
* More bindings.Christian Persch2005-08-011-2/+79
* Fix gcc 4.0 warnings.Jean-François Rameau2005-08-011-2/+2
* Update binding rules.Christian Persch2005-08-012-11/+25
* Fix crash on "window.get_toolbar()". Fixes bug #170105.Christian Persch2005-08-012-4/+34
* Update python bindings.Christian Persch2005-08-011-104/+317
* Fix string, and add Crispin to contributors in About.Christian Persch2005-08-011-2/+4
* Tiny string fix. Fixes bug #167448.Christian Persch2005-08-011-1/+1
* Update about dialogue.Christian Persch2005-08-012-18/+36
* Fallback to favicon.ico. Fixes bug #116678.Christian Persch2005-08-011-12/+42
* Make ephy_session_get_active_window work as intended.Christian Persch2005-07-302-7/+15
* Replace ephy_embed_activate with gtk_widget_grab_focusCrispin Flowerday2005-07-305-12/+12
* Add accessor functions for those instead of relying on using the structChristian Persch2005-07-302-0/+33
* Update the python bindings too.Christian Persch2005-07-301-6/+0
* Realise the embed first before grabbing focus on it.Christian Persch2005-07-301-1/+2
* Be careful not to leave a GC scheduled when terminating python.Christian Persch2005-07-304-3/+83
* For empty pages, put focus in address bar.Christian Persch2005-07-291-1/+9
* Work around gtkmozembed focus bug. Fixes bug #105153.Christian Persch2005-07-291-2/+43
* Only show the leaf name on bookmarksbar for hierarchical topics.Christian Persch2005-07-281-2/+9
* Unify bookmarks/smart bookmarks address resolution, and add a signal toChristian Persch2005-07-276-68/+132
* Use connect_object to connect to the menu's deactivate signal. May fix bugChristian Persch2005-07-261-2/+2
* Fix ESC behaviour to always stop, and to reset the location entry whenChristian Persch2005-07-267-38/+92
* Update python bindingChristian Persch2005-07-251-6/+0
* Also ellipsise the menu entries in the toolbar overflow menu.Christian Persch2005-07-252-1/+18
* Add translator commentChristian Persch2005-07-241-0/+1
* Set title of loading page to the address, iff the page was blank before.Christian Persch2005-07-248-160/+318
* *** empty log message ***Christian Persch2005-07-241-1/+1
* Add rules to generate the raw python bindings .defs file, and to checkChristian Persch2005-07-212-936/+1044
* Make sure the option is in the right option group.Christian Persch2005-07-181-1/+1
* Only allow alphanumeric option arguments, and limit length to 32Christian Persch2005-07-181-2/+9
* A embed/mozilla/EphyAboutModule.cpp: A embed/mozilla/EphyAboutModule.h: RChristian Persch2005-07-181-2/+1
* Fix smart bookmark options parsing. Now encoding= really works, and addedChristian Persch2005-07-173-177/+117
* Fix URL dragging to other tabs.Christian Persch2005-07-161-1/+1
* Init the gettext domain.Christian Persch2005-07-121-0/+6
* Check all selected nodes if they allow dragging.Christian Persch2005-07-122-5/+12
* Implement a way to disallow dragging from resp. dropping on certain nodes.Christian Persch2005-07-113-6/+218
* Fix build with -Werror.Christian Persch2005-07-111-1/+132
* If the string includes uppercase letters, search case-sensitively.Christian Persch2005-07-101-3/+11
* Don't focus the embed on close on !typeaheadfind, since it's a crash.Christian Persch2005-07-091-1/+6
* Fix compiler warning.Christian Persch2005-07-041-5/+5
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-043-35/+51
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-045-9/+13
* Show URI in status bar when selecting Back/Forward/Up menu items. FixesJean-François Rameau2005-07-011-2/+57
* Shift-Ctrl+R now works (Force reload). Fixes #307831.Jean-François Rameau2005-06-201-0/+3
* Don't show the image after gtk_button_set_image(). Fixes bug #307818.Christian Persch2005-06-162-15/+6
* Common helper function to unref a GObject from idle.Christian Persch2005-06-114-19/+9
* Handle Ctrl-F like / to open the find bar without focusing it. Fixes linkChristian Persch2005-06-094-30/+10
* Version 1.7.1.Release171Christian Persch2005-06-052-3/+6
* Close find bar on mouse click in the embed.Christian Persch2005-06-051-0/+18
* Don't open search toolbar on / or ' over formfields:Christian Persch2005-06-031-27/+15
* Work around mozilla bugChristian Persch2005-05-312-0/+15
* Don't erase the search term when opening the find bar with Ctrl-F.Christian Persch2005-05-303-6/+11
* Don't special-case ' and / if the find bar is already active.Christian Persch2005-05-301-10/+13
* Deactivate typeaheadfind in print preview mode.Christian Persch2005-05-304-17/+102
* Only enable typeahead if we actually can do typeaheadfind.Christian Persch2005-05-291-0/+8
* Allow ViewSource for XML documents too. Fixes bug #305788.Christian Persch2005-05-291-2/+3
* Update python bindings.Christian Persch2005-05-291-20/+6
* Disable mozilla's typeaheadfind.Christian Persch2005-05-293-44/+196
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-295-140/+153
* Check return value of fgets.Christian Persch2005-05-291-4/+6
* A src/ephy-find-toolbar.c: A src/ephy-find-toolbar.h:Christian Persch2005-05-264-48/+567
* Windows opened from links are not always popups. Windows with menu barJean-François Rameau2005-05-231-1/+7
* A README.Python A m4/.cvsignore: A m4/python.m4:Christian Persch2005-05-2110-2/+4263
* Add languages.h to NOINST_H_FILES.Christian Persch2005-05-121-0/+1
* Change string passed to gnome_program_init() as human readable programChristian Persch2005-05-111-1/+1
* Constification.Christian Persch2005-05-071-1/+1
* Use the document's URL as tab address, not the info from the locationChristian Persch2005-05-071-2/+7
* A src/languages.h:Christian Persch2005-05-021-1/+1
* A src/languages.h:Christian Persch2005-05-022-193/+560
* Replaces all %s in smartbookmarks. Fixes bug #167319, patch by RaphaelChristian Persch2005-04-241-5/+7
* More constification.Christian Persch2005-04-196-34/+27
* Iso-codes is now mandatory.Christian Persch2005-04-191-118/+1
* Use gtk_action_set_[sensitive|visible] instead of g_object_set.Christian Persch2005-04-196-53/+61
* A src/ephy-action-helper.c: A src/ephy-action-helper.h: AChristian Persch2005-04-1910-264/+619
* Constify the action entries. Fixes bug #301065, patch by Paolo Borelli.Christian Persch2005-04-181-9/+6
* Hide the statusbar's resize grip when the window is maximised. Fixes bugChristian Persch2005-04-181-39/+57
* Also disallow opening a new tab from EphyLink iface in popup mode.Christian Persch2005-04-181-1/+3
* Rework popup windows. Introduce "is-popup" property on EphyWindow toChristian Persch2005-04-1810-151/+434
* Re-use the strings from control centre domain, to make it consistentChristian Persch2005-04-101-20/+26
* Implement a more flexible approach at saving a EphyNodeDb, by allowing toChristian Persch2005-04-081-4/+13
* Set the tab label to single-line mode. Fixes bug #167657.Christian Persch2005-03-151-0/+1
* Fix the build.Christian Persch2005-03-151-5/+5
* Support "Multimedia" keys. Fixes bug #162748.Christian Persch2005-03-153-1/+90
* Use connect_object, to guard against "title" signal emitted when theChristian Persch2005-03-151-2/+3
* Fix signal handler disconnection; bug #170353.Christian Persch2005-03-151-1/+1
* Don't force those dialogues to be in front.Christian Persch2005-03-131-3/+0
* Revert patch from bug #169956, it's not correct.Christian Persch2005-03-122-6/+9
* Add FIXME comment about gtkmozembed focusChristian Persch2005-03-121-0/+2
* Don't activate the location entry if it's hidden. Fixes bug #169956.Christian Persch2005-03-121-7/+4
* Version 1.7.0.Christian Persch2005-03-082-4/+4
* NULL check. Fixes bug #165999.Christian Persch2005-03-011-0/+57
* Remove unused includes.Christian Persch2005-02-281-2/+0
* Make sure folder is != NULL. Fixes bug #163341.Christian Persch2005-02-271-3/+3
* Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfsChristian Persch2005-02-273-86/+36
* Make the signal RUN_LAST.Christian Persch2005-02-243-8/+33
* don't activate startup notification with the "previous session hasCarlos Garnacho Parro2005-02-231-0/+2
* Use spacing instead of a separator.Christian Persch2005-02-231-11/+2
* Load the page after showing the window. That way, if mozilla throws up anChristian Persch2005-02-211-10/+10
* Use event time when grabbing the pointer. Appears to fix bug #167473.Christian Persch2005-02-201-14/+15
* Shut upChristian Persch2005-02-191-0/+2
* Fix #130990 "Mixing up workspaces of windows when restoring session".Xan Lopez2005-02-181-2/+34
* Fix initial active tab.Christian Persch2005-02-131-7/+13
* Remove ephy_tab_get_action(). Adapts the tabs menu accordingly.Christian Persch2005-02-114-200/+222
* Move all the stuff from finalize to dispose, so that we finalise the UIChristian Persch2005-02-101-68/+79
* Move style notifier to ephy-toolbars-model, and also apply the flags toChristian Persch2005-02-102-63/+70
* Don't set the lock icon as drag source. Actually emit the lock-clickedChristian Persch2005-02-063-0/+38
* Revert the fix for bug #165550, it wasn't correct.Christian Persch2005-02-031-30/+16
* Add chrome param to ephy_shell_new_tab_full, and use it inChristian Persch2005-02-033-16/+31
* Define variants with startup ID.Christian Persch2005-02-027-51/+208
* Remove the accel group from the window when hiding the menubar in lockdownChristian Persch2005-02-021-16/+30
* Plug a mem leak.Christian Persch2005-02-021-0/+2
* Don't assign to ephy_shell global variable, that's already done in itsChristian Persch2005-02-021-1/+2
* Don't disable print preview if print setup is locked down. Fixes bugChristian Persch2005-02-021-1/+1
* Don't show the menubar with F10 in lockdown mode. Make sure we alwaysChristian Persch2005-02-021-3/+3
* Don't weak ref the shell when it's finalised already. Fixes bug #165542.Christian Persch2005-02-022-1/+2
* Ungrab the pointer when moving tab between notebooks. Fixes bug #165797.Christian Persch2005-02-011-4/+14
* Make EphyWindow implement EphyLink interface. Make ephy-link.h public.Christian Persch2005-01-312-25/+39
* Some sparse fixes.Christian Persch2005-01-315-9/+9
* Move new-window signal to the embed single, and new window creation fromChristian Persch2005-01-302-26/+43
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-2929-127/+127
* Disable DownloadLinkAs and SetAsBackground if saving to disk is disabled.Christian Persch2005-01-291-1/+3
* Extension manager owns only one ref on extensions which don't implementJean-François Rameau2005-01-281-8/+8
* Don't show the Leave Fullscreen button in lockdown fullscreen mode. SwitchChristian Persch2005-01-265-34/+52
* Add a alert when the user clicks on a sidebar link, telling that theCrispin Flowerday2005-01-251-0/+65
* Better wording for the import-failed dialogue.Christian Persch2005-01-251-1/+3
* `head -5 ChangeLog`Christian Persch2005-01-251-1/+1
* Inform the user of failed bookmarks import.Christian Perhristian Persch2005-01-241-5/+40
* Ellipsize the value and path labels in the cookie content dialogue.Christian Persch2005-01-241-0/+2
* Check for broken context event button.Christian Persch2005-01-232-17/+12
* Rename "visible" property.Christian Persch2005-01-232-3/+3
* Add proper _NETSCAPE_URL drag support, supplying the URL as well as theJorn Baayen2005-01-225-50/+54
* Added ephy_statusbar_remove_widget().Adam Hooper2005-01-212-2/+24
* Make ephy-bookmarks.h's enum a named enum. Auto-generate types forJean-François Rameau2005-01-213-3/+63
* Use new leave-fullscreen icon from g-i-t. Fixes bug #164676.Christian Persch2005-01-202-2/+3
* Add a translator comment.Christian Persch2005-01-201-0/+1
* Don't leak the path.Christian Persch2005-01-201-0/+2
* Show profile name for mozilla bookmarks, so we can distinguish betweenChristian Persch2005-01-203-57/+98
* Remove stamp files also on make clean.Christian Persch2005-01-171-1/+1
* Unify more strings.Christian Persch2005-01-161-2/+2
* Rename the password manager's methods to give better names in theJean-François rameau2005-01-161-2/+2
* Unify accels to Open in New _Window[s], and also change to Open Link inChristian Persch2005-01-163-7/+7
* Don't use <tt> in the strings. Fixes bug #163378.Christian Persch2005-01-162-5/+5
* Add a function to get the default ephy_shell, this makes it easier forCrispin Flowerday2005-01-162-0/+16
* Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types.Jorn Baayen2005-01-143-8/+9
* Renamed Remove action on bookmarksbar context menu. Fixes bug #162132.Christian Persch2005-01-142-4/+10
* Remove the type builtins .h files from INST_H_FILES again.Christian Persch2005-01-141-1/+0
* Add favicon and lock icon to the entry. Fixes bug #116482 and bug #149506.Christian Persch2005-01-145-15/+125
* Install ephy-*-type-builtins.h.Christian Persch2005-01-141-0/+1
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-1311-886/+1556
* Fxs parallel build ("make -j<N>"). Do not include full path to .la file inTomasz Kłoczko2005-01-121-1/+1
* Fix [DIST]CLEANFILES so that make distcheck passes.Christian Persch2005-01-121-1/+1
* Add $(stamp_files) to MAINTAINERCLEANFILES.Christian Persch2005-01-101-0/+1
* A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h:Christian Persch2005-01-106-97/+531
* A lib/ephy-dbus.c: A lib/ephy-dbus.h:Christian Persch2005-01-103-0/+39
* Shut upChristian Persch2005-01-091-0/+1
* Remove some unneeded includes and definesCrispin Flowerday2005-01-091-5/+0
* Don't store more than 5 hidden popups. Fixes bug #160863.Adam Hooper2005-01-091-1/+21