summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-03-24Revert "Update README.md (#1289)"revert-1289-patch-2Dave Davenport
This reverts commit 06822bea055df792d555767e1d4a8d0f1757a8fc.
2021-03-24Update README.md (#1289)zero77
This quickly shows all package versions across different distros at a glance. Which lets you decide whether your distros is upto date or you need to build for sauce to update, which is useful when trying to fix known bugs.
2021-03-10[Doc] update rofi-script to hint about coproc.Dave Davenport
Thx to jose1711
2021-03-03Update config.ymlDave Davenport
update config to include discussion forum.
2021-03-02[window] do the focus_revert fix at the right place.Dave Davenport
2021-03-02[Window] do not revert focus on window switch.Dave Davenport
2021-02-21[Doc] Tweak rofi-script no-custom description.Dave Davenport
2021-02-18[Meson] Based on feedback from SardemFF7 set -lm requirement optional.Dave Davenport
https://mesonbuild.com/howtox.html#add-math-library-lm-portablypdate
2021-02-18[Meson] Add libm.Dave Davenport
2021-02-16Improve blur algorithm.Dave Davenport
2021-02-15Test blurring of background image (screenshot/background/image).Dave Davenport
window { blur: {radius}; } Does not work on true transparency.
2021-02-14Small fixes to docu themeDave Davenport
2021-02-13[Window] small fix to pass screen to stacking window list.Dave Davenport
Issue: #1225
2021-02-13[Theme] Add a theme with some more documentation added.Dave Davenport
2021-02-03Small fix in log domain containerDave Davenport
2021-02-01document -max-history-size in the manpage (#1268)Awal Garg
2021-01-26Add `-rasi-validate` option.Dave Davenport
Issue: #1260
2021-01-21Modifying installation on Fedora (#1257)Eduard Lucena
Modifying installation method on Fedora since it's on official repositories
2021-01-20submodules: Update libgwaterQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2021-01-19[Textbox] Allow markup to be disabled in theme.Dave Davenport
Change textbox for message from textbox to message-textbox. Issue: #1255
2021-01-17Small markdown fixes.Dave Davenport
2021-01-17Reindent the INSTALL.md file.Dave Davenport
2021-01-17Restructure README.mdDave Davenport
2021-01-17Update README.mdDave Davenport
Try to fix indenting.
2021-01-17Reduce scope of variables.Dave Davenport
2021-01-17Add check for input == NULL.Dave Davenport
2021-01-04configure.ac: Remove argument from AC_PROG_LEX (#1250)Lars Wendler
autoconf-2.70 only accepts "yywrap" and "noyywrap" as arguments to AC_PROG_LEX. Calling it with no arguments will trigger the old behavior from autoconf-2.69. Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
2020-12-28[rofi-theme] Update manpage with textbox::markup option.Dave Davenport
2020-12-28[Textbox] Allow theme to force markup enabled on textbox.Dave Davenport
rofi -theme-str 'prompt { markup: true; }' -show drun -display-drun '<i>d</i>ru<b>n</b>' fixes: #1220
2020-12-27[Textbox] When estimating height, set correct font first.Dave Davenport
fixes: #1247
2020-12-20xcb: Restore focus in more placesQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-12-13xcb: Nicer focus stealing in O-R modeQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-12-09Revert "xcb: Steal focus in O-R mode"Dave Davenport
This reverts commit 1c9d975dd2aff1794c6484465482c796c41a1358. Fixes: #1228
2020-11-27xcb: Steal focus in O-R modeQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-11-27xcb: Ask for focus where possibleQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-11-22Update version.Dave Davenport
2020-11-22Version 1.6.11.6.1Dave Davenport
2020-11-22Update release notesDave Davenport
2020-11-22Add ChangeLog and start working on release notes.Dave Davenport
2020-11-17Delete config.yamlDave Davenport
2020-11-17Update config.ymlDave Davenport
2020-11-17[GitHub] Disable blank issues in github config.Dave Davenport
2020-11-15docs: fix simple typo, prefered -> preferred (#1224)Tim Gates
There is a small typo in source/xcb.c. Should read `preferred` rather than `prefered`.
2020-11-03Indent round.Dave Davenport
2020-10-22Fix lock.ymlDave Davenport
2020-10-21[Lock] Add auto lock of closed issues.Dave Davenport
2020-10-20[RofiIconFetcher] Add missing freeDave Davenport
2020-10-20[RofiIconFetcher] Switch to gdk-pixbuf.Dave Davenport
2020-10-18Add libgif dependency to INSTALL.Dave Davenport
2020-10-18[RofiIconFetcher] Do image checking in icon fetcher, use nkutils-enumDave Davenport