summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Expand)Author
2021-11-29[Config] on -dump-config do not include -theme option.Dave Davenport
2021-11-29[Build] Allow rofi to build without window modeDave Davenport
2021-11-28[Rofi] Don't try to parse commandline options using theme engine if theme par...Dave Davenport
2021-11-12[Rofi] Fix error message to have right syntax.Dave Davenport
2021-11-08[Theme] Accept just color for highlightDave Davenport
2021-10-29[Combi] Add a check against recursion.Dave Davenport
2021-10-28gitmodules: Update libnkutilsQuentin Glidic
2021-10-28script: Include config.hQuentin Glidic
2021-10-16[DMenu] Do not crash when no entry is available.Dave Davenport
2021-10-12[RUN|DRUN] Only initialize file-completer on first use.Dave Davenport
2021-10-12[FileBrowser] Reduce number of re-allocs.Dave Davenport
2021-10-09[Config] Downgrade unknown options from error to warning.Dave Davenport
2021-09-23[DMenu] Fix uninitialized memory (nonselectable).Dave Davenport
2021-09-22[FileBrowser] if text cannot be converted, try to mangle it into something.Dave Davenport
2021-09-22[Textbox|FileBrowser] Fix crash on invalid filenameDave Davenport
2021-09-21[Config] Add 'in your face' error message about deprecated theme setting.Dave Davenport
2021-09-20[Theme] Print known colors as color name.Dave Davenport
2021-09-15[Window] Lower class name before icon lookupDave Davenport
2021-09-13[Helper] Don't tell g_utf8_strlen to ignore length.Dave Davenport
2021-09-08[CMD] If failed to convert commandline option to new config do not stop.Dave Davenport
2021-09-08[THEME] I1442 Fix parsing of nested media blocks.Dave Davenport
2021-09-07#1437 - Fix sizing logic for widgets and textboxes. (#1444)Dave Davenport
2021-09-06Revert "[I1437] Textbox make get_desired_width depend on width."Dave Davenport
2021-09-06Revert "[i1437] [View] Do the sizing based on the desired window width."Dave Davenport
2021-09-06[i1437] [View] Do the sizing based on the desired window width.Dave Davenport
2021-09-06[I1437] Textbox make get_desired_width depend on width.Dave Davenport
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
2021-09-03[Window] Issue 1406 fix the broken close-on-delete (#1421)Dave Davenport
2021-09-03[listview] Correctly check if hovered item is highlighted.Dave Davenport
2021-09-02[main] tiny code tweaks.Dave Davenport
2021-09-02[I1405] Allow action to be taken on input change. (#1420)Dave Davenport
2021-09-02[Theme] Don't truncate double default value.Dave Davenport
2021-09-01[window] Remove completely broken feature close-on-delete.Dave Davenport
2021-08-30[Window] Fix typo in error message (#1401)Tuure Piitulainen
2021-08-27[Theme] double inheritance integer fallback fixDave Davenport
2021-08-26[Theme] Try to fix inheritance (2nd attempt).Dave Davenport
2021-08-24[Theme] Undo part of default theme changes, always pick build-inDave Davenport
2021-08-24[Theme] Ship default theme separately.Dave Davenport
2021-08-23[main] Try to fix default theme loading.Dave Davenport
2021-08-21[CppCheck] Fix some shadowing variables.Dave Davenport
2021-08-20[Doc] Try to fix some of the doxygen coverage warnings.Dave Davenport
2021-08-18[RofiIconFetcher] Remove stray debug printf.Dave Davenport
2021-08-18[Cleanup] Using clang-tidyDave Davenport
2021-08-18[Cleanup] clang-tidy rofi-icon-fetcher.cDave Davenport
2021-08-18[Cleanup] clang-tidy view.cDave Davenport
2021-08-18[Cleanup] clang-tidy rofi.cDave Davenport
2021-08-17[Window] Allow rofi to stay active on closing a windowDave Davenport
2021-08-17[Rofi] Clear old theme before loading new one on -theme argument.Dave Davenport
2021-08-17[Theme] Fix inheritance copy paste error.Dave Davenport