Re: [E-devel] EWL button label theming

2005-06-15 Thread Nathan Ingersoll
have text that the programmer wants to set. We're also providing other mechanisms for the programmer to setup their own edje's so this goes hand-in-hand with that. If we do this, the ewl_label could just use this API for setting it's own text. On 6/15/05, Simon Poole <[EMAIL

Re: [E-devel] EWL button label theming

2005-06-16 Thread Nathan Ingersoll
TW, I've finally got my act together and I'm on IRC as bangersnmash74. > > Now if only we had an edje_object_part_image_set function to let us do > the same thing with icons... ;-) > > -- > Simon Poole > www.appliancestudio.com > > > > > Nathan Ingersoll wrote: > &

Re: [E-devel] elitaire - an efl based solitaire

2005-06-16 Thread Nathan Ingersoll
That's the correct place to add the cast. There was another bug that caused a segfault, when picking a game. I'll see if I can find what I changed. On 6/16/05, Massimo Maiurana <[EMAIL PROTECTED]> wrote: > Il giorno Wed, 15 Jun 2005 19:11:49 +0200 Tilman scrisse: > > > Massimo Maiurana <[EMAIL PR

Re: [E-devel] EWL_embed: duplicated events

2005-06-17 Thread Nathan Ingersoll
le <[EMAIL PROTECTED]> wrote: > Nathan Ingersoll wrote: > > Oh, by splitting it up, I meant to take the specific portions that > > belong to different engines and separating them, so that they can be > > called in the realize callback for the windows and only register > >

Re: [E-devel] libewl.so: undefined reference to `ecore_x_mwm_borderless_set'

2005-06-17 Thread Nathan Ingersoll
Sounds like you have an old version of ecore installed somewhere. That function was added to ecore recently, and would not be present in older copies. On 6/17/05, Alex C-G <[EMAIL PROTECTED]> wrote: > Hi there > > I keep getting the following error every time i try to compile ewl > from CVS (fres

[E-devel] Re: E CVS: apps/eclair moom16

2005-06-18 Thread Nathan Ingersoll
MoOm, Have you looked at implementing the database features with Edb or Eet? These are both already in the E tree, and it would cut down on external dependancies for eclair users. Nathan On 6/18/05, enlightenment-cvs@lists.sourceforge.net wrote: > Enlightenment CVS committal > > Author : moom

Re: [E-devel] Fwd: [e-users] ewl filedialog

2005-06-19 Thread Nathan Ingersoll
Are you looking at the cookbook on the website or in CVS? I believe the one on the website is using an older version of the API, while the one in CVS has been updated to the latest changes. We need to push an update out to the site. On 6/19/05, JASON DANIEL MELBYE <[EMAIL PROTECTED]> wrote: > >

Re: [E-devel] EWL entries

2005-06-20 Thread Nathan Ingersoll
Bug in EWL. Need to track it down but we're planning to overhaul the entry to fix some of the larger issues. On 6/20/05, James Hales <[EMAIL PROTECTED]> wrote: > I've tried looking around, and messing with a few of those size things > with the Ewl entry widget, but I can't find an answer, so I was

Re: [E-devel] EWL entries

2005-06-20 Thread Nathan Ingersoll
t you have a plan to overhaul the text entry, and I can > understand that you don't want to introduce halfway fixes that you > later have to back out. But there should be some way of making this a > bit better in the interim seeing how broken the current behavior is. > > mb >

Re: [E-devel] EWL entries

2005-06-20 Thread Nathan Ingersoll
none of those have been accepted, so the bug goes on crawling. I can > >> understand that you have a plan to overhaul the text entry, and I can > >> understand that you don't want to introduce halfway fixes that you > >> later have to back out. But there should be

Re: [E-devel] Ecore libcurl wrapper

2005-06-22 Thread Nathan Ingersoll
Simon should respond to this, but from IRC discussion he wants this to go beyond file downloads. For example curl can interact with web applications via post requests. On 6/22/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Mon, 13 Jun 2005 11:56:24 +0100 Simon Poole <[EMAIL PRO

Re: [E-devel] weather/forecast module feedback?

2005-06-23 Thread Nathan Ingersoll
Any chance of merging the two efforts? The other module already has the region selection and configuration code in place, while yours has more data presented along with a variety of nice graphics. On 6/23/05, Matthew Mullins <[EMAIL PROTECTED]> wrote: > Hello, I didn't realize someone else had alr

Re: [E-devel] [PATCH] OUTBUF_DEPTH_BGR_32BPP_888_8888 support in buffer engine

2005-06-23 Thread Nathan Ingersoll
I think this would fall in the category of clipping to arbitrary objects. Personally, I'd love to see this added as it would make some interesting effects easier to implement, but it's certainly not trivial and could have a performance impact. Right now clipping is restricted to rectangles, so the

Re: [E-devel] ecore_file functionallity

2005-06-25 Thread Nathan Ingersoll
Take a look at ecore_con_url that Simon just added. It should be close to what you want. On 6/25/05, Jason Melbye <[EMAIL PROTECTED]> wrote: > > > > Or would it be possible to pass a url to > > int ecore_file_get_file(char *path) ? > > > > Thanks, > > Jason > > > > Should read: > char *ecore_file

Re: [E-devel] Ecore_DList bugs

2005-06-30 Thread Nathan Ingersoll
Sorry about the delay on this Dylan, but it's in CVS now. You are correct about the limitations in the ecore_list's. I have been planning to add handle's to the lists for a while, but it has not been a high priority. I think this could be done by splitting the current list into two structures, a li

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

2005-06-30 Thread Nathan Ingersoll
Thanks, applied with one minor sanity check added. On 6/30/05, enlightenment-cvs@lists.sourceforge.net wrote: > Enlightenment CVS committal > > Author : rbdpngn > Project : e17 > Module : libs/ecore > > Dir : e17/libs/ecore/src/lib/ecore > > > Modified Files: > ecore_list.c > >

Re: [E-devel] EWL Bugs

2005-07-15 Thread Nathan Ingersoll
Could you and MoOm add your bug reports to the ewl TODO file if they're not already in there? On 7/15/05, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > On 7/15/05, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > > > The entry bug, how long ago did you update? I've been doing a lot of > > > work on

Re: [E-devel] eterm & FC4

2005-07-16 Thread Nathan Ingersoll
This is not a correct solution, it's working around a problem with aclocal. Try: export ACLOCAL_FLAGS="-I /usr/local/share/aclocal" ./autogen.sh Libast installs libast.m4 which is required by aclocal to substitute dps_snprintf_oflow. The default install path is in /usr/local/share/aclocal,

Re: [E-devel] eterm & FC4

2005-07-16 Thread Nathan Ingersoll
The problem with the configure is that it wasn't able to substitute a libast.m4 macro when aclocal ran from autogen.sh. Where do you have libast installed? On 7/16/05, dienekes <[EMAIL PROTECTED]> wrote: > Nathan Ingersoll wrote: > > >This is not a correct solution, it

Re: [E-devel] Patch to make e_utils' e17setroot use some ecore_file stuff

2005-07-17 Thread Nathan Ingersoll
I believe Andy is the author of that app, and he was out getting married. It might take him some time to get caught up. On 7/17/05, Chad Kittel <[EMAIL PROTECTED]> wrote: > "Chad R. Kittel" <[EMAIL PROTECTED]> [Fri, 01 Jul 2005 19:28:15 -0500]: > > Hello, > > > > This patch against e_utils' e17set

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

2005-07-17 Thread Nathan Ingersoll
What do you think about breaking out the iconbox_icon into a generic Icon class? Are there any parts of the icon that assume they're packed inside of an iconbox? On 7/17/05, enlightenment-cvs@lists.sourceforge.net wrote: > Enlightenment CVS committal > > Author : lordchaos > Project : e17 > Mod

[E-devel] Re: Ecore_Dlist_Append bug.

2005-07-21 Thread Nathan Ingersoll
Thanks, patch applied to CVS. On 7/21/05, Dylan Shell <[EMAIL PROTECTED]> wrote: > Currently ecore_dlist_append has a bug in that it increments the > list->nodes without considering whether it makes a previously invalid > list->index valid. If this happens, the list has a valid index, and thus > i

Re: [E-devel] change color of evasobject_textblock

2005-07-22 Thread Nathan Ingersoll
You need to insert formatting with evas_object_textblock_format_insert. I would strongly recommend not dereferencing structs like you did, almost everything in the EFL is changed via an API call, and setting the value directly is discouraged. Example textblock uses are available in: http://www.ras

Re: [E-devel] argc & argv inside of a module?

2005-07-24 Thread Nathan Ingersoll
Ok, cvs update, EWL will now allow NULL arguments to ewl_init. On 7/24/05, Edward Presutti <[EMAIL PROTECTED]> wrote: > > I'm trying to init EWL inside of a module. Is it possible to get at the > argc and argv values that were passed to enlightenment when it was > started? Or is there a way to in

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

2005-07-30 Thread Nathan Ingersoll
Can someone describe the clip weirdness? Does it happen when in the engage app or module? On 7/30/05, enlightenment-cvs@lists.sourceforge.net wrote: > Enlightenment CVS committal > > Author : raster > Project : e17 > Module : libs/evas > > Dir : e17/libs/evas/src/lib/canvas > > > Modifi

Re: [E-devel] EWL in modules?

2005-07-31 Thread Nathan Ingersoll
Yes, check out ewl_embed. You can set the evas on it and it returns an Evas object that you can position and size. On 7/31/05, Brian Alfredo Sakal <[EMAIL PROTECTED]> wrote: > Hi all. I was wondering if it's possible to give EWL an already-made Evas to > draw on. This is so if an EWL app is made

Re: [E-devel] Possible BUG

2005-08-01 Thread Nathan Ingersoll
Any reason to not just change the build order? On 8/1/05, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > > > >When I switch the order to: > > > >e17/libs/embryo > >e17/libs/edje > >e17/libs/epsilon > > > >This appears to work. > > > > This is the case because epsilon has edje

Re: [E-devel] Possible BUG

2005-08-01 Thread Nathan Ingersoll
Sounds good. On 8/1/05, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > On 8/1/05, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > > Any reason to not just change the build order? > > as per our discussion on irc, we'll fix the build order on the page. > would al

Re: [E-devel] edevelop.org

2005-08-04 Thread Nathan Ingersoll
I think atmos and shadoi are working on getting that resolved. On 8/4/05, David Blewett <[EMAIL PROTECTED]> wrote: > I haven't been able to get on edevelop.org all week. This is the error message > I'm getting: > Site Temporarily Unavailable > We apologize for the inconvenience. Please contact the

Re: [E-devel] FreeDesktop Menu support.

2005-08-07 Thread Nathan Ingersoll
You may want to look into working with the author of e17menugen (http://sourceforge.net/projects/e17genmenu). On 8/7/05, Pavel Boldin <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all. > > For my distribute (ALTLinux) i write some freedesktop menu supporting

Re: [E-devel] EWL hello example not working

2005-08-16 Thread Nathan Ingersoll
The ewl_text and ewl_entry widgets just had a major overhaul, I don't think the documentation has been updated to reflect this yet. Are you reading the book from the website or from CVS? On 8/16/05, Paulo Jorge de Oliveira Cantante de Matos <[EMAIL PROTECTED]> wrote: > Hi all, (not really sure if

Re: [E-devel] While running doxygen in ewl cvs

2005-08-17 Thread Nathan Ingersoll
Looks like this has been fixed in CVS. On 8/17/05, Paulo Jorge de Oliveira Cantante de Matos <[EMAIL PROTECTED]> wrote: > > Got: > > Generating directory documentation... > :1: Warning: Found unknown command > `\defgtroup' > > Cheers, > > Paulo Matos > > -- > Paulo Jorge Matos - pocm at sat i

Re: [E-devel] Double Image Append EWL problem

2005-08-18 Thread Nathan Ingersoll
The problem is you're assuming that the window is a box, it's not. The window gives widgets you pack in it whatever coords they ask for. So you're basically getting a stack of lbox -> separator -> rbox all on top of each other. Just put another box into the window and place the other items in this

Re: [E-devel] Error compiling Imlib2 on Mac OS X

2005-08-25 Thread Nathan Ingersoll
That's not the problem any longer, I've changed most autogen.sh scripts to do libtoolize || glibtoolize. Imlib2 builds fine on my OS X system. On 8/25/05, Morten Nilsen <[EMAIL PROTECTED]> wrote: > Ulrich Hobelmann wrote: > > Hi, I just pulled the whole e17 tree from CVS and started compiling > >

Re: [E-devel] Using anjuta

2005-08-28 Thread Nathan Ingersoll
Probably a better question for the Anjuta lists. Most of us still use a console editor and make. On 8/28/05, Gabriel <[EMAIL PROTECTED]> wrote: > Hello! I've started using anjuta for my programming and I would like to > know how to configure that to make it able to build EWL apps? > > >

Re: [E-devel] e17 on cygwin ALMOST works

2005-08-29 Thread Nathan Ingersoll
It looks like you're missing eet loader support in evas. You're notes don't mention building eet, that should be done prior to building evas. This would prevent Edje's from being loaded correctly and the display issues for both EWL and e17.On 8/29/05, Mike Russo <[EMAIL PROTECTED]> wrote: i have so

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

2005-09-02 Thread Nathan Ingersoll
This is hiding another problem. the _() macro is used with gettext to indicate which strings should be checked for translations.On 9/2/05, enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committalAuthor  : jcwongProject : e17Module  : apps

Re: [E-devel] Elive for EFL developers special version

2005-09-05 Thread Nathan Ingersoll
Personally, I don't see myself using a system like this for much actual development work. That being said, I'd find a mini-CD very useful for doing demos. I think the idea would be a small stable base that just gets frequent updates to the EFL and E apps. I think this could be done in a very small

Re: [E-devel] EWL issues (table inside border)

2005-09-05 Thread Nathan Ingersoll
The table widget needs some updating. It doesn't correctly setup it's sizing, so if the tree widget is an option for you, I'd recommend trying that. It needs more work too, but it is a better supported widget right now.On 9/5/05, Paulo Matos <[EMAIL PROTECTED]> wrote: Hi all,I'm developing a E17 ap

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

2005-09-06 Thread Nathan Ingersoll
If it's something people are concerned about, we can namespace them. That being said, these have been exported in some form for about 5 years without a single complaint. On 9/6/05, Tilman Sauerbeck <[EMAIL PROTECTED]> wrote: On Tue, 06 Sep 2005 21:44:40 +0200 Kim Woelders <[EMAIL PROTECTED]> wrote:

Re: [E-devel] Ewl_Tree question

2005-09-08 Thread Nathan Ingersoll
MODE_NONE would mean no selections are allowed.On 9/8/05, dan sinclair <[EMAIL PROTECTED]> wrote: I'm not sure what MODE_NONE does, but _SINGLE would be for single selectand _MULTI would be for multi select of tree nodes. danOn Fri, 2005-09-09 at 00:49 +0100, Paulo Jorge de Oliveira Cantante deMato

Re: [E-devel] Another tree question

2005-09-08 Thread Nathan Ingersoll
There is a lot of reparenting happening inside of the  tree, so you may be accessing a cell in the tree. Try printing ewl_widget_appearance_get(EWL_WIDGET(txt)); to see the type of widget you are accessing.On 9/8/05, Paulo Jorge de Oliveira Cantante de Matos <[EMAIL PROTECTED]> wrote: Need to get t

Re: [E-devel] Another tree question

2005-09-09 Thread Nathan Ingersoll
There is a lot of reparenting happening inside of the  tree, so you may be accessing a cell in the tree. Try printing ewl_widget_appearance_get(EWL_WIDGET(txt)); to see the type of widget you are accessing.On 9/8/05, Paulo Jorge de Oliveira Cantante de Matos <[EMAIL PROTECTED]> wrote: Need to get t

Re: [E-devel] Another tree question

2005-09-09 Thread Nathan Ingersoll
Right, we've been talking about some ideas to make the tree easier to use and access the data in it.On 9/9/05, Paulo Matos < [EMAIL PROTECTED]> wrote:Nathan Ingersoll wrote:> There is a lot of reparenting happening inside of the  tree, so you may > be accessing a cell in the tree. Try printing> ewl

Re: [E-devel] Another tree question

2005-09-09 Thread Nathan Ingersoll
5, Paulo Matos <[EMAIL PROTECTED] > wrote:>>>> Nathan Ingersoll wrote:>> > There is a lot of reparenting happening inside of the tree,>> so you may>> > be accessing a cell in the tree. Try printing >> > ewl_widget_appearance_get(EWL_WIDGET(txt)); t

Re: [E-devel] Textbox in Ewl

2005-09-10 Thread Nathan Ingersoll
Raster is doing a new revision of the evas textblock to address some issues that came up with the first version.On 9/10/05, Paulo Jorge de Oliveira Cantante de Matos <[EMAIL PROTECTED]> wrote:Nice... What's textblock2???Can't find that in the doxygen docs...Cheers,Paulo Matosdan sinclair said:> On

Re: [E-devel] eap editor

2005-09-23 Thread Nathan Ingersoll
For some reason the EWL windows are getting mapped at 1x1 pixel and then resizing. I'm fairly certain this is EWL's fault and I need to re-order the code that sets up the initial size.On 9/23/05, Massimo Maiurana <[EMAIL PROTECTED]> wrote: jochen, il 23/09/2005 08:39, scrisse:> Hi,> It's me again :

Re: [E-devel] A patch

2005-09-24 Thread Nathan Ingersoll
I don't think dan was trying to make a personal attack. My understanding was that he was pointing out a lot of time was being spent responding to design criticisms and not making progress on code.On 9/23/05, Jose O Gonzalez <[EMAIL PROTECTED] > wrote:Here's a large patch to finish a tiny le

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

2005-10-02 Thread Nathan Ingersoll
Does the software_x11 engine support anything beyond 1 bit destination alpha (for generating the shape masks) ?On 10/2/05, enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committalAuthor  : rasterProject : e17Module  : libs/evasDir : e

Re: [E-devel] Making the remember stuff easier to use.

2005-10-02 Thread Nathan Ingersoll
I suggested the same to raster last week. His long term idea is that those items won't be in a menu, but you'll choose Remember... and a dialog box will appear to choose the settings you'd like to remember. That would make the menu work obsolete, and I believe the dialogs have made a fair amount of

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

2005-10-02 Thread Nathan Ingersoll
MoOm, It looks like you've put considerable effort into this already. It doesn't bother me that you wanted to write your own toolkit rather than use EWL, everyone has their own API style and approach to specific problems. That being said, I am bothered by the fact dj2 and I asked you numerous ti

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

2005-10-04 Thread Nathan Ingersoll
Checkout the configure callback, I bet I messed up orientation switch detection.On 10/4/05, enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committalAuthor  : lordchaosProject : e17Module  : libs/ewlDir : e17/libs/ewl/src/libModified F

Re: [E-devel] About text format manipulation with EFL

2005-10-04 Thread Nathan Ingersoll
On 10/4/05, Frederick MOUSNIER-LOMPRE <[EMAIL PROTECTED]> wrote: First of all I'd like to say that I'm a beginner in this field(HTML engine  renderer/EFL) so my first  - and also  unique - solutionwas to start with the sources of the Gtk Webcore project.Based on that  I try to replace  all

Re: [E-devel] The current state of E Widget ToolKit Libraries (EWTKL)

2005-10-06 Thread Nathan Ingersoll
On 10/5/05, Brian Mattern <[EMAIL PROTECTED]> wrote: Today on IRC, there was a rather heated discussion about why ETK waswritten whether or not EWL should be scrapped. I'll try to sort through the emotion...(NB: neither RbdPngn nor MoOm, the two lead devs of EWL & ETKrespectively were present for t

Re: [E-devel] Specfile fixage

2005-10-06 Thread Nathan Ingersoll
Any objections from those who deal in spec files to giving Ryan CVS access?On 10/6/05, Ryan Little <[EMAIL PROTECTED] > wrote:Someone let loose the asparagus and didn't bump versions in the specs. Also a fix for make dist in epeg.Patch attached, please commit :)Ryan

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

2005-10-06 Thread Nathan Ingersoll
Another option that I use fairly often to avoid the second list traversal is to use ecore_list_remove_first and pop items off the beginning of the list. So your loop becomes while ((file = ecore_list_remove_first(files)))   { /* Do something with file */ free(file);   } Definitely use e

Re: [E-devel] background changing

2005-10-06 Thread Nathan Ingersoll
You are correct, this is the intended behavior. This way you can have separate images on each desktop, and if you like, compose a scene between the two. The choice is yours how you want the two heads to appear.On 10/6/05, Mike Russo <[EMAIL PROTECTED]> wrote: Carsten Haitzler (The Raster

Re: [E-devel] e_util_eapp_edit crash

2005-10-08 Thread Nathan Ingersoll
That would make some sense as they were changed from standard widgets to a special attachment recently. I'll try to get this fixed tonight. Thanks!On 10/8/05, David Sharp <[EMAIL PROTECTED]> wrote: On 10/7/05, Christopher Michael <[EMAIL PROTECTED]> wrote:> Hi Folks,>> When trying to selec

Re: [E-devel] The current state of E Widget ToolKit Libraries (EWTKL)

2005-10-13 Thread Nathan Ingersoll
raster, I just wanted to clarify a couple of your points. The email linked that shows a message from Simon that didn't get a response, it was followed closely by a similar email from Hisham which I did respond to, so I didn't feel it was necessary to respond with duplicate information on the same l

Re: [E-devel] The current state of E Widget ToolKit Libraries (EWTKL)

2005-10-13 Thread Nathan Ingersoll
On 10/14/05, Jose O Gonzalez <[EMAIL PROTECTED]> wrote: It's odd but one begins to get the feeling that a lot of thisnegative reaction to etk has more to do with the licensing issuethan with actual code, or antecedent discussion about issues,etc. No, as you'll notice the licensing was only

Re: [E-devel] E17 on Linux ppc

2003-01-11 Thread Nathan Ingersoll
hing else. Otherwise, if you follow the build directions on the "cvs notes" page, everything should work just as well as on x86. -- -------- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | |

Re: [E-devel] Multiple Desktops

2003-01-13 Thread Nathan Ingersoll
rrow. Unfortunately, they're near the bottom of my todo list. -- ---- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | | [EMAIL PROTECTED]\\ http://www.ruralcenter.org| | http:/

Re: [E-devel] debian

2003-01-15 Thread Nathan Ingersoll
there or if I should just > stay away from them for a while. > > Thanks, > Paul For most of the tree, yes, I use them fairly often. There may be a few places that need fixing up or updating though. -- -------- | Nathan

Re: [E-devel] evas font path API

2003-01-20 Thread Nathan Ingersoll
hall. > I'm in favor of the rename. IMHO, evas_object_* should all have an object parameter or return an object, whereas anything that globally effects an evas or all evas' should be evas_*. My two cents. :-) -- --

Re: [E-devel] looking for some info about elogin

2003-01-21 Thread Nathan Ingersoll
> man Eterm w00t KainX! ;-) -- -------- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | | [EMAIL PROTECTED]\\ http://www.ruralcenter.org| | http://ningerso.atmos.org/ \\ M

Re: [E-devel] strange window reordering

2003-02-01 Thread Nathan Ingersoll
ng cool happen. Yes, this is because I put a nasty little hack in place to fix a worse bug until I had time to fix the issue correctly. -- -------- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | | [

[E-devel] Re: E CVS: enotes fletch3k

2003-02-10 Thread Nathan Ingersoll
> Log Message: > RbdPngn Suggested that using . as the fontdir might be silly. So i changed it. >Thanks RbdPngn. Umm... misunderstanding here... My suggestion was not to assume that everyone has . in their PATH. -- --------

Re: [E-devel] Background displays Weather

2003-03-12 Thread Nathan Ingersoll
;never" happen were made by > Rasterman himself. > > Hall The lack of any active developers jumping up and saying "Oh hell yeah!!! That's a great idea!!" Should give you a clue as to how seriously this is being considered. ;-) -- -------

Re: [E-devel] Evas - configure error

2003-03-16 Thread Nathan Ingersoll
f you don't have pkgconfig installed (and no dfb), you'll get configure errors. We should probably add some tests to avoid that. -- -------- | Nathan Ingersoll \\ Computer Systems & Network Coor

Re: [E-devel] compiling current Eterm

2003-07-30 Thread Nathan Ingersoll
s_snprintf_oflow() > AC_CHECK_LIB(m, pow) > > dnl# Portability checks for various functions > > Where is this function supposed to be defined ? You need to install a newer version of libast. -- ---- | Nathan I

Re: [E-devel] EWL entry fix,

2003-08-14 Thread Nathan Ingersoll
ment-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | | [EMAIL PROTECTED]\\ http://www.ruralcenter.org| | http://ningerso.atmos.org/ \\ Min

Re: [E-devel] X wont load with enlightenment

2003-08-22 Thread Nathan Ingersoll
e flatpanel thing is a red herring. My guess is your distro's default > > xinitrc loads this stuff, so it's missing when you override the system > > default. -- | Nathan Ingersoll

Re: [E-devel] another small 0.16 bug

2003-09-29 Thread Nathan Ingersoll
On Mon, Sep 29, 2003 at 04:19:29PM -0400, Hall Stevenson wrote: > > By the way, when is E 0.17 going to be released ?? :-) Nice one, that's two more weeks delay. :-( -- ---- | Nathan Ingersoll \\ Compu

Re: [E-devel] Evas Gradient

2003-10-21 Thread Nathan Ingersoll
> > > > > --- > This SF.net email is sponsored by OSDN developer relations > Here's your chance to show off your extensive product knowledge > We want to know what you know. Tell us and you have a chance to win $1

Re: [E-devel] evas build error

2003-12-22 Thread Nathan Ingersoll
path to Edb's header before running configure. You may want to recompile evas after this as well, since evas has a loader for edb's. Good Luck! -- ---- | Nathan Ingersoll \\ Computer Systems & Network Coo

Re: [E-devel] Ecore TXT module build problems

2004-01-04 Thread Nathan Ingersoll
tween versions now. -- ---- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | | [EMAIL PROTECTED] \\ http://www.ruralcenter.org| | http://ningerso.atmos.org/ \\ Rural Health Resour

Re: [E-devel] Imlib2, 32 Bit TIFFs and other formats

2004-01-06 Thread Nathan Ingersoll
o sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > ___ > enlightenment-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel --

Re: [E-devel] Re: E CVS: apps/entice rbdpngn

2004-01-11 Thread Nathan Ingersoll
ftware. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______ > enlightenment-devel mailing li

Re: [E-devel] Re: E CVS: libs/edb xcomputerman

2004-01-14 Thread Nathan Ingersoll
Autoconf 2.13 doesn't check for configure.ac, while 2.5+ still check for configure.in. So as long we're supporting autoconf versions back to 2.13, we have to use the configure.in name. -- ---- | Nathan

[E-devel] Re: E CVS: libs/edje atmosphere

2004-01-19 Thread Nathan Ingersoll
It's architecture dependant, not compiler. PPC uses unsigned char by default, while x86 is signed by default. -- ---- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | | [EMAIL PROTECTED]

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

2004-01-26 Thread Nathan Ingersoll
clipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > ___ > enlightenment-cvs mailing list > [EMAIL PROTECTED] > https://lis

Re: [E-devel] todo-list?

2004-01-27 Thread Nathan Ingersoll
dn > ___ > enlightenment-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- | Nathan Ingersoll

Re: [E-devel] [ewl] menus

2004-02-05 Thread Nathan Ingersoll
D] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- -------- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | | [EMAIL PROTECTED] \\ http://www.ruralcenter.org

Re: [E-devel] ECore: Evas_GL support (inc)

2004-02-09 Thread Nathan Ingersoll
led. Good Luck! -- ---- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | | [EMAIL PROTECTED] \\ http://www.ruralcenter.org| | http://ningerso.atmos.org/ \\ Rural Health Resource Center | -

Re: [E-devel] Priorities!

2004-02-12 Thread Nathan Ingersoll
m pretty much neutral on the meeting idea. I'm on IRC often enough that I catch most people that I need to talk to. If other people decide to have one, I'll do my best to make it, but we should definitely log it for anyone who can't. -- -

Re: [E-devel] Priorities!

2004-02-13 Thread Nathan Ingersoll
I'm curious what aspects of doxygen you don't like. Could you elaborate a bit? Thanks. -- ---- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | | [EMAIL PROTECTED] \\ http://www.r

Re: [E-devel] Priorities!

2004-02-13 Thread Nathan Ingersoll
he way doxygen does class heirarchies, we just need a better way to apply them to structs. -- ---- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | | [EMAIL PROTECTED] \\ http://ww

Re: [E-devel] etox get font

2004-02-13 Thread Nathan Ingersoll
text->font_size; > + > +if (!context->font) > +return NULL; > + > +return strdup(context->font); > +} > + > +/** > * etox_context_set_font - change the default font for the etox > * @et: the etox to change the default font > * @name: the name of the defau

Re: [E-devel] question about etox

2004-02-14 Thread Nathan Ingersoll
ast work to a degree. To answer your specific question, perform a selection of the entire etox contents, setup a context with the new settings you want, and then apply the context to the selection. Good luck! -- -------

Re: [E-devel] Priorities!

2004-02-15 Thread Nathan Ingersoll
ook" is far more important. Ideally, we would have a set of introductory articles for each major lib. Lots to do indeed. -- | Nathan Ingersoll \\ Computer Systems & Network Coordinator |

Re: [E-devel] edje and OS X

2004-02-18 Thread Nathan Ingersoll
kes on OS X's cpp. I have made some changes to the source that > give the > default behaviour except if the environment variable EDJE_CPP is set. > Anyone > mind if I commit this change ? > > Chris -- --------

Re: [E-devel] [OT] Interesting article on KDE at Ars Technica

2004-02-23 Thread Nathan Ingersoll
thing cool happen. > .O. > ..O > OOO -- -------- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | | [EMAIL PROTECTED] \\ http://www.ruralcenter.org| | http://ning

Re: [E-devel] Microsoft patenting Enlightenment virtual desktop manager?

2004-02-26 Thread Nathan Ingersoll
MS filed the patent on April 5, 2002. Even E16 was released long before that, and from what I remember E13 or 14 even had this feature. So that would be around '97-'98. -- ---- | Nathan Ingersoll \\ Comput

Re: [E-devel] cvs

2004-03-14 Thread Nathan Ingersoll
This is just Sourceforge buckling under the load. All you can do is rety the checkout until it succeeds. -- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | | [EMAIL PROTECTED] \\

Re: [E-devel] ecore/iconv error.

2004-03-16 Thread Nathan Ingersoll
irectory `/usr/src/e/e17/libs/ecore' Check the config.log to see why the iconv checks fail. What distro/OS are you using? The iconv checks have been tested on quite a few different systems, so it's odd to see them fail. --

Re: [E-devel] evas mmx issues

2004-03-22 Thread Nathan Ingersoll
on_cpu_mmx2_test () at evas_cpu.c:39 > > "Doctor, it hurts when I do this" "Don't do that then..." -- | Nathan Ingersoll \\ Computer Systems & Network Coordinator

Re: [E-devel] e17/libs/epsilon: no configure

2004-04-09 Thread Nathan Ingersoll
> >> enlightenment-devel mailing list > >> [EMAIL PROTECTED] > >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > >> > > > > > > > > _________ > F? alle de nye og sjove ikoner med MS

Re: [E-devel] ewl_events fb patch

2004-04-10 Thread Nathan Ingersoll
(engine & EWL_ENGINE_FB) { > ecore_event_handler_add(ECORE_FB_EVENT_KEY_DOWN, > ewl_ev_fb_key_down, NULL); > @@ -450,7 +450,7 @@ > > #endif > > -#ifdef HAVE_EVAS_ENGINE_FB > +#ifdef HAVE_EVAS_ENGINE_FB_H > > /** > * @param data: user specifie

Re: [E-devel] problems w/ iconbar

2004-04-22 Thread Nathan Ingersoll
Then you have an old version of EWL installed somewhere. ewl_shutdown is in the current cvs version. -- | Nathan Ingersoll \\ Computer Systems & Network Coordinator | | [EMAIL PROTECTED] \\

Re: [E-devel] ewl errors

2004-05-14 Thread Nathan Ingersoll
h,v > retrieving revision 1.20 > diff -r1.20 ewl_image.h > 16c16 > < typedef enum Ewl_Image_Type Ewl_Image_Type; > --- > > > 24c24,25 > < typedef struct Ewl_Image Ewl_Image; > --- > > typedef enum Ewl_Image_Type Ewl_Image_Type; > > > 43c44 > &l

<    1   2   3   4   5   6   >