summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)Author
2016-01-20Take SardemFF7 feedback on putting g_source_[attach|add_callback] inside ↵Dave Davenport
factory.
2016-01-20Merge remote-tracking branch 'origin/master' into glib-loopDave Davenport
2016-01-20Let DMenu mode reuse open dialog and not restart it. handy for multi-select.Dave Davenport
2016-01-20Refactor menu function into three parts, setup, itterrate and finalize.Dave Davenport
2016-01-18Move X11EventSource into separate file.Dave Davenport
2016-01-18SardemF77 input.Dave Davenport
2016-01-18Test a first glib mainloop.Dave Davenport
2016-01-14[RUN] UTF-8/locale conversion and sardem exec test.Dave Davenport
2016-01-12Update display value for modi (testing)Dave Davenport
2016-01-11Remove duplicate code, make password right character length.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-08Doxy mode.hDave 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-07Add some doxygen sugar.Dave Davenport
2016-01-06Update comments, replace printf/build_filenameDave Davenport
2016-01-05Add small wrapper around history.Dave Davenport
2016-01-05Update documentation for ssh dialogDave Davenport
2016-01-05Add doxygen target.Dave Davenport
2016-01-04Make levenshtein sort utf8 aware and obey case sensitive setting.Dave Davenport
- Add tests. - Use Glibs unichar for comparison.
2016-01-04Initialize Xrm only once.Dave Davenport
2016-01-03Add optional config file that overrides local XresourcesDave Davenport
Rofi will look at XDG_CONFIG_USER_DIR/rofi/config and load this after the Xresources db on DISPLAY. This can be overridden using the -config commandline option. The file should be in the same format as the Xresources file.
2015-12-28Issue #303: Create one pango context from xlib surfaceDave Davenport
- Create one pango context and set font options from main xlib surface - Set font type on global pango context. - Use CAIRO_OPERATOR_OVER for drawing text (otherwise subpixel rendering is not done).
2015-12-13Add option to set scrollbar widthDave Davenport
2015-12-13Add sorting switch: Issue: #298Dave Davenport
2015-12-10Add option to dump color scheme.Dave Davenport
2015-12-09Add screenshot keybinding.Dave Davenport
2015-12-08Add test, remove whitespaceDave Davenport
2015-12-02 __FUNCTION__ is gcc extension, use __func__ now. Fixes issue #288Dave Davenport
2015-12-02Fix func. def in wrong header file.Dave Davenport
2015-12-01Remove custom code, replace by glib, fix fuzzy matching for unicode.Dave Davenport
- Also fixes char endianess issues.
2015-11-30Issue #287 mark selected rows.Dave Davenport
2015-11-27Fix issue #271 expand path.Dave Davenport
2015-11-26Do not support ModMasks, breaks to much stuff, This fixes #286Dave 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
- Add complete handler.
2015-11-24Remove unused typedefDave Davenport
2015-11-23Some cleanups and re-ordering of parameters to be consistent.Dave Davenport
2015-11-23Const making.Dave Davenport
2015-11-22textbox: advance cursor correctly for multi-char inputDave Davenport
Thanks to eigengrau fixes: #280
2015-11-22consts and small ensurance (though should be correct to begin with)Dave Davenport
2015-11-21Start at fixing Issue 273, this might break some things.Dave Davenport
* Only use get_display_data for displaying. (Except the select complete (ctrl-space), this needs fixing). * Fix possible race condition in parallelization. * Fix small bug in case-sensitive handling. (beware for collision in keybinding) * Keep less lists around.