summaryrefslogtreecommitdiff
path: root/src/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Add epiphany.h. Only allow including epiphany/epiphany.h; all otherChristian Persch2008-04-1119-0/+76
* Fix multiple crashers in the zeroconf bookmarks. Bug #516008; partially based...Christian Persch2008-03-131-179/+151
* Connect the signal before unreffing the action, just to be absolutely safe.Christian Persch2008-02-251-3/+3
* Remove duplicate bookmarks property update, which is superflous since it was ...Christian Persch2008-02-251-2/+0
* Adapt to gio API changeChristian Persch2008-02-252-4/+4
* Use G_DEFINE_TYPE* macros in src/bookmarks/ when possible. (#516138)Xan Lopez2008-02-129-307/+59
* Fix compilation when debug is enabled. Patch by Joseph Sacco (#509541)Xan Lopez2008-01-151-1/+1
* Add #ifdef for Avahi includes in ephy-bookmarks.c.Cosimo Cecchi2008-01-141-0/+3
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-136-174/+377
* Middle click on entries in History Window and Bookmark Editor opens the pageCosimo Cecchi2007-12-191-0/+23
* Indentation fix for previous commit.Cosimo Cecchi2007-12-181-2/+2
* Add middle-click-paste for smart bookmarks, as it is for new tab/windowCosimo Cecchi2007-12-181-0/+69
* Fix empty line on bookmark tooltip when bookmark has no title.Cosimo Cecchi2007-11-251-5/+21
* 2007-11-22 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-221-1/+1
* 2007-11-22 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-221-1/+1
* Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window andCosimo Cecchi2007-11-181-2/+5
* Fix a bug in EphyNodeView which caused weird problems when setting columnsCosimo Cecchi2007-11-181-2/+9
* Add icon-updated signal to EphyHistory.Xan Lopez2007-11-131-0/+11
* Add GTK_DISABLE_DEPRECATED back in DEPRECATION_FLAGS. Move the lastCyril Brulebois2007-11-102-4/+5
* Display "Javascript scriptlet" string as tooltip for bookmark action insteadCosimo Cecchi2007-11-031-13/+19
* Remove Ephytab.Christian Persch2007-10-281-3/+3
* Remove EphyTab.Christian Persch2007-10-281-2/+2
* Remove EPhyTab.Christian Persch2007-10-281-5/+5
* 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-1/+39
* String changes based on user feedback: - "Local sites" -> "Nearby sites"Wouter Bolsterlee2007-07-163-3/+4
* Use gtk_widget_set_has_tooltip here.Christian Persch2007-07-101-1/+1
* Port to new tooltips API. Fixes bug #347637.Christian Persch2007-07-101-38/+32
* Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT Fixes bug #452769Jaap Haitsma2007-07-011-1/+1
* Adds SelectAll stock icon.Diego Escalante Urrelo2007-06-081-1/+1
* src/ephy-history-window.c src/bookmarks/ephy-bookmarks-editor.cDiego Escalante Urrelo2007-06-051-3/+3
* Allow the user to select a different bookmark topic on the toolbar by justDiego Escalante Urrelo2007-04-021-0/+44
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-1136-36/+36
* Regenerate the type builtins when the Makefile changes. Should fix bugChristian Persch2007-03-111-6/+6
* Don't use C++-style comments in C files. No code changes, only commentsChristian Persch2007-03-051-3/+3
* Make sure the type builtins are regenerated when the Makefile changes.Christian Persch2007-03-031-2/+2
* Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to XML.Christian Persch2007-01-281-20/+72
* configure.acLuca Ferretti2007-01-182-2/+2
* Fixes compilation with gcc 2. Bug #394699. Patch by Jens Granseuer.Diego Escalante Urrelo2007-01-101-3/+2
* Changes "..." for the ellipsis character "…". Bug #324380. Patch byDiego Escalante Urrelo2007-01-091-3/+3
* Workaround/semi-fix for bug #351814. The real cause of the problem is theDiego Escalante Urrelo2007-01-081-1/+1
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-031-2/+3
* Disables "Add Bookmark" in the File menu when bookmarks are locked down.Diego Escalante Urrelo2007-01-022-0/+17
* .cvsignore files are obsoleteChristian Persch2006-12-301-9/+0
* Fix file name extension when exporting bookmarks. Bug #358986, patch byChristian Persch2006-12-171-2/+5
* Fix a signal leak. Bug #363837, patch by John Millikin.Christian Persch2006-12-171-0/+7
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-171-125/+89
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-1/+2
* Use full width for bookmarks search bar. Fixes bug #349349, patch by DiegoWouter Bolsterlee2006-10-151-1/+1
* Fix unprotected call to ephy_node_remove_child. Bug #362063.Jean-François Rameau2006-10-151-1/+4