summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)Author
2021-06-08Remove deprecated theme optionsDave Davenport
* color_window * color_urgent * color_active * color_normal
2021-06-05Fix tests. (#1323)TonCherAmi
2021-06-01Fix tests.Dave Davenport
2021-05-05Fix make distcheck.Dave Davenport
2021-02-14Small fixes to docu themeDave Davenport
2020-10-20[RofiIconFetcher] Switch to gdk-pixbuf.Dave Davenport
2020-10-18[IconLoader] add optional gif loader.Dave Davenport
2020-10-12[FileBrowser] Add file browser modi.Dave Davenport
2020-09-19[Man] update-rofi-sensible-terminal.1 manpageDave Davenport
* Source from markdown * Update list. Fixes: #897 #850
2020-08-18[Build] Try to fix make dist for meson.Dave Davenport
2020-07-05[Test] Update check building.Dave Davenport
2020-02-14[IconFetcher] Add jpeg support, scale on load.Dave Davenport
TODO: fix scaling speed.
2020-02-02Add rofi-script manpage, add meta option support to dmenu.Dave Davenport
update ronn to go-md2man
2019-05-14[Themes] Add 'fancy' theme.Dave Davenport
2019-04-02[Dmenu][Script] Share some code between the two modiDave Davenport
2018-11-01Add missing Example scriptDave Davenport
Fixes: #869
2018-07-14Export icon fetcher header, remove nxd from icon-fetcher header.Dave Davenport
2018-06-09Add an generic icon fetcher that can be used by any widget and re-uses the ↵Dave Davenport
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-03-29autotools: Dist man pages sources files tooQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2018-03-29gitmodules: Update libnkutilsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2018-02-25Update themes from rofi-themes repositoryDave Davenport
2017-11-05Install rofi-theme-selector manpage.Dave Davenport
2017-10-31Use AM_PATH_GLIB_2_0 to figure out where glib-compile-resource is.Dave Davenport
2017-10-31Remove default-theme header file.Dave Davenport
2017-10-31meson: Add default theme GResource bitsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-10-31First testing to use GResource to load default theme.Dave Davenport
2017-10-03Install rofi-types.h and fix includes for pluginsDave Davenport
2017-09-29Make tokenize test use libcheck.Dave Davenport
- Add some tests for negate.
2017-09-27autotools: Include subprojects meson_options.txt tooQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-07-17meson: Fix update-manpage targetQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-20Fix tests by splitting types name into separate file.Dave Davenport
2017-06-19Add Pop-Dark theme.Dave Davenport
2017-06-05Add dmenu themeDave Davenport
2017-06-03Remove non-existing files from Makefile.Dave Davenport
2017-06-01display: Introduce display.hQuentin Glidic
The API is meant to be neutral to fit any display backend. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-01autotools: Fix buildQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30view: Add icon (basic) supportAaron Ash
2017-05-29Use libnkutils for keybindingsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-28Makefile.am: Use wrapper script for test-xQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-28Merge branch 'master' into wip/mesonQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-15[ThemeParser] Add CSS color names supportDave Davenport
* [ThemeParser] Add css color names * Add CSS color support (WIP) * Parse color names in the lexer. * Add test for css color names * Indent and fix ordering
2017-05-15meson: Now dist target is upstreamQuentin Glidic
This reverts commit 2140c9dffbd601eac2574473c741b8b9834e3887, but not the Makefile.am part. Also fixes EXTRA_DIST. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-14Add a old theme conversion test and default theme dump test.Dave Davenport
2017-05-04meson: Add dist targetQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-04gitmodules: Move to subprojects/Quentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-04Fixing make dist including build lexer header fileDave Davenport
2017-05-04Fix building out of source dir.Dave Davenport
2017-05-04theme-parser: Drop lexer/ in #includesQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-04-30Make explicit flag for enabling/disabling libcheck usage.Dave Davenport
Automagic detection is frowned upon: https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Automagic_dependencies
2017-04-30Allow libcheck to be disabled if not foundDave Davenport