summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Expand)Author
2018-12-15Remove unused variable.Dave Davenport
2018-12-14tests: initialize char* in mode test (#875)Till Hofmann
2018-12-14Add an option to change the matching negation character.Dave Davenport
2018-10-17[DRUN] Add drun-display-format.Dave Davenport
2018-10-17[Helper] Remove fixed key/values and accept keys with NULL as values.Dave Davenport
2018-10-16[Helper] Quick and dirty string replacer with optional keys block.Dave Davenport
2018-10-14Fixing typos in docs and error messages, "numger" -> "number" (#867)Lukas Alexandre
2018-10-05[Icon] Fix loading icons that are already in cache.Dave Davenport
2018-09-22[SSH] Improve parser for known_hosts a bit.Dave Davenport
2018-09-09[Script] Add initial support for icons.Dave Davenport
2018-08-08Indent the code.Dave Davenport
2018-07-28[DRUN] Add option to show actions in drun.Dave Davenport
2018-07-14Export icon fetcher header, remove nxd from icon-fetcher header.Dave Davenport
2018-07-14[IconFetcher] preload the user set icon themeDave Davenport
2018-07-10[Tests] Fix window test.Dave Davenport
2018-06-14[Theme] Change window layout for error dialogDave Davenport
2018-06-13Add default shortcuts: Shift+BackSpace to delete previous char, Ctrl+Left/Rig...Maxim Baz
2018-06-13Sorting cleanup (#816)Dave Davenport
2018-06-12More documentation fixesDave Davenport
2018-06-12More source code documentation updatesDave Davenport
2018-06-12Fix documentationDave Davenport
2018-06-12Documentation updates.Dave Davenport
2018-06-12Change log domain from Utils.IconFetcher to Helpers.IconFetcherDave Davenport
2018-06-12[Widget::Icon] Fix doxygen documentation in header file.Dave Davenport
2018-06-12Remove (unused) widget ref counting.Dave Davenport
2018-06-12Fix crash in error dialog and tests.Dave Davenport
2018-06-09Re-add icon-theme option.Dave Davenport
2018-06-09Add an generic icon fetcher that can be used by any widget and re-uses the ma...Dave Davenport
2018-05-16Fix small memory leak in history.Dave Davenport
2018-05-12[TextBox] Add a reference to the cairo surface when displaying an icon.Dave Davenport
2018-04-08Fix how borders are drawn, so it looks correct when transparant. (#792)Dave Davenport
2018-02-08[Script] Reset highlighting when reload viewDave Davenport
2018-02-07I749 (#766)Dave Davenport
2018-02-06[SSH] Reload ssh when entry is deleted.Dave Davenport
2018-01-18Revert "xcb: Add XKB_NEW_KEYBOARD_NOTIFY support"Quentin Glidic
2018-01-14[View] Added textboxes are set to autoheight and wrapping.Dave Davenport
2018-01-14[Theme] When reading double property, allow fallback to integer.Dave Davenport
2017-12-26bindings: Rework mouse bindings (#745)Quentin Glidic
2017-12-25bindings: Fix double click delayQuentin Glidic
2017-12-18xcb: Add XKB_NEW_KEYBOARD_NOTIFY supportQuentin Glidic
2017-12-11[Script] Reduce scope and swap tests. (cppcheck)Dave Davenport
2017-12-09DRun: Allow to select based on comment field.Dave Davenport
2017-12-09drun: Early return if already initializedQuentin Glidic
2017-12-09xrmoptions: Use a switch where possibleQuentin Glidic
2017-12-08Fix (old style) fake-transparency and fake-background option.Dave Davenport
2017-12-08Allow theme to override width on box.Dave Davenport
2017-11-30Re-calculate size before showing.Dave Davenport
2017-11-29When no new theme file present, don't print it in help.Dave Davenport
2017-11-28Remove : from dmenu default prompt.Dave Davenport
2017-11-23Correct spelling mistakes. (#722)Edward Betts