aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Convert EphyNode to use GSlice.Christian Persch2007-01-291-16/+22
* Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to XML.Christian Persch2007-01-291-1/+33
* configure.acLuca Ferretti2007-01-182-2/+2
* Opens images in a new browser window if EOG is not found. Bug #167595.Diego Escalante Urrelo2007-01-091-4/+2
* Workaround/semi-fix for bug #351814. The real cause of the problem is theDiego Escalante Urrelo2007-01-091-6/+11
* Sorry, forgot to svn add this file from the previous commit. :(.Diego Escalante Urrelo2007-01-031-0/+34
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-031-0/+1
* Remove x bit from source filesChristian Persch2006-12-317-0/+0
* .cvsignore files are obsoleteChristian Persch2006-12-303-28/+0
* Invert MoveToolItem and RemoveToolItem order, matchingh same feature forLuca Ferretti2006-12-203-6/+1
* Show favicons in location entry drop-down. Bug #112748, patch by DiegoChristian Persch2006-12-182-3/+15
* List title and URL in location entry drop-down. Bug #169550, patch byChristian Persch2006-12-182-3/+25
* Fix secure location bar colouring with dark themes. Bug #347343, patch byChristian Persch2006-12-181-2/+2
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-172-123/+70
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-159-8/+21
* Remove the proxy icon from View->Page Source menu entry.Luca Ferretti2006-12-141-1/+1
* Add new "bookmark-view" icon from Andreas Nilsson, replacingLuca Ferretti2006-12-141-1/+1
* Updated icon for history from Andreas Nilsson.Luca Ferretti2006-12-131-1/+1
* Move code around.Christian Persch2006-12-091-0/+7
* Remove old stock iconsLuca Ferretti2006-12-092-11/+5
* Fix typoChristian Persch2006-12-051-2/+2
* Version 2.17.3.Christian Persch2006-12-053-61/+30
* Lower the priority of the spinner animation so that the animation does notBenjamin Berg2006-11-181-3/+5
* This is entirely my code, not marco'sChristian Persch2006-11-051-1/+1
* Remove debug spew.Christian Persch2006-11-041-2/+0
* A lib/widgets/ephy-spinner-tool-item.c: AChristian Persch2006-10-181-0/+2
* A lib/widgets/ephy-spinner-tool-item.c: AChristian Persch2006-10-183-4/+282
* Fix a crash after failing to get the spinner animation or rest icons.Christian Persch2006-10-182-18/+14
* Automatically open a Nautilus window after downloading has finished. FixesWouter Bolsterlee2006-10-152-0/+24
* 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
* Fix compile warnings.Christian Persch2006-10-012-5/+4
* Fix compile warnings.Christian Persch2006-10-011-6/+1
* Simplify code and save some memory.Christian Persch2006-09-301-104/+111
* Fix spinner with new g-i-t. Fixes bug #330415. Fix a crash when failing toChristian Persch2006-09-302-164/+172
* Clicking favicon in the location bar selects URL. Fix bug #349557.Jean-François Rameau2006-09-141-0/+29
* Use UTF-8 copyright symbolChristian Persch2006-09-1378-123/+123
* Remove some unnecessary static data.Christian Persch2006-09-0724-28/+28
* Remove debug printfChristian Persch2006-08-181-2/+0
* Fix crash when reading the options file. Bug #351788. Actually return theChristian Persch2006-08-181-32/+36
* Don't crash on error. Bug #351187.Christian Persch2006-08-141-2/+2
* ephy_file_launch_desktop_file accepts now a parameter. Fix #343321.Jean-François Rameau2006-08-102-1/+3
* Improve the a11y theme check.Christian Persch2006-08-081-2/+2
* Use variables here, not configure substitutions.Christian Persch2006-08-081-1/+1
* Fix the build.Christian Persch2006-08-061-0/+2
* A lib/ephy-print-utils.c: A lib/ephy-print-utils.h:Christian Persch2006-08-054-0/+618
* Define STOCK_NEW_WINDOW with named icon "window-new" and use it in File ->Luca Ferretti2006-07-262-7/+9
* Set default dictionary based on applicable locale names.Jean-François Rameau2006-07-251-5/+13
* Fix default activation.Christian Persch2006-07-251-0/+21
* Reset IM context before activation. Bug #348478, patch by Nguyễn TháiChristian Persch2006-07-251-0/+1
* Add a way to turn off password remembering. Bug #332374.Christian Persch2006-07-221-0/+3
* Add our options in a custom tab in the print dialogue.Christian Persch2006-07-222-3/+53
* When resetting the entry also emit user-changed, to restore the originalChristian Persch2006-07-201-5/+18
* Work around bug #346662 by not changing selection while removing theChristian Persch2006-07-111-0/+15
* Fix middle-click and ctrl-enter in the location entry autocompletionChristian Persch2006-07-111-5/+61
* A lib/ephy-password-dialog.c: A lib/ephy-password-dialog.h:Christian Persch2006-06-223-0/+812
* Check for enchant, and output an overview of the configured options onChristian Persch2006-06-093-0/+363
* Improve next-token logic for bookmark completion. Fixes #339167 (hopefullyWouter Bolsterlee2006-06-051-2/+2
* Make bookmark search ignore special characters (bug 339167)Frederic Peters2006-05-301-1/+1
* Fix crash when moving zoom widget on toolbar (#338682)Frederic Peters2006-05-301-0/+3
* Fix launching of desktop files.Christian Persch2006-05-301-1/+8
* Add methods to EphyNode to set typed properties. This change improves theJean-François Rameau2006-05-232-18/+146
* Shut upChristian Persch2006-05-121-0/+4
* Drop support for gecko 1.7.Christian Persch2006-05-113-45/+0
* #337140: Replace fallback favicon with more semantically correct 'text-html'Tommi Komulainen2006-04-151-3/+7
* A data/epiphany-pango.schemas:Christian Persch2006-04-101-0/+3
* Add ephy_guid_help_with_doc_id for use by e-e.Christian Persch2006-04-032-12/+27
* Use g_object_ref_sink().Christian Persch2006-03-293-6/+3
* Fix print format/arg mismatch.Christian Persch2006-03-241-2/+2
* Use GtkStatusIcon.Christian Persch2006-03-207-2286/+2
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-241-4/+15
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-241-0/+7
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-241-0/+7
* data/ui/epiphany-fs-toolbar.xml lib/egg/egg-toolbars-model.cPeter Harvey2006-02-216-92/+170
* src/bookmarks/ephy-bookmarks-editor.cPeter Harvey2006-02-141-0/+2
* Remove ephy_gui_window_present.Christian Persch2006-02-142-32/+0
* Move --private-instance out of debug #ifdef.Christian Persch2006-02-142-10/+26
* Save tons of g_type_from_name calls.Christian Persch2006-02-071-30/+38
* lib/ephy-state.h lib/ephy-state.c src/epiphany.defsPeter Harvey2006-02-042-52/+16
* lib/ephy-state.h lib/ephy-state.c src/ephy-shell.cPeter Harvey2006-02-041-0/+4
* lib/ephy-state.h lib/ephy-state.c src/ephy-shell.cPeter Harvey2006-02-041-4/+58
* lib/egg/egg-editable-toolbar.c lib/egg/egg-toolbar-editor.cPeter Harvey2006-02-044-41/+186
* On session logout, check if there are downloads pending (since they're notChristian Persch2006-02-032-0/+26
* Fix some memory leaks.Jean-François Rameau2006-02-031-3/+11
* Queue commands received from the main and remote instances, and processChristian Persch2006-02-022-3/+13
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-021-3/+19
* lib/egg/egg-toolbars-model.c lib/egg/egg-toolbars-model.hPeter Harvey2006-01-312-0/+65
* Don't double-ref the UI manager. Don't try to set a cursor on windowlessChristian Persch2006-01-311-18/+21
* Fix the build with -Werror.Christian Persch2006-01-311-11/+14
* data/ui/epiphany-ui.xml src/ephy-lockdown.c src/ephy-toolbar.cPeter Harvey2006-01-312-170/+330
* Add a convenience function to get current event data.Christian Persch2006-01-303-2/+44
* Fix strings again. Bug #328747.Christian Persch2006-01-291-77/+77
* Jan 29 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-291-77/+77
* libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing theChristian Persch2006-01-261-0/+1
* Run the main loop until the reply is received when activating a runningChristian Persch2006-01-252-17/+39
* Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so weChristian Persch2006-01-242-16/+34
* When updating the address bar, always update the address state, sometimesCrispin Flowerday2006-01-231-0/+3
* When adding a column that can be sorted on, re-create the sort model, soCrispin Flowerday2006-01-181-0/+8
* Add event type to the callback.Christian Persch2006-01-172-4/+19
* 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