Use TreeView to render the completions (#39).
authorDaniel Carl <danielcarl@gmx.de>
Tue, 25 Jun 2013 17:36:07 +0000 (19:36 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 26 Jun 2013 09:00:33 +0000 (11:00 +0200)
commit80b5618bc571101e19d39b9565e69ed93513c71b
tree352c4c82604b8eb7f88ac71a96be86b91dab9149
parent1a94bb9194012d7d8fb0b5365b838fe8fce9ead4
Use TreeView to render the completions (#39).

This seems to work, but there are some known issues with gtk3 at the moment.
- The tree view widget size could not be set, so that tree items could be
  hidden if there are to many of them in completion
- The active styles are not applied if used with gtk3
- The tree view shrinks to on single item and becomes unusable on some urls of
  the history - seems there are some char in them that break the tree view or
  the column renderer

Not that the configuration for max-completion-items was removed that could not
be applied to show the tree view.
src/completion.c
src/completion.h
src/config.h
src/main.h
src/setting.c