aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-location-action.c
Commit message (Expand)AuthorAgeFilesLines
* Rename EphyLocationAction -> EphyLocationControllerCosimo Cecchi2012-01-201-914/+0
* location-action: don't make this a GtkAction anymoreCosimo Cecchi2012-01-201-164/+156
* entry: make EphyLocationEntry a GtkEntryCosimo Cecchi2012-01-201-37/+17
* ephy-location-action: reorder includesXan Lopez2011-12-231-5/+4
* Stop propagating the "secure" boolean to the location actionXan Lopez2011-05-221-21/+0
* ephy-location-entry: do not use a yellow background for secure sitesXan Lopez2011-05-221-15/+0
* Adapt to GtkNotebook signal signature changesDiego Escalante Urrelo2010-07-151-1/+1
* ephy-location-action: don't request EXTRA_COLDiego Escalante Urrelo2010-05-291-2/+0
* Remove legacy ALLOW_FIXUP flagsDiego Escalante Urrelo2010-02-151-2/+2
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-2/+2
* Remove redundant parameters in location-set APIDiego Escalante Urrelo2009-12-051-14/+6
* docs: missing parameters in signalsDiego Escalante Urrelo2009-12-031-0/+1
* docs: ephy-location-actionDiego Escalante Urrelo2009-12-031-8/+79
* ephy-location-action.c: also disconnect the notebook signal on disconnect_proxyXan Lopez2009-09-101-1/+4
* ephy-location-action.c: unblock address sync on switch-page tooXan Lopez2009-09-101-6/+46
* ephy-location-action: g_strdup is NULL safeXan Lopez2009-09-071-1/+1
* Make the location action responsible of the modelXan Lopez2009-08-151-0/+1
* ephy-location-action.c: whitespace changesXan Lopez2009-08-151-32/+32
* remove unused references to historyBenjamin Otte2009-07-061-5/+0
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-2/+3
* ephy-location-action.c: strip whitespace from URLs before loading.Holger Hans Peter Freyther2009-06-031-1/+1
* Use gtk_activatable_get_related_action instead of the deprecated gtk_widget_g...Xan Lopez2009-02-081-3/+3
* Implement multiple keyword-based AND-search for the location barGustavo Noronha Silva2009-01-201-7/+21
* Remove useless LocationEntryAction structDiego Escalante Urrelo2009-01-191-23/+3
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Include a bookmark indication in the woohoo barDiego Escalante Urrelo2009-01-161-2/+0
* Port the location bar to use GRegex.Diego Escalante Urrelo2008-08-151-94/+41
* Make the order in which we name the cols consistent.Diego Escalante Urrelo2008-08-141-2/+2
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-7/+1
* Block updates of the location entry while it is keyboard-focused.Cosimo Cecchi2008-05-201-2/+51
* Revert the history/bookmark no-dup patch. It was slowing ephy.Diego Escalante Urrelo2008-03-171-12/+0
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-111-35/+5
* Catch bookmarks and history in EphyLocationActionPrivate, it's smarter.Diego Escalante Urrelo2007-12-271-9/+10
* Have the completion func also check the bookmark URLs for matches as it doesDiego Escalante Urrelo2007-12-271-3/+14
* Avoid duplicated history and bookmark entries for the same url in the Diego Escalante Urrelo2007-12-271-0/+24
* Moves the completion_func from lib/widgets/ephy-location-entry.c toDiego Escalante Urrelo2007-12-261-0/+105
* And port all the callers in src/Xan Lopez2007-11-161-2/+6
* Remove EphyTab.Christian Persch2007-10-281-7/+6
* Port src/ to the new properties in EphyEmbed.Xan Lopez2007-10-261-1/+1
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-1/+1
* Copy the items on the completion list as the user moves through them. TheXan Lopez2007-05-021-1/+2
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Show favicons in location entry drop-down. Bug #112748, patch by DiegoChristian Persch2006-12-181-1/+2
* List title and URL in location entry drop-down. Bug #169550, patch byChristian Persch2006-12-181-1/+2
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-231-2/+2
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Fix middle-click and ctrl-enter in the location entry autocompletionChristian Persch2006-07-111-4/+5
* Add a convenience function to get current event data.Christian Persch2006-01-301-16/+1
* More static strings.Christian Persch2005-11-081-1/+1
* Mark strings in param specs as static.Christian Persch2005-11-081-7/+7
* Add style properties for 'secure-[bg|fg]-color', and apply them when theChristian Persch2005-10-071-0/+31
* Now that the tab's address is always correct (isn't the typed addressChristian Persch2005-08-021-4/+6
* Add a ::icon property to EphyTab, and use that everywhere instead ofChristian Persch2005-08-011-45/+41
* Unify bookmarks/smart bookmarks address resolution, and add a signal toChristian Persch2005-07-271-4/+13
* Fix ESC behaviour to always stop, and to reset the location entry whenChristian Persch2005-07-261-14/+44
* Don't set the lock icon as drag source. Actually emit the lock-clickedChristian Persch2005-02-061-0/+26
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-3/+3
* Add favicon and lock icon to the entry. Fixes bug #116482 and bug #149506.Christian Persch2005-01-141-10/+100
* Unify the location and favicon actions.Christian Persch2005-01-081-39/+142
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-241-28/+10
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Don't deactivate the toolbar when another item in the same toolbar gainsChristian Persch2004-11-011-15/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-1/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+2
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-21/+0
* Adjust comment for fixed bugChristian Persch2004-08-041-2/+4
* Sort the actions in the location entry autocompletion dropdown. Fixes bugChristian Persch2004-04-101-1/+38
* Correctly disconnect the handler not from the proxy but from the entryChristian Persch2004-03-271-6/+9
* *** empty log message ***Marco Pesenti Gritti2004-03-171-2/+5
* Check if the dragged item is a separator. Fixes crash when it _is_ aChristian Persch2004-03-091-1/+20
* *** empty log message ***Marco Pesenti Gritti2004-02-111-0/+1
* *** empty log message ***Marco Pesenti Gritti2003-12-171-1/+0
* Readd gtk deprecates (only in maintainer mode).Marco Pesenti Gritti2003-11-301-1/+1
* Implement arbitrary url lockdown prefMarco Pesenti Gritti2003-11-221-2/+32
* Chain up to parent's finalize method.Christian Persch2003-11-081-0/+2
* Index are not identifiersMarco Pesenti Gritti2003-10-191-4/+1
* Thaw smartbookmarks node after use.Christian Persch2003-10-191-0/+1
* Make location a normal entry.Marco Pesenti Gritti2003-10-141-22/+3
* Merge completion branchMarco Pesenti Gritti2003-10-121-21/+190
* Remember the address in the location action, so we can restore it when weChristian Persch2003-09-201-29/+195
* Complete gtk 2.3 port. It doesnt run here but it could be my env.Marco Pesenti Gritti2003-08-301-1/+1
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-6/+6
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-1/+3
* Make the location entry an EggToolItem, and provide a custom tooptipChristian Persch2003-07-021-24/+4
* Use insert_text delete_text to show/hide the autocompletion window.Marco Pesenti Gritti2003-06-191-2/+4
* Update from eggMarco Pesenti Gritti2003-04-251-1/+1
* Changed GtkType to GType.Christian Meyer2003-02-091-1/+1
* Implement dragging from the editor. It's stilly buggy but I didnt expectMarco Pesenti Gritti2003-01-281-3/+2
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-211-0/+181