summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-09-06[i1437] Fix header documentation.i1437Dave Davenport
2021-09-06[i1437] [View] Do the sizing based on the desired window width.Dave Davenport
issue: #1437
2021-09-06[I1437] Textbox make get_desired_width depend on width.Dave Davenport
Should fix some weird sizing issues on creation of widgest. Issue: #1437
2021-09-06Fix some memory leaks.Dave Davenport
2021-09-06[Window] Try to fix the autosizing of desktop name for non-i3 dekstop.Dave Davenport
Issue: #1439
2021-09-03[Window] Issue 1406 fix the broken close-on-delete (#1421)Dave Davenport
* [1406] Add watcher for new/removed windows and reload based on that. * [1406] Add a small timeout before reloading to avoid reloading several times in a row. * [1406] close rofi if you receive a destroy window on rofi.
2021-09-03convert FRE template to Github issue form (#1422)Danny Colin
2021-09-03[listview] Correctly check if hovered item is highlighted.Dave Davenport
issue: 1423
2021-09-02[main] tiny code tweaks.Dave Davenport
2021-09-02[I1405] Allow action to be taken on input change. (#1420)Dave Davenport
Fixes: #1405
2021-09-02[Theme] Don't truncate double default value.Dave Davenport
Fixes: #1419
2021-09-01[Grammar] Add support for env();Dave Davenport
Add support for `env(ENV,default)`. Fixes: #1411
2021-09-01[ISSUE] Add hints for how to get config in issue template.Dave Davenport
2021-09-01Update bug report template to the new GitHub issue form format (#1416)Danny Colin
* update bug report template to the new GitHub issue form format * rename file to yml
2021-09-01[window] Remove completely broken feature close-on-delete.Dave Davenport
Issue: 1406
2021-09-01Revert "update bug report template to the new GitHub issue form format ↵Dave Davenport
(#1413)" (#1414) This reverts commit f6ffa391b686a09110ae2c9a629591e8500766d5.
2021-09-01update bug report template to the new GitHub issue form format (#1413)Danny Colin
2021-08-30[Window] Fix typo in error message (#1401)Tuure Piitulainen
2021-08-30[Scripts] Fix example for using hot-keys in modi.Dave Davenport
2021-08-30[Theme] Fix dmenu theme.Dave Davenport
Fixes: #1396
2021-08-30[DOC] Remove the mention of `-lines` in old example.Dave Davenport
2021-08-30[CI] Test meson build from dist. (#1389)Dave Davenport
2021-08-30[Build] Fix meson build in a dist.Dave Davenport
2021-08-29[Themes] Fix iggy theme icon alignment.Dave Davenport
2021-08-29Bump version to dev version (1.7.0-dev)Dave Davenport
2021-08-29Bump version to 1.7.01.7.0Dave Davenport
2021-08-28[CI] Add tarballs to artifact. (#1383)Dave Davenport
Add tarballs to artifact.
2021-08-27[Doc] Update manpage on keybindings.Dave Davenport
2021-08-27[Theme] double inheritance integer fallback fixDave Davenport
2021-08-26[Theme] Try to fix inheritance (2nd attempt).Dave Davenport
2021-08-26[Doc] Update manpageDave Davenport
2021-08-26doc: rofi.1.markdown: fix link, languagetoolify (#1380)jtagcat
2021-08-26[rofi-theme-selector] don't remove lines, but comment them.Dave Davenport
2021-08-25[Theme] Update rofi-theme-selector to append '@theme'Dave Davenport
2021-08-24[Doc] Remove 'fun' from doc.Dave Davenport
2021-08-24[Lexer] Fix lexer parsing default theme from resource.Dave Davenport
2021-08-24[Parser] Set ordering correctly when loading theme with reset.Dave Davenport
2021-08-24[Meson] Correctly add default theme resourceDave Davenport
2021-08-24[Theme] Undo part of default theme changes, always pick build-inDave Davenport
2021-08-24[Theme] Add default theme file!Dave Davenport
2021-08-24[Theme] Ship default theme separately.Dave Davenport
2021-08-23[main] Try to fix default theme loading.Dave Davenport
* Add more debug output on failing to load theme. * Don't load default theme, if empty theme is explicitly loaded.
2021-08-23[Doc] Small updates to make transparency doc more inline current rofi.Dave Davenport
2021-08-23[Doc] Add documentation about transparency.Dave Davenport
2021-08-23[Doc] Add documentation with example about position.Dave Davenport
2021-08-23[Doc] Update ChangelogDave Davenport
2021-08-23[Doc] Update release notes.Dave Davenport
2021-08-22[Doc] Remove unupdated badge from README.Dave Davenport
2021-08-22[Doc] Add note `highlight` is only available on element-text.Dave Davenport
2021-08-22[Doc][Meson] use go-md2man for update-manpage targetDave Davenport