Commit Graph

185 Commits

Author SHA1 Message Date
Kim Woelders d885dcc5b3 dbus: Enable by default 2024-04-02 15:35:02 +02:00
Kim Woelders 46f0a72ea4 eesh: Add possibility to use editline (--with-editline, default off) 2023-12-23 15:35:51 +01:00
Kim Woelders d094c7d925 events: Drop select() based event loop
poll() is available everywhere, I think.
2023-12-22 04:28:30 +01:00
Kim Woelders fa5c7897b5 1.0.29 2023-10-28 19:31:13 +02:00
Kim Woelders 8c4acb09e9 1.0.28 2023-07-13 09:37:45 +02:00
Kim Woelders a90ac65bd7 1.0.27 2022-11-25 06:46:07 +01:00
Kim Woelders b7e7f62085 1.0.26 2022-10-24 08:20:07 +02:00
Kim Woelders de0dcfadb9 autofoo: Rework git tag/release stuff
- Add 'release' target to make dist without git tag in rpm name and
  version string.
- Use .git-src (not .git) to test if we are building from git.
2022-10-23 08:21:59 +02:00
Kim Woelders 6a1a3fff15 autofoo: Fix incorrect handling of no-container option
cf4e4d7193 inadvertently changed
USE_CONTAINER_WIN to be disabled by default.

Disabling USE_CONTAINER_WIN causes focus issues and incorrect initial
placement of client in frame window for some clients, so this disabling
by default is rather unfortunate.
2022-10-20 20:24:50 +02:00
Kim Woelders 845cbedaf7 autofoo: Drop pkg_revision some more 2022-07-23 14:53:37 +02:00
Kim Woelders eaf6872dcb autofoo: Drop pkg_revision 2022-07-02 22:57:53 +02:00
Kim Woelders 1395a529fc 1.0.25 2022-06-13 08:01:04 +02:00
Kim Woelders 356120fd31 docs: Convert xml to asciidoc
Done with
pandoc -f docbook -t asciidoctor docs/e16.xml > docs/e16.asc
2022-06-06 12:24:55 +02:00
Kim Woelders cf4e4d7193 autofoo: Invert no-container option logic
Should make it less likely that it is activated by mistake.

(apparently causes focus issues)
2022-05-09 15:49:46 +02:00
Kim Woelders 8b553d3d97 Remove gnome1 hint support
Probably about time - obsolete and disabled by default for almost 20 years.
2022-02-14 16:52:15 +01:00
Kim Woelders 7a4db552b3 1.0.24.000 2022-02-04 06:33:55 +01:00
Kim Woelders 2db8cc269f 1.0.24 2021-11-14 08:13:34 +01:00
Kim Woelders f18f394e35 Introduce HAVE_COMPOSITE_OVERLAY_WINDOW 2021-05-07 07:11:09 +02:00
Kim Woelders fc34a157b9 Sound: Enable changing engine at runtime
Mostly for fun but also makes it easier to compile check/test all sound
engines in one e16 instance, instead of having to go through all
build-time sound configurations.
2021-04-23 19:54:52 +02:00
Kim Woelders 4df26af47a Don't build disabled stuff
Disable by autofoo instead of by #ifdef.
2021-04-23 08:21:41 +02:00
Kim Woelders 06a6894e90 Sound: Change some esd to esound
Preparing for sound engines.
2021-04-23 08:21:41 +02:00
Kim Woelders 9b11a3d2a1 Sound: Change some pa to pulse
Just a bit more consistent.
2021-04-23 08:21:41 +02:00
Kim Woelders 50e6b76395 Drop (v)snprintf() implementation
Let's assume everybody has this by now.
2021-04-23 08:21:41 +02:00
Kim Woelders a79f0a8cd6 Use installed gettext version, if possible
Let's try again.
2021-04-12 19:37:24 +02:00
Kim Woelders 404886956b Eliminate AM_LANGINFO_CODESET 2021-04-12 19:37:24 +02:00
Kim Woelders 4e8f03f499 1.0.23.000 2021-04-12 19:37:24 +02:00
Kim Woelders ed39ba65fd 1.0.23 2021-04-09 07:31:19 +02:00
Kim Woelders 3b3cc5d6a4 Remove obsolete and unused AC_HEADER_STDC 2021-03-26 16:57:21 +01:00
Kim Woelders eb4ea872e9 Sound: Treat player engine like others 2021-01-09 16:08:24 +01:00
Kim Woelders 3c75173573 Sound: autofoo cosmetics 2021-01-09 13:43:27 +01:00
Kim Woelders a620fd47dc Use poll() for event handling by default (if available)
Might be more efficient, mostly just playing around.
2020-11-05 17:08:39 +01:00
Kim Woelders a0d7895668 1.0.22.000 2020-06-21 08:39:13 +02:00
Kim Woelders 9b108adddd 1.0.22. 2020-06-20 06:24:40 +02:00
Kim Woelders 60a3937341 configure.ac: Avoid trouble with missing AM_LANGINFO_CODESET
Use gettext 0.19.

gettext 0.20 apparently doesn't have AM_LANGINFO_CODESET - sort that out
some other day.
2020-06-19 20:05:18 +02:00
Kim Woelders 01a2163989 Add feature to build with ASAN (--enable-gcc-asan) 2020-05-05 22:42:08 +02:00
Kim Woelders 258d174ffa Autofoo cosmetics (AC_HELP_STRING -> AS_HELP_STRING). 2020-05-05 22:41:26 +02:00
Kim Woelders be8c4faf60 Add alsa-lib sound backend 2020-05-05 10:22:36 +02:00
Kim Woelders 42447b16d3 Minor cleanups after sound by audio player feature
- Correct configure.ac help string
- Issue warning if player is not executable

Also change sound server problem warning message from GSOD to dialog.
2020-05-02 08:12:46 +02:00
Kim Woelders 1ea08c2075 Optionally play sounds using audio player 2020-05-01 15:42:03 +02:00
Kim Woelders 0ef79b8771 Autofoo sound configuration cosmetics 2020-05-01 14:11:26 +02:00
Kim Woelders a35ea61980 Spec file: Add git tag to rpm file name (if built from git checkout) 2020-03-07 17:30:56 +01:00
Kim Woelders dca85018b7 configure.ac: Drop unnecessary prefix stuff 2020-03-07 17:30:56 +01:00
Kim Woelders a30f4bf566 Use installed gettext version, if possible
Seems reasonable and may avoid warnings like
 The 'AM_PROG_MKDIR_P' macro is deprecated, ...
2019-11-02 16:40:56 +01:00
Kim Woelders a6a411eb93 1.0.21.000 2019-11-02 16:40:56 +01:00
Kim Woelders 54901d1404 1.0.21. 2019-10-24 18:54:03 +02:00
Ingo Feinerer 04ec9834d9 Add sndio sound back end 2019-08-14 15:14:45 +02:00
Kim Woelders a91440ebf6 1.0.20. 2019-05-31 18:04:07 +02:00
Kim Woelders 48b5d7b401 Add gobject-2.0 dependency in case pango doesn't include it
Apparently it was missing at some point.
2019-05-30 16:11:02 +02:00
Kim Woelders 4d8f151154 Use pkg-config some more 2019-04-25 09:06:06 +02:00
Kim Woelders 7dd27583aa configure.ac: Drop check for unused wctype.h 2019-04-25 09:06:06 +02:00