aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update gtk+ req to 2.11.6.Christian Persch2007-07-103-96/+12
* Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"Luca Ferretti2007-07-101-1/+1
* Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT Fixes bug #452769Jaap Haitsma2007-07-013-3/+3
* Use g_option_group_set_translation_domain to translate commandlineGabor Kelemen2007-06-231-0/+3
* Adds SelectAll stock icon.Diego Escalante Urrelo2007-06-082-2/+2
* src/ephy-history-window.c src/bookmarks/ephy-bookmarks-editor.cDiego Escalante Urrelo2007-06-062-6/+6
* Fix go button behaviour to react to button-release-event and notDiego Escalante Urrelo2007-06-061-1/+1
* Added GTK_STOCK_SELECT_ALL to SelectAll action.Diego Escalante Urrelo2007-06-061-1/+1
* Make this comment accurate.Christian Persch2007-05-201-1/+1
* Make this string static.Christian Persch2007-05-201-3/+2
* Make Shift+Return find previous when searching. Patch by Robin Stocker.Diego Escalante Urrelo2007-05-051-0/+8
* Copy the items on the completion list as the user moves through them. TheXan Lopez2007-05-023-1/+31
* Avoid opening nautilus if downloads are done to Desktop. This re-fixes bugDiego Escalante Urrelo2007-04-251-19/+3
* Middle clicking the Go button should open the location bar address contentDiego Escalante Urrelo2007-04-161-3/+12
* Allow the user to select a different bookmark topic on the toolbar by justDiego Escalante Urrelo2007-04-031-0/+44
* Make progressbar taller. Bug #421060.Christian Persch2007-03-251-8/+14
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-12116-322/+322
* Regenerate the type builtins when the Makefile changes. Should fix bugChristian Persch2007-03-112-12/+12
* Don't use C++-style comments in C files. No code changes, only commentsChristian Persch2007-03-064-9/+11
* Don't crash when we cannot access the system bus. Bug #404514, patch byChristian Persch2007-03-041-6/+11
* Make sure the type builtins are regenerated when the Makefile changes.Christian Persch2007-03-042-4/+4
* Make this a regular check, not g_return_if_fail.Christian Persch2007-01-291-3/+1
* Fix error condition check.Christian Persch2007-01-291-1/+1
* Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to XML.Christian Persch2007-01-291-20/+72
* Fix the wrapping of the singleton Ephy[Embed]Shell as "epiphany.Shell()".Christian Persch2007-01-292-15/+48
* configure.acLuca Ferretti2007-01-182-2/+2
* Avoid opening a nautilus window when downloads are finished if theDiego Escalante Urrelo2007-01-181-2/+20
* Fixes compilation with gcc 2. Bug #394699. Patch by Jens Granseuer.Diego Escalante Urrelo2007-01-101-3/+2
* Update for 2007.Christian Persch2007-01-101-1/+1
* Opens images in a new browser window if EOG is not found. Bug #167595.Diego Escalante Urrelo2007-01-091-9/+21
* Changes "..." for the ellipsis character "…". Bug #324380. Patch byDiego Escalante Urrelo2007-01-096-28/+28
* Fixes a problem at link time on Darwin, bug #387233. Patch by paul.Diego Escalante Urrelo2007-01-092-0/+2
* Check the result of ephy_file_launch_desktop_file () so if it fails we tryDiego Escalante Urrelo2007-01-091-1/+7
* Workaround/semi-fix for bug #351814. The real cause of the problem is theDiego Escalante Urrelo2007-01-091-1/+1
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-034-8/+13
* Disables "Add Bookmark" in the File menu when bookmarks are locked down.Diego Escalante Urrelo2007-01-033-1/+22
* Make sure to init gthread as first call to glib.Christian Persch2007-01-011-0/+4
* Remove x bit from source filesChristian Persch2006-12-316-0/+0
* Removed uneeded #include <gtk/gtkframe.h>.Diego Escalante Urrelo2006-12-311-1/+0
* .cvsignore files are obsoleteChristian Persch2006-12-302-23/+0
* Only use the statusbar size-allocate hack on gtk <= 2.10 now that gtk bugChristian Persch2006-12-251-1/+7
* === Release 2.17.4 ===RELEASE_2_17_4Christian Persch2006-12-191-0/+1
* Show favicons in location entry drop-down. Bug #112748, patch by DiegoChristian Persch2006-12-183-1/+42
* Fix file name extension when exporting bookmarks. Bug #358986, patch byChristian Persch2006-12-181-2/+5
* Fix a signal leak. Bug #363837, patch by John Millikin.Christian Persch2006-12-181-0/+7
* Fix a mem leak. Bug #373549, patch by Diego Escalante Urrelo.Christian Persch2006-12-181-0/+2
* Limit tab tooltip length. Bug #324052, patch by Diego Escalante Urrelo.Christian Persch2006-12-181-1/+7
* Allow to drag plaintext to tabbar. Bug #339339, patch by Michael Hofmann.Christian Persch2006-12-181-1/+10
* List title and URL in location entry drop-down. Bug #169550, patch byChristian Persch2006-12-183-1/+15
* Load about data from file.Christian Persch2006-12-182-31/+82
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-172-136/+98
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-1510-11/+17
* Remove the proxy icon from View->Page Source menu entry.Luca Ferretti2006-12-141-1/+1
* Move code around.Christian Persch2006-12-091-6/+0
* Remove old stock iconsLuca Ferretti2006-12-091-0/+6
* Ctrl-middle click on a bookmarm should open a new tab. Fixes bug #334463,Wouter Bolsterlee2006-12-051-1/+1
* Version 2.17.3.Christian Persch2006-12-052-0/+2
* Make progressbar smaller. Bug #368759.Christian Persch2006-12-042-113/+139
* Another mozilla API change.Christian Persch2006-12-021-8/+14
* Remove a double call to history copy when middle-clicking on back/forwardJean-François Rameau2006-11-132-10/+9
* Remove redundant gtk_button_set_relief call. Fixes bug #372760.Ryan Lortie2006-11-121-1/+0
* Also disable the "Open Image" context menu action if the desktop wideWouter Bolsterlee2006-11-101-0/+2
* Add some more F5 shortcuts to handle all the MSIE "refresh page" bindings.Wouter Bolsterlee2006-11-101-0/+5
* === Release 2.17.2 ===RELEASE_2_17_2Christian Persch2006-11-061-1/+1
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-235-6/+43
* Don't try to close shared dbus connections. This avoids dbus warnings onWouter Bolsterlee2006-10-181-12/+2
* Remove unused type variable.Wouter Bolsterlee2006-10-181-1/+0
* A lib/widgets/ephy-spinner-tool-item.c: AChristian Persch2006-10-181-41/+6
* Automatically open a Nautilus window after downloading has finished. FixesWouter Bolsterlee2006-10-151-0/+21
* Use full width for bookmarks search bar. Fixes bug #349349, patch by DiegoWouter Bolsterlee2006-10-151-1/+1
* Fix unprotected call to ephy_node_remove_child. Bug #362063.Jean-François Rameau2006-10-151-1/+4
* Fix a bug in the last commit.Christian Persch2006-10-092-2/+2
* Make the enum/flags values not global.Christian Persch2006-10-082-14/+14
* Add a window group for the history window.Christian Persch2006-10-031-0/+6
* Fix compile warnings.Christian Persch2006-10-011-1/+1
* Add middle-click on New Tab/Window button to open URL on clipboard. FixJean-François Rameau2006-09-256-47/+123
* Check for GDK_BUTTON_RELEASE event type in case of a middle click. Fix bugJean-François Rameau2006-09-141-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-13116-213/+213
* Remove some unnecessary static data.Christian Persch2006-09-0745-59/+59
* === Release 2.15.92 ===RELEASE_2_15_92Christian Persch2006-08-221-1/+1
* ephy_file_launch_desktop_file accepts now a parameter. Fix #343321.Jean-François Rameau2006-08-102-10/+1
* Expose notebook->priv->focused_pages to extensions. Fix bug #350187.Jean-François Rameau2006-08-084-0/+29
* Don't allow closing the window if quit is locked down. Patch by DiegoChristian Persch2006-08-081-0/+4
* Avoid accels on thin characters. Patch by Crispin Flowerday, bug #331777.Christian Persch2006-08-082-3/+3
* Add "delete text" command.Christian Persch2006-08-083-0/+28
* Also recognise keypad keys for navigation. Bug #337089.Christian Persch2006-08-081-0/+19
* Correctly mark mouse click events as consumed.Christian Persch2006-08-081-3/+7
* Remove suprious entry.Christian Persch2006-08-081-1/+0
* Make sure to destroy the dialogue in all cases.Christian Persch2006-08-081-11/+11
* Remove accel for ViewToolbar. Bug #328783.Christian Persch2006-08-061-1/+1
* Define STOCK_NEW_WINDOW with named icon "window-new" and use it in File ->Luca Ferretti2006-07-261-1/+1
* Add page security info dialogue from Certificates extension.Christian Persch2006-07-255-14/+94
* Add accel. Bug #337913.Christian Persch2006-07-241-3/+4
* No need to double-init gnome-vfs.Christian Persch2006-07-241-1/+0
* Add a way to turn off password remembering. Bug #332374.Christian Persch2006-07-221-0/+2
* Fix for empty menubar accel setting. Don't activate insensitive actions,Christian Persch2006-07-111-7/+25
* Fix middle-click and ctrl-enter in the location entry autocompletionChristian Persch2006-07-111-4/+5
* Fix compiler warning.Christian Persch2006-07-071-1/+1
* Don't cast to gboolean but check for != NULL instead.Christian Persch2006-07-011-2/+2
* Add fur.Christian Persch2006-07-011-0/+1
* Add EphyFindToolbar type to Python binding. Bug #345837.Jean-François Rameau2006-06-263-1/+78
* A embed/mozilla/GeckoPrintService.cpp: AChristian Persch2006-06-194-45/+25
* Make the crash recovery dialog appear on the taskbar. Fixes bug #345010.Wouter Bolsterlee2006-06-161-0/+1
* copy history over when opening link in new tab/win using context menu.Wouter Bolsterlee2006-06-081-0/+9
* Don't crash on error from zeroconf bookmarks. Fixes bug #343922.Christian Persch2006-06-061-10/+10
* Allow cookie list to be sorted. (fixes #337845)Frederic Peters2006-05-311-0/+2
* Add methods to EphyNode to set typed properties. This change improves theJean-François Rameau2006-05-231-0/+60
* Add https and ftp local bookmarks. Based on a patch by Celso Pinto, bugChristian Persch2006-05-151-15/+49
* Display the find bar for "Find Next" and "Find Previous" if it wasn'tWouter Bolsterlee2006-05-111-3/+10
* Remove HAVE_TYPEAHEADFIND ifdefs, since we now always have that. Fixes theChristian Persch2006-05-111-10/+0
* And revert it since it causes a gtk warning.Christian Persch2006-05-111-13/+1
* Allow text drags to notebook tab labels. Bug #339339, patch by MichaelChristian Persch2006-05-111-1/+13
* Don't crash when adding zeroconf bookmarks while bookmarks are lockedChristian Persch2006-05-111-0/+17
* Drop support for gecko 1.7.Christian Persch2006-05-112-19/+2
* Make sure each tab has its own unique ID, so accel paths don't conflictChristian Persch2006-04-253-3/+65
* === Release 2.15.1 ===RELEASE_2_15_1Christian Persch2006-04-241-2/+3
* Use header capitalisation. Bug #337915Piers Cornwell2006-04-211-1/+1
* Fix mnemonic activation of download path button. Bug #339139.Christian Persch2006-04-201-1/+5
* Add -p as short option format for --private-instance.Christian Persch2006-04-141-1/+1
* Add Esperanto (eo).Christian Persch2006-04-131-0/+1
* Don't set find next/prev insensitive since that's redundant with theChristian Persch2006-04-111-32/+2
* A data/epiphany-pango.schemas:Christian Persch2006-04-101-6/+17
* Improve the current code (less complex) and add a timeouted call toJean-François Rameau2006-04-041-188/+32
* Disable export when locked down. Bug #337028.Christian Persch2006-04-031-0/+7
* Don't crash when we cannot connect to the system dbus. Bug #336557.Christian Persch2006-04-032-7/+21
* Use g_object_ref_sink().Christian Persch2006-03-293-6/+3
* Drop compat code for libgnome < 2.14. Fix refcount leak.Christian Persch2006-03-241-86/+12
* Port notebook DND to gtk+ 2.9.Christian Persch2006-03-248-746/+262
* Add support for local directory monitoring (in addition to local fileWouter Bolsterlee2006-03-171-26/+51
* === Release 2.14.0 ===RELEASE_2_14_0GNOME_2_14_BRANCHPOINTChristian Persch2006-03-131-2/+2
* Add Victor to documenters in About dialogue.Christian Persch2006-03-131-0/+1
* Fix item ordering to fix bookmarks export format. Bug #333959, patch hasChristian Persch2006-03-101-2/+3
* Update timestamp on resume dialogue when queuing a new command.Christian Persch2006-03-061-0/+6
* Fix a warning introduced in my last patch (gcc 4.1 warnings).Jean-François Rameau2006-03-031-1/+1
* Don't try to connect to the session bus when we're starting a privateChristian Persch2006-03-031-8/+10
* src/ephy-window.cPeter Harvey2006-03-031-6/+9
* If we can't detect the mime type, fall back to checking the fileChristian Persch2006-03-032-20/+100
* Fix gcc 4.1 warnings (dereferencing type-punned pointer will breakJean-François Rameau2006-03-035-15/+51
* Distinguish different firefox profiles when showing the list to chooseChristian Persch2006-02-251-1/+17
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-02-241-0/+48
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-02-241-0/+9
* src/bookmarks/ephy-topics-palette.cPeter Harvey2006-02-241-4/+1
* Use the same machanism for Ctrl-W as clicking the tab's close button.Christian Persch2006-02-241-7/+13
* src/bookmarks/ephy-topics-entry.cPeter Harvey2006-02-231-40/+26
* data/ui/epiphany-fs-toolbar.xml lib/egg/egg-toolbars-model.cPeter Harvey2006-02-214-22/+46
* src/bookmarks/ephy-bookmarks-menu.c src/bookmarks/ephy-nodes-cover.cPeter Harvey2006-02-212-5/+21
* src/bookmarks/ephy-bookmark-properties.cPeter Harvey2006-02-211-42/+33
* Fix crash on switching to/from fullscreen mode. Bug #331462.Christian Persch2006-02-171-1/+1
* src/bookmarks/ephy-bookmarks-editor.cPeter Harvey2006-02-141-11/+29
* Don't export the local bookmarks.Christian Persch2006-02-143-3/+20
* Move --private-instance out of debug #ifdef.Christian Persch2006-02-141-8/+23
* Fix crash when resolve returns an error, bug #331028. Restructure 0confChristian Persch2006-02-141-64/+105
* Fix removing zeroconf bookmarks when the service disappears, and updatingChristian Persch2006-02-132-30/+86
* Place bookmarks on "BookmarksBar" toolbar, since that's what < 1.9 usedChristian Persch2006-02-131-3/+5
* Doesn't return the right variable ! Add a LOG to traceJean-François Rameau2006-02-131-1/+3
* Strdup the action name data.Christian Persch2006-02-122-2/+6
* Use the right action name.Christian Persch2006-02-121-4/+4
* Reqeust interaction with the client when there are unfinished downloads.Christian Persch2006-02-121-6/+0
* src/bookmarks/ephy-bookmarks-menu.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-02-112-32/+13
* Remove *_action_name functions, and use static buffers instead. MinorChristian Persch2006-02-1115-264/+278
* Misc code cleanups: fewer gobject casts, disconnect handlers, save a fewChristian Persch2006-02-098-214/+282
* src/bookmarks/ephy-topics-entry.cPeter Harvey2006-02-091-15/+59
* src/bookmarks/ephy-bookmarks.cPeter Harvey2006-02-091-0/+57
* data/ui/epiphany-bookmark-editor-ui.xmlPeter Harvey2006-02-091-0/+121
* Block popup with NULL url (javascript:window.open() for instance). butJean-François Rameau2006-02-091-7/+10
* Also build with ff trunk, by explicitly linking with -lxul.Christian Persch2006-02-081-0/+1
* Add an 'enabled' flag in the EphyExtensionInfo struct to track whetherCrispin Flowerday2006-02-082-5/+18
* Fix handling of non-ascii extra arguments.Christian Persch2006-02-071-8/+33
* Fix opening of local files. Bug #330104.Christian Persch2006-02-061-29/+35
* Fix xulrunner detection logic.Christian Persch2006-02-061-1/+4
* Show the backend in the about box.Christian Persch2006-02-061-1/+10
* lib/ephy-state.h lib/ephy-state.c src/epiphany.defsPeter Harvey2006-02-042-3/+3
* lib/ephy-state.h lib/ephy-state.c src/ephy-shell.cPeter Harvey2006-02-041-1/+1
* lib/egg/egg-editable-toolbar.c lib/egg/egg-toolbar-editor.cPeter Harvey2006-02-044-41/+32
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-02-046-237/+115
* src/bookmarks/ephy-bookmarks.cPeter Harvey2006-02-041-20/+17
* Free the option context on error too, and don't duplicate theChristian Persch2006-02-041-3/+3
* Fix non-debug builds.Christian Persch2006-02-031-4/+5
* Only claim the DBUS name when not running as private instance.Christian Persch2006-02-033-7/+62
* On session logout, check if there are downloads pending (since they're notChristian Persch2006-02-031-1/+206
* Fix some memory leaks.Jean-François Rameau2006-02-031-0/+2
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-02-022-1/+25
* Queue commands received from the main and remote instances, and processChristian Persch2006-02-028-362/+689
* Fix link action group creating to really use the given name!Christian Persch2006-02-012-6/+7
* Change the DBUS interface to sending all the uris at one as string array.Christian Persch2006-02-013-58/+66
* Use ngettext here.Christian Persch2006-01-311-1/+3
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks.cPeter Harvey2006-01-313-90/+117
* data/ui/epiphany-ui.xml src/ephy-lockdown.c src/ephy-toolbar.cPeter Harvey2006-01-313-5/+7
* Idle unref the dbus proxy in case we didn't call any remote methods; andChristian Persch2006-01-311-5/+10
* Change text for zoom in/out.Christian Persch2006-01-311-2/+2
* Use ngettext() for plural string. Fixes bug #329242Crispin Flowerday2006-01-311-2/+4
* Release the finder on dispose not finalize.Christian Persch2006-01-301-3/+4
* src/bookmarks/ephy-bookmark-properties.cPeter Harvey2006-01-301-2/+5
* Add a convenience function to get current event data.Christian Persch2006-01-309-46/+74
* Add a function (ephy_embed_single_get_backend_name) to get the backendCrispin Flowerday2006-01-301-1/+5
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks.cPeter Harvey2006-01-295-139/+280
* Fix strings again. Bug #328747.Christian Persch2006-01-291-38/+38
* Open smart bookmark url in new tabs when using Ctrl+Enter (part of bugCrispin Flowerday2006-01-291-1/+38
* src/bookmarks/ephy-topics-entry.c src/bookmarks/ephy-topics-palette.cPeter Harvey2006-01-292-187/+317
* src/bookmarks/ephy-topics-entry.c po/POTFILES.inPeter Harvey2006-01-291-54/+78
* Jan 29 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-291-39/+39
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-topics-entry.cPeter Harvey2006-01-296-149/+703
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-01-289-163/+201
* Remove unused NM code. Misc cleanups.Christian Persch2006-01-282-96/+42
* Add required GError** params, and actually set the error when returningChristian Persch2006-01-282-4/+16
* Disable pango rendering by default, unless MOZ_ENABLE_PANGO env var isChristian Persch2006-01-281-36/+35
* Use stamp files for the dbus bindings.h filesCrispin Flowerday2006-01-271-7/+15
* Fix initial network status sync.Christian Persch2006-01-261-2/+2
* Add transient window to window group.,Christian Persch2006-01-262-1/+24
* Store the detected network status even if we're not active.Christian Persch2006-01-261-2/+2
* libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing theChristian Persch2006-01-265-10/+727
* src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-01-261-2/+11
* Don't leak the option context.Christian Persch2006-01-261-0/+21
* Small cleanups.Christian Persch2006-01-261-109/+150
* Add cvs version markers.Christian Persch2006-01-2515-0/+25
* Don't use favicon as window icon.Christian Persch2006-01-252-45/+14
* Refactored, code cleanups. Don't make the bookmark properties windowChristian Persch2006-01-256-435/+495
* Switch extensions when changing the export format from the combo box; andChristian Persch2006-01-251-56/+118
* Run the main loop until the reply is received when activating a runningChristian Persch2006-01-252-6/+16
* Use DBUS_NAME_FLAG_DO_NOT_QUEUE when requesting the name, and also handleChristian Persch2006-01-241-8/+11
* Fix a couple of memory leaksCrispin Flowerday2006-01-242-0/+2
* Fix compilation with libgnome 2.13. Bug #328351.Christian Persch2006-01-241-4/+0
* Removed add-bookmark and import-bookmarks functions, and changed load-urlChristian Persch2006-01-244-87/+55
* Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so weChristian Persch2006-01-248-614/+719
* Add guards to avoid crashing on exit if system bus isn't running. FixesCrispin Flowerday2006-01-221-9/+17
* Change the EphyPermissionManager API so that it is more obvious what itCrispin Flowerday2006-01-223-17/+17
* src/ephy-window.cPeter Harvey2006-01-221-4/+2
* - Change EphyEmbedEvent.get_property to .get_event_property - WrapCrispin Flowerday2006-01-222-2/+58
* Put blank lines between the paragraphs in the licence dialog.Crispin Flowerday2006-01-221-1/+1
* Remove both session/system filters before finalizing EphyDbus object. FixJean-François Rameau2006-01-221-0/+7
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-01-222-210/+8
* Fix the previous commit.Christian Persch2006-01-221-3/+3
* src/bookmarks/ephy-bookmarks-editor.c (cmd_bookmarks_export)Crispin Flowerday2006-01-221-0/+2
* Fix bookmark exporting, so that it can be cancelled. Fixes bug #327438Crispin Flowerday2006-01-221-4/+7
* Add licence to about dialogue. Patch by Brian Pepple, bug #327998.Christian Persch2006-01-221-0/+23
* Add caret mode indicator UI. Bug #145581.Christian Persch2006-01-183-2/+63
* src/bookmarks/ephy-bookmarks-menu.cPeter Harvey2006-01-181-4/+7
* src/bookmarks/ephy-bookmark-properties.cPeter Harvey2006-01-181-17/+4
* Put "Off" at the top of the combo, followed by a separator row. BugChristian Persch2006-01-181-8/+108
* Change the 'ephy_embed_event_get_property' function return a GValue*Crispin Flowerday2006-01-185-23/+22
* Add event type to the callback.Christian Persch2006-01-172-10/+4
* Fix compile with libgnome HEAD.Christian Persch2006-01-171-0/+2
* === Release 1.9.5.1 ===Release1951Christian Persch2006-01-174-985/+0
* Fix number of /'s in URI.Christian Persch2006-01-177-82/+258
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-01-171-12/+0
* src/bookmarks/ephy-bookmarks-menu.cPeter Harvey2006-01-171-5/+19
* src/bookmarks/Makefile.amPeter Harvey2006-01-172-22/+2
* src/Makefile.amPeter Harvey2006-01-1711-315/+939
* src/bookmarks/ephy-topics-palette.c src/bookmarks/ephy-topics-palette.hPeter Harvey2006-01-172-0/+588
* src/bookmarks/ephy-topic-action.cPeter Harvey2006-01-171-0/+58