summaryrefslogtreecommitdiff
path: root/lib/widgets/ephy-location-entry.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-location-entry: disable favicons in entry for releaseXan Lopez2010-01-251-0/+5
* Show again favicon column in URL completion dropdownXan Lopez2010-01-151-2/+0
* Make EphyLocationEntry store a copy of the lock-stock-idXan Lopez2010-01-141-1/+2
* Remove redundant parameters in location-set APIDiego Escalante Urrelo2009-12-041-15/+7
* docs: ephy-location-actionDiego Escalante Urrelo2009-12-021-6/+3
* docs: ephy-location-entryDiego Escalante Urrelo2009-12-021-0/+43
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-10/+12
* Make the location action responsible of the modelXan Lopez2009-08-151-1/+0
* Performance: Set a fixed width on autosized cell rendererBenjamin Otte2009-07-121-0/+10
* don't free title string twiceBenjamin Otte2009-07-081-1/+1
* ephy-location-entry: remove useless definesDiego Escalante Urrelo2009-03-271-4/+0
* ephy-location-entry: #if 0 the favicon column in completion.Xan Lopez2009-03-091-10/+10
* ephy-location-entry: use g_object_connect for mass signal connection.Xan Lopez2009-03-091-17/+12
* ephy-location-entry: fix security icon visibility.Xan Lopez2009-02-221-3/+8
* Avoid adding problematic search terms with spacesGustavo Noronha Silva2009-01-201-4/+9
* Handle end of line correctly on location bar searchGustavo Noronha Silva2009-01-201-2/+12
* Implement multiple keyword-based AND-search for the location barGustavo Noronha Silva2009-01-191-31/+120
* Fix indentation of previous commits.Xan Lopez2009-01-161-20/+20
* Include a bookmark indication in the woohoo barDiego Escalante Urrelo2009-01-151-1/+41
* Turn the location bar into the woohoo barDiego Escalante Urrelo2009-01-151-34/+75
* Adapt to the modified GTK+ API.Cosimo Cecchi2009-01-021-1/+1
* Use connect_after when connecting to drag-begin so we can override theXan Lopez2008-12-311-2/+2
* ephy-location-entry: port to use GtkEntry instead of EphyIconEntry.Xan Lopez2008-12-301-151/+153
* ephy-location-entry: remove $Id$ marker.Xan Lopez2008-12-301-1/+0
* ephy-location-entry: use G_DEFINE_TYPEXan Lopez2008-12-301-34/+4
* Sync argument names in ephy-location-entry and update docsDiego Escalante Urrelo2008-09-291-21/+50
* Document lib/widgets/ephy-location-entry.cDiego Escalante Urrelo2008-09-291-0/+133
* Revert special handling of double click in the LocationEntry; bug #426349.Loic Minier2008-09-021-14/+0
* Port the location bar to use GRegex.Diego Escalante Urrelo2008-08-141-7/+45
* Remove the sort_func for the location entry.Diego Escalante Urrelo2008-08-141-20/+5
* Make the order in which we name the cols consistent.Diego Escalante Urrelo2008-08-141-4/+4
* Remove an unneeded cast to pointer.Diego Escalante Urrelo2008-08-141-3/+6
* Do not do single includes in lib/widgets/, bug #536090Diego Escalante Urrelo2008-06-031-18/+1
* Make the extra column pack-end so that when we hide it when it's empty, the o...Christian Persch2008-03-311-2/+2
* Add Undo/Redo commands to the location entry, both in the context menuCosimo Cecchi2008-02-151-12/+92
* Popup the completion dropdown menu when we're focusing the location barCosimo Cecchi2008-02-021-0/+15
* Catch bookmarks and history in EphyLocationActionPrivate, it's smarter.Diego Escalante Urrelo2007-12-261-2/+3
* Moves the completion_func from lib/widgets/ephy-location-entry.c toDiego Escalante Urrelo2007-12-251-101/+12
* Changes g_value_set_string to g_value_take_string to avoid a leak. Also add theDiego Escalante Urrelo2007-09-301-1/+4
* Make the location entry completion cells smarter, now bookmarks take the fullDiego Escalante Urrelo2007-09-301-3/+35
* Add a somewhat tricky fix for url titles not visible on the completionDiego Escalante Urrelo2007-09-191-30/+37
* Make cursor be at the end of the URL when selecting entries from theDiego Escalante Urrelo2007-08-191-0/+1
* Remove gtk version check since we now depend on 2.11.Christian Persch2007-07-101-5/+0
* Port to new tooltips API.Christian Persch2007-07-101-27/+3
* Adds some prefixes to web_prefixes for ftp sites. Bug #422114.Diego Escalante Urrelo2007-05-311-1/+5
* Copy the items on the completion list as the user moves through them. TheXan Lopez2007-05-011-1/+34
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-111-1/+1
* Show favicons in location entry drop-down. Bug #112748, patch by DiegoChristian Persch2006-12-181-2/+13
* List title and URL in location entry drop-down. Bug #169550, patch byChristian Persch2006-12-171-2/+23
* Fix secure location bar colouring with dark themes. Bug #347343, patch byChristian Persch2006-12-171-2/+2