[e-users] imlib2-1.12.2

2024-02-03 Thread Kim Woelders
imlib2-1.12.2: A number of loader/saver fixes: - PNG loader: Properly suppress messages from libpng - TIFF loader: Properly suppress messages from libtiff - Y4M loader: Various fixes - PNG saver: Avoid double-free on write errors - PNG saver: Avoid potential issues around setjmp/longjmp - JPG

Re: [e-users] e16 random crashes when minimizing app into iconbox

2023-11-14 Thread Kim Woelders
On 2023-11-13 22:23, Pavel Sanda wrote: On Sun, Nov 12, 2023 at 01:38:29PM +0100, Kim Woelders wrote: ... - The e16 configuration (~/.e16/e_config--0.0.*, assuming you are running on display :0) It's in the attachment... I see no attachment? ... You could try disabling iconbox animation

Re: [e-users] e16 random crashes when minimizing app into iconbox

2023-11-12 Thread Kim Woelders
On 2023-11-11 22:51, Pavel Sanda wrote: Hi Kim, Hi Pavel :) first let me thank you for your continuous support of e16! Thank you :) I have two long-term woes wrt e-16, both bugs are there for years and not showstoppers, but recent loss of some work pushed me to finally report it :)

[e-users] e16-1.0.29

2023-10-29 Thread Kim Woelders
e16-1.0.29 is available for download: https://sourceforge.net/projects/enlightenment/files/e16/1.0.29/ Primarily a number of mostly minor bug fixes, maintenance: - Enable setting lock, suspend, and hibernate actions in logout dialog - Fix e16 theme cursors - Fix weirdness with iconbox

[e-users] imlib2-1.12.1

2023-09-22 Thread Kim Woelders
imlib2-1.12.1: Primarily fixing - Segv when scaling on ix86 - Bitmap grabbing Source packages: https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.12.1/ /Kim ___ enlightenment-users mailing list

[e-users] imlib2-1.12.0

2023-08-17 Thread Kim Woelders
imlib2-1.12.0: - Fix missing munmap() when using imlib_load_image_fd() - Fix potentially using incorrect file size when loading file May happen when reloading changing files - Use sub-second time info when available when checking cached images - Fix preservation of alpha chanel flag in

Re: [e-users] error on statically linked programs that use imlib2 static libraries

2023-07-26 Thread Kim Woelders
As is, things will not work when using -static. The loaders are loaded dynamically as separate shared objects. One reason to do this is to avoid loading all libraries used by all loaders (libpng, librsvg2, etc., and their dependencies) at application startup but defer it until needed. Another

[e-users] e16-1.0.28

2023-07-13 Thread Kim Woelders
e16-1.0.28 is available for download: https://sourceforge.net/projects/enlightenment/files/e16/1.0.28/ Mostly minor bug fixes and a couple of minor features: - Keep focus when window is un-fullscreened - Fix potential trouble when switching desks fast - Fix lockup if chrashing when the server is

Re: [e-users] e16: better comment parsing in AclassConfigLineParse

2023-06-26 Thread Kim Woelders
On 2023-06-27 00:35, Dennis Nezic wrote: On 26 Jun 19:53, Kim Woelders wrote: On 2023-06-25 19:22, Dennis Nezic wrote: Currently comments in bindings.cfg are parsed dumbly (but efficiently) as the first occurrence of '#', even if it occurs in a pair of quotes. Attached is a more intelligent

Re: [e-users] e16: better comment parsing in AclassConfigLineParse

2023-06-26 Thread Kim Woelders
On 2023-06-25 19:22, Dennis Nezic wrote: Currently comments in bindings.cfg are parsed dumbly (but efficiently) as the first occurrence of '#', even if it occurs in a pair of quotes. Attached is a more intelligent way that handles such quotes. "eesh exec" in a terminal, and the exec commands in

Re: [e-users] imlib2-1.11.1

2023-05-03 Thread Kim Woelders
On 2023-05-04 03:22, Masaru Nomiya wrote: Hello, In the Message; Subject: Re: [e-users] imlib2-1.11.1 Message-ID : Date & Time: Wed, 3 May 2023 18:05:55 +0200 [KW] == Kim Woelders has written: [...] MN> > As for liby4m, you think that the --with-y4m switch is suppose

Re: [e-users] imlib2-1.11.1

2023-05-03 Thread Kim Woelders
On 2023-05-03 03:20, Masaru Nomiya wrote: Hello, In the Message; Subject: Re: [e-users] imlib2-1.11.1 Message-ID : Date & Time: Tue, 2 May 2023 16:53:44 +0200 [KW] == Kim Woelders has written: KW> The one I used for testing is here: https://github.com/matthewharvey

Re: [e-users] imlib2-1.11.1

2023-05-02 Thread Kim Woelders
The one I used for testing is here: https://github.com/matthewharvey/liby4m. I'm not aware of alternatives. /Kim On 2023-05-02 14:07, Carla Sensa wrote: Hello Kim, Where do I find the y4m library? Le 02/05/2023 à 09:17, Kim Woelders a écrit : imlib2-1.11.1: - New loader for y4m files (uses

[e-users] imlib2-1.11.1

2023-05-02 Thread Kim Woelders
imlib2-1.11.1: - New loader for y4m files (uses liby4m and libyuv) - Include an rgb.txt so we don't rely on an external one for the xpm loader - Change method used to not unload loaders (no longer use -z nodelete) - Add jxl saver Source packages:

[e-users] imlib2-1.11.0

2023-03-09 Thread Kim Woelders
imlib2-1.11.0: - Added PAM support in PNM loader - New API function to write image to file descriptor - Fix various corner cases in X11 drawable grabbing functions Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.11.0.tar.gz

[e-users] imlib2-1.10.0

2022-12-19 Thread Kim Woelders
imlib2-1.10.0: - New API functions to load images from memory - Some loader fixes - New ani loader - New loader infrastructure Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.10.0.tar.gz http://downloads.sourceforge.net/enlightenment/imlib2-1.10.0.tar.xz

Re: [e-users] Blinking Issue?

2022-12-13 Thread Kim Woelders
Just for the record - e16 does do compositing, has since 0.16.8, released in 2006. Not GL, just Xrender. It does however not use anything .e/... (but .e16/...) or efl, and has no shelves or iBar stuff, so I doubt we are actually talking about e16 here. /Kim On 12/13/22 15:41, Carsten

[e-users] e16-1.0.27

2022-11-26 Thread Kim Woelders
e16-1.0.27 is available for download: https://sourceforge.net/projects/enlightenment/files/e16/1.0.27/ - Fix menu generation - Fix (unlikely) lockup when switching desks /Kim ___ enlightenment-users mailing list

[e-users] e16-1.0.26

2022-10-24 Thread Kim Woelders
e16-1.0.26 is available for download: https://sourceforge.net/projects/enlightenment/files/e16/1.0.26/ Primarily fixing a few potentially annoying regressions in 1.0.25: - Fix incorrect default effect of particular build option, fixing - initial misplacement of certain application windows

[e-users] imlib2-1.9.1

2022-07-07 Thread Kim Woelders
Some minor fixes, maintenance: - x11_color: Simplify and fix error paths - modules: Enable setting multiple loader/filter paths - JPEG loader: Use mmap'ed file access - TIFF saver: Change default compression type to avoid runtime warning Source packages:

[e-users] e16-1.0.25

2022-06-13 Thread Kim Woelders
e16-1.0.25 is available for download: https://sourceforge.net/projects/enlightenment/files/e16/1.0.25/ A few new features and numerous bug fixes, enhancements, and cleanups. - Enable making windows stick on specific desks/areas ("pinning") - Enable setting desktop names (via desks.names) -

[e-users] imlib2-1.9.0

2022-04-23 Thread Kim Woelders
imlib2-1.9.0: - Add JPEG XL, JPEG 2000, and PS/EPS loaders - Various loader fixes and improvements - Move API documentation to header file - Use stdint types instead of DATA32 etc. - Add imlib_load/save_image_with_errno_return() and imlib_strerror() Source packages:

Re: [e-users] e16 & zoom screen sharing - dark screen

2022-03-30 Thread Kim Woelders
On 3/29/22 15:01, Pavel Sanda wrote: On Mon, Mar 28, 2022 at 09:01:12PM +0200, Kim Woelders wrote: To work around the problem you can either disable shadows or add this to your matches.cfg (copy /usr/share/e16/config/matches.cfg to ~/.e16/ if you don't have it already): Title

Re: [e-users] e16 & zoom screen sharing - dark screen

2022-03-28 Thread Kim Woelders
On 3/28/22 18:15, Pavel Sanda wrote: Hi, when I share full screen with the videoconferencing tool Zoom (zoom.us) the whole screen gets very dark as if the zoom app drawed transparent window over the whole screen - so the windows below are very dark probably due to opacity of the "transparent"

[e-users] imlib2-1.8.1

2022-03-15 Thread Kim Woelders
Some fixes + maintenance, most notably: - Fix build without X headers - Correct grabbing of pixmaps/windows with depth 15 or 16 - JPG loader: Enable saving progressive JPEG - XPM Loader: Avoid wasting much time looking for signature in large non-xpm files - PNM, XPM loaders: Fix trouble with

[e-users] imlib2-1.8.0

2022-02-07 Thread Kim Woelders
Highlights: - Support for "multiframe" (amimated) images Supported by gif, png, webp (and ico) loaders - New loaders: svg, heif, lzma(xz) - Numerous loader fixes Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.8.0.tar.gz

[e-users] imlib2-1.7.5

2021-12-06 Thread Kim Woelders
Contains a fair amount of changes, most notably: - Build .xz instead of .bz2 release tarball - Drop imlib2-config (use pkg-config) - Drop support for libungif - Imlib.h: Add version macros - Add some facilities for debugging (normally disabled) - Fix y-upscaling in

Re: [e-users] e16: matches.cfg documentation clarification

2021-11-23 Thread Kim Woelders
On 11/23/21 15:29, Dennis Nezic wrote: In the description of the "Size" match value, in /usr/share/e16/config/matches.cfg it currently says: Size: {>|<}x What does {>|<} mean? Wouldn't this be more readable: Size: -x- Ie. it's expecting 4 values in that format. Right, fixed in git.

Re: [e-users] e16 regex bugfix

2021-11-15 Thread Kim Woelders
On 11/15/21 06:53, Dennis Nezic wrote: On Mon, 15 Nov 2021 00:29:46 -0500, Dennis Nezic wrote: On Sat, 13 Nov 2021 18:11:02 +0100, Kim Woelders wrote: On 11/13/21 16:17, Dennis Nezic wrote: On Sat, 13 Nov 2021 07:33:19 +0100, Kim Woelders wrote: On 11/13/21 05:18, Dennis Nezic wrote: On Fri

[e-users] e16-1.0.24

2021-11-14 Thread Kim Woelders
e16-1.0.24 is available for download: http://sourceforge.net/projects/enlightenment/files/ Yet another number of bug fixes and minor features/enhancements. Most likely to be noticed: - Pagers: Remember zoom setting when changed by pager menu - Systray: Change default icon size to 32 - Support

Re: [e-users] e16 regex bugfix

2021-11-13 Thread Kim Woelders
On 11/13/21 16:17, Dennis Nezic wrote: On Sat, 13 Nov 2021 07:33:19 +0100, Kim Woelders wrote: On 11/13/21 05:18, Dennis Nezic wrote: On Fri, 12 Nov 2021 17:48:50 +0100, Kim Woelders wrote: On 11/11/21 21:24, Dennis Nezic wrote: Here's a small patch for regex.c Currently, in matches.cfg

Re: [e-users] e16 regex bugfix

2021-11-12 Thread Kim Woelders
On 11/13/21 05:18, Dennis Nezic wrote: On Fri, 12 Nov 2021 17:48:50 +0100, Kim Woelders wrote: On 11/11/21 21:24, Dennis Nezic wrote: Here's a small patch for regex.c Currently, in matches.cfg, "Title *bla ..." will match any title with "bla" in it ... but it should onl

Re: [e-users] e16 regex bugfix

2021-11-12 Thread Kim Woelders
On 11/11/21 21:24, Dennis Nezic wrote: Here's a small patch for regex.c Currently, in matches.cfg, "Title *bla ..." will match any title with "bla" in it ... but it should only match if the title ends in bla, right? Right. Patch looks good to me - pushed to git. By the way, the

[e-users] imlib2-1.7.4

2021-09-17 Thread Kim Woelders
Primarily fixing loading of GIF, TIFF, and WEBP images if the file name does not have an extension matching the image type. Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.7.4.tar.bz2 http://downloads.sourceforge.net/enlightenment/imlib2-1.7.4.tar.gz

[e-users] imlib2-1.7.3

2021-08-09 Thread Kim Woelders
The only change since 1.7.2 is a fix to detect bzip2 availability at configure time (for distros which don't add bzip2.pc). Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.7.3.tar.bz2 http://downloads.sourceforge.net/enlightenment/imlib2-1.7.3.tar.gz

Re: [e-users] imlib2-1.7.2

2021-08-07 Thread Kim Woelders
BZIP2...: no ID3.: yes ... Le 27/07/2021 à 20:05, Kim Woelders a écrit : Mostly a couple of minor loader fixes and maintenance. A few specifics: imlib2 1.7.2: - Restore file:key functionality (broken since 1.7.0) - Add XBM loader imlib2_loaders 1.7.2: - Disable broken

[e-users] imlib2-1.7.2

2021-07-27 Thread Kim Woelders
Mostly a couple of minor loader fixes and maintenance. A few specifics: imlib2 1.7.2: - Restore file:key functionality (broken since 1.7.0) - Add XBM loader imlib2_loaders 1.7.2: - Disable broken EET loader Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.7.2.tar.bz2

Re: [e-users] e16-1.0.23

2021-04-09 Thread Kim Woelders
, 2021 at 7:34 AM Kim Woelders wrote: e16-1.0.23 is available for download: http://sourceforge.net/projects/enlightenment/files/ A number of bug fixes and minor features/enhancements: - Add option to allow only the primary mouse button to raise windows - Fix a couple of composite rendering bugs - Use

[e-users] e16-1.0.23

2021-04-09 Thread Kim Woelders
e16-1.0.23 is available for download: http://sourceforge.net/projects/enlightenment/files/ A number of bug fixes and minor features/enhancements: - Add option to allow only the primary mouse button to raise windows - Fix a couple of composite rendering bugs - Use poll() for event handling by

[e-users] imlib2-1.7.1

2020-12-11 Thread Kim Woelders
imlib2 1.7.1: - Fix big-endian build - A couple of fixes for 30 bit depth - A couple of fixes in XPM and WEBP loaders Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.7.1.tar.bz2 http://downloads.sourceforge.net/enlightenment/imlib2-1.7.1.tar.gz

[e-users] imlib2-1.7.0

2020-08-01 Thread Kim Woelders
imlib2 1.7.0: - Enable loading image from file descriptor - Many bug fixes and enhancements in loaders - Cleanups, maintenance. Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.7.0.tar.bz2 http://downloads.sourceforge.net/enlightenment/imlib2-1.7.0.tar.gz

[e-users] e16-1.0.22

2020-06-20 Thread Kim Woelders
e16-1.0.22 is available for download: http://sourceforge.net/projects/enlightenment/files/ A number of bug fixes and minor features/enhancements: - windowmatches: Fix use of MAKE_WINDOW_STICKY_...() macros - windowmatches: Resurrect USE_ICON_IMAGE_FOR_CLIENT_() macros - windowmatches: Issue

Re: [e-users] E16; reserve single pixel space at screen edges.

2019-12-30 Thread Kim Woelders
On 12/28/19 6:12 PM, Sebastian Makowiecki wrote: It's definitely the best e16 theme there is, or I wouldn't be using it. ;) Bold statement! Do show, pretty please :) ___ The best one? - I've got to see that too :) /Kim

Re: [e-users] E16; reserve single pixel space at screen edges.

2019-12-28 Thread Kim Woelders
On 12/27/19 11:57 PM, Christian Klein wrote: On Fri, Dec 27, 2019 at 10:34:36PM +, Sebastian Makowiecki wrote: How would one go about reserving a single pixel space at each of the screen edges so no window is placed there automatically and the maximised windows also respect that space as

[e-users] imlib2-1.6.1

2019-12-13 Thread Kim Woelders
imlib2 1.6.1: - gz, bz2 loaders: Fix recent breakage when file name has more than two dots - LBM loader: Fix header-only loading - Various tweaks in test/demo programs - Enable specifying loader/filter paths with environment variables - BMP loader: Fix size calculation when saving files - A

[e-users] imlib2-1.6.0

2019-11-24 Thread Kim Woelders
imlib2 1.6.0: - Allow to use custom memory management functions for loaded images - Add new .webp and .ico loaders - Many bug fixes and enhancements in loaders - Cleanups, maintenance. Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.6.0.tar.bz2

[e-users] e16-1.0.21

2019-10-24 Thread Kim Woelders
e16-1.0.21 is available for download: http://sourceforge.net/projects/enlightenment/files/ Just a couple of items: - Add sndio sound back end for OpenBSD - Menu generation speedups /Kim ___ enlightenment-users mailing list

[e-users] e16-1.0.20

2019-05-31 Thread Kim Woelders
e16-1.0.20 is available for download: http://sourceforge.net/projects/enlightenment/files/ Mostly a number of bug fixes: - Theming macro updates (Don Harrop) - Warning fixes for gcc 9 - Fix transient placement involving desk/area change - GSOD: Fix restart after choosing Restart on e.g. segv -

Re: [e-users] e16 saveunders

2019-03-22 Thread Kim Woelders
On 21/03/2019 20.51, Dennis New wrote: What are they? There is a miscellaneous settings option for them: "Use saveunders to reduce window exposures" - what does that mean and what are the pros and cons of enabling them? Once upon a time the X11 server (optionally) had this feature where

[e-users] e16-1.0.19, e16-keyedit-0.9, and e16-epplets-0.16

2018-08-16 Thread Kim Woelders
e16-1.0.19, e16-keyedit-0.9, and e16-epplets-0.16 are available for download: https://sourceforge.net/projects/enlightenment/files/ e16-1.0.19: - Fix focus after slide-in - Fix issue with initially shaded windows in certain cases - Add new macros for theming in 'definitions' - Update the restart

[e-users] imlib2-1.5.1

2018-03-17 Thread Kim Woelders
imlib2 1.5.1: - Fix build without HAVE_X11_SHM_FD (T6752) - XPM loader: Fix potential use of uninitialized value (T6746) - BMP loader: Fix infinite loop with invalid bmp images (T6749) - PNM loader: Simplify (fixing ASCII format parsing issues T6751) - Maximum image dimension should be 32767, not

[e-users] imlib2-1.5.0

2018-02-23 Thread Kim Woelders
imlib2 1.5.0: - XPM loader: Fix incorrect image invalidation. - Add support for MIT-SHM FD-passing (Alexander Volkov) - Fix potential OOB memory access if border elements are negative or sizes exceed image dimensions - Expose XImage cache control functions - Various enhancements, maintenance.

Re: [e-users] [e16] Initial window focus

2017-10-28 Thread Kim Woelders
On 10/27/2017 04:35 PM, Kim Woelders wrote: On 10/27/2017 01:45 PM, Pavel Sanda wrote: On 10/26/2017 12:45 PM, Pavel Sanda wrote: Hi Kim, is the setting 'All new windows first get the focus' supposed to give focus to the new app (e.g launching new terminal)? Even after checking it the focus

Re: [e-users] [e16] Initial window focus

2017-10-27 Thread Kim Woelders
On 10/27/2017 01:45 PM, Pavel Sanda wrote: On 10/26/2017 12:45 PM, Pavel Sanda wrote: Hi Kim, is the setting 'All new windows first get the focus' supposed to give focus to the new app (e.g launching new terminal)? Even after checking it the focus stays on previously active terminal, not the

Re: [e-users] [e16] Initial window focus

2017-10-27 Thread Kim Woelders
On 10/26/2017 12:45 PM, Pavel Sanda wrote: Hi Kim, is the setting 'All new windows first get the focus' supposed to give focus to the new app (e.g launching new terminal)? Even after checking it the focus stays on previously active terminal, not the new one (which is what I would like to.)

Re: [e-users] [e16] Patch: add toggle_size half_X win op feature

2017-06-25 Thread Kim Woelders
On 06/17/2017 01:24 PM, Pierre Neyron wrote: Hi Kim, I'd like to propose a patch to add a toggle_size half_X window operation (where X is N, S, E or W), to allow a kind of tiling feature to e16. I'm actually using that code for a long time already, and I'm quite used to it now, so I'd like to

[e-users] e16-1.0.18, e16-keyedit-0.8, and e16-epplets-0.15

2017-04-16 Thread Kim Woelders
e16-1.0.18, e16-keyedit-0.8, and e16-epplets-0.15 are available for download: https://sourceforge.net/projects/enlightenment/files/ These are mostly maintenance releases with - (warning) fixes for recent support package versions - (warning) fixes for gcc6 and gcc7 - autotool updates See

[e-users] imlib2-1.4.10

2017-04-15 Thread Kim Woelders
imlib2 1.4.10: - PNM, TGA, XPM, and general loader fixes. Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.4.10.tar.bz2 http://downloads.sourceforge.net/enlightenment/imlib2-1.4.10.tar.gz http://downloads.sourceforge.net/enlightenment/imlib2_loaders-1.4.10.tar.bz2

Re: [e-users] [e16] epplets restart on login

2017-01-01 Thread Kim Woelders
On 12/31/2016 06:48 PM, Pavel Sanda wrote: > Hi Kim, > > this issue goes for quite some time. I have my own epplet which is executed > on e16 launch. I want to have its window features remembered (position,etc) > except of 'Restart application on login'). However the when I set and save > the >

Re: [e-users] [e16] How to disable Menus on screen edges

2016-12-28 Thread Kim Woelders
On 12/28/2016 01:09 AM, Daniel c. Würl wrote: > Am Tue, 27 Dec 2016 12:44:31 +0100 > schrieb Kim Woelders <k...@woelders.dk>: > >> On 12/26/2016 04:11 PM, Daniel c. Würl wrote: >>> Hi, >>> >>> e16 catches all clicks at the screen edges, even i

Re: [e-users] [e16] How to disable Menus on screen edges

2016-12-27 Thread Kim Woelders
On 12/26/2016 04:11 PM, Daniel c. Würl wrote: > Hi, > > e16 catches all clicks at the screen edges, even if through a window, > and triggers the desktop bindings on them (which I most of the time > find quite useful). > > Would there be a way to disable this behaviour for one particular edge >

Re: [e-users] [ e16 ] Can I have enlightenment/eesh tell me the current area somehow?

2016-11-26 Thread Kim Woelders
On 11/25/2016 08:59 PM, Daniel c. Würl wrote: > Hi, > > I've went back to e16, since somehow I feel more at home here than at > e17+, and everything is fine ^^ > > Only one question, though. My taste in pagers has changed a bit since I > last used e16, so I'm gonna write my own little script to do

Re: [e-users] E-16

2016-05-14 Thread Kim Woelders
On 05/13/2016 10:31 PM, Larry Wyble wrote: > > Whoever is maintaining E-16, THANKS. > I have been using this for about 2 years now and it is solid as a rock. > I used some other window manager for years but it got to where no one > took care of it any more and I finally had to move on. I tried

Re: [e-users] e16 initial window position

2015-12-25 Thread Kim Woelders
Pavel Sanda wrote: > Hi Kim, > > Sometimes the new window of the app which was launched > ends up on different area then the one which is active. > > Lets say you have 2x2 desktop and you are in area (0,1), > and window ends up in area (0,0). Not big deal, but if > you are in area (0,0) the window

[e-users] e16-1.0.17

2015-08-03 Thread Kim Woelders
e16-1.0.17 is available for download: http://sourceforge.net/projects/enlightenment/files/ Mostly a number of bug fixes: - Fix focus issues with pager zoom windows on desks other than first. - Fix crash when using mouse wheel in background selector. - Fix stacking when there is only one window. -

Re: [e-users] e16-1.0.16 : decade-old wish

2015-06-30 Thread Kim Woelders
Peter wrote: Hi there; I am enthusiastically using e16 as my window manager for almost 2 decades now. I am absolutely happy with it for its minimalism, simplicity, speed, wide and easy configurability and simple text-based configuration files. For me, it is still by far the best window

Re: [e-users] e16-1.0.16

2015-06-18 Thread Kim Woelders
Pavel Sanda wrote: Hmm.. I see no problems there. If reverting f2e2e1bae42f73003f6fe8756db862632e9a5aef or disabling use of XRenderCreateSolidFill() like with the patch below makes your troubles go away I suspect there is a problem in your Xorg or driver. /Kim The patch fixes the problem.

Re: [e-users] e16 unfocused window opacity and fullscreen

2015-06-18 Thread Kim Woelders
Pavel Sanda wrote: Hi, I observe in mutliple applications problem with opacity in fullsceen regime (impressive, geeqie). I have 100% opacity for focused window, but 90% for unfocused. The fullscreen mode is most probaly not recognized as focused window (although it grabs both

Re: [e-users] e16-1.0.16

2015-06-17 Thread Kim Woelders
something like that but not much else has been changed between 1.0.15 and 1.0.16. Any chance you could bisect the problem? Bisect leads here: f2e2e1bae42f73003f6fe8756db862632e9a5aef is the first bad commit commit f2e2e1bae42f73003f6fe8756db862632e9a5aef Author: Kim Woelders k

Re: [e-users] e16-1.0.16

2015-05-30 Thread Kim Woelders
that but not much else has been changed between 1.0.15 and 1.0.16. Any chance you could bisect the problem? Bisect leads here: f2e2e1bae42f73003f6fe8756db862632e9a5aef is the first bad commit commit f2e2e1bae42f73003f6fe8756db862632e9a5aef Author: Kim Woelders k...@woelders.dk Date: Sun Nov 9

Re: [e-users] e16-1.0.16

2015-05-29 Thread Kim Woelders
Pavel Sanda wrote: e16-1.0.16 is available for download: http://sourceforge.net/projects/enlightenment/files/ Nothing wildly exciting here except maybe - Fix animation bug Could cause major stalls and maybe lockup, e.g. in area slides. Hi Kim, I updated to version 1.0.16 and after

[e-users] imlib2-1.4.7

2015-04-05 Thread Kim Woelders
No major changes since 1.4.6. Just maintenance and (mostly minor loader) bug fixes. Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.4.7.tar.bz2 http://downloads.sourceforge.net/enlightenment/imlib2-1.4.7.tar.gz

Re: [e-users] e16-1.0.16

2015-02-27 Thread Kim Woelders
Pierre Neyron wrote: Hey Christian, Kim, +1 ;-) Thanks again Kim, for fixing the problem I reported last december. e16 rocks. Best regards, Pierre On 26/02/15 22:02, Christian Klein wrote: Hi Kim, keep up the good work! Just wanted to let you know that there's still at least one

[e-users] e16-1.0.16

2015-02-22 Thread Kim Woelders
e16-1.0.16 is available for download: http://sourceforge.net/projects/enlightenment/files/ Nothing wildly exciting here except maybe - Fix animation bug Could cause major stalls and maybe lockup, e.g. in area slides. See ChangeLog for details. /Kim

Re: [e-users] e16: freeze on area change

2014-12-10 Thread Kim Woelders
Pierre Neyron wrote: Hi Kim, all, First of all, thank you very much for your work on e16. As you said in e16 v1.0.14 announce, we are still some people using e16 and being very satisfied with it. I'm very glad to see that it is not abandoned. I'm actually using e16 as the window manager in

Re: [e-users] Recent E16 strangeness.

2014-12-10 Thread Kim Woelders
Bradley Reed wrote: Hi Kim, all, I recently upgraded my e16 to the latest version and noticed some strange behavior. I have 2 desktops, each configured in 2x1 areas. If I launch conky, conky is only visible on the second desktop, in both areas. If I launch a program such as xsnow, even if

Re: [e-users] E16 ??

2014-11-22 Thread Kim Woelders
Larry Wyble wrote: Is this the place to ask questions about e16 or is there another mailing list for it? Here is fine. Anyway, just in case. Is there a way to set seperate/different backgrounds on the different desktops? I HAVE looked all over and failed to find this info, maybe I was

[e-users] e16-1.0.15

2014-11-19 Thread Kim Woelders
e16-1.0.15 is available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.15: - Avoid divide by 0 crash that could occur in various situations (where RandR reports FPS = 0, e.g. when using Xephyr or when docking). - Fix segv when slide/shade speed is set to 0. - Many

Re: [e-users] e16 snapshots Remembered Application Attributes

2014-04-23 Thread Kim Woelders
Dennis New wrote: I'd like e16 to remember my window attributes for all windows with a certain title, for example. I.e. if I have 8 xmessage windows open, I would like them all to have the same location/border/etc attributes. But, currently, trying to set the Remember... settings for one of

[e-users] e16-1.0.14

2014-03-30 Thread Kim Woelders
There are apparently still a couple of e16 users out there, so e16-1.0.14 is available for download: http://sourceforge.net/projects/enlightenment/files/ There are no major changes since e16-1.0.13. Mostly a couple of minor bug fixes and some internal reworkings. /Kim

Re: [e-users] e16 and tint2. Tint2 overlaps full screened videos

2013-09-10 Thread Kim Woelders
On Mon, 09 Sep 2013 19:41:16 +0200, Brandon Dubroc herp...@yahoo.com wrote: I use both e16 and e17 on my Slackware 14.0 install and I love them very much. e16 appeals to the minimalist in me. And since I do not like the ibox and systemtray in e16 I decided to stick tint2 at the bottom

[e-users] e16-1.0.13

2013-04-15 Thread Kim Woelders
e16-1.0.13 is available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.13: - Attempt to improve focusing of java application windows. - Startup applications - Don't slide in or place manually during e16 startup. - Translation updates: eo. /Kim

[e-users] e16-1.0.12

2013-03-30 Thread Kim Woelders
e16-1.0.12 is available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.12: - Enable using libsndfile for sound file loading. - Change default sound support to pulseaudio/libsndfile. - Enable using XI2 for input event handling. - Disable pseudo-transparency by default.

Re: [e-users] large font in e16

2013-02-08 Thread Kim Woelders
On Thu, 07 Feb 2013 21:23:57 +0100, Serg Markov sergmarkov1...@gmail.com wrote: There is a parameter __ NORMAL * font-epplet-medium How can it be used to increase the font size epplet ? Thanks Assuming that Use theme font configuration (in Theme settings) is unchecked and that you have

Re: [e-users] is there any future left for e16???

2012-11-16 Thread Kim Woelders
On Fri, 16 Nov 2012 13:30:24 +0100, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 16 Nov 2012 02:18:29 -0500 JtWdyP jtw...@ttlc.net said: I'm actually looking forward to E17 having an actually released version. But for quite a while, I've also installed e16 to every Linux distro

[e-users] e16-1.0.11, epplets-0.14

2012-10-04 Thread Kim Woelders
e16-1.0.11 and epplets-0.14 are available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.11: - Fix setting slide-in mode in dialog. - Fix coordinates placement in techopaque mode. - Fix having black solid color background. - Don't keep shaded windows entirely

Re: [e-users] e16 bug tracker?

2012-07-16 Thread Kim Woelders
On Mon, 16 Jul 2012 15:13:27 +0200, The Wanderer wande...@fastmail.fm wrote: Where is the appropriate place to report bugs in Enlightenment DR16? The only bug tracker I've been able to find is http://trac.enlightenment.org/e/ That is the appropriate place. There even is an e16 component

Re: [e-users] window resize trouble

2012-04-24 Thread Kim Woelders
On Tue, 24 Apr 2012 12:08:53 +0200, George L. Yermulnik y...@yz.kiev.ua wrote: Hello! I've got strange trouble resizing windows under my e16-1.0.10 (FreeBSD 8.3 i386) since some time: when I try to use Alt + Middle-Mouse-Button to resize any window on the desktop it doesn't do anything

Re: [e-users] e16: empty iconbox?

2012-03-11 Thread Kim Woelders
On Fri, 09 Mar 2012 08:50:15 +0100, Greg Dermer dep...@easystreet.net wrote: I've just installed enlightenment and it seems quite nice. However, when I minimize an application, nothing shows up in my iconbox. Creating a new iconbox does just that, but it's empty as well. I'm running

Re: [e-users] [imlib2] Add Support for XBM format

2011-11-19 Thread Kim Woelders
On Sat, 19 Nov 2011 15:29:38 +0100, Carsten Haitzler ras...@rasterman.com wrote: On Sat, 19 Nov 2011 15:22:28 +0100 Bastien Dejean nihilh...@gmail.com said: Hi, It seems XBM are still frequent among bitmap icons sets, is this format planned to be supported? imlib2 is really in

[e-users] e16-1.0.10

2011-10-09 Thread Kim Woelders
e16-1.0.10 is available for download: http://sourceforge.net/projects/enlightenment/files/ The purpose of this release is primarily to fix a few possibly quite annoying bugs in 1.0.9: - Fix menu regeneration after updating from pre- 1.0.9 versions. - Fix segv when new client is destroyed

Re: [e-users] e16: systray draws/redraws

2011-09-25 Thread Kim Woelders
On Wed, 21 Sep 2011 20:29:47 +0200, Dennis Nezic denn...@dennisn.dyndns.org wrote: Why do some systray icons draw/redraw properly (ie. if I move a window over them, then move it off), while others do not? Systray icons, such as those from xchat or sylpheed get properly redrawn, but systray

Re: [e-users] e16 iconbox pager don't update window title

2011-09-05 Thread Kim Woelders
On Mon, 05 Sep 2011 05:23:16 +0200, Dennis Nezic denn...@dennisn.dyndns.org wrote: If I change a window's title, say with xterm, eesh wop current title whatever, neither the Iconbox nor the Pager show the updated title (when hovering over it). eesh wl does show it. Hmm... yes. It has been

Re: [e-users] e16-1.0.8

2011-08-25 Thread Kim Woelders
On Mon, 22 Aug 2011 18:26:31 +0200, Pavel Sanda p...@twin.jikos.cz wrote: I have been using your configuration settings for a while but haven't noticed or been able to reproduce the problem. There is no commit in 1.0.7-1.0.8 that looks particularly conspicuous to me. If you want to try

Re: [e-users] e16: segfault introduced in 1.0.8

2011-08-24 Thread Kim Woelders
On Mon, 22 Aug 2011 16:47:36 +0200, Kim Woelders k...@woelders.dk wrote: On Fri, 19 Aug 2011 00:51:02 +0200, Dennis Nezic denn...@dennisn.dyndns.org wrote: I'm not sure the exact action that causes it, but when I try to rename a file in the popular file manager rox, it pops up a mini-window

Re: [e-users] e16: how to select an option in the Log Out dialog with the keyboard

2011-08-23 Thread Kim Woelders
On Mon, 22 Aug 2011 20:38:39 +0200, José Romildo Malaquias j.romi...@gmail.com wrote: Hello. In e16, is it possible to navigate and select an option in the Log Out dialog with the keyboard? If so, how? No, not implemented :( /Kim

Re: [e-users] e16: segfault introduced in 1.0.8

2011-08-22 Thread Kim Woelders
On Fri, 19 Aug 2011 00:51:02 +0200, Dennis Nezic denn...@dennisn.dyndns.org wrote: I'm not sure the exact action that causes it, but when I try to rename a file in the popular file manager rox, it pops up a mini-window to enter the new filename, and after I click ok/enter to close it, e16

Re: [e-users] [E-devel] e16-1.0.9

2011-08-20 Thread Kim Woelders
On Sat, 20 Aug 2011 04:13:41 +0200, José Romildo Malaquias j.romi...@gmail.com wrote: On Mon, Aug 01, 2011 at 07:27:14PM +0200, Kim Woelders wrote: e16-1.0.9 is available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.9: - Enable having background files

Re: [e-users] e16-1.0.8

2011-08-08 Thread Kim Woelders
On Sat, 06 Aug 2011 14:45:45 +0200, Pavel Sanda p...@twin.jikos.cz wrote: I have been observing through the last days problems with obtaining focus for the applications being launched. In particular I have mapped Eterm (plus some script) on a specific key binding and in 10% of cases the new

[e-users] e16-1.0.9

2011-08-01 Thread Kim Woelders
e16-1.0.9 is available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.9: - Enable having background files with whitespace in name. - Add GNOME3 gdm/gnome-session support. - Fix potential placement breakage when there are windows with struts. - Compositor: Fix rendering

  1   2   3   4   5   6   >