summaryrefslogtreecommitdiff
path: root/window_tag.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-08Cast tag->id to gpointer in tagview_model_foreach.Jon Bergli Heier1-1/+1
2010-05-08Handle active and inconsistent tags in a more elegant way in the tag dialog.Jon Bergli Heier1-51/+18
2010-04-25Added support for creating child tags in the tag dialog.Jon Bergli Heier1-2/+31
2010-04-25Expand all nodes by default in the tag dialog.Jon Bergli Heier1-0/+2
2010-04-25Added a tree model to display tags in tree structures.Jon Bergli Heier1-43/+29
Adding children to tags is not yet implemented.
2010-04-25Set parent when adding tags.Jon Bergli Heier1-1/+1
2010-01-04Added -Wall to CCFLAGS and some code cleanup.Jon Bergli Heier1-2/+0
2010-01-02Implemented select buttons in the tag dialog.Jon Bergli Heier1-0/+19
2010-01-02Implemented removal of tags.Jon Bergli Heier1-0/+34
2009-12-30Basic adding and assigning of tags implemented.Jon Bergli Heier1-0/+204
Committing this before it gets out of hand. Only adding new tags is working atm. Created a text input dialog. Added a tag dialog. Other minor changes.