aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks.c
Commit message (Expand)AuthorAgeFilesLines
* Some sparse fixes.Christian Persch2005-01-311-1/+1
* Fix signed/unsigned int confusion when iterating over a GPtrArray.Christian Persch2004-11-111-1/+1
* Make sure there's only one bookmark properties dialogue for each bookmark.Christian Persch2004-11-011-1/+59
* Don't reference private objects from public headers. Fixes bug #153766.Christian Persch2004-09-281-2/+2
* Add debug outputChristian Persch2004-08-281-0/+2
* Make the hierarchy separator a #define.Christian Persch2004-08-231-4/+0
* Use s/""/NULL/ in g_string_new().Christian Persch2004-08-061-1/+1
* Fix signedness difference warnings with gcc 3.5. Patch by Jon Oberheide.Christian Persch2004-07-311-6/+7
* Save the toolbars models from dispose, not from finalize, since you cannotChristian Persch2004-06-121-6/+7
* Merging bookmarksbar-separation branch.Christian Persch2004-06-111-31/+84
* Change initial refcound of EphyNode to 1, not 0Adam Hooper2004-04-101-5/+0
* Don't try to backup non-existing files :) Also, when neitherChristian Persch2004-03-021-3/+13
* When changing a bookmark address and it was a smart bookmark but now isChristian Persch2004-03-021-1/+1
* If reading the bookmarks file, or re-importing the bookmarks from the rdfChristian Persch2004-03-021-0/+40
* fix typo that was causing categorized bookmarks to go in the uncategorizedMarco Pesenti Gritti2004-02-291-1/+1
* Increase bookmarks format version.Christian Persch2004-02-121-1/+1
* Update bookmarks keywordsMarco Pesenti Gritti2004-02-121-0/+1
* CleanupMarco Pesenti Gritti2004-02-111-1/+1
* *** empty log message ***Marco Pesenti Gritti2004-02-111-49/+66
* Fix options parsing.Christian Persch2004-01-291-15/+23
* Implement history disabling.Christian Persch2004-01-111-0/+42
* Added disable_bookmark_editing key.Chris Lahey2004-01-101-0/+33
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-301-6/+3
* *** empty log message ***Marco Pesenti Gritti2003-12-171-6/+0
* New extensions API.Christian Persch2003-11-111-1/+0
* Port node db saving and RDF export to xml writer api.Christian Persch2003-11-081-47/+12
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Get rid of the last vestige of ephy_window_update_control(), and make theChristian Persch2003-10-181-22/+2
* Merge completion branchMarco Pesenti Gritti2003-10-121-82/+32
* Refactor node db loading functions into a common one in ephy-node-db.Christian Persch2003-09-181-42/+6
* Really use the translated names of the default topics and bookmarks whenChristian Persch2003-09-171-4/+3
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-18/+11
* Fix the logic in the version-mismatch case.Christian Persch2003-08-251-2/+4
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-271-12/+60
* Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2003-07-181-1/+6
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-1/+3
* Some minor changes in rdf format (thanks to Edd Dumbill), and useMarco Pesenti Gritti2003-07-101-11/+30
* broken pipe pfffMarco Pesenti Gritti2003-07-081-1/+1
* Fix crash.Christian Persch2003-07-081-1/+3
* Remove unused define.Marco Pesenti Gritti2003-07-071-8/+18
* *** empty log message ***Marco Pesenti Gritti2003-07-061-5/+37
* Use insert_text delete_text to show/hide the autocompletion window.Marco Pesenti Gritti2003-06-191-1/+1
* Get rid of starthere: and default to google, as discussed with Seth. Add aMarco Pesenti Gritti2003-06-091-24/+44
* Make sure to rebuild on add bookmark and on topic removal. Update on idle,Marco Pesenti Gritti2003-06-041-1/+3
* Implement bookmarks menu, might need to be optimized later.Marco Pesenti Gritti2003-06-041-0/+31
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-271-59/+88
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-261-1/+3
* Revert latest node changes. Parents nodes need to be saved first and it'sMarco Pesenti Gritti2003-05-251-3/+70
* Implement generic way to save/load db and make it low disk safe.Marco Pesenti Gritti2003-05-241-70/+5
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-201-22/+29
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-1/+5
* Fix the no_topics pointer writing, fixes adding bookmarks to UncategorizedXan Lopez2003-05-141-2/+4
* *** empty log message ***Marco Pesenti Gritti2003-05-141-2/+0
* Don't allow to have more than one bookmark with the same URL^H^H^Haddress,Xan Lopez2003-05-131-17/+16
* Fix google smart bookmarks to use utf8Marco Pesenti Gritti2003-05-121-2/+6
* UpdateMarco Pesenti Gritti2003-05-111-1/+10
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-111-5/+5
* Fix memory leak while saving bookmarks, and performance problem duringOsma Ahvenlampi2003-05-061-2/+4
* If there is only one "toolbar" make it non-removable.David Adam Bordoley2003-05-061-4/+18
* Do not assert on corrupted xml, just warn. Put back views shadows for now.Marco Pesenti Gritti2003-05-031-1/+1
* Emit removed signal after the node is actually removed. This could causeMarco Pesenti Gritti2003-04-281-47/+73
* New abstracted implementations. Nicer and will be useful for historyMarco Pesenti Gritti2003-04-171-6/+7
* Declare all the variables before the first instruction. Fixes aVincent Untz2003-04-151-10/+70
* Use google feel like for keywordsMarco Pesenti Gritti2003-04-131-2/+49
* Update.Marco Pesenti Gritti2003-04-091-0/+53
* Rewrite sensitivity code. Should take in account focus now.Marco Pesenti Gritti2003-04-051-0/+6
* Make ids privateMarco Pesenti Gritti2003-03-261-75/+20
* Dont put special keywords in the topics list. Use ephy-state for size ofMarco Pesenti Gritti2003-03-251-2/+2
* s/EPHY_NODE_KEYWORD_PROP_ALL_PRIORITY/EPHY_NODE_KEYWORD_PROP_PRIORITY/ AddXan Lopez2003-03-251-2/+16
* Fix warning opening selector. Destroy the editor on exit, ref the shell soMarco Pesenti Gritti2003-03-251-0/+40
* Some ground work on the PRIORITY property, change it from bool to int, addXan Lopez2003-03-241-2/+3
* Complete implementation of the editor functionalities.Marco Pesenti Gritti2003-03-231-0/+6
* Some more bookmarks work ...Marco Pesenti Gritti2003-03-221-38/+8
* Begin bookmarks editor redesign. Please still dont use it or you reallyMarco Pesenti Gritti2003-03-221-89/+5
* BE auto sort.Xan Lopez2003-02-261-0/+6
* Fix a heap corruption bug that was causing bad stuff when smart bookmarksJames Willcox2003-02-141-2/+1
* *** empty log message ***Marco Pesenti Gritti2003-02-131-99/+35
* Make favorites really work and avoid they crash when closing window, 0.5Marco Pesenti Gritti2003-02-011-1/+1
* Allow to drag also normal urls in the toolbars. Commit some fixes I did toMarco Pesenti Gritti2003-01-301-1/+1
* Complete (or nearly) toolbar editor implementation. Bookmarks areMarco Pesenti Gritti2003-01-301-0/+20
* *** empty log message ***Marco Pesenti Gritti2003-01-211-0/+2
* Port several leaks fixes from galeon.Marco Pesenti Gritti2003-01-201-1/+1
* Use favicons in bookmarks. Use titles for session history when possible.Marco Pesenti Gritti2003-01-131-0/+23
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-10/+9
* Move root nodes ids to ephy-types. Simple logging facility:Marco Pesenti Gritti2003-01-121-6/+0
* Extend ephy node to allow some reversed ids. Use it for baseMarco Pesenti Gritti2003-01-091-2/+8
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-051-2/+2
* Rewrite ephy node multiple removals to actually work.Marco Pesenti Gritti2003-01-011-4/+13
* *** empty log message ***Marco Pesenti Gritti2003-01-011-0/+1
* Remove hidden filtering page.Marco Pesenti Gritti2002-12-311-5/+1
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+988