[EGIT] [e16/e16] master 01/02: Obsolete event handling tweak.

2013-10-06 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=3f51b8c8719790654862b1fc0a92743366b994a5 commit 3f51b8c8719790654862b1fc0a92743366b994a5 Author: Kim Woelders k...@woelders.dk Date: Sun Oct 6 21:23:38 2013 +0200 Obsolete event handling tweak

[EGIT] [e16/e16] master 02/02: Obsolete event handling tweak.

2013-10-06 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=f6ff19cef193ab9973fc0506c2da73ed3043dad7 commit f6ff19cef193ab9973fc0506c2da73ed3043dad7 Author: Kim Woelders k...@woelders.dk Date: Sun Oct 6 21:30:27 2013 +0200 Obsolete event handling tweak

[EGIT] [e16/e16] master 01/02: Update gettext version to 0.17.

2013-10-13 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=d39918d4491397dc633d69139fabdcd02f5008fd commit d39918d4491397dc633d69139fabdcd02f5008fd Author: Kim Woelders k...@woelders.dk Date: Sun Oct 13 09:22:52 2013 +0200 Update gettext version to 0.17

[EGIT] [e16/e16] master 02/02: 1.0.13.003.

2013-10-13 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=0016bee0211b7d6e417b69fa47058187deb6853f commit 0016bee0211b7d6e417b69fa47058187deb6853f Author: Kim Woelders k...@woelders.dk Date: Sun Oct 13 09:00:27 2013 +0200 1.0.13.003. --- ChangeLog| 12

Re: [E-devel] E SVN: aron trunk/e/po

2008-11-09 Thread Kim Woelders
On Sun, 09 Nov 2008 13:11:34 +0100, Enlightenment SVN [EMAIL PROTECTED] wrote: Log: Generated new pot files for translations. Author: aron Date: 2008-11-09 04:11:33 -0800 (Sun, 09 Nov 2008) New Revision: 37563 Added: trunk/e/po/enlightenment.pot Added:

Re: [E-devel] [e16] [patch] Iconify windows in same area

2008-11-12 Thread Kim Woelders
On Mon, 10 Nov 2008 19:28:44 +0100, Pietro Cerutti [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Pietro Cerutti wrote: | Kim Woelders wrote: | | On Wed, 05 Nov 2008 21:26:39 +0100, Pietro Cerutti [EMAIL PROTECTED] | | wrote: | | | | -BEGIN PGP SIGNED

Re: [E-devel] e16 bug with BBO

2008-11-24 Thread Kim Woelders
On Mon, 24 Nov 2008 00:55:51 +0100, Michel Briand [EMAIL PROTECTED] wrote: Hello I'm running BBO (Bridge Base Online) through Wine. Everything was ok with e16 previous version. With current version (Enlightenment 0.16.8.13 - $Date: 2008/05/01 11:33:44 $), when I click left button in the

Re: [E-devel] [patch] imlib2 alignment error on amd64

2009-01-01 Thread Kim Woelders
On Mon, 29 Dec 2008 03:42:50 +0100, Erik Boettcher teh...@gmail.com wrote: Hello everyone, I was just fixing an annoying little bug... Data loads using movdqa require a 16 byte allignment, here's a quick patch. I'm not on your list so if you have any concerns, feel free to CC me - Erik

[E-devel] e16-0.16.8.15, e16-docs-0.16.8.0.2, e16-themes-0.16.8.0.3, epplets-0.12

2009-01-04 Thread Kim Woelders
e16-0.16.8.15, e16-docs-0.16.8.0.2, e16-themes-0.16.8.0.3, and epplets-0.12 are now available for download: http://sourceforge.net/project/showfiles.php?group_id=2 e16-0.16.8.15: - Fix focus prev when focus list is not enabled. - Avoid crash when showing watch cursor during restart in certain

Re: [E-devel] E SVN: cedric IN trunk/evas: m4 src/lib/canvas

2009-02-11 Thread Kim Woelders
On Wed, 11 Feb 2009 18:56:04 +0100, Enlightenment SVN no-re...@enlightenment.org wrote: Log: * evas/m4/ac_attribute.m4, * evas/src/lib/canvas/evas_async_events.c: Fix long standing warning from valgrind. Author: cedric Date: 2009-02-11 09:56:03 -0800 (Wed, 11 Feb

[E-devel] Eterm and utf8

2009-02-19 Thread Kim Woelders
Hello, It is annoying that Eterm doesn't handle utf8. Here is a half-baked patch that might inspire somebody (Michael? :) ) to do it properly. Beware! This patch breaks things in non-utf8 locales, probably doesn't work on big-endian platforms, and is not suited for anything except playing

[E-devel] [PATCH] Eterm utf8 hack.

2009-02-20 Thread Kim Woelders
I refuse to surrender to SFs attachment stripping just yet... diff --git a/src/command.h b/src/command.h index 4b40713..f7d91e3 100644 --- a/src/command.h +++ b/src/command.h @@ -269,7 +269,7 @@ if (test) PrivateModes |= (bit); else PrivateModes = ~(bit);} while (0) #define CHARS_READ()

Re: [E-devel] Eterm and utf8

2009-02-20 Thread Kim Woelders
. Might be best to create a bug on trac.enlightenment.org/e/ and attach the patch. There may already be a bug open for UTF8 support... -Toma. 2009/2/20 Kim Woelders k...@woelders.dk: Hello, It is annoying that Eterm doesn't handle utf8. Here is a half-baked patch that might inspire somebody

Re: [E-devel] Eterm and utf8

2009-02-20 Thread Kim Woelders
On Fri, 20 Feb 2009 20:09:30 +0100, Peter Wehrfritz peter.wehrfr...@web.de wrote: Kim Woelders schrieb: Hello, It is annoying that Eterm doesn't handle utf8. Here is a half-baked patch that might inspire somebody (Michael? :) ) to do it properly. Or maybe one gsoc student :). Beware

Re: [E-devel] E SVN: aron IN trunk/E16: e/po e16menuedit/po

2009-02-23 Thread Kim Woelders
On Mon, 23 Feb 2009 09:35:05 +0100, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Added Simplified Chinese translations Author: aron Date: 2009-02-23 00:35:05 -0800 (Mon, 23 Feb 2009) New Revision: 39157 Added: trunk/E16/e/po/zh_CN.po

[E-devel] e16 version numbering

2009-03-21 Thread Kim Woelders
Hello, I think by now it has been well established that enlightenment is e17, and e16 is, well, e16. The e16 version numbers are somewhat ridiculous (last release was e16-0.16.8.15), at least when taken out of context. Unless there are objections I'd like to release the next version as

[E-devel] e16-1.0.0, e16-themes-1.0.0, e16keyedit-0.6, and more e16 themes

2009-06-03 Thread Kim Woelders
e16-1.0.0, e16-themes-1.0.0, and e16keyedit-0.6 are available for download: http://sourceforge.net/project/showfiles.php?group_id=2 This e16 release version might as well have been 0.16.8.16. There are no major changes compared to 0.16.8.15. It just felt like it was about time for 1.0.0... :)

Re: [E-devel] e16-1.0.0, e16-themes-1.0.0, e16keyedit-0.6, and more e16 themes

2009-06-04 Thread Kim Woelders
On Thu, 04 Jun 2009 04:47:07 +0200, Nick Hughart mek...@mekhome.dyndns.org wrote: Does this mean e16 is done and you're going to help with e17 now? :) Done?!? Yeah, about as done as 0.16.8.16 would have been :) /Kim

Re: [E-devel] E SVN: vapier trunk/eterm/Eterm/src

2009-08-20 Thread Kim Woelders
On Thu, 20 Aug 2009 20:40:47 +0200, Enlightenment SVN no-re...@enlightenment.org wrote: Log: add patch from fedora to try and fix qt copy paste problems on 64bit systems Author: vapier Date: 2009-08-20 11:40:47 -0700 (Thu, 20 Aug 2009) New Revision: 41896 Modified:

Re: [E-devel] E SVN: vapier trunk/eterm/Eterm/src

2009-08-20 Thread Kim Woelders
On Thu, 20 Aug 2009 23:12:57 +0200, Michael Jennings m...@kainx.org wrote: On Thursday, 20 August 2009, at 23:06:41 (+0200), Kim Woelders wrote: This reverts a fix made May 14 2008. I don't think either are correct and I suggest this in stead: Yeah, neither is correct. I just am not sure

[E-devel] e16-1.0.1

2009-09-10 Thread Kim Woelders
e16-1.0.1 is available for download: http://sourceforge.net/project/showfiles.php?group_id=2 e16-1.0.1: - Fix potential crash when closing magnifier window. - Look up menu icons in ~/.e16/icons too (ticket 328). - Prevent area switch while shading (ticket 332). - Fix size of windows resized by a

Re: [E-devel] E SVN: raster IN trunk/evas/src: bin lib/cache lib/cserve lib/include modules/loaders/edb modules/loaders/gif modules/loaders/jpeg modules/loaders/png modules/loaders/svg modules/loaders

2009-09-15 Thread Kim Woelders
On Fri, 11 Sep 2009 15:44:53 +0200, Enlightenment SVN no-re...@enlightenment.org wrote: Log: 1. make max image size a #define 2. max image size 65536x65536 I think there is trouble here. 65536 = 0x1, so 65536 * 65536 is 0x1 = 0 on 32 bit systems. When the image data buffer

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-06 Thread Kim Woelders
On Tue, 06 Oct 2009 01:54:54 +0200, Enlightenment SVN no-re...@enlightenment.org wrote: Log: check wm supporting hints for mwm: make borderless also work with window managers that do not pretend to be mwm Author: jeffdameth Date: 2009-10-05 16:54:53 -0700 (Mon, 05 Oct

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-06 Thread Kim Woelders
On Tue, 06 Oct 2009 22:27:38 +0200, Michael Jennings m...@kainx.org wrote: On Tuesday, 06 October 2009, at 21:52:42 (+0200), Kim Woelders wrote: It seems to me that you are making Eterm e17 compliant in stead of making e17 MWM hint compliant. I think he did that too. My thought

Re: [E-devel] E SVN: quaker branches/ewl/new_state_system/po trunk/E-MODULES-EXTRA/calendar/po trunk/E-MODULES-EXTRA/drawer/po trunk/E-MODULES-EXTRA/efm_pathbar/po trunk/E-MODULES-EXTRA/exalt-client/p

2009-10-28 Thread Kim Woelders
On Tue, 27 Oct 2009 19:30:09 +0100, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Global update of Czech translations in SVN. Author: quaker Date: 2009-10-27 11:30:09 -0700 (Tue, 27 Oct 2009) New Revision: 43316 Added: trunk/E-MODULES-EXTRA/screenshot/po/cs.po

Re: [E-devel] patch for e16: include user menus in generated menus

2009-11-21 Thread Kim Woelders
On Sat, 21 Nov 2009 09:59:53 +0100, José Romildo Malaquias j.romi...@gmail.com wrote: Hello. The attached patch adds the default location for user defined menus (*.desktop files) to the list of directories searched by e_gen_menu, a perl script that generates a file.menu format for

Re: [E-devel] old e16 Q - howto add 'Super_L' as modifier key for keybindings?

2009-12-19 Thread Kim Woelders
On Sat, 19 Dec 2009 09:34:15 +0100, David C. Rankin drankina...@suddenlinkmail.com wrote: Guys, I know this is an old question, but I can't find the answer. How do I add the 'Win' key (Super_L) on my laptop as a modifier key so I can use it in e16keyedit, etc...? It should

[E-devel] e16-1.0.2

2010-01-24 Thread Kim Woelders
e16-1.0.2 is available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.2: - Fix bogus image cache directory files being written in home directory. - Enable pango by default. - Enable showing mini icon in border part. - Fix stacking order when showing desktop state is

Re: [E-devel] how to build a single epplets for E16?

2010-01-26 Thread Kim Woelders
On Tue, 26 Jan 2010 22:37:07 +0100, sda dmitry.serpok...@gmail.com wrote: hi guys, hello Kim! is there an easy way to build only desired epplets for E16? for example OpenBSD has some flavours and only few epplets could be installed and run properly without patches to the sources. If you

Re: [E-devel] e16-1.0.2

2010-02-10 Thread Kim Woelders
On Wed, 10 Feb 2010 05:58:50 +0100, Mike Frysinger vap...@gentoo.org wrote: On Sunday 24 January 2010 17:16:55 Kim Woelders wrote: e16-1.0.2 is available for download: http://sourceforge.net/projects/enlightenment/files/ someone want to update: http://www.enlightenment.org/p.php?p

[E-devel] Re: E CVS: libs/imlib2 raster

2005-07-30 Thread Kim Woelders
enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : raster Project : e17 Module : libs/imlib2 Dir : e17/libs/imlib2/src/lib Modified Files: font_draw.c Log Message: expand tmp image

Re: [E-devel] E16.8 events on focus

2005-08-10 Thread Kim Woelders
Clement Hermann (nodens) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm currently playing with e16.8 with composite. What I'm trying to do, is having a certain class of windows (say, the one with a specific border) to switch opacity when they get or lose focus. I didn't found

Re: [E-devel] Re: E CVS: libs/ecore rephorm

2005-09-06 Thread Kim Woelders
Brian Mattern wrote: For the benefit of everyone out there (especially kwo, who wrote the original code ecore_x_window_prop_card32_get/set funcs): Contrary to popular belief, XLib is _not_ logical, and most definitely still _is_ BlackMagick. So, when setting/getting properties using

Re: [E-devel] Re: E CVS: libs/ecore rephorm

2005-09-06 Thread Kim Woelders
Carsten Haitzler (The Rasterman) wrote: On Tue, 06 Sep 2005 17:29:30 +0200 Kim Woelders [EMAIL PROTECTED] babbled: Actually, I fixed this in the e16 versions of these functions *long* ago. I think the implementation there (e16/e/src/ecore_e16.c) is more efficient than the current ecore one

[E-devel] Re: E CVS: libs/ecore sebastid

2005-09-06 Thread Kim Woelders
enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore Modified Files: Ecore.h ecore_private.h Log Message: Export TRUE/FALSE

Re: [E-devel] Re: E CVS: libs/ecore sebastid

2005-09-06 Thread Kim Woelders
Tilman Sauerbeck wrote: On Tue, 06 Sep 2005 21:44:40 +0200 Kim Woelders [EMAIL PROTECTED] wrote: diff -u -3 -r1.24 -r1.25 --- Ecore.h 5 Sep 2005 10:17:08 - 1.24 +++ Ecore.h 6 Sep 2005 19:26:19 - 1.25 @@ -43,6 +43,14 @@ #include sys/types.h #include signal.h

Re: [E-devel] Re: E CVS: libs/ecore rephorm

2005-09-07 Thread Kim Woelders
Carsten Haitzler (The Rasterman) wrote: On Wed, 07 Sep 2005 07:06:06 +0200 Sebastian Dransfeld [EMAIL PROTECTED] babbled: Carsten Haitzler (The Rasterman) wrote: oh - you aRe right there - we only HAVE to malloc in the case of size == 32 (ie to make sure the app gets 32bit data not 64bit

[E-devel] Re: E CVS: apps/e sebastid

2005-09-23 Thread Kim Woelders
enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e Dir : e17/apps/e/src/bin Modified Files: e_dialog.c Log Message: Make dialog windows transient, so that they are recognized as dialogs.

Re: [E-devel] e17 segfault caused by ecore, and fix

2005-09-25 Thread Kim Woelders
Carsten Haitzler (The Rasterman) wrote: On Sun, 25 Sep 2005 10:27:42 +0200 (CEST) Vincent Torri [EMAIL PROTECTED] babbled: On Sun, 25 Sep 2005, David Sharp wrote: On 9/24/05, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: snip i'll opt for the fuck you xwwidgets option :)

Re: [E-devel] Re: bugs with iconification/deiconification in e17.

2005-12-01 Thread Kim Woelders
Carsten Haitzler (The Rasterman) wrote: On Wed, 30 Nov 2005 19:44:37 +0200 Виктор Кожухаров [EMAIL PROTECTED] babbled: ... The other app is with deiconifying a window. Some programs (actually, only alltray comes to mind right now) use xlib to do the whole iconification thing. For the alltray

Re: [E-devel] Re: bugs with iconification/deiconification in e17.

2005-12-02 Thread Kim Woelders
Carsten Haitzler (The Rasterman) wrote: On Fri, 02 Dec 2005 09:19:20 +0200 Виктор Кожухаров [EMAIL PROTECTED] babbled: On Thu, 2005-12-01 at 18:26 +0100, Kim Woelders wrote: Carsten Haitzler (The Rasterman) wrote: On Wed, 30 Nov 2005 19:44:37 +0200 Виктор Кожухаров [EMAIL PROTECTED

[E-devel] e16.8 pre1

2005-12-15 Thread Kim Woelders
Hi all, It may be a bit late for this, e17 lurking just around the corner, but it looks like there still are a handful of e16 users out there. Anyway, source tarballs and (fc4) rpms can as usual be found here: http://sourceforge.net/project/showfiles.php?group_id=2 Some new features are: -

Re: [E-devel] update of ja.po for e16.8

2005-12-20 Thread Kim Woelders
Yasufumi Haga wrote: Hello all. This is an update of ja.po for e16.8, which have not been updated for tha last four years or so at all. Could anybody upload it? Committed - thanks :) /Kim --- This SF.net email is sponsored by: Splunk Inc.

Re: [E-devel] Re: [e-users] e16.8 pre1

2005-12-20 Thread Kim Woelders
Mark R. Bowyer wrote: On Thu, 2005-12-15 at 23:45, Kim Woelders wrote: Bug reports are welcome. Sorry, I can't as yet figure out if this is a bug or me... On Solaris Nevada on my x64 laptop, it works fine. On a SunRay running off a SPARC-based server running the same Solaris release

Re: [E-devel] Re: [e-users] e16.8 pre1

2005-12-21 Thread Kim Woelders
Mark R. Bowyer wrote: On Tue, 2005-12-20 at 21:26, Kim Woelders wrote: On Solaris Nevada on my x64 laptop, it works fine. On a SunRay running off a SPARC-based server running the same Solaris release, with both 0.20 and now this pre1, on starting I'd get the split screen, the 2 progress

Re: [PATCH] Re: [E-devel] Font rendering regression in Imlib2

2005-12-30 Thread Kim Woelders
Jason Tackaberry wrote: On Fri, 2005-12-30 at 17:31 +0100, Kim Woelders wrote: I think you are right that something is wrong somewhere around here. However, this patch breaks stuff for certain fonts (w becomes too small, IIRC). Ok. I have to plead a bit of ignorance when it comes to font

[E-devel] e16.8 pre2

2006-01-15 Thread Kim Woelders
Pre1 flushed out quite a few bugs, see ChangeLog for details. I hope pre2 is close to final. Source tarballs and (fc4) rpms can as usual be found here: http://sourceforge.net/project/showfiles.php?group_id=2 /Kim --- This SF.net email is

Re: [E-devel] changing backgrounds in e16

2006-01-16 Thread Kim Woelders
Mike Frysinger wrote: i just updated to the latest cvs and my background changer no longer works ... i'm just using Esetroot from Eterm when i run `Esetroot -s somepic.jpg`, the e16 background doesnt change, but things that use transparency (like Eterm and xchat) show the pic ... -mike You

Re: [E-devel] pager / bg updating in e16.8pre2

2006-01-17 Thread Kim Woelders
Mike Frysinger wrote: ok, related to previous post ... i set my bg to none so that i can use Esetroot ... my bg changes now as it used to, but my pager displays all the bg pics as just plain white instead of rendering the pic in it like it used to ... feature or bug !? :) Until fixed it

Re: [E-devel] (e16) update of ja.po

2006-01-29 Thread Kim Woelders
Yasufumi Haga wrote: Hello This is an update of ja.po for E16. Thanks, committed :) /Kim --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes

[E-devel] e16 - 0.16.8

2006-02-08 Thread Kim Woelders
Hi all, E16 version 0.16.8 is now available for download. Some new features are: - Name changed to e16 (binary, installation and configuration dirs) - Built-in composite manager - Systray - Simplified configuration files - Session scripting (do stuff on startup/shutdown) Beware! e16.8 will not

[E-devel] e16 + ecore_list.c

2006-02-18 Thread Kim Woelders
Hi, I have copied part of ecore_list.c + associated header file bits (the Ecore_List stuff) into e16 (e16-ecore_list.c/h). If anybody thinks the copyright notice or attributions should be changed please let me know.

Re: [E-devel] E16 - problem with composite and gnome 2.12

2006-03-06 Thread Kim Woelders
Clement Hermann (nodens) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm noticing a problem when using composite with gnome 2.12 (I did not saw anything like that with gnome 2.10, but since I upgraded both gnome and e16 to the last CVS, I'm not sure wether the problem lies in E or

Re: [E-devel] Epplets Imlib vs. Imlib2

2006-03-26 Thread Kim Woelders
Brad Zima wrote: I've noticed that the Epplets for e16 still depend on Imlib-1xxx for building and was wondering if there was any plan on porting them over to use Imlib2, or are the Epplets essentially dead? I just did. The imlib2 based libepplet.so is incompatible with an imlib1 based one, so

Re: [E-devel] e16-susemenu.patch

2006-03-29 Thread Kim Woelders
Marcus Hüwe wrote: Hi, is it possible to apply the attached patch to cvs? Otherwise the menu-creation won't create menu-items for kde- and gnome-apps. Greets Marcus diff -Naur e16-0.16.8.old/scripts/e_gen_menu

[E-devel] e16 - 0.16.8.1, e16keyedit - 0.3

2006-03-30 Thread Kim Woelders
e16 version 0.16.8.1 and e16keyedit version 0.3 are now available for download. e16-0.16.8.1: - Fix for themes containing menu definitions Any e16 theme should now work with 0.16.8.1. - Various background handling fixes Only use root background overlay window when composite is enabled.

Re: [E-devel] Patch: GCC __attribute__((visibility(hidden))) for intenal Imlib2 functions

2006-04-02 Thread Kim Woelders
Dmitry Antipov wrote: Hello all, This patch against imlib2 1.2.2 tries to utilize new GCC feature - __attribute__((visibility(x))) (see http://gcc.gnu.org/wiki/Visibility for more details about this). Most of __imlib* functions are marked with __attribute__((visibility(hidden))), with the

Re: [E-devel] (e16) update of ja.po

2006-04-02 Thread Kim Woelders
Yasufumi Haga wrote: Hi all This is an update of ja.po for e16 which reflects the contents of 0.16.8.1. Thanks, committed :) /Kim --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications

Re: [E-devel] Patch: GCC __attribute__((visibility(hidden))) for intenal Imlib2 functions

2006-04-09 Thread Kim Woelders
Dmitry Antipov wrote: Kim Woelders wrote: I was going to try this out but the patch fails miserably for me. Could you please redo and send it as an attachment in stead of in mail body ? Sure. Here it is. Dmitry P.S. Please also note that I've changed amd64 asm too (to be consistent

Re: [E-devel] locating proper homedir in epplets

2006-04-11 Thread Kim Woelders
Mike Frysinger wrote: is there an epplet function to get the e16 homedir ? the api/epplet.c code checks to see if ~/.e16 exists and if not, it'll fall back to ~/.enlightenment There isn't but should be. however, the epplets/E-Slides.c code will only look in ~/.enlightenment/backgrounds

Re: [E-devel] plans for new epplets release ?

2006-04-13 Thread Kim Woelders
Mike Frysinger wrote: the last epplets release is horribly outdated ... be nice to have a new snapshot at least ... I think most of the issues I know of, including the e16.8 problem with E-Slides you mentioned, are fixed now. I have uploaded epplets-0.9 to SF. I'm not sure how solid things

Re: [E-devel] .cvsignore updating spree.

2006-05-28 Thread Kim Woelders
David Seikel wrote: I went on a .cvsignore updating spree today. Not a lot to do in e17, e_modules and misc, so I looked at the others in our cvs. devs should never need any, eterm is good, but e16 needs some .cvsignore loving. I had problems compiling e16/imlib, so I would not be able to

Re: [E-devel] .cvsignore updating spree.

2006-05-29 Thread Kim Woelders
Carsten Haitzler (The Rasterman) wrote: On Sun, 28 May 2006 11:07:20 +0200 Kim Woelders [EMAIL PROTECTED] babbled: David Seikel wrote: I went on a .cvsignore updating spree today. Not a lot to do in e17, e_modules and misc, so I looked at the others in our cvs. devs should never need any

Re: [E-devel] File manager for iRiver iFP player.

2006-06-01 Thread Kim Woelders
Michel Briand wrote: Grzegorz Andrelczyk a écrit : Thu, Jun 01, 2006 at 10:26:55AM -0400 dan sinclair [EMAIL PROTECTED] napisał: Why? All the widgets etk supports are supported by ewl already. I just tought that that could be usefull if in ewl and etk are different widgets. But if etk

Re: [E-devel] e16 crashing on startup

2006-06-08 Thread Kim Woelders
Drew Kirkpatrick wrote: I got nostrip added, this should make it easier to understand: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 10333)] 0x2b58de4fe3fb in __imlib_amd64_copy_rgb_to_rgba () from /usr/local/lib/libImlib2.so.1 (gdb) where

Re: [E-devel] E CVS: libs/ecore sndev

2006-06-10 Thread Kim Woelders
Enlightenment CVS wrote: Enlightenment CVS committal Author : sndev Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_icccm.c Log Message: * use calloc instead of malloc * set *argc = 0 if mem for the *argv cannot be

Re: [E-devel] E CVS: libs/ecore sndev

2006-06-10 Thread Kim Woelders
Kim Woelders wrote: Enlightenment CVS wrote: Enlightenment CVS committal Author : sndev Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_icccm.c Log Message: * use calloc instead of malloc * set *argc = 0 if mem for the *argv

Re: [E-devel] Issues with svn content for varous packages

2010-03-04 Thread Kim Woelders
On Wed, 03 Mar 2010 19:56:55 +0100, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Mar 3, 2010 at 3:20 PM, Thomas Sachau to...@gentoo.org wrote: Hi, i tried to compile all packages, which are as ebuilds in official Gentoo enlightenment overlay from svn and i found some

[E-devel] imlib2-1.4.4

2010-05-05 Thread Kim Woelders
Imlib2 1.4.4 has been released to fix CVE-2010-0991 (IMAGE_DIMENSIONS_OK() Logic Error). More information on the vulnerability may be found here: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0991 Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.4.4.tar.bz2

[E-devel] e16-1.0.3

2010-07-22 Thread Kim Woelders
e16-1.0.3 is available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.3 contains many minor fixes, cleanups, and changes, most of them too boring to mention here. I guess the most interesting are: - Fix multihead focus issue. - Fix incorrect focusing when using focus

Re: [E-devel] Eterm selection_send() and Opera 10.60

2010-07-31 Thread Kim Woelders
On Fri, 30 Jul 2010 04:09:49 +0200, Paolo Ferrario sko...@tiscali.it wrote: Hi all, I've applied the Kim Woelders patch [20 Aug 2009] in screen.c of Eterm 0.9.5. All is working ok, except for Opera 10.60, who dont get the clipboard text from Eterm. But it works if I use instead

Re: [E-devel] Eterm selection_send() and Opera 10.60

2010-08-04 Thread Kim Woelders
On Wed, 04 Aug 2010 16:44:26 +0200, Paolo Ferrario sko...@tiscali.it wrote: On Tue, 3 Aug 2010, Michael Jennings wrote: If answering back with a string doesn't break clients requesting a UTF8_STRING, I'm inclined to go that route. I don't have a problem, per se, with answering in UTF-8,

[E-devel] e16-1.0.4

2010-08-08 Thread Kim Woelders
e16-1.0.4 is available for download: http://sourceforge.net/projects/enlightenment/files/ This release is primarily intended to fix a few regressions in 1.0.3. e16-1.0.4: - Enable showing outline for window selected in focuslist. - Fix changing move/resize modes in dialog. - Re-add ~/.e16 to

Re: [E-devel] Eterm selection_send() and Opera 10.60

2010-08-09 Thread Kim Woelders
On Mon, 09 Aug 2010 01:42:52 +0200, Michael Jennings m...@kainx.org wrote: On Wednesday, 04 August 2010, at 22:37:21 (+0200), Kim Woelders wrote: I don't think there will be portability issues with this patch unless you somehow get non-matching old Xlib/Xmu versions - not very likely I'd say

Re: [E-devel] Eterm selection_send() and Opera 10.60

2010-08-10 Thread Kim Woelders
On Tue, 10 Aug 2010 08:20:34 +0200, Michael Jennings m...@kainx.org wrote: On Monday, 09 August 2010, at 22:27:00 (+0200), Kim Woelders wrote: I was thinking something like the attached patch. Looks good to me. Would you mind committing? Then I found XA_CLIPBOARD(Xdisplay). Assuming we

Re: [E-devel] E SVN: lucas IN trunk/embryo/src: bin lib

2010-08-12 Thread Kim Woelders
On Thu, 12 Aug 2010 13:21:10 +0200, Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Wed, Aug 11, 2010 at 6:36 PM, Michael Jennings m...@kainx.org wrote: I'm all for consistency, and this is certainly a great tool for producing that consistency, but shouldn't a concensus be reached

Re: [E-devel] E SVN: lucas IN trunk/embryo/src: bin lib

2010-08-12 Thread Kim Woelders
On Thu, 12 Aug 2010 20:09:20 +0200, Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Thu, Aug 12, 2010 at 2:47 PM, Kim Woelders k...@woelders.dk wrote: I think we are in the personal taste department here, so it's probably dangerous just to change this all over. I took embryo

Re: [E-devel] E SVN: lucas IN trunk/embryo/src: bin lib

2010-08-13 Thread Kim Woelders
On Fri, 13 Aug 2010 19:08:46 +0200, Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Thu, Aug 12, 2010 at 6:08 PM, Kim Woelders k...@woelders.dk wrote: If this causes trouble just forget about it. In any case, please don't introduce bugs :) Kim, i've committed the change in E16

Re: [E-devel] patch for using parenthesis

2010-08-29 Thread Kim Woelders
On Sat, 28 Aug 2010 14:30:59 +0200, Lucas De Marchi lucas.demar...@profusion.mobi wrote: Hi all, See at http://people.profusion.mobi/~lucas/allparen.patch a patch I prepared for our svn using the scripts trunk/SCRIPTS/coccinelle/{paren,paren-or}.cocci I know this one is particular

[E-devel] e16-1.0.5

2010-08-29 Thread Kim Woelders
e16-1.0.5 is available for download: http://sourceforge.net/projects/enlightenment/files/ This release is primarily intended to fix some more regressions in 1.0.3. e16-1.0.5: - Fix crash when menu is created shortly after being destroyed. - Fix resizing when using H/V handles and client has

[E-devel] e16-1.0.6

2010-09-26 Thread Kim Woelders
e16-1.0.6 is available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.6: - Fix potential crash in menu key press handling. - Keep on-screen windows requesting resize on screen. - Fix deriving configuration file names with libX11-1.4. - Fix potential crash when

[E-devel] e16-1.0.7

2010-11-14 Thread Kim Woelders
e16-1.0.7 is available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.7: - Fix rendering of argb windows in pager when compositing is enabled. - Fix rendering of shaped windows when compositing is enabled. - Fix restart (broken in 1.0.6). - Fix menu related segvs. -

[E-devel] While we await E17...

2003-03-16 Thread Kim Woelders
Hi there, I like Enlightenment (E16). I also like having a dock with tasklist and pager. Therefore I didn't upgrade my Gnome(/KDE) stuff to the newer versions that are incompatible with Enlightenment, until last week. Anyway, I implemented parts of the Extended Window Manager Hints handling that

Re: [E-devel] While we await E17...

2003-03-20 Thread Kim Woelders
Carsten Haitzler (The Rasterman) wrote: On Wed, 19 Mar 2003 17:47:14 -0500 Michael Jennings babbled: On Wednesday, 19 March 2003, at 17:52:00 (+0100), Kim Woelders wrote: Here is a new version of the Extended Window Manager Hints patch: http://www.woelders.dk/~kw/stuff/e16/enlightenment-0.16

Re: [E-devel] While we await E17...

2003-03-21 Thread Kim Woelders
Hi there, Yet another version of the Extended Window Manager Hints patch: http://www.woelders.dk/~kw/stuff/e16/enlightenment-0.16-cvs-ewmh-kw7.patch This is a patch on the current CVS version. It applies nicely to the 0.16.5 source tarball. Changes since -kw6: - The epplets use GNOME hints to

Re: [E-devel] While we await E17...

2003-03-21 Thread Kim Woelders
BAM wrote: On Fri, 2003-03-21 at 15:57, Kim Woelders wrote: Yet another version of the Extended Window Manager Hints patch: http://www.woelders.dk/~kw/stuff/e16/enlightenment-0.16-cvs-ewmh-kw7.patch This is a patch on the current CVS version. It applies nicely to the 0.16.5 source tarball

Re: [E-devel] Developers think they know better than end users

2003-03-22 Thread Kim Woelders
Ben Ford wrote: And I really can't stand it, especially unresizable windows. What is the possibility of E getting the option to ignore some of these hints? I think you are a bit vague. If you were more specific about your problems, somebody might be able to have an opinion? Perhaps this could

Re: [E-devel] While we await E17...

2003-03-27 Thread Kim Woelders
Hi there, Please find attached various minor patches for E16, more or less related to the Extended Window Manager Hints: e16-fix-initial-desktop.patch initialises the desktop for a new window to the current desktop. This avoids that DetermineEwinArea() called from AddToFamily() accesses

[E-devel] libwnck and large desktops

2003-03-31 Thread Kim Woelders
Hi there, Currently libwnck (and therefore the gnome-panel pager and window list) doesn't support large desktops, i.e. handling of the _NET_DESKTOP_GEOMETRY and _NET_DESKTOP_VIEWPORT hints. Recently, Extended Window Manager Hint support (i.e. potential GNOME2 compatibility) has been added to

Re: [E-devel] While we await E17...

2003-04-02 Thread Kim Woelders
What can I say... This one gets _NET_DESKTOP_GEOMETRY set correctly when the desktop size is changed. /Kim diff -ur -X excl-cvs.list e16-cvs.org/e/src/hints.c e16/e/src/hints.c --- e16-cvs.org/e/src/hints.c 2003-03-28 06:16:16.0 +0100 +++ e16/e/src/hints.c 2003-04-03

Re: [E-devel] e16 and gnome2

2003-05-31 Thread Kim Woelders
The multiplying epplets thing may be fixed in current e16 CVS version. It works for me :-) /Kim --- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5

Re: [E-devel] Peripheral bits for E16

2003-06-23 Thread Kim Woelders
Sounds good. The KDE(and GNOME) menu generation is not very useful as it is in the current scripts. Please send your work (menu as well as epplet stuff) as patches to the current CVS version to this list. Hopefully people will try it out and comment. I'm on holiday the next three weeks, and

Re: [E-devel] e16.6-r4

2003-07-08 Thread Kim Woelders
Torsten Stets wrote: Uups, sorry. The second Problem occured because the scripts weren't in /usr/local/bin. The make install command didn't put the files under $PREFIX. Stupid me, that I didn't recognize this earlier. :-( Sorry. I am aware that the maintenance scripts aren't correctly

Re: [E-devel] e16.6

2003-07-08 Thread Kim Woelders
Cristalle Azundris Sabon wrote: One more: when I re-open iconified applications from the icon-box, they are sometimes restored to the wrong position (app_y = screen_height, app_x presumably correct), from where I'll have to retrieve them using eesh winops... I thought that was fixed (in

Re: [E-devel] stacking problem w/pre4

2003-07-10 Thread Kim Woelders
I cannot reproduce that mplayer does things to other windows. To fix the menu stacking problem, see gmplayer -fstype help. I suggest using -fstype none. Mplayer does stupid things to try to stack its windows. I suggest to report further problems to the mplayer people. /Kim Kim Woelders wrote

Re: [E-devel] stacking problem w/pre4

2003-07-11 Thread Kim Woelders
BAM wrote: Any thoughts about my ipc patch? (The one to get a layer through eesh.) Committed. /Kim --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing more. Download eval WebKing and get a free book.

Re: [E-devel] e16.6 configure script

2003-07-14 Thread Kim Woelders
Morten Nilsen wrote: I tried using /usr/local/enlightenment, but that wouldn't work without --with-fsstd either... 1) ./configure /usr/local/bin, complains that dox is not in /usr/local/enlightenment/bin 2) ./configure --prefix=/usr/local/enlightenment /usr/local/enlightenment/enlightenment/bin 3)

Re: [E-devel] e16.6 configure script

2003-07-15 Thread Kim Woelders
OK - I have just committed an attempt to make things work in the good old way. Could everybody who cares please try out their pet configuartion :-) /Kim --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing

[E-devel] e16 menu generation

2003-07-22 Thread Kim Woelders
it should be done. WARNING! You probably should back up ~/.enlightenment before trying it out. /Kim #!/usr/bin/perl ## # generates a file.menu format for Enlightenment out of menu hierarchies # # Copyright (C) 2003 Kim Woelders

Re: [E-devel] e 0.16.6 and Show Desktop Button

2003-07-26 Thread Kim Woelders
Beny Spensieri Jr wrote: I have found that the enlightenment windows do not respond to clicking the Show Desktop Button. I believe the proper window response is to minimize all windows. on the current desktop Yes, I didn't implement that. This feature (the _NET_SHOWING_DESKTOP hint) is intended

<    1   2   3   4   5   6   7   8   9   10   >