summaryrefslogtreecommitdiffstats
path: root/source/view.c
AgeCommit message (Expand)Author
2017-04-28Fix some small warning because get_string returns const.Dave Davenport
2017-04-27Re-Indent codeDave Davenport
2017-04-23Cleanups, fix arguments mismatchDave Davenport
2017-04-18Change screenshot warning to printf.Dave Davenport
2017-04-15Fix licenses headersQuentin Glidic
2017-04-15Consolidate loggingQuentin Glidic
2017-04-15 Switch to g_{debug,warning} instead of g_logDave Davenport
2017-04-10Set PID and wm_client_machine hints on rofi window.Dave Davenport
2017-03-31Test if case_indicator exists before setting it.Dave Davenport
2017-03-29Remove old theme support. (part 1)Dave Davenport
2017-03-25ISSUE 576: Clutching at straws.Dave Davenport
2017-03-21Do an extra log before calling unmap and destroy windowDave Davenport
2017-03-17clang-check fixesDave Davenport
2017-03-17[Keys] Cleanup view a bit.Dave Davenport
2017-03-10Zeltakmadness (#572)Dave Davenport
2017-03-04Indent code.Dave Davenport
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