aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-completion-model.c
Commit message (Expand)AuthorAgeFilesLines
* Make all structs prefixed by _.Christian Persch2005-01-091-1/+1
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-7/+7
* Change guint to correct enum type.Christian Persch2004-08-181-1/+1
* *** empty log message ***Marco Pesenti Gritti2004-03-171-1/+3
* Ensure that there are no more chars after the last /. Cut down number ofMarco Pesenti Gritti2004-02-211-5/+8
* *** empty log message ***Marco Pesenti Gritti2004-02-111-0/+1
* Better autocompletion sorting logic.Marco Pesenti Gritti2004-02-111-11/+46
* Show the title of the bookmark, not the addressMarco Pesenti Gritti2004-02-111-1/+1
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-301-2/+2
* Fix compile warning.Marco Pesenti Gritti2003-11-101-2/+2
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-101-2/+0
* Pass ITEMS_PERSIST and LIST_ONLY to the models, the implementation looksMarco Pesenti Gritti2003-11-091-1/+1
* Rewrite the iteration part to take advantage of user_data2. Should beMarco Pesenti Gritti2003-11-081-130/+116
* Handle correctly last bookmark caseMarco Pesenti Gritti2003-11-071-2/+9
* Merge completion branchMarco Pesenti Gritti2003-10-121-0/+601