aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-location-entry.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-2/+3
* Moves the completion_func from lib/widgets/ephy-location-entry.c toDiego Escalante Urrelo2007-12-261-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-06-011-1/+5
* Copy the items on the completion list as the user moves through them. TheXan Lopez2007-05-021-1/+34
* 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-2/+13
* List title and URL in location entry drop-down. Bug #169550, patch byChristian Persch2006-12-181-2/+23
* Fix secure location bar colouring with dark themes. Bug #347343, patch byChristian Persch2006-12-181-2/+2
* 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-131-3/+3
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Improve the a11y theme check.Christian Persch2006-08-081-2/+2
* Reset IM context before activation. Bug #348478, patch by Nguyễn TháiChristian Persch2006-07-251-0/+1
* When resetting the entry also emit user-changed, to restore the originalChristian Persch2006-07-201-5/+18
* Fix middle-click and ctrl-enter in the location entry autocompletionChristian Persch2006-07-111-5/+61
* 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
* #337140: Replace fallback favicon with more semantically correct 'text-html'Tommi Komulainen2006-04-151-3/+7
* Use g_object_ref_sink().Christian Persch2006-03-291-2/+1
* Add a convenience function to get current event data.Christian Persch2006-01-301-2/+4
* When updating the address bar, always update the address state, sometimesCrispin Flowerday2006-01-231-0/+3
* lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.cCrispin Flowerday2005-11-111-1/+0
* More static strings.Christian Persch2005-11-081-2/+2
* 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
* Add style properties for 'secure-[bg|fg]-color', and apply them when theChristian Persch2005-10-071-0/+103
* Reset the IM context before activating the entry.Christian Persch2005-10-011-4/+8
* A lib/widgets/testiconentry.c: A lib/widgets/ephy-icon-entry.c: AChristian Persch2005-08-031-92/+59
* Fix location entry favicon updating.Christian Persch2005-08-011-1/+3
* Fix ESC behaviour to always stop, and to reset the location entry whenChristian Persch2005-07-261-38/+148
* Uppercase letters shouldn't breaks history autocompletion. Fix BugJean-François Rameau2005-07-101-2/+2
* More constification.Christian Persch2005-04-191-3/+2
* Restore original URL when pressing ESC. Fixes bug #171179.Christian Persch2005-04-111-0/+32
* Don't set the lock icon as drag source. Actually emit the lock-clickedChristian Persch2005-02-061-14/+30
* Set "Clear" context menu entry insensitive in lockdown mode. Fixes bugChristian Persch2005-02-021-0/+3
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-4/+4
* Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types.Jorn Baayen2005-01-141-4/+4
* Add favicon and lock icon to the entry. Fixes bug #116482 and bug #149506.Christian Persch2005-01-141-11/+138
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-131-2/+2
* Unify the location and favicon actions.Christian Persch2005-01-081-28/+128
* 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
* 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-35/+1
* Avoid strdups in entry completion func. Patch by Peter Harvey.Christian Persch2004-10-271-19/+18
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-6/+6
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-0/+4
* Sucky but not intrusive hack to make dnd on the address entry work whenMarco Pesenti Gritti2004-02-281-0/+52
* Simplify and hopefully fix mem corruptionMarco Pesenti Gritti2004-02-121-5/+3
* CleanupMarco Pesenti Gritti2004-02-111-3/+3
* Better keyword matching function. Should match only words (not middleMarco Pesenti Gritti2004-02-111-1/+36
* Pass the property id to the changed signal.Marco Pesenti Gritti2004-02-111-15/+3
* New function to get temp directory and moved ephy_shell_delete_on_exit toChristopher James Lahey2004-01-231-17/+14
* Fix more mem leaks.Christian Persch2003-12-171-0/+3
* Fix mem leak.Christian Persch2003-12-171-0/+2
* Make location a normal entry.Marco Pesenti Gritti2003-10-141-182/+3
* Unref completionMarco Pesenti Gritti2003-10-141-0/+1
* Merge completion branchMarco Pesenti Gritti2003-10-121-541/+335
* *** empty log message ***Marco Pesenti Gritti2003-09-201-0/+1
* Remember the address in the location action, so we can restore it when weChristian Persch2003-09-201-23/+39
* Make sure to remove show_timeout also when the window is still notMarco Pesenti Gritti2003-09-121-13/+8
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-2/+9
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-4/+4
* Cleanup.Marco Pesenti Gritti2003-07-071-2/+12
* Make the location entry an EggToolItem, and provide a custom tooptipChristian Persch2003-07-021-39/+81
* testing before committing sometimes helpsMarco Pesenti Gritti2003-07-011-1/+1
* Hide only when necessary. Remove gdk_ungrab stuff that doesnt seem to beMarco Pesenti Gritti2003-07-011-0/+7
* Fix mem leaks.Christian Persch2003-06-281-2/+2
* Remove some unused headers.Marco Pesenti Gritti2003-06-231-7/+26
* Correct translations dir (leftover from galeon)Marco Pesenti Gritti2003-06-231-0/+5
* do not popup autocompletion when setting url from the combo listMarco Pesenti Gritti2003-06-221-0/+2
* Ever put cursor at the end of the text when selecting autocompletionMarco Pesenti Gritti2003-06-201-1/+2
* Rewrite the url typed by user overwrite logic to fix bugs.Marco Pesenti Gritti2003-06-201-49/+40
* Use insert_text delete_text to show/hide the autocompletion window.Marco Pesenti Gritti2003-06-191-56/+69
* Fix nodes drag and drop. Make double click select the whole address inMarco Pesenti Gritti2003-05-211-0/+14
* Revert api change. So we keep 2.2 compatibility.Marco Pesenti Gritti2003-05-141-0/+14
* Remove old toolbar editor uiMarco Pesenti Gritti2003-03-011-1/+9
* cleaner xml dump code.Marco Pesenti Gritti2003-02-281-2/+12
* Remove Tab autocompletion. Behavior still not optimal, but that code isMarco Pesenti Gritti2003-02-261-139/+1
* Update location entry with the urls selected on the drop down. ImplementMarco Pesenti Gritti2003-02-231-8/+62
* Activate the url when clicking on it from the combo dropdown. Based onMarco Pesenti Gritti2003-02-201-4/+15
* Some more gtk_timeout_add.Marco Pesenti Gritti2003-02-091-2/+2
* Remove gtk_timeout_x calls. Hope I got all of them.Marco Pesenti Gritti2003-02-091-2/+2
* Clear also location history when clearing history. Doesnt updateMarco Pesenti Gritti2003-02-061-0/+6
* Fix autocompletion to not show duped entries. Complete print preview impl.Marco Pesenti Gritti2003-01-231-1/+23
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-211-2/+2
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-16/+12
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+700