aboutsummaryrefslogtreecommitdiff
path: root/lib/gtk-experiment-widgets/gtk-experiment-transcript.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-06configurable transcript widget text alignmentRobin Haberkorn1-0/+4
* via pop up menu and config file (symbolic value) * use image menu items in transcript popup * renamed "Choose Foreground Color..." to "Choose Text Color..." * simplify transcript related config setters/getters
2012-06-04load default interactive format font and colors from config file and also ↵Robin Haberkorn1-0/+8
save them * pango attributes cannot be "cached" anymore and must be recreated every time the interactive format is configured
2012-05-31allow transcript formatting without markup (like search-as-you type)Robin Haberkorn1-1/+1
* controlled via checkbox * if markup is disabled the entered text is only regular expressions * default text attributes are used according to some constants (in configure.ac, later they will be configurable via config file) * fixed return value of gtk_experiment_transcript_load_formats() * care about possible capture mismatches in regular expressions (capture braces are inserted automatically - the user is not allowed specify own captures) * display state of interactive format via icon (successful/error)
2012-05-30implemented "format" file and expression parsing as well as application to ↵Robin Haberkorn1-0/+6
the transcript * "formats" are regular expressions encapsulated in Pango markup that allow the description of powerful highlighting rules * highlight as you type via entry boxes * loading from files implemented and tested but cannot yet be done via the UI * transcript widget is built as libtool convenience library * some renamings were necessary * install transcript widget header
2012-05-30implemented font and color configuration for transcript widgetRobin Haberkorn1-0/+1
* drop-down menu and selection dialogs * drawing routines care about using the correct graphics contexts
2012-05-30first draft of transcript widgetRobin Haberkorn1-0/+76