summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)Author
2022-01-29Tag developmentDave Davenport
2022-01-29Version 1.7.31.7.3Dave Davenport
2022-01-25Mark -combi-hide-mode-prefix as deprecated.Dave Davenport
2021-11-30Bump version to 1.7.2-devDave Davenport
2021-11-30Version 1.7.21.7.2Dave Davenport
2021-11-26Bump to 1.7.1-devDave Davenport
2021-11-26Release 1.7.11.7.1Dave 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-14Simple maintenance improvements (#1370)a1346054
* rofi moved to libera.chat * unify some theme headers and whitespace * consistently use the same hashbang for bash * improve obsolete way of testing equality see https://github.com/koalaman/shellcheck/wiki/SC2268 for explanation * use consistent function definitions in bash scripts * remove duplicated author and fix whitespace * quote all variables in scripts fixes many warnings identified through shellcheck * fix whitespace in scripts * fix whitespace in non-source files * fix spelling in non-source files * fix whitespace and indentation in source files * fix spelling in source files
2021-06-01[Configuration] Remove old configuration format.Dave Davenport
2021-05-23Add cursor property (#1313)TonCherAmi
* Change mouse cursor on widget hover Currently only listview element and editbox are supported. * Add cursor property
2021-01-04configure.ac: Remove argument from AC_PROG_LEX (#1250)Lars Wendler
autoconf-2.70 only accepts "yywrap" and "noyywrap" as arguments to AC_PROG_LEX. Calling it with no arguments will trigger the old behavior from autoconf-2.69. Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
2020-11-22Update version.Dave Davenport
2020-11-22Version 1.6.11.6.1Dave Davenport
2020-10-20[RofiIconFetcher] Switch to gdk-pixbuf.Dave Davenport
2020-10-18[IconLoader] add optional gif loader.Dave Davenport
2020-10-17[RofiIconFetcher] Don't exit out on libjpeg error, but don't load image.Dave Davenport
2020-10-12Try fixing build on meson of readdir dirent args.Dave Davenport
2020-09-06Update version in configure.ac to 1.6.0-devDave Davenport
2020-09-06Bump version to 1.6.01.6.0Dave Davenport
2020-09-03Try to improve bison check so it works on bsdDave Davenport
2020-04-07[Combi] Remove strchrnullDave Davenport
Issue: #1083
2020-02-14[IconFetcher] Add jpeg support, scale on load.Dave Davenport
TODO: fix scaling speed.
2019-10-29Remove deprecated option from configure.Dave Davenport
2019-07-06[build] Check for the strchrnul function in configure.acDave Davenport
Issue: #989
2019-06-26Setup dev. version.Dave Davenport
2019-06-26Bug fix release 1.5.41.5.4Dave Davenport
2019-06-23Mark dev branch.Dave Davenport
2019-06-23V1.5.3 - Time delayed progress1.5.3Dave Davenport
2019-05-14Change buildsystem link to DaveDavenport -> davatorium.Dave Davenport
2019-05-11[Timings] Move into new debug system. (#961)Dave Davenport
* [Timings] Move into new debug system. * [Timings] Remove newlines.
2019-04-19configure.ac,meson: Define GLIB_VERSION_{MIN_REQUIRED,MAX_ALLOWED}Quentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-01-07Return EX_DATAERR when fails to parse theme.Dave Davenport
This way a script can check if there was an error, otherwise you can wind up in a loop.
2018-12-30Setup dev for next release.Dave Davenport
2018-12-30Release 1.5.21.5.2Dave Davenport
2018-03-18Mark as dev build.Dave Davenport
2018-03-18Release 1.5.11.5.1Dave Davenport
2018-02-01Tag as dev version.Dave Davenport
2018-02-01Bump version to 1.5.01.5.0Dave Davenport
2017-10-31Use AM_PATH_GLIB_2_0 to figure out where glib-compile-resource is.Dave Davenport
2017-09-26Update versionDave Davenport
2017-09-261.4.0 Release.1.4.0Dave Davenport
2017-07-27Don't enable asan on --disable-asan.Dave Davenport
Issue: #642
2017-06-02Remove toupper from lexer.c replace by glib equiv.Dave Davenport
2017-05-30drun: Implement icon supportQuentin 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-18Add strikethrough highlight method.Dave Davenport
2017-05-04xkb: Use consumed2 API when availableQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>