summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
AgeCommit message (Expand)Author
2016-01-20Refactor menu function into three parts, setup, itterrate and finalize.Dave Davenport
2016-01-12Update display value for modi (testing)Dave Davenport
2016-01-10Add experimental 'password' mode. (#315)Dave Davenport
2016-01-09Use snprintf instead of sprintfDave Davenport
2016-01-09Making widget class, moving stuff aroundDave Davenport
2016-01-08Start making SardemFF happy. Use g_return_if_failDave Davenport
2016-01-07More splitting and abstracting.Dave Davenport
2016-01-07First cleanup steps.Dave Davenport
2016-01-07More doxygen sugar.Dave Davenport
2016-01-07More doxygen sugarDave Davenport
2016-01-05Replace code we should never hit by an assert, as it should be.Dave Davenport
2016-01-04Make levenshtein sort utf8 aware and obey case sensitive setting.Dave Davenport
2016-01-04Initialize Xrm only once.Dave Davenport
2016-01-03Fix a crash due to overlapping arguments of memcpy(3).Jasper Lievisse Adriaanse
2016-01-03Workaround lack of sigwaitinfo() on OpenBSD.Jasper Lievisse Adriaanse
2016-01-03Add optional config file that overrides local XresourcesDave Davenport
2016-01-01Update copyrightDave Davenport
2015-12-31Add screenshot testDave Davenport
2015-12-28Issue #303: Create one pango context from xlib surfaceDave Davenport
2015-12-21Fix possible issue with uninitialized dataDave Davenport
2015-12-21Reduce scope of index variableDave Davenport
2015-12-14Add indicator for sorting/case sensitive.Dave Davenport
2015-12-13Re-indentDave Davenport
2015-12-13Add option to set scrollbar widthDave Davenport
2015-12-13Add sorting switch: Issue: #298Dave Davenport
2015-12-10Add option to output to specific file.Dave Davenport
2015-12-10Add option to dump color scheme.Dave Davenport
2015-12-10Remove : from filename, it makes scp stupidDave Davenport
2015-12-09Indent + ChangeLogMartijn Koedam
2015-12-09Add screenshot keybinding.Dave Davenport
2015-12-04Tweak selected row color. #293Dave Davenport
2015-12-04Fix crasher on empty listDave Davenport
2015-12-04Get the right next position from line map.Dave Davenport
2015-11-30Fake background should only be done once every run.Dave Davenport
2015-11-25Big rename from Switcher to Mode internal, to match with user terminologyDave Davenport
2015-11-24Fix ; in macro.Dave Davenport
2015-11-24Cleanups, rename and document.Dave Davenport
2015-11-24Create more consistent ordering of argumentsDave Davenport
2015-11-24Fix for complete issue #273.Dave Davenport
2015-11-23Some cleanups and re-ordering of parameters to be consistent.Dave Davenport
2015-11-23Only add modmask if not numlock.Qball Cow
2015-11-22Undo last commit, seems to be unneededDave Davenport
2015-11-22Set LC_CTYPE and LC_COLLATE instead of LC_ALLDave Davenport
2015-11-22textbox: advance cursor correctly for multi-char inputDave Davenport
2015-11-22Initialize locale upon startup.Sebastian Reuße
2015-11-21Start at fixing Issue 273, this might break some things.Dave Davenport
2015-11-20Second cleanup in the fix to #268Dave Davenport
2015-11-20Hopefully fix for #268Dave Davenport
2015-11-20Fix issue #275: don't try to do move cursor when nothing is shown.Qball Cow
2015-11-20Issue #268 Repair combined key input 'e --> éDave Davenport