aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-10updated CopyrightRobin Haberkorn1-1/+1
2012-08-06also save window state (maximization, iconification, etc) in config fileRobin Haberkorn1-0/+14
it is saved as an integer (bitmap) instead of introducing keys for all flags
2012-08-01save/restore window positionsRobin Haberkorn1-0/+51
* use X-style geometry strings * glade-configured default window sizes serve as configuration defaults * don't let glade show the windows since after they are shown, gtk_window_parse_geometry() cannot set the default size * prevent (main) window deletion from destroying the window widget so we can still query window properties (like position and size) * explicitly destroy window widgets (currently broken) * saving/restoring window position can be disabled via config file since some window managers can restore positions on their own (KDE...)
2012-06-13transcript widget reverse mode is saved in config fileRobin Haberkorn1-0/+14
* introduced widget flag attribute
2012-06-07added copyright headers and Doxygen @file comments (where they were still ↵Robin Haberkorn1-0/+26
missing)
2012-06-06configurable transcript widget text alignmentRobin Haberkorn1-17/+54
* 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-04fixed and simplified handling of default config valuesRobin Haberkorn1-30/+34
they must be set after loading a keyfile since when setting them before they are overwritten when a keyfile can be loaded even if they don't exist in the keyfile
2012-06-02save transcript fonts and colors in key-file (config file)Robin Haberkorn1-0/+99
* default widget styles are not handled properly. it must be possible to reset manually chosen fonts/colors (mapped to no key in keyfile) * default interactive format text attributes should be saved as well
2012-06-01support for configuration filesRobin Haberkorn1-0/+74
* currently it saves the quick-open and format-selection directories