aboutsummaryrefslogtreecommitdiff
path: root/src/quick-open.c
AgeCommit message (Collapse)AuthorFilesLines
2012-07-31prevent recursive quickopen_item_on_activate() invocations (fixes issue #1)Robin Haberkorn1-3/+11
2012-06-07cleaned up success/failure return value confusionRobin Haberkorn1-2/+2
TRUE means successful, FALSE unsuccessful
2012-06-07added copyright headers and Doxygen @file comments (where they were still ↵Robin Haberkorn1-0/+24
missing)
2012-06-06cache filter patterns for quick-open featureRobin Haberkorn1-10/+18
instead of recalculating them for each file checked
2012-06-01support for configuration filesRobin Haberkorn1-3/+12
* currently it saves the quick-open and format-selection directories
2012-05-31renamed quickopen.c to quick-open.cRobin Haberkorn1-0/+215