summaryrefslogtreecommitdiffstats
path: root/source/rofi-icon-fetcher.c
AgeCommit message (Expand)Author
2024-04-18[IconFetcher] Don't check for extension for image file.Dave Davenport
2024-04-15[IconFetcher] Fix failing decode of animated GIFs. (#1975)martinsifrar
2024-03-08[View] Work around GThreadPool 1 pointer bug.Dave Davenport
2024-03-02[IconFetcher] Don't free on removal from thread-poolDave Davenport
2024-03-01Add an item-free method to the thread-poolDave Davenport
2024-02-16[Build] Reduce amount of warnings (#1944)lbonn
2024-02-11[ThreadPool] Sort items in the queue based on priorityQball Cow
2023-11-16[IconFetcher] If last step fails to load icon, don't error out make warningDave Davenport
2023-11-06[Dmenu][Script] Add 'display' row option to override whats displayed.Dave Davenport
2023-08-15[Theme] Try to fix importing of theme.Dave Davenport
2023-04-21[IconFetcher] Fix small memory leak.Dave Davenport
2023-04-21Small memory leaks fixed and other cleanups.Dave Davenport
2023-01-14Update copyright dates.Dave Davenport
2022-12-30[IconFetcher] Fix for api changeDave Davenport
2022-10-22[Window] Add -window-prefer-icon-theme option.Dave Davenport
2022-07-16[IconFetcher] Add support for font rendering as icon.Dave Davenport
2022-02-23Change modi -> modesDave Davenport
2022-02-07Bump copyright date.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-17[IconFetcher] Look for images in theme directories.Dave Davenport
2021-08-14Simple maintenance improvements (#1370)a1346054
2021-06-15[Widget] Add scaling option to background-image.Dave Davenport
2021-06-09Update copyright header.Dave Davenport
2021-06-08Remove some deprecated options.Dave Davenport
2021-06-01Re-indent the code using indenter.Dave Davenport
2021-05-05Cleanup code documentation.Dave Davenport
2021-01-17Reduce scope of variables.Dave Davenport
2020-11-03Indent round.Dave Davenport
2020-10-20[RofiIconFetcher] Add missing freeDave Davenport
2020-10-20[RofiIconFetcher] Switch to gdk-pixbuf.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-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-08-28Run indenter.Dave Davenport
2020-02-14[IconFetcher] Do faster scaling.Dave Davenport
2020-02-14[IconFetcher] Add jpeg support, scale on load.Dave Davenport
2020-01-01Update copyright dates.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2018-08-08Indent the code.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-12More documentation fixesDave 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-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