summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
AgeCommit message (Expand)Author
2016-06-28Fix windowcd command and allow custom Window string formatDave Davenport
2016-06-27Fix indentingDave Davenport
2016-06-27XRM: rofi is not a class nameDave Davenport
2016-06-25Remove xlib dependency, add xcb-util-xrm.Dave Davenport
2016-06-18Remove fuzzy matching option.Dave Davenport
2016-05-30Issue #411: Show list of Keyboard bindings with rofi, from rofi.Dave Davenport
2016-05-25Switch to stop cycling feature (#407)Yaroslav
2016-05-12window: Make custom action run a command on the windowQuentin Glidic
2016-05-06Add option to view background image instead of screenshot in fake transparenc...Dave Davenport
2016-03-20Fix positioning window on top of window.Dave Davenport
2016-03-19Make clang static code analyzer happy (300+ -> 5)Dave Davenport
2016-03-05Make cppcheck happyDave Davenport
2016-03-05Remove deprecated theme system.Dave Davenport
2016-03-05Propagate error down, show dialog.Dave Davenport
2016-03-04Return NULL when empty property.Dave Davenport
2016-03-01Pack magic externs into a xcb_stuff.Dave Davenport
2016-02-28Run indenterDave Davenport
2016-02-28Remove unneeded atomDave Davenport
2016-02-28Remove opening of display.Dave Davenport
2016-02-17#219: Implement continious scrollDave Davenport
2016-02-09Issue: #334: Only allow markup-rows to be set on cmdlineDave Davenport
2016-01-20Refactor menu function into three parts, setup, itterrate and finalize.Dave Davenport
2016-01-07More doxygen sugar.Dave Davenport
2016-01-07More doxygen sugarDave Davenport
2016-01-04Initialize Xrm only once.Dave Davenport
2016-01-03Add optional config file that overrides local XresourcesDave Davenport
2016-01-01Update copyrightDave Davenport
2015-12-31PlayingDave Davenport
2015-12-29Add username to theme output.Dave Davenport
2015-12-13Add option to set scrollbar widthDave Davenport
2015-12-10Separator styleDave Davenport
2015-12-10Add option to output to specific file.Dave Davenport
2015-12-10Add option to dump color scheme.Dave Davenport
2015-11-25Big rename from Switcher to Mode internal, to match with user terminologyDave Davenport
2015-11-17Add experimental regex supportDave Davenport
2015-11-15Try to fix crasher on mixing glib free and free.Dave Davenport
2015-11-14Fix printing.Dave Davenport
2015-11-14Cleanup.Dave Davenport
2015-11-12Add threading support.Dave Davenport
2015-11-07Fix table layout.Dave Davenport
2015-11-04Fix #258: Set fallback alternative color before trying to allocate it.Qball Cow
2015-11-03Put things together, making desktop menu workDave Davenport
2015-10-31Add -no-parse-known-hosts to disable parsing of ~/.ssh/known_hostsKlemens Schölhorn
2015-10-30Allow dpi to be setQC
2015-10-26Fix: 250 Fixing message.QC
2015-10-21Merge remote-tracking branch 'origin/Transparency'QC
2015-10-21unify help messagesRasmus Steinke
2015-10-21Print comment with each option.Dave Davenport
2015-10-20Add fake transparencyQball Cow
2015-10-16Add fullscreen mode and fix some redrawing issues.QC