forked from e16/e16
1
0
Fork 0
Commit Graph

133 Commits

Author SHA1 Message Date
Kim Woelders 09fc7a95ef If sound is enabled check that we have a sound loader 2018-06-23 14:07:42 +02:00
Kim Woelders 3e5398789b Add some image cache control
Most of this requires imlib2-1.5.0.

- Enable showing setup and usage.
- Store regular image cache size in configuration.
- Add control for XImage cache item count.
2018-02-22 07:36:36 +01:00
Kim Woelders fda39df73d Remove pseudotransparency support - 1
Has been disabled by default for 5 years.

- Remove autofoo stuff.
- Unifdef ENABLE_TRANSPARENCY and ENABLE_THEME_TRANSPARENCY.
- Remove transparency settings from docs/e16.xml.
2018-02-04 13:27:31 +01:00
Kim Woelders 01c450aa6d 1.0.18.000. 2017-06-25 13:57:31 +02:00
Kim Woelders bfa082d23c 1.0.18. 2017-04-16 15:29:17 +02:00
Kim Woelders 33991a6bf2 Drop incomplete HAVE_STDARG_H stuff. 2016-11-25 17:44:59 +01:00
Kim Woelders a3d74c3250 Build .xz tarball too. 2015-08-20 17:40:36 +02:00
Kim Woelders fb9325ac94 Use AC_USE_SYSTEM_EXTENSIONS. 2015-08-20 17:40:36 +02:00
Kim Woelders 7fecba2dbe 1.0.17.000. 2015-08-20 17:40:36 +02:00
Kim Woelders 238d9f8200 1.0.17. 2015-07-12 20:03:51 +02:00
Kim Woelders cf7d68ec4f 1.0.16.002. 2015-06-22 20:26:54 +02:00
Kim Woelders eedd3f6789 Use gettext 0.18.
Because.. umm... because we must move on.. yes!
2015-04-07 20:28:25 +02:00
Kim Woelders 02b64e4a6f 1.0.16.001. 2015-04-07 20:19:21 +02:00
Kim Woelders 82cfa85000 1.0.16.000. 2015-03-20 21:07:26 +01:00
Kim Woelders 3b4cc842e2 1.0.16. 2015-02-21 14:55:34 +01:00
Kim Woelders 34b9bb9474 1.0.15.001. 2015-01-17 19:39:15 +01:00
Kim Woelders 8e866cf49c Visibility cosmetics (use EC_C_VISIBILITY). 2015-01-04 16:43:05 +01:00
Kim Woelders 1e625f8bb4 Initial Present infrastructure. 2014-11-23 06:37:07 +01:00
Kim Woelders b38fe1e6cf 1.0.15.000. 2014-11-20 21:44:59 +01:00
Kim Woelders 6ab2ad9a60 1.0.15. 2014-11-18 21:43:56 +01:00
Kim Woelders c08ff59b9c Simplify sound configuration.
Use --enable-sound=yes/pulseaudio/esound/no.

--enable-sound-pulse and --enable-sound-esound are now gone.
2014-10-17 21:23:10 +02:00
Kim Woelders be326e53a8 1.0.14.001. 2014-10-17 07:18:25 +02:00
Kim Woelders b01699c2f6 Autofoo cosmetics (use AC_HELP_STRING). 2014-08-09 14:40:18 +02:00
Kim Woelders 65b58c07fc 1.0.14.000. 2014-04-14 20:49:36 +02:00
Kim Woelders 7c6271bdfb 1.0.14. 2014-03-29 13:08:11 +01:00
Kim Woelders db285ed1dd Autofoo update (AC_PROG_LIBTOOL -> LT_INIT). 2014-02-16 10:53:50 +01:00
Kim Woelders 9fd422c459 1.0.13.004. 2014-02-15 14:43:51 +01:00
Kim Woelders 0016bee021 1.0.13.003. 2013-10-13 09:28:03 +02:00
Kim Woelders d39918d449 Update gettext version to 0.17. 2013-10-13 09:26:54 +02:00
Kim Woelders 6703ab1c59 1.0.13.002. 2013-09-22 12:29:22 +02:00
Kim Woelders b42aa48304 Autofoo macro cleanups.
- Eliminate use of obsolete AC_TRY_COMPILE.
- Changes names AC_/ac_ to EC_/ec_ to stay out of autoconf namespace.
2013-09-22 12:26:05 +02:00
Kim Woelders 434c042c03 1.0.13.001. 2013-08-14 21:55:42 +02:00
Kim Woelders 374b0cbb4d 1.0.13.000. 2013-05-18 10:27:59 +02:00
Kim Woelders 382358937c 1.0.13. 2013-04-13 10:35:08 +02:00
Kim Woelders 08e2a525eb 1.0.12.000. 2013-03-26 22:23:28 +01:00
Kim Woelders 861ca487c4 1.0.12. 2013-03-26 07:30:20 +01:00
Kim Woelders 230bd9a2d6 1.0.11.002.
SVN revision: 84320
2013-02-23 11:35:51 +00:00
Kim Woelders e00b691454 Build silently (use AM_SILENT_RULES).
SVN revision: 84318
2013-02-23 11:35:44 +00:00
Kim Woelders 6798a5e356 1.0.11.001
SVN revision: 83997
2013-02-16 14:19:01 +00:00
Kim Woelders 4229befae1 Switch default sound support to pulseaudio/libsndfile.
EsounD seems to be on the way to deprecation/retirement.

SVN revision: 83993
2013-02-16 14:18:47 +00:00
Kim Woelders 11a64c01e0 Remove obsolete ecore_x compatibility.
SVN revision: 83804
2013-02-10 09:59:17 +00:00
Kim Woelders ceb0c5aa3f Enable not using a container window.
When not using the container window, client windows are reparented to
the frame window, not to a container window which is a child of the
frame window.

SVN revision: 83374
2013-01-27 21:00:54 +00:00
Kim Woelders 373188655f Add AC_CONFIG_MACRO_DIR.
SVN revision: 82726
2013-01-13 13:24:18 +00:00
Kim Woelders 629dd93f63 Disable pseudo-transparency by default.
SVN revision: 82007
2013-01-02 19:27:25 +00:00
Kim Woelders e3de1a5c95 More old move/resize removal.
SVN revision: 82006
2013-01-02 19:27:20 +00:00
Kim Woelders 80a3b2149e Remove code for shaded, semi-solid, and translucent move/resize modes.
Disabled (by default) at compile time as of 1.0.3.

SVN revision: 81865
2012-12-29 12:06:46 +00:00
Kim Woelders 05b03f4204 Enable using libsndfile for sound file loading.
SVN revision: 78308
2012-10-21 15:57:21 +00:00
Kim Woelders 8909a89c48 1.0.12.000.
SVN revision: 78307
2012-10-21 15:57:13 +00:00
Kim Woelders 6ef75b3c3a 1.0.11.
SVN revision: 77385
2012-10-03 20:43:49 +00:00
Kim Woelders 82dab9684a 1.0.10.002.
SVN revision: 76336
2012-09-08 07:35:45 +00:00