summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update EggEditableToolbar from trunk.Xan Lopez2009-01-231-10/+5
* 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-202-29/+127
* Include a bookmark indication in the woohoo barDiego Escalante Urrelo2009-01-191-1/+41
* Turn the location bar into the woohoo barDiego Escalante Urrelo2009-01-191-34/+75
* Real fix for the previous commits. Urgh.Diego Escalante Urrelo2009-01-131-1/+1
* Fix for previous commitDiego Escalante Urrelo2009-01-131-1/+1
* Fix multi-dnd with gtk 2.14Christian Persch2008-11-051-1/+8
* Drop usage of EelAppLaunchContext; replace it with GdkAppLaunchContext.Cosimo Cecchi2008-09-044-705/+15
* Merge r8452 from trunk; revert special handling of double click in theLoic Minier2008-09-021-14/+0
* Port the location bar to use GRegex.Diego Escalante Urrelo2008-08-142-10/+51
* 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-142-6/+6
* 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-07-2217-55/+15
* Do not do single includes in lib/egg/, bug #536090Diego Escalante Urrelo2008-07-229-47/+9
* Do not do single includes in lib/, bug #536090Diego Escalante Urrelo2008-07-2216-47/+18
* Guard against the current filename being NULL. Bug #535483.Christian Persch2008-06-301-2/+3
* Also unload the module if the returned GType is 0 here.Christian Persch2008-05-181-0/+3
* Make the extra column pack-end so that when we hide it when it's empty, the o...Christian Persch2008-03-311-2/+2
* Fix build with latest glib.Wouter Bolsterlee2008-03-041-1/+1
* Declare variable at the beginning of the function to fix build withJens Granseuer2008-02-261-1/+3
* Accept empty password to unlock a token; and allow empty new password if the ...Christian Persch2008-02-251-13/+5
* Add Undo/Redo commands to the location entry, both in the context menuCosimo Cecchi2008-02-152-12/+98
* GConf option to disable messagebox about unsubmitted form data. (#516170)Xan Lopez2008-02-141-0/+1
* Popup the completion dropdown menu when we're focusing the location barCosimo Cecchi2008-02-021-0/+15
* Better fix for bug #511759.Cosimo Cecchi2008-01-242-5/+3
* Use g_file_new_for_uri () instead of g_file_new_for_path () inCosimo Cecchi2008-01-241-2/+2
* Fix build for builddir != srcdirXan Lopez2008-01-191-0/+1
* Missing files from last commit.Cosimo Cecchi2008-01-132-0/+691
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-138-630/+389
* Catch bookmarks and history in EphyLocationActionPrivate, it's smarter.Diego Escalante Urrelo2007-12-262-3/+5
* Moves the completion_func from lib/widgets/ephy-location-entry.c toDiego Escalante Urrelo2007-12-252-101/+16
* download-dialog hidden state is now saved to gconf. New downloads started while Diego Escalante Urrelo2007-12-231-0/+1
* Add "node-middle-clicked" signal to EphyNodeView.Cosimo Cecchi2007-12-082-0/+38
* Remove a FIXME in ephy_file_delete_directory. The function is alreadyDiego Escalante Urrelo2007-12-071-1/+0
* Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window andCosimo Cecchi2007-11-182-1/+8
* Fix a bug in EphyNodeView which caused weird problems when setting columnsCosimo Cecchi2007-11-181-0/+5
* Hide Back/Forward buttons when disable_history lockdown key is enabled. MakeCyril Brulebois2007-11-111-1/+5
* Adds a column in the history window showing the date and the time of theCosimo Cecchi2007-11-063-0/+323
* Update to latest EggToolbarEditor code.Felix Riemann2007-11-032-10/+62
* Remove unneeded marshallers. Fixes bug #484060.Felix Riemann2007-10-071-19/+0
* 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
* Implement ephy_file_delete_directory in lib/ephy-file-helpers.c so privateDiego Escalante Urrelo2007-09-281-4/+28
* Add a preview for the FileChooser. The default size is 150x150. Fixes bugDiego Escalante Urrelo2007-09-281-0/+39
* Make Epiphany properly remember the last saved location in the FileChooser.Cosimo Cecchi2007-09-251-0/+26
* Add a somewhat tricky fix for url titles not visible on the completionDiego Escalante Urrelo2007-09-191-30/+37
* Modifies the EphySearchEntry to inherit from EphyIconEntry instead ofCosimo Cecchi2007-09-092-8/+16