Commit Graph

11 Commits

Author SHA1 Message Date
Dave Davenport e5847ce0c5 Cleanup, update header files using clang-tidy. 2021-08-29 11:16:59 +02:00
Dave Davenport 59d69c8f33 [Doc] Add some header documentation. 2021-08-29 11:16:59 +02:00
Dave Davenport ddc9326ef2 [Widget] Add scaling option to background-image. 2021-08-29 11:16:59 +02:00
Dave Davenport 023c495037 Cleanup code documentation. 2021-08-29 11:16:59 +02:00
Dave Davenport 7061eb21ae Indent round. 2020-11-03 23:57:02 +01:00
Dave Davenport 6e98290335 [RofiIconFetcher] Do image checking in icon fetcher, use nkutils-enum 2020-10-18 22:01:49 +02:00
Dave Davenport eea8897501 Fix some of the documentation 2020-10-12 21:39:36 +02:00
Dave Davenport 859a9c79d6 Indent the code. 2018-08-08 15:55:13 +02:00
Dave Davenport e4d823774c Export icon fetcher header, remove nxd from icon-fetcher header. 2018-07-14 18:05:34 +02:00
Dave Davenport 75811fd5a5 [IconFetcher] Add some doxygen documentation 2018-06-12 11:10:46 +02:00
Dave Davenport 441c511296
Add an generic icon fetcher that can be used by any widget and re-uses the main threadpool.
Add an generic icon fetcher that can be used by any widget and re-uses the main threadpool.

* Make threadpool more generic usable.
* Add generic icon fetcher, that caches icons.
* Make DRUN use this fetcher.
* Add icon widget.

#809
2018-06-09 19:13:57 +02:00