summaryrefslogtreecommitdiffstats
path: root/source/view.c
AgeCommit message (Expand)Author
2017-03-01Allow modes to set message box, instead of view creation argument.Dave Davenport
2017-03-01Add message box to view structure. Always add it, disable it when not showing...Dave Davenport
2017-02-27Use new get_desired_height to determine height of error message dialogDave Davenport
2017-02-27Add missing point in container name.Dave Davenport
2017-02-17Install some headers for use in pluginsDave Davenport
2017-02-14Start of making SardemFF7 happyDave Davenport
2017-02-06Add border radius to border around widget.Dave Davenport
2017-02-04Allow bang to match multiple modes when incomplete to select single. Fixes #552Dave Davenport
2017-02-03Don't recreate every string everytime.Dave Davenport
2017-02-03Don't apply fonts that don't result in family name or have size 0.Dave Davenport
2017-02-01Always set size, to work better in floating window manager in normal window modeDave Davenport
2017-02-01Set default language on pango context.Dave Davenport
2017-01-31Add more debug output to timing on creating windowDave Davenport
2017-01-31Give overlay widget a parent, queue widget redraw on enable/disableDave Davenport
2017-01-30Only pre-process input once.Dave Davenport
2017-01-29Set WM_CLASS. Fixes #549Dave Davenport
2017-01-24Add configurable fonts for testing. #544Dave Davenport
2017-01-22Update DPI detection method.Dave Davenport
2017-01-21Output detected DPI to debug system.Dave Davenport
2017-01-21Add auto-detect option to DPI setting.Dave Davenport
2017-01-19Don't release keyboard on FOCUS-out event.. for some reason we do not always ...Dave Davenport
2017-01-11UpdatesDave 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-11Move full algorithm in function.Dave Davenport
2017-01-11Fix indenting and header commenting.Dave Davenport
2017-01-11Revise fuzzy finding algorithm for -matching fuzzyFangrui Song
2017-01-10Add a quick theme tutorial.Dave Davenport
2017-01-10Super-1..10 keybinding activates row 1..10.Dave 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-08Add fullscreen option to themeDave 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-06Allow to set anchor position on normitor and anchor position on window.Dave Davenport
2017-01-06Allow window width to be set in themeDave Davenport
2017-01-06Order entries in box based on index, allow theme to override.Dave Davenport
2017-01-06Listview: hide widget when no row is visible and dynamic is enabled.Dave 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
2017-01-05Remove separatorDave Davenport
2017-01-05Add generic container (renamed window widget) put container around message.Dave Davenport
2017-01-04Support linestyle on borderDave 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-04Don't draw widget when size is 0 or less.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-03Merge remote-tracking branch 'origin/master' into themerDave Davenport
2017-01-03Fix wrong sed replace.Dave Davenport