[E-devel] e16-0.16.8.13

2008-05-01 Thread Kim Woelders
e16 version 0.16.8.13 is now available for download: http://sourceforge.net/project/showfiles.php?group_id=2 e16-0.16.8.13: - Fix potential crash during translucent moves. - Add option to center new windows when desk is full. - Optionally use PulseAudio to play sounds. - Various minor bug fixes

Re: [E-devel] Imlib2 patch

2008-04-20 Thread Kim Woelders
Kim Woelders wrote: Dariusz Knociński wrote: Hi All, I wrote new version of some procedures in Imlib2 library and attached patches for that mail. In file color-helpres procedures : void __imlib_rgb_to_hsv( int r, int g, int b, float *h, float *s, float *v ); void __imlib_hsv_to_rgb

Re: [E-devel] Imlib2 patch

2008-04-16 Thread Kim Woelders
Dariusz Knociński wrote: Hi All, I wrote new version of some procedures in Imlib2 library and attached patches for that mail. In file color-helpres procedures : void __imlib_rgb_to_hsv( int r, int g, int b, float *h, float *s, float *v ); void __imlib_hsv_to_rgb( float h, float s,

Re: [E-devel] [PATCH] Some small speedup for Edje

2008-04-03 Thread Kim Woelders
Cedric BAIL wrote: Hi, So here are some patch that should not break edje too much. 0001 and 0002: Replace call to snprintf by using memcpy or some kind of itoa. Is this really worth while? Possibly a small speedup at the cost of considerably more and considerably uglier code? /Kim

Re: [E-devel] E CVS: libs/ewl doursse

2008-02-26 Thread Kim Woelders
Enlightenment CVS wrote: Enlightenment CVS committal Author : doursse Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin/tests/theme Modified Files: Makefile.am Log Message: don't install static lib (.a) of plugins. .la files are still installed, which

Re: [E-devel] E CVS: libs/ewl doursse

2008-02-26 Thread Kim Woelders
Michael Jennings wrote: On Tuesday, 26 February 2008, at 20:27:44 (+0100), Kim Woelders wrote: Would adding AC_DISABLE_STATIC in configure.in accomplish the same thing without having to change every single Makefile.am? No, as that would disable static *libraries* as opposed to just

Re: [E-devel] e17 - Feature request : Live updates for pager

2008-02-24 Thread Kim Woelders
Carsten Haitzler (The Rasterman) wrote: On Thu, 7 Feb 2008 11:29:37 +0100 Massimiliano Brocchini [EMAIL PROTECTED] babbled: Hi, First of all thanks for your great work! I really like e17, but I'm missing the Live Update mode of the pager as in e16 0.16.8.4. Is there any plan to

[E-devel] e16-0.16.8.12

2008-02-17 Thread Kim Woelders
e16 version 0.16.8.12 is now available for download: http://sourceforge.net/project/showfiles.php?group_id=2 e16-0.16.8.12: - Fix showing tiled external background pixmap in pager. - Fix edge flip brokenness (causing random mouse jumps when flipping). - New window placement algorithm. Should be

[E-devel] e16-0.16.8.11

2008-01-12 Thread Kim Woelders
e16 version 0.16.8.11 is now available for download: http://sourceforge.net/project/showfiles.php?group_id=2 e16-0.16.8.11: - Fix rendering issues when using pseudo-transparency. - Fix translucent moves of non-shaped windows. - Fix border right click (winops menu) in many themes. - Fix incorrect

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

2008-01-07 Thread Kim Woelders
Gustavo Sverzut Barbieri wrote: On Jan 7, 2008 1:26 PM, Michael Jennings [EMAIL PROTECTED] wrote: On Monday, 07 January 2008, at 09:21:25 (-0600), Ravenlock wrote: raster's coding style (joe default?) is 1 tab to replace 8 spaces, weird I know... :-/ I thought it was the other way around.

Re: [E-devel] {Spam?} Re: E CVS: apps/e jeffdameth

2008-01-07 Thread Kim Woelders
Vincent Torri wrote: On Mon, 7 Jan 2008, Kim Woelders wrote: I put that file there at a point where I got annoyed with the formatting style mess in imlib2. The formatting style details, among other things tabs/spaces, were set up in an attempt to minimize the overall change caused

Re: [E-devel] {Spam?} Re: E CVS: apps/e jeffdameth

2008-01-07 Thread Kim Woelders
Michael Jennings wrote: On Monday, 07 January 2008, at 21:06:04 (+0100), Kim Woelders wrote: (and the line length is set to 80 of course :) ). I got into the habit of using 132 instead of 80 because 80 columns is all too often not enough for readability, particularly when using lengthier

Re: [E-devel] E CVS: e kwo

2007-11-03 Thread Kim Woelders
Vincent Torri wrote: --- configure.in 21 Oct 2007 13:10:23 - 1.232 +++ configure.in 3 Nov 2007 10:32:42 - 1.233 @@ -95,9 +95,6 @@ ENLIGHTENMENT_ROOT=`eval echo ${DATADIR}/e16` ENLIGHTENMENT_BIN=`eval echo ${bindir}` ENLIGHTENMENT_LIB=`eval echo ${libdir}`

Re: [E-devel] tools that update ChangeLog files

2007-08-30 Thread Kim Woelders
Vincent Torri wrote: Hey, currently, there is no trace of the commits in the ChangeLog file. We can only look at them through viewvc, which is a pain (cia is not better and does not allow to see all of them, afaik) There exist tools to modify automatically a ChangeLog, without work at

[E-devel] e16-0.16.8.9

2007-08-11 Thread Kim Woelders
e16 version 0.16.8.9 is now available for download: http://sourceforge.net/project/showfiles.php?group_id=2 e16-0.16.8.9: - Fix edge flipping after desk switch. - Avoid area switch when activating window that is mostly offscreen. - Move menus in menus.cfg to simple files. - Add

[E-devel] edevelop forums

2007-07-29 Thread Kim Woelders
Hello, Isn't it about time to shut down the edevelop forums? Almost all posts are spam now. Maybe add a link or refer to the new forums? /Kim - This SF.net email is sponsored by: Splunk Inc. Still grepping through log

Re: [E-devel] [PATCH] adding get workarea to Ecore_X

2007-07-21 Thread Kim Woelders
Dr. Michael 'Mickey' Lauer wrote: Carsten Haitzler wrote: On Fri, 20 Jul 2007 16:55:09 +0200 Dr. Michael 'Mickey' Lauer [EMAIL PROTECTED] babbled: I found this patch to be necessary when working with Ecore X windows that register with the window manager as the desktop window -- otherwise I

Re: [E-devel] e16 menu accent bug

2007-05-19 Thread Kim Woelders
Egmont Koblinger wrote: Hi, I've found the following bug in e-0.16.8.8: I have a fully UTF-8 system, the locale is set accordingly before e16 is started, and my menus are encoded in UTF-8 too. These accents appear correctly nearly always. They are okay in the window titles of

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

2007-05-19 Thread Kim Woelders
Sorry, but I'm backing this out. After having spent about half a day trying to fix it I give up. There is a problem with font sizing, at least for certain fonts, e.g. /usr/share/e16/E-docs/rothwell.ttf, where the font size seems to get scaled down somewhere along the way. I got as far as to

Re: [E-devel] E CVS: libs/evas tilman

2007-05-18 Thread Kim Woelders
Enlightenment CVS wrote: Enlightenment CVS committal Author : tilman Project : e17 Module : libs/evas Dir : e17/libs/evas/src/lib/canvas Modified Files: evas_object_textblock.c Log Message: rework how the html entity escape arrays are stored. this saves a few

[E-devel] e16-0.16.8.8

2007-05-17 Thread Kim Woelders
e16 version 0.16.8.8 is now available for download: http://sourceforge.net/project/showfiles.php?group_id=2 0.16.8.8 just fixes a few bugs that crept into 0.16.8.7. e16-0.16.8.8: - Fix pagers when enabling after initially being disabled. - Fix parsing title, name, and class matches in

[E-devel] e16-0.16.8.7, epplets-0.10

2007-05-04 Thread Kim Woelders
e16 version 0.16.8.7 and epplets version 0.10 are now available for download: http://sourceforge.net/project/showfiles.php?group_id=2 e16-0.16.8.7: - Add option to show windows on all desks in focus list. - The CM now renders to the composite overlay window. - Fix various updates when external

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

2007-04-08 Thread Kim Woelders
It's already there. The external declaration was just missing. /Kim Vincent Torri wrote: Kim, don't you think that the creation of that atom should also be added in ecore (in netwm) ? Vincent On Sun, 8 Apr 2007, Enlightenment CVS wrote: Enlightenment CVS committal Author : kwo

Re: [E-devel] ecore_x_netwm: is allowed_action_isset correct ?

2007-03-19 Thread Kim Woelders
Nathan Ingersoll wrote: On 3/18/07, Kim Woelders [EMAIL PROTECTED] wrote: Clients that bother about allowed actions (typically a taskbar) should monitor the property and keep a local allowed actions state and not query the server using e.g. ecore_x_netwm_allowed_action_isset every time

Re: [E-devel] ecore_x_netwm: is allowed_action_isset correct ?

2007-03-18 Thread Kim Woelders
Vincent Torri wrote: Hey, In ecore_x_netwm_allowed_action_isset (ecore_x_netwm.c), we get the atoms from the ECORE_X_ATOM_NET_WM_WINDOW_TYPE property. I think that we should use ECORE_X_ATOM_NET_WM_ALLOWED_ACTIONS. Am I right ? Yes. However, I'm not sure this function should exist at

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-03-15 Thread Kim Woelders
Michael Jennings wrote: On Wednesday, 14 February 2007, at 19:45:11 (+0100), Kim Woelders wrote: Yeah, I'm a sneaky bastard. I even sent a stealth message to the e-devel list about it to make sure nobody noticed: http://sourceforge.net/mailarchive/message.php?msg_id=37464062 my devious

Re: [E-devel] e16: composite menu doesnt come up anymore in cvs

2007-03-13 Thread Kim Woelders
Mike Frysinger wrote: after reporting that Esetroot bug w/composite, i updated to current cvs ... now i cant get back into the composite menu to enable it ;( desktop - Settings menu - select Composite item - nothing it used to pop up the composite settings dialog ... Did you build with

Re: [E-devel] e16: composite menu doesnt come up anymore in cvs

2007-03-13 Thread Kim Woelders
Mike Frysinger wrote: On Tuesday 13 March 2007, Kim Woelders wrote: Mike Frysinger wrote: after reporting that Esetroot bug w/composite, i updated to current cvs ... now i cant get back into the composite menu to enable it ;( desktop - Settings menu - select Composite item - nothing

Re: [E-devel] E16 Bug on locked mouse

2007-02-25 Thread Kim Woelders
Paulo J. Matos wrote: Hello all, I'm running 0.16.8.6 now and I've found 2 bugs which are quite making me think to switch back to 0.16.8.1 which seemed more stable. One of them is that sometimes by mouse cursor is just locked inside a window frame, my processor goes to 100% (but top doesn't

Re: [E-devel] Bling Patch

2007-02-21 Thread Kim Woelders
Mike Russo wrote: do you know what would be involved in getting gnome-terminal to use bling for its compositing? apparently the true transparency support in gnome-terminal will only work with either the metacity or beryl compositors. Or any other compositor that sets the _NET_WM_CM_Sx

[E-devel] e16-0.16.8.6

2007-02-20 Thread Kim Woelders
e16 version 0.16.8.6 is now available for download: http://sourceforge.net/project/showfiles.php?group_id=2 e16-0.16.8.6: - Fix window move through desk switch. - Fix crash on opening certain dialogs when sound is enabled. - Various minor bug fixes and enhancements, see ChangeLog for details.

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-15 Thread Kim Woelders
David Seikel wrote: On Thu, 15 Feb 2007 09:24:14 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: the real problem is introducing cvs as a build and rebuild dep (which it never was before - cvs was entirely divorced and separate from build file creation - which allowed us to

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-15 Thread Kim Woelders
David Seikel wrote: On Thu, 15 Feb 2007 21:02:52 +0100 Kim Woelders [EMAIL PROTECTED] wrote: David Seikel wrote: Another major problem, at least as far as I'm concerned, is that autotools is forever trying to sneak in GPL licenses and FSF copyrights. I've pointed this out to Marc-Andre

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-14 Thread Kim Woelders
Michael Jennings wrote: On Wednesday, 14 February 2007, at 01:18:46 (+0100), Kim Woelders wrote: I still don't quite get all the opposition against autopoint (except the stupid requirement that the cvs program must be available). In my opinion automake-1.10 is not broken but people here

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-13 Thread Kim Woelders
Landry, Marc-Andre wrote: Michael Jennings wrote: On Tuesday, 13 February 2007, at 09:17:51 (-0500), Landry, Marc-Andre wrote: +echo Running autopoint...; autopoint -f || exit 1 No. Michael I will work on this for my self. I had lost track of this subject and I excuse me if I didn't

Re: [E-devel] bugfix for e16 crashing with sounds...

2007-01-13 Thread Kim Woelders
[EMAIL PROTECTED] wrote: OK, so I started to wonder why e16 would segv every time I tried to open the 'About Enlightenment' to check the build date I was actually running... Turns out that sometimes, the 'sound' resource isn't set. And this eventually lead to a crash trying to strcpy from

Re: [E-devel] ecore_x_window_hide and unmap events

2006-12-24 Thread Kim Woelders
Виктор Кожухаров wrote: in that function, there's an XSendEvent and an XUnmapWindow right after that. but why is XSendEvent even called, when according to the X man pages, XUnmapWindow already sends out an unmap event? According to the ICCCM (4.1.4) clients must do that. /Kim

[E-devel] e16-0.16.8.5, e16keyedit-0.5

2006-12-18 Thread Kim Woelders
e16 version 0.16.8.5 and e16keyedit version 0.5 are now available for download: http://sourceforge.net/project/showfiles.php?group_id=2 e16-0.16.8.5: - Add Xft font support. - Add _NET_WM_SYNC_REQUEST support. - Enable setting focused/non-focused opacity independently (Grant Weir). - Enable

Re: [E-devel] Locale Translation of Enlightenment 16 (E16)

2006-12-08 Thread Kim Woelders
Daniele (Mastro) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Massimo Maiurana ha scritto: ciao daniele, you do not have to generate a .mo file as it will be generated at install time when you'll build e16. i don't want to recompile e16.. only want to add a new languages...

Re: [E-devel] bug in imlib2

2006-12-07 Thread Kim Woelders
John Williams wrote: On Wed, 6 Dec 2006, [EMAIL PROTECTED] wrote: On Sun, 3 Dec 2006, [EMAIL PROTECTED] wrote: Clearly whoever wrote that stuff seems to have left things in imlib2 languish since no improvements or fixes have ever been sent on anything. :( I don't think it's a

Re: [E-devel] (e16) iconbox/systray enable/disable options ?

2006-11-17 Thread Kim Woelders
Dmitry Antipov wrote: Hello, is there a legal way to disable e16 iconbox(es) ? Since I haven't found it, I've implemented my own :-). I didn't test it too much, and I'm not sure this is the Right Thing which needs to be included in e16. This is just a simple solution which works for me.

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

2006-11-08 Thread Kim Woelders
Yasufumi Haga wrote: On Tue, 7 Nov 2006 21:30:36 +0200, Luchezar Petkov [EMAIL PROTECTED] wrote: | What happened to the enlightenment-intl ml? | | On 11/7/06, Kim Woelders [EMAIL PROTECTED] wrote: | | Yasufumi Haga wrote: | Hi all | | This is an update of ja.po for e16

Re: [E-devel] e16 translucency win_op enhancements [with patch]

2006-11-08 Thread Kim Woelders
Grant Wier wrote: http://psyco.yi.org:8042/e16.0.8.3_opacities-0.3.patch This patch gets rid of the opaque_when_focused toggle and replaces it with a seprate focused_opacity setting, allowing you to set it to whatever level you like independantly of the normal (now effectively a 'window

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

2006-11-07 Thread Kim Woelders
Yasufumi Haga wrote: Hi all This is an update of ja.po for e16 checked out on November 6. Thanks, committed. /Kim - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

Re: [E-devel] gettext version?

2006-11-05 Thread Kim Woelders
Massimo Maiurana wrote: Massimo Maiurana, il 04/11/2006 17:05, scrisse: just a little different here as I have gettext-0.14.1, but the rest is the same. forgot to mention that editing configure.in (changing gettext version requirement to 0.14.1) worked even for me :) e16 requires 0.12.1

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

2006-11-02 Thread Kim Woelders
Enlightenment CVS wrote: Enlightenment CVS committal Author : raster Project : e17 Module : apps/e Dir : e17/apps/e Modified Files: autogen.sh Log Message: no more autopoint. now it's causing other issues like depending on cvs. enough. go back to automake 1.9 if u insist on

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

2006-10-28 Thread Kim Woelders
Enlightenment CVS wrote: Enlightenment CVS committal Author : onefang Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_file Modified Files: Ecore_File.h ecore_file.c Log Message: Copy filename escaping code from e_utils to make it more

Re: [E-devel] building with automake-1.10

2006-10-17 Thread Kim Woelders
Carsten Haitzler (The Rasterman) wrote: On Tue, 17 Oct 2006 17:51:42 -0400 Mike Frysinger [EMAIL PROTECTED] babbled: On Tuesday 17 October 2006 17:20, Michael Jennings wrote: Mike Frysinger wrote: in this case, the error is informative ... the makefiles are [incorrectly] trying to use GNU

[E-devel] e16-0.16.8.4

2006-10-16 Thread Kim Woelders
e16 version 0.16.8.4 is now available for download: http://sourceforge.net/project/showfiles.php?group_id=2 e16-0.16.8.4: - Added combined configuration dialog. - Added live pager update mode (when composite is enabled). - Various bug fixes and enhancements, see ChangeLog for details. /Kim

Re: [E-devel] imlib2 1.3.0 broken?

2006-10-02 Thread Kim Woelders
Mathias Homann wrote: Hi, when i build qcomicbook against imlib2 1.2.x it works just fine; when i build against 1.3.0 i get the following error messages when running it: * Imlib2 Developer Warning * : This program is calling the Imlib call:

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

2006-09-16 Thread Kim Woelders
Sebastian Dransfeld wrote: Ok, so now we have (in imlib2) EAPI for public functions and __hidden for private functions. Unless I'm missing something one of those should go. Why shouldn't both stay? I compiled with -fvisibility=hidden, and then a public identifier is required. Without a

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

2006-09-13 Thread Kim Woelders
Yasufumi Haga wrote: Hi all This is an update of ja.po for E16. Committed, thanks :) /Kim - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

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

2006-09-11 Thread Kim Woelders
Yasufumi Haga wrote: Hi all This is an update of ja.po for e16 as of September 11. Thanks, committed :) You are aware that there are a number of untranslated (fuzzy marked) items, like the labels in the new combined settings dialog, right? /Kim

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

2006-09-11 Thread Kim Woelders
Yasufumi Haga wrote: On Mon, 11 Sep 2006 16:28:14 +0200, Kim Woelders [EMAIL PROTECTED] wrote: | Yasufumi Haga wrote: | Hi all | | This is an update of ja.po for e16 as of | September 11. | | Thanks, committed :) | | You are aware that there are a number of untranslated (fuzzy

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

2006-09-07 Thread Kim Woelders
Enlightenment CVS wrote: Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/imlib2 Dir : e17/libs/imlib2/src/lib Modified Files: Imlib2.h api.c Log Message: EAPI Ok, so now we have (in imlib2) EAPI for public functions and __hidden for

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

2006-09-07 Thread Kim Woelders
Michael Jennings wrote: On Thursday, 07 September 2006, at 17:05:36 (-0400), Enlightenment CVS wrote: Remove XFree86-devel requirement causing trouble when using xorg. -#BuildSuggests: xorg-x11-devel freetype-devel freetype2-devel libungif-devel -BuildRequires: /usr/bin/freetype-config

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

2006-09-07 Thread Kim Woelders
Michael Jennings wrote: On Friday, 08 September 2006, at 00:02:56 (+0200), Kim Woelders wrote: On FC6 - (xorg 7.1, I think) there is no xorg-x11-devel, and I don't think anything provides XFree86-devel. Reason #5,781 why Fedora is compost. So what package contains the X headers

[E-devel] Imlib2 alpha threshold in mask generation

2006-09-03 Thread Kim Woelders
Hello, When using imlib2 to render mask bitmaps, the pixel alpha value is used to determine whether or not to set the corresponding mask bit. As things are now the mask bit is set if the alpha value is = 128, i.e. 50% opacity. This is bad when rendering pixmaps/masks for ARGB windows. Attached

Re: [E-devel] Remember Window Positions applies to all child windows too

2006-08-24 Thread Kim Woelders
Peter wrote: On Thu, 24 Aug 2006 11:02:23 +0900, Carsten Haitzler (The Rasterman) wrote: snip... again - the big problem is that many apps - even major ones, do not provide sane ways to differentiate their main windows vs. subwindows and dialogs etc. if titlebars change as they do with web

Re: [E-devel] E CVS: e kwo

2006-08-24 Thread Kim Woelders
Sebastian Dransfeld wrote: I begun adding some sync stuff to ecore_x. Couldn't you complete that instead? So e17 could benefit from it in time too. I think I'll try to get it right in e16 first since I'm a lot more familiar with that code :) The big thing here is not what to put in ecore_x

[E-devel] e16-0.16.8.3

2006-08-18 Thread Kim Woelders
e16 version 0.16.8.3 is now available for download. e16-0.16.8.3: - Fix setting border style using window operations menu. - Fix some segv's in obscure situations. - Various minor bug fixes and enhancements, see ChangeLog for details. /Kim

Re: [E-devel] E CVS: proto essiene

2006-08-16 Thread Kim Woelders
Enlightenment CVS wrote: Enlightenment CVS committal Author : essiene Project : e17 Module : proto Dir : e17/proto/entrance_edit_gui/src/widgets Modified Files: ew_entry.c ew_entry.h Log Message: - Fix return type warning when getting an etk_entry, it returns a

Re: [E-devel] E CVS: proto essiene

2006-08-16 Thread Kim Woelders
Simon TRENY wrote: On Wed, 16 Aug 2006 21:06:28 +0100, Essien Ita Essien [EMAIL PROTECTED] wrote : Kim Woelders wrote: Enlightenment CVS wrote: Enlightenment CVS committal Author : essiene Project : e17 Module : proto Dir : e17/proto/entrance_edit_gui/src/widgets Modified

Re: [E-devel] cvs, servers and stuff.

2006-08-15 Thread Kim Woelders
It seems to me that our SCM system feature requirements are extremely limited. We hardly ever tag or branch, let alone do merging between branches or anything resembling changeset management. I think CVS amply provides the features we need. It's simple and robust. It's far from perfect, but as

[E-devel] _ecore_evas_x_fullscreen_set

2006-08-10 Thread Kim Woelders
Hi, _ecore_evas_x_fullscreen_set has IMO some ICCCM non-compliance and other evilness. You can see the effects of this e.g. when toggling fullscreen state in entice (key f) in many WM's, including e17 and e16. 1) _ecore_evas_x_fullscreen_set starts with ecore_x_window_hide. This is a window

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

2006-07-20 Thread Kim Woelders
Yasufumi Haga wrote: Hello I updated ja.po file in e16.8.2. Concerning Enable background transparency compatibility mode, I translated it into the Japnanese message which is rather descriptive, meaning adjust E16 background transparency to the one used by other usual applications (possible

[E-devel] e16-0.16.8.2, epplets-0.9, e16keyedit-0.4

2006-07-17 Thread Kim Woelders
e16 version 0.16.8.2 is now available for download. epplets-0.9 and e16keyedit-0.4 have been around for a while. e16-0.16.8.2: - Bug fixes and speedups, see ChangeLog for details. epplets-0.9: - Ported to imlib2 - Bug fixes. e16keyedit-0.4: - Fixed segv. /Kim

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] 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] 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] .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] .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] 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] 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] 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] 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

[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] 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

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 - 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

[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.

[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

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

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] 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

[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: [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

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: [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

[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] 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

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] 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 :)

[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] 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

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

<    4   5   6   7   8   9   10   11   12   >