summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Makes the Go button behaviour consistent with the "Enter" behaviour. BothDiego Escalante Urrelo2007-10-071-2/+10
* Use g_idle to call embed_find_find_again, to give the time to the embed toCosimo Cecchi2007-09-271-10/+64
* Make session recovery focus work properly and remember the active tab.Cosimo Cecchi2007-09-241-1/+35
* Fix disable_toolbar_editing lockdown not respected for Remove and MoveCosimo Cecchi2007-09-241-8/+19
* Change the hint of the bookmarking properties dialog to DIALOG, insteadCosimo Cecchi2007-09-231-1/+1
* Modifies the EphySearchEntry to inherit from EphyIconEntry instead ofCosimo Cecchi2007-09-091-16/+5
* Fix the Go button signal handler so it doesn't stop the propagation of theDiego Escalante Urrelo2007-08-261-1/+3
* Remove cruftChristian Persch2007-08-191-3/+0
* Remove "Add bookmark" and "Save as" from the document context menu. PatchDiego Escalante Urrelo2007-08-022-7/+0
* Fix completion model to show icons for history items too,Diego Escalante Urrelo2007-08-011-16/+26
* Implement stop loading method, for some reason can_go methods will fail toXan Lopez2007-07-271-3/+0
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-271-7/+31
* Make "Customise toolbars" insensitive when toolbars are hidden. Patch byDiego Escalante Urrelo2007-07-271-3/+9
* Update tab title when the statusbar text is updated, so we don't have outDiego Escalante Urrelo2007-07-251-0/+3
* Checks that if we are dragging an element of type EPHY_DND_URI_LIST_TYPEDiego Escalante Urrelo2007-07-251-2/+2
* Added a checkbox for smooth scrolling. Fixes bug #162489.Diego Escalante Urrelo2007-07-251-0/+2
* Remove some icons from the context menu, and use better ones for some menuWouter Bolsterlee2007-07-211-5/+5
* String changes based on user feedback: - "Local sites" -> "Nearby sites"Wouter Bolsterlee2007-07-163-3/+4
* s/MOZILLA/GECKO/g for consistency with gge.Christian Persch2007-07-161-3/+3
* Remove FIXMEChristian Persch2007-07-161-1/+0
* Load the appearance capplet. Doesn't seem to work yet, see bug #456337.Christian Persch2007-07-141-9/+14
* Use gtk_widget_set_has_tooltip here.Christian Persch2007-07-101-1/+1
* Remove NULL-check here.Christian Persch2007-07-101-2/+0
* Port to new tooltips API. Fixes bug #347637.Christian Persch2007-07-101-38/+32
* Port to new tooltips API.Christian Persch2007-07-101-31/+12
* Port to new tooltips API.Christian Persch2007-07-101-9/+2
* Port to new tooltips API.Christian Persch2007-07-101-97/+67
* Update gtk+ req to 2.11.6.Christian Persch2007-07-103-96/+12
* Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"Luca Ferretti2007-07-101-1/+1
* Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT Fixes bug #452769Jaap Haitsma2007-07-013-3/+3
* Use g_option_group_set_translation_domain to translate commandlineGabor Kelemen2007-06-221-0/+3
* Adds SelectAll stock icon.Diego Escalante Urrelo2007-06-082-2/+2
* src/ephy-history-window.c src/bookmarks/ephy-bookmarks-editor.cDiego Escalante Urrelo2007-06-052-6/+6
* Fix go button behaviour to react to button-release-event and notDiego Escalante Urrelo2007-06-051-1/+1
* Added GTK_STOCK_SELECT_ALL to SelectAll action.Diego Escalante Urrelo2007-06-051-1/+1
* Make this comment accurate.Christian Persch2007-05-191-1/+1
* Make this string static.Christian Persch2007-05-191-3/+2
* Make Shift+Return find previous when searching. Patch by Robin Stocker.Diego Escalante Urrelo2007-05-041-0/+8
* Copy the items on the completion list as the user moves through them. TheXan Lopez2007-05-013-1/+31
* Avoid opening nautilus if downloads are done to Desktop. This re-fixes bugDiego Escalante Urrelo2007-04-241-19/+3
* Middle clicking the Go button should open the location bar address contentDiego Escalante Urrelo2007-04-161-3/+12
* Allow the user to select a different bookmark topic on the toolbar by justDiego Escalante Urrelo2007-04-021-0/+44
* Make progressbar taller. Bug #421060.Christian Persch2007-03-241-8/+14
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-11116-322/+322
* Regenerate the type builtins when the Makefile changes. Should fix bugChristian Persch2007-03-112-12/+12
* Don't use C++-style comments in C files. No code changes, only commentsChristian Persch2007-03-054-9/+11
* Don't crash when we cannot access the system bus. Bug #404514, patch byChristian Persch2007-03-041-6/+11
* Make sure the type builtins are regenerated when the Makefile changes.Christian Persch2007-03-032-4/+4
* Make this a regular check, not g_return_if_fail.Christian Persch2007-01-281-3/+1
* Fix error condition check.Christian Persch2007-01-281-1/+1