summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)Author
2017-02-14Start of making SardemFF7 happyDave Davenport
Allow mode's to be loaded as dynamic plugins.
2017-02-11Only switch to the desktop first if we are on AweSome WMDave Davenport
2017-02-11Add an window manager detection function to startup.Dave Davenport
current_window_manager now is an enum of known window managers.
2017-02-09IndentDave Davenport
2017-02-06Reduce amount of paths createdDave Davenport
2017-02-06Add border radius to border around widget.Dave Davenport
2017-02-03Don't recreate every string everytime.Dave Davenport
2017-02-03Return to default border when nothing set after state updateDave Davenport
2017-02-03Don't apply fonts that don't result in family name or have size 0.Dave Davenport
Issue: 554
2017-02-02Remove the extra layer each textbox keeps for drawing its text. (#553)Dave Davenport
2017-01-26Combi mode: Bang mode prefixes with len>1 (#542)Moritz Maxeiner
* Combi mode: Bang mode prefixes with len>1 This is required to match on modes that share a prefix. Let 'power' and 'pass' be such modes for the following explanation: Previously, only the first character of after the bang was compared, so '!p' would always be matched to the 'pass' mode and there was no way to limit selection in combi mode to the 'power' mode. Now we can use prefixes of arbitrary length following the bang such as '!po' (matches 'power' mode), or '!pa' (matches 'pass' mode). Prefixes of length 1 are unchanged compared to the previous behaviour, i.e. '!p' will still match 'pass'. * Combi-mode prefixes should be utf-8 aware
2017-01-24Add configurable fonts for testing. #544Dave Davenport
2017-01-21Add auto-detect option to DPI setting.Dave Davenport
2017-01-11Split sorting option. one for sorting. One to force levenshtein.Dave Davenport
2017-01-11Move fzf matcher into helperDave Davenport
2017-01-11Fix indenting and header commenting.Dave Davenport
2017-01-10Super-1..10 keybinding activates row 1..10.Dave Davenport
Allowing fore quick switching to entry. https://forum.qtools.org/t/select-entry-by-offset/84/5
2017-01-09Improve error handling string.Dave Davenport
2017-01-09Better error reporting (1)Dave Davenport
2017-01-09Remove unused functions and other small fixesDave Davenport
2017-01-09Remove old cairo color set functionsDave Davenport
2017-01-09Allow matching highlighting to be set. Fixes #522Dave Davenport
2017-01-08Indent magic, rework makefile so lexer and yacc file are not passed.Dave Davenport
2017-01-08Fix multiple -theme-str lines parsing, fix num linesDave Davenport
2017-01-08Make error dialog widget layout match normal oneDave Davenport
2017-01-08Fix doxygen typoDave Davenport
2017-01-08Fix doxygen.Dave Davenport
2017-01-08Add some better error message. Allow -theme-str option to override part of themeDave Davenport
2017-01-06Allow to set anchor position on normitor and anchor position on window.Dave Davenport
2017-01-06Order entries in box based on index, allow theme to override.Dave Davenport
2017-01-06Add scrollbar 'handle-width' and 'handle-color' remove old syntaxDave Davenport
2017-01-06Merge remote-tracking branch 'origin/master' into themerDave Davenport
2017-01-06Change keyboard grabbing behaviour, if you fail, continue running and try in ↵Dave Davenport
background to get them.
2017-01-05Remove separatorDave Davenport
2017-01-05Add generic container (renamed window widget) put container around message.Dave Davenport
2017-01-05Allow linking to top level properties.Dave Davenport
2017-01-04Fix doxygenDave Davenport
2017-01-04Support linestyle on borderDave Davenport
2017-01-04Fix small doxygen/header issue.Dave Davenport
2017-01-04Remove class system from new theme format. Fix theme converter.Dave Davenport
2017-01-04Allow packing order to be set using theme.Dave Davenport
2017-01-03Add support for margin.Dave Davenport
2017-01-03When order is reversed. reverse listview order fix #523Dave Davenport
2017-01-03Add percentage option to border,paddingDave Davenport
2017-01-03Remove border-width property from window.Dave Davenport
2017-01-03Add support for borders around widgets.Dave Davenport
2017-01-02cleanup some of sizing logic.Dave Davenport
2017-01-01Fix errors in doxygen commentsDave Davenport
2017-01-01Update comments, rename Widget to ThemeWidget.Dave Davenport
2017-01-01Remove border from ViewStateDave Davenport