Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
completely, otherwise throw error
* arbitrary limit (1024 bytes) per line - reading lines of arbritrary length is difficult and will be seldomly used
* introduced is_newline() helper function
|
|
* also made gtk_experiment_transcript_free_formats() an internal function
* declare static functions in gtk-experiment-transcript-formats.c
|
|
removes some constraints on resizing the info window containing the widget
(however other widgets have minimum sizes preventing the transcript area being squashed together)
|
|
|
|
|
|
a backdrop area may be set by time points - it's background is highlighted 16% darker or lighter than the configured background color
* configurable only by AC_DEFINE in configure.ac for the time being
|
|
* introduced widget flag attribute
|
|
code has been refactored allowing for greater flexibility in rendering
|
|
it is unknown how large that area has to be in order for every contribution to fit in
|
|
missing)
|
|
* 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
|
|
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
|