aboutsummaryrefslogtreecommitdiff
path: root/lib/gtk-experiment-widgets/gtk-experiment-transcript-formats.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-06resolved pattern-length restriction bug by calculating the pattern+captures sizeRobin Haberkorn1-4/+24
2012-06-21fixed handling of regexp patterns at the end of "format" expressionsRobin Haberkorn1-26/+31
2012-06-17use more glib macros to improve portabilityRobin Haberkorn1-1/+1
2012-06-13implemented topdown (reverse) rendering of contributionsRobin Haberkorn1-0/+1
2012-06-11include filename in GError describing an error while opening the fileRobin Haberkorn1-2/+2
2012-06-07format-file related transcript widget methods return a GError which is used t...Robin Haberkorn1-26/+78
2012-06-07added missing documentation for GtkExperimentTranscript API methodsRobin Haberkorn1-0/+37
2012-06-07added copyright headers and Doxygen @file comments (where they were still mis...Robin Haberkorn1-0/+17
2012-06-04load default interactive format font and colors from config file and also sav...Robin Haberkorn1-39/+28
2012-06-04fixed and simplified handling of default config valuesRobin Haberkorn1-6/+8
2012-06-01handle windows linebreaks in format filesRobin Haberkorn1-0/+1
2012-05-31allow transcript formatting without markup (like search-as-you type)Robin Haberkorn1-19/+94
2012-05-30allow empty filename when loading a format file into the transcript widgetRobin Haberkorn1-3/+7
2012-05-30implemented "format" file and expression parsing as well as application to th...Robin Haberkorn1-0/+201