aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix number of /'s in URI.Christian Persch2006-01-177-18/+246
* lib/egg/egg-editable-toolbar.hPeter Harvey2006-01-171-2/+5
* EggEditableToolbar no longer supports middle-mouse-button drag.Peter Anthony Harvey2006-01-171-254/+124
* Added stock_bookmark as one of our stock icons.Peter Anthony Harvey2006-01-172-0/+2
* Do not try to store a string parameter if it is null (avoids segfault).Peter Anthony Harvey2006-01-171-0/+2
* Add a method to EphyAdblock interface, ephy_adblock_manager_edit_rule, soJean-François Rameau2006-01-162-0/+20
* 2006-01-13 Christian Persch <chpe@cvs.gnome.org>Christian Persch2006-01-132-2/+0
* Removed unused struct.Peter Anthony Harvey2006-01-101-6/+0
* Fix compiler warnings.Christian Persch2006-01-042-0/+3
* R data/art/epiphany-close-tab.png:Christian Persch2006-01-042-4/+0
* Don't include generated files in the tarball. Bug #319440.Christian Persch2006-01-032-4/+7
* R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: AChristian Persch2006-01-034-497/+4
* Put a marker in the environment to detect when we launch ourself as aChristian Persch2005-12-311-30/+40
* Add some code so ad blocking should be more easy. Based on the fact thatJean-François Rameau2005-12-203-0/+141
* Use a gtk stock cursor (GDK_HAND2) instead of already removed image. FixesClaudio Saavedra2005-12-171-5/+1
* Fix quote characterChristian Persch2005-12-121-2/+2
* Fix quote characterChristian Persch2005-12-121-2/+2
* Fix typoChristian Persch2005-12-121-1/+1
* Updated comment to refer to the schema autogeneration tool.Christian Persch2005-12-061-2/+2
* Add a method to generate collation keys for domain names.Christian Persch2005-11-292-0/+51
* === Release 1.9.2 ===Release192Christian Persch2005-11-131-29/+30
* lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.cCrispin Flowerday2005-11-112-2/+2
* Don't translate param spec strings.Christian Persch2005-11-083-18/+21
* More static strings.Christian Persch2005-11-083-6/+6
* Mark strings in param specs as static.Christian Persch2005-11-0811-22/+22
* String cleanup.Christian Persch2005-11-041-4/+5
* R data/art/hand-open.png:Christian Persch2005-11-031-6/+5
* Simplify the drag icon code.Christian Persch2005-11-031-109/+21
* Show drag icon with page title + URL when dragging from the drag handle.Christian Persch2005-11-031-0/+238
* Return early when the action doesn't exist; don't crash. Patch by PeterChristian Persch2005-11-021-1/+4
* Use GINT_TO_POINTER/GPOINTER_TO_INT when stuffing ints into pointers, andChristian Persch2005-11-021-7/+9
* More curly quotes.Christian Persch2005-11-011-2/+2
* Constification.Christian Persch2005-11-011-2/+2
* Store the redirect and toplevel attributes when adding pages to theChristian Persch2005-10-311-0/+1
* R lib/ephy-glade.c: R lib/ephy-glade.h:Christian Persch2005-10-314-205/+13
* Don't use BIND_LAZY when enabling debugging. That way we can find missingChristian Persch2005-10-311-6/+11
* Use G_MODULE_BIND_LAZY when dlopening modules.Emmanuele Bassi2005-10-312-4/+6
* Set the action's accel group. Fixes bug #319536.Christian Persch2005-10-301-1/+7
* Add ephy_file_get_downloads_dir() to get the actual downloads directory,Christian Persch2005-10-303-1/+44
* Use G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL when opening the extensionChristian Persch2005-10-291-1/+2
* Skip spinner update when we're not loaded. Should fix bug #320079.Christian Persch2005-10-291-7/+11
* Expose the extension description keyfile directly to the loaders.Christian Persch2005-10-215-20/+28
* Minor code cleanup.Christian Persch2005-10-201-6/+10
* Remove fullscreen and leave-fullscreen stock icons; they're available inChristian Persch2005-10-202-4/+0
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-176-1110/+1255
* Exten the EphyLinkAction to attach a mouse-release-event handler whichPhilip Langdale2005-10-171-1/+1
* Fix constness and don't strdup when returning early.Christian Persch2005-10-112-3/+3
* Bring back ephy_string_shorten.Christian Persch2005-10-102-3/+55
* Search the needle in the haystack, not the other way 'round.Christian Persch2005-10-101-1/+1
* Fix logging.Christian Persch2005-10-101-1/+1
* Fix logging.Christian Persch2005-10-101-1/+1
* Fix profiling in builddir != srcdir builds.Christian Persch2005-10-091-33/+49
* Ensure the images are loaded before starting to spin. Should fix crashesChristian Persch2005-10-091-7/+16
* Add style properties for 'secure-[bg|fg]-color', and apply them when theChristian Persch2005-10-072-0/+106
* Use "position" property notification instead of size-allocate to monitorChristian Persch2005-10-031-5/+5
* Remove unused code.Christian Persch2005-10-021-1/+3
* Don't include config.h here.Christian Persch2005-10-024-58/+362
* Don't spin unmapped spinners. Slightly decrease the frequency. Might helpChristian Persch2005-10-021-4/+45
* Reset the IM context before activating the entry.Christian Persch2005-10-012-5/+10
* If the library path isn't absolute, look in the main extension dir, andCrispin Flowerday2005-09-252-1/+26
* Support "Library" argument.Christian Persch2005-09-241-1/+7
* Fix compile warnings.Christian Persch2005-09-221-2/+1
* New function to check the filename/directory for writability, derived fromChristian Persch2005-09-222-36/+5
* Only include execinfo.h if it exists.Christian Persch2005-08-301-0/+2
* Check for execinfo.h. Fixes bug #314776.Christian Persch2005-08-301-0/+4
* Version 1.9.Christian Persch2005-08-294-35/+9
* Add an "add-page" signal to the EphyHistory object that can be used toCrispin Flowerday2005-08-281-0/+1
* Change a g_return_if_fail into a regular return.Christian Persch2005-08-211-1/+1
* Remove "-s" argument which hasn't been supported for ages.Christian Persch2005-08-162-9/+130
* More gcc4 fixes.Christian Persch2005-08-131-1/+1
* Add switch to disable focus fix, and to disable PSM. Error out if PSMChristian Persch2005-08-082-0/+10
* No need to add focus_width to borders anymore. Now we get the same heightChristian Persch2005-08-031-6/+0
* Use the entry's style's [xy]thickness, not our own. Fixes rendering withChristian Persch2005-08-031-25/+33
* A lib/widgets/testiconentry.c: A lib/widgets/ephy-icon-entry.c: AChristian Persch2005-08-035-92/+524
* Fix location entry favicon updating.Christian Persch2005-08-011-1/+3
* Allow set-but-empty EPHY_DEBUG_BREAK variable.Christian Persch2005-07-311-1/+1
* ALlow EPHY_DEBUG_BREAK even in non-debug builds.Christian Persch2005-07-301-17/+33
* Unify bookmarks/smart bookmarks address resolution, and add a signal toChristian Persch2005-07-271-0/+1
* Fix ESC behaviour to always stop, and to reset the location entry whenChristian Persch2005-07-262-44/+155
* Don't crash in case the desktop file is not found.Christian Persch2005-07-251-0/+1
* Remove stray g_print.Christian Persch2005-07-171-2/+0
* Check all selected nodes if they allow dragging.Christian Persch2005-07-121-1/+39
* Implement a way to disallow dragging from resp. dropping on certain nodes.Christian Persch2005-07-114-13/+51
* Uppercase letters shouldn't breaks history autocompletion. Fix BugJean-François Rameau2005-07-101-2/+2
* Don't leak windows.Christian Persch2005-07-081-1/+2
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-046-47/+49
* Common helper function to unref a GObject from idle.Christian Persch2005-06-113-0/+72
* Fix compilation with DBUS 0.3x. Patch by Raphaël Slinckx, fixes bugChristian Persch2005-06-061-10/+6
* Update from libegg.Christian Persch2005-06-051-16/+30
* Don't open search toolbar on / or ' over formfields:Christian Persch2005-06-031-0/+1
* Fix more signed/unsigned problems with gcc 4.0. Patch by MartinChristian Persch2005-06-023-29/+32
* Add scroll event listener, and change zoom on scroll+wheel events.Christian Persch2005-05-312-6/+7
* Add warnings: - when downloading to not writable directory, - whenJean-François Rameau2005-05-291-8/+64
* Check for new DBUS API.Christian Persch2005-05-281-0/+18
* A src/languages.h:Christian Persch2005-05-021-4/+35
* A src/languages.h:Christian Persch2005-05-022-2/+2
* Try to fix crash in toolbar editor with X composite extension. Should fixChristian Persch2005-04-261-1/+1
* More constification.Christian Persch2005-04-196-20/+16
* Iso-codes is now mandatory.Christian Persch2005-04-191-6/+0
* A src/ephy-action-helper.c: A src/ephy-action-helper.h: AChristian Persch2005-04-191-0/+2
* Restore original URL when pressing ESC. Fixes bug #171179.Christian Persch2005-04-112-0/+34
* Remove unused function ephy_node_db_get_by_name(), and clean up a bit.Christian Persch2005-04-102-110/+62
* Implement a more flexible approach at saving a EphyNodeDb, by allowing toChristian Persch2005-04-083-13/+9
* Emit signal when encountering alternate links. Fixes bug #171657.Christian Persch2005-04-081-0/+1
* Remove custom search, and use gtktreeview typeaheadfind. Fixes bugChristian Persch2005-03-143-76/+12
* Use libstartup-notification, not gnome-desktop to launch apps. Fixes bugChristian Persch2005-03-101-31/+332
* Version 1.7.0.Christian Persch2005-03-081-1/+1
* Fix compress_tilde to only look at the prefix, and not substitute in theChristian Persch2005-02-281-37/+9
* Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfsChristian Persch2005-02-274-8/+230
* Unset size request if the fixed toolbar is present. That way we don'tChristian Persch2005-02-231-0/+3
* Unparent the fixed toolbar before destroying the dock.Christian Persch2005-02-231-0/+5
* Emit a signal in EphySidebar::AddSearchEngine.Christian Persch2005-02-151-0/+1
* Keep a ref on the tray icon. Should fix bug #166143.Christian Persch2005-02-141-0/+3
* Don't set the lock icon as drag source. Actually emit the lock-clickedChristian Persch2005-02-062-14/+31
* We don't want Epiphany to exit when DBUS restarts.Jean-François Rameau2005-02-041-1/+3
* Define variants with startup ID.Christian Persch2005-02-022-0/+17
* Set "Clear" context menu entry insensitive in lockdown mode. Fixes bugChristian Persch2005-02-021-0/+3
* Some sparse fixes.Christian Persch2005-01-311-5/+5
* Move new-window signal to the embed single, and new window creation fromChristian Persch2005-01-302-1/+2
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-2912-38/+50
* Add proper _NETSCAPE_URL drag support, supplying the URL as well as theJorn Baayen2005-01-224-65/+97
* Use new leave-fullscreen icon from g-i-t. Fixes bug #164676.Christian Persch2005-01-202-1/+3
* Show profile name for mozilla bookmarks, so we can distinguish betweenChristian Persch2005-01-201-15/+18
* More translator comments.Christian Persch2005-01-191-0/+34
* Add ephy-node.h enums to ephy-lib-type-builtins.[ch].Christian Persch2005-01-191-0/+1
* Fix mem leak. Fixes bug #164302.Christian Persch2005-01-191-0/+2
* Remove useless ephy_node_get_property_time method.Jean-François rameau2005-01-171-3/+0
* Remove stamp files also on make clean.Christian Persch2005-01-172-2/+2
* Add boxed type for EphyNode.Christian Persch2005-01-162-2/+18
* Don't use <tt> in the strings. Fixes bug #163378.Christian Persch2005-01-161-6/+6
* Don't focus the combo on click.Christian Persch2005-01-151-0/+1
* Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types.Jorn Baayen2005-01-142-5/+5
* 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-142-12/+149
* Install ephy-*-type-builtins.h.Christian Persch2005-01-141-0/+1
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-135-53/+45
* Add "check-content" signal.Christian Persch2005-01-121-0/+1
* Fix [DIST]CLEANFILES so that make distcheck passes.Christian Persch2005-01-122-3/+3
* A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h:Christian Persch2005-01-101-0/+1
* Rename toolbar model flags to be more in line with GtkToolbarStyle.Christian Persch2005-01-103-20/+16
* A lib/ephy-dbus.c: A lib/ephy-dbus.h:Christian Persch2005-01-104-0/+496
* Shut upChristian Persch2005-01-092-0/+2
* More stamp magic.Christian Persch2005-01-092-10/+26
* Make all structs prefixed by _.Christian Persch2005-01-0920-34/+36
* Unify the location and favicon actions.Christian Persch2005-01-085-29/+154
* Shut upChristian Persch2005-01-082-0/+2
* Avoid unnecessary rebuilts of the generated enum .h files by using stampChristian Persch2005-01-072-11/+33
* Make sure our flags/enum types are registered.Christian Persch2005-01-072-12/+8
* Remove duplicate defineChristian Persch2005-01-071-2/+0
* Add dummy functions to call some get_types funcs, otherwise they don't getChristian Persch2005-01-072-0/+13
* More auto-generated types.Christian Persch2005-01-073-29/+45
* Simplfiy the rule a bit.Christian Persch2005-01-071-2/+2
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-073-28/+40
* Use ngettext to get the Open in New Tab[s]/Window[s] label.Christian Persch2005-01-052-20/+0
* Add type for flags.Christian Persch2005-01-042-4/+30
* Prefix class structs with '_' so that the python code generator finds it.Crispin Flowerday2005-01-042-6/+6
* Add type for flags.Christian Persch2005-01-042-0/+27
* Another enum type.Christian Persch2005-01-041-1/+0
* Add types for some enums and flags.Christian Persch2005-01-041-0/+1
* Move mime permission checks to ephy-file-helpers.Christian Persch2005-01-012-0/+108
* Add context to ambiguous strings. Fixes bug #113932.Christian Persch2004-12-261-17/+17
* Remove tons of unused marshals.Christian Persch2004-12-251-6/+1
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-242-3/+4
* EphyEmbedChrome is flags, not enum.Christian Persch2004-12-241-1/+1
* A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): AChristian Persch2004-12-234-0/+89
* Forgot to commit thisChristian Persch2004-12-211-0/+3
* Fix a mem leak, and update copyright notice.Christian Persch2004-12-202-21/+3
* Remove inline help. Fixes bug #137603.Christian Persch2004-12-201-17/+0
* Fix my nameChristian Persch2004-12-191-1/+1
* Remove stray g_printChristian Persch2004-12-192-2/+2
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-193-3/+30
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-191-0/+1
* Implement context menu on tray icon, as per HIG. Fixes bug #152903.Christian Persch2004-12-174-38/+80
* Small improvement.Christian Persch2004-12-161-2/+1
* Move Clear after Select All.Christian Persch2004-12-161-11/+20
* Add "Clear" to entry context menu. Fixes bug #118395.Christian Persch2004-12-161-0/+48
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-145-75/+1
* Make distcheck fix.Christian Persch2004-12-142-40/+0
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-015-66/+56
* Version 1.5.2.Christian Persch2004-11-291-4/+0
* Build auto-generated files in builddir, not in srcdir.Christian Persch2004-11-262-12/+7
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-11-261-0/+1
* Check for iso-codes package.Christian Persch2004-11-252-0/+211
* Better positioning for the context menu popup in a treeview. Patch byChristian Persch2004-11-101-6/+7
* Fix signed/unsigned int confusion exposed by empty accept-lang list.Christian Persch2004-11-101-4/+4
* Sanitise the embed popup position. Fixes bug #157162.Christian Persch2004-11-082-4/+14
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-081-3/+8
* Show language code in the string in languages editor. Fixes bug #115355.Christian Persch2004-11-072-2/+146
* Make tooltips on the zoom control also work on Ctrl-F1.Christian Persch2004-11-071-13/+44
* Updated glib dependency.Christian Persch2004-11-042-5/+6
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-0330-60/+0
* Fix zoom control so that it shows tooltips again. Fixes bug #155826.Christian Persch2004-11-021-7/+15
* Don't deactivate the toolbar when another item in the same toolbar gainsChristian Persch2004-11-011-35/+1
* Fix a nasty bug when removing signal handlers during a node signalChristian Persch2004-11-011-19/+91
* Removing debug spewChristian Persch2004-11-011-1/+0
* Fix restoring window size on crash recovery by moving the setting of theChristian Persch2004-10-311-3/+3
* Check for nsIDOMNSEvent::GetIsTrusted.Christian Persch2004-10-311-0/+1
* Move idle unreffing to extensions manager. Makes sure that extensions areChristian Persch2004-10-301-14/+1
* Print dialogue isn't an EphyEmbedDialog anymore, remove theChristian Persch2004-10-281-2/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-285-25/+7
* Remove unused signal from EphyNodeView struct.Christian Persch2004-10-271-1/+0
* Avoid strdups in entry completion func. Patch by Peter Harvey.Christian Persch2004-10-271-19/+18
* Use new gtk+ HIG message dialogue API. Fixes bug #130232.Christian Persch2004-10-271-35/+20
* Use gtk_icon_size_lookup_for_settings() here.Christian Persch2004-10-251-4/+6
* Add EPHY_NODE_CHANGED signal. Patch by Peter Harvey.Christian Persch2004-10-252-0/+47
* Chain up to parent's dispose handler.Christian Persch2004-10-241-0/+2
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-2418-67/+69
* Use gtk_selection_data_get_uris().Christian Persch2004-10-231-1/+1
* Remove ephy_string_parse_uri_list, and use new glib functionChristian Persch2004-10-233-58/+4
* Add varargs version of ephy_dialog_get_control to get more than oneChristian Persch2004-10-222-0/+29
* Better fix, taken from bug #135861.Christian Persch2004-10-221-22/+1
* Activate with double-click, as per HIG. Fixes bug #152899.Christian Persch2004-10-221-1/+3
* Fix EphyNode callback data destruction. Patch by Peter Harvey, fixes bugChristian Persch2004-10-171-46/+35
* R lib/ephy-module-loader.c: R lib/ephy-module-loader.h: AChristian Persch2004-10-179-255/+709
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-111-7/+1
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-083-3/+7
* R lib/egg/eggdropdowntoolbutton.c: R lib/egg/eggdropdowntoolbutton.h:Christian Persch2004-10-053-486/+0
* Set window icon.Christian Persch2004-10-051-1/+4
* Set ephy icon as window icon.Christian Persch2004-10-051-0/+2
* Recognise "Desktop" special downloads directory. Fixes bug #152926.Christian Persch2004-10-022-7/+20
* Remove "abort", since you can have the same with --g-fatal-warnings.Christian Persch2004-09-281-4/+0
* Don't reference private objects from public headers. Fixes bug #153766.Christian Persch2004-09-281-8/+6
* Don't reference private objects from public headers. Fixes bug #153766.Christian Persch2004-09-281-4/+3
* Remove the hack, and just use the libc function for it. Thanks to CrispinChristian Persch2004-09-271-13/+10
* Improved debugging support. Fixes bug #153805.Christian Persch2004-09-271-2/+56
* Make ephy-state.h public.Christian Persch2004-09-271-2/+2
* Fix compiler warnings.Christian Persch2004-09-271-0/+3
* Install egg-toolbars-model.hMarco Pesenti Gritti2004-09-261-6/+9
* Initialise position passed to gtk_editable_insert_text().Christian Persch2004-09-231-1/+1
* Add api to show a context menu. Useful to make distinction between key andMarco Pesenti Gritti2004-09-152-0/+28
* Better positioning of context menus for treeviews. Fix #152431Marco Pesenti Gritti2004-09-152-7/+62
* Load/unload extensions based on GConf keyAdam Hooper2004-09-142-11/+11
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-1317-5242/+507
* Sync.Christian Persch2004-08-241-5/+8
* Just use the popup_menu signal. Fixes bug #150830.Christian Persch2004-08-231-18/+3
* Fix a warning when moving tabs between windows; see bug #150822.Christian Persch2004-08-231-1/+4
* Change guint to correct enum type.Christian Persch2004-08-182-3/+3
* Remove unused variables.Christian Persch2004-08-111-4/+0
* Fix object property naming leftover from EggMenuMerge days, to UI manager.Christian Persch2004-08-104-55/+53
* 2004-08-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-08-101-7/+2
* Fix compilation with gcc 2.95.Christian Persch2004-08-091-4/+2
* Note original cvs versionsChristian Persch2004-08-092-0/+4
* Include config.h upfront.Christian Persch2004-08-091-4/+4
* Only use this for gtk < 2.5.1, and just add a few #defines otherwise.Christian Persch2004-08-092-1/+23
* R lib/widgets/ephy-ellipsizing-label.c: RChristian Persch2004-08-086-856/+3623
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-063-55/+56
* Small code style cleanups.Christian Persch2004-07-312-56/+62
* Free node data and destroy nodes on finalize.Christian Persch2004-07-311-10/+21
* Fix a call to egg_toolbars_model_set_flags().Christian Persch2004-07-301-2/+3
* Switch parameter order for egg_toolbars_model_set_flags().Christian Persch2004-07-262-4/+4