summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-12-10Drop Mesonwip/meson-dropQuentin Glidic
It goes out of sync too often. 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
2020-10-18[IconLoader] add optional gif loader.Dave Davenport
2020-10-18[FileBrowser] Small restructure.Dave Davenport
2020-10-17[Icons] Check both small and big caps for extention.Dave Davenport
2020-10-17[RofiIconFetcher] Don't exit out on libjpeg error, but don't load image.Dave Davenport
2020-10-16[FileBrowser] Save last directory.Dave Davenport
2020-10-16[FileBrowser] Prepend '@' before filename if link.Dave Davenport
2020-10-16[FileBrowser] Add SVG as file type.Dave Davenport
2020-10-15[FileBrowser] If link, use stat to check out type.Dave Davenport
Fixes: #1214
2020-10-12Fix some of the documentationDave Davenport
2020-10-12Try fixing build on meson of readdir dirent args.Dave Davenport
2020-10-12[FileBrowser] Add file browser modi.Dave Davenport
2020-10-11[Workflow] Run from local fork.Dave Davenport
2020-10-11Add Action to auto-close incomplete reports (#1212)Danny Colin
- update feature request to work with the action - add workflows action config file
2020-10-02[Lexer] Fix parsing string in dict not to match " in middle of string.Dave Davenport
Fixes: 1205
2020-09-30[Helper] Add -normalize-match option.Dave Davenport
Decomposes string and remove accent characters before matching. This makes o match ö, é match e and more. It is not a perfect implementation but works. Currently disables the match highlighting. Fixes: #1119
2020-09-26Fix spelling (#1202)a1346054
2020-09-25[Manpage] Addd dash remark to manpage.Dave Davenport
2020-09-21Add list with packaged version (thx @zero77)Dave Davenport
Fixes: #1197
2020-09-19[Man] update-rofi-sensible-terminal.1 manpageDave Davenport
* Source from markdown * Update list. Fixes: #897 #850
2020-09-18Remove extra colons (#1199)Florian Bruhin
Rofi already adds a colon after the prompt given with -p, so the "monkey:" example would actually lead to a "monkey::" prompt.
2020-09-17[HELP] Fix typo in help msgs (#1198)Hpl4r
2020-09-14[Calc] Add min/max operator support to calc()Dave Davenport
Fixes: #1172
2020-09-14[Theme] Change default theme icon height to 1 em, to match old behaviour better.Dave Davenport
2020-09-14[Default Theme] Change ch to em.Dave Davenport
2020-09-13issue 1187: If error on launching application, show error message and ↵Dave Davenport
return to list` (#1193) * Show error message, then possibly pop back to main window. Fix drun/run dialog to use this for command execution. Issue #1187 * [Combi] When no line selected, handle using the first entry. * [Window] Add execute on invalid input to window dialog. * Update view.h doxygen docu * Update manpage with running application changes.
2020-09-13Remove xenial warning from INSTALL.mdDave Davenport
2020-09-13[Test] fix theme parser test for latest change in grammar parserDave Davenport
2020-09-13[Theme] First attempt at more cleanups and nested media support.Dave Davenport
First throw at nested media support. Issue: #1189
2020-09-13[Parser] Small restructure in parser.Dave Davenport
Preparing for nested @media.
2020-09-13[Theme] Fix @media printing in `-dump-theme`.Dave Davenport
2020-09-13[Textbox] Try to fix estimated font height.Dave Davenport
This was on newer pango 1 pixel off with actual font height. This casues drawing issues. Fixes: #1190