Wrong order when process some events

2013-07-15 Thread Germán Arias
I suppose that all of you (or almost all) has been facing a cursor
problem
with split views. When the split view contains a text view. Like in
ProjectCenter,
where the browser and the editor are inside a split. Sometimes when you
move the mouse from the browser to the editor the cursor remains as
double arrow over the text view. This isn't a ProjectCenter problem.
Attached a simple test with three views. Each one with a diffrent
cursor.
When you move the mouse from top to bottom, sometimes the cursor stuck.
This problem depend of the movement velocity. And maybe if you have a
fast computer, you will not see the problem. But at my computer this
occurs
frequently. The problem here is that, sometimes, the view under the
mouse
push its cursor, before that the previous view pop its cursor. The
order  of
these events is wrong.

I thought that this was because the NSWindow post the events at start
of  the
event queue. And if the event posted previously has not been executed.
So,
this would alter the expected order. But no, post the events at end is
worse.

Of course, a solution is increase the separation between views (or
cursor
rects). But in splitview this is not possible. Any idea?

Germán.




WrongCursor-0.1.tar.gz
Description: GNU Zip compressed data
___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: GNUstep don't load images of current theme.

2013-07-15 Thread Riccardo Mottola

Hi,

Eric Wasylishen wrote:


Hey Riccardo,
Quentin reworked gui's code for handling theme images during the 
hackathon, to make the process for creating new themes saner. (we 
fixed the problem where themes had to provide each image under several 
names, e.g. common_SwitchOff and and NSSwitchOff)  This may have 
broken existing themes, though. Iirc we didn't yet properly announce 
the changes on the mailing list because there were a few other things 
we wanted to clean up (e.g. adding support for specifying colors in 
HTML notation).



Oh, so that changes once again.. once that it worked...
I don't know what you mean exactly "proviing each image under several 
names". I provided each image just once and it worked. I provide it 
under the original name. That is, I provide only common_SwitchOff and 
common_SwitchOn.

The names are given by Thematic, btw.

Now I think I already complained that the "common_" prefix in a 
theme-provided image doesn't make much sense, but before t didn't work 
and then it "got fixed".


I helped a bit too so I can probably take a look at neos and see what 
needs to be updated.


You may look at both the Neos and Sleek themes which are created through 
thematic.

It appears that most if not all images do not load anymore.

Riccardo


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: GNUstep don't load images of current theme.

2013-07-15 Thread Eric Wasylishen
Hey Riccardo,
Quentin reworked gui's code for handling theme images during the hackathon,
to make the process for creating new themes saner. (we fixed the problem
where themes had to provide each image under several names, e.g.
common_SwitchOff and and NSSwitchOff)  This may have broken existing
themes, though. Iirc we didn't yet properly announce the changes on the
mailing list because there were a few other things we wanted to clean up
(e.g. adding support for specifying colors in HTML notation).

I helped a bit too so I can probably take a look at neos and see what needs
to be updated.

Eric
On Jul 15, 2013 12:43 PM, "Riccardo Mottola" 
wrote:

> Hi,
>
> Germán Arias wrote:
>
>> GNUstep don't use the images of current theme. For example, if set
>> Neos theme I don't see the images of this theme.
>>
> I noticed the same too.. I wanted to udpate certain details in Neos.. and
> just checking the existing, wroking version I notice that the UI elements
> get themed, but all the folder icons and stuff used by GWorkspace get
> ignored.
>
> Riccardo
>
>
> __**_
> Gnustep-dev mailing list
> Gnustep-dev@gnu.org
> https://lists.gnu.org/mailman/**listinfo/gnustep-dev
>
___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: GNUstep don't load images of current theme.

2013-07-15 Thread Riccardo Mottola

Hi,

Germán Arias wrote:

GNUstep don't use the images of current theme. For example, if set
Neos theme I don't see the images of this theme.
I noticed the same too.. I wanted to udpate certain details in Neos.. 
and just checking the existing, wroking version I notice that the UI 
elements get themed, but all the folder icons and stuff used by 
GWorkspace get ignored.


Riccardo


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev


GSoC reports

2013-07-15 Thread Ivan Vučica
Hi,

I'm posting the GSoC reports here:
  http://blog.vucica.net/category/gsoc/gsoc2013

At the moment, I have some content appearing on screen, but it's unusable.
I presume this has something to do with transform matrices, and am
continuing to explore.

I'm also having trouble with implementing a double buffering backing store,
primarily because drawing a CGImage obtained from a CGBitmapContext doesn't
quite work. I'll poke Eric about this.

-- 
Ivan Vučica
i...@vucica.net
___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev


Simplified Chinese Translations for GNUStep

2013-07-15 Thread Jeff Bai
Hey there folks!

   May I have a introduction first? I am Jeff Bai from Anthon Open Source
Community and I am really a big fan of GNUStep. But as a high school
student from Mainland China it's really a shame of not having Simplified
Chinese (zh_CN.UTF-8) translation for GNUStep. So while we are building
:Next for the community (Yes, with some friends of the same or around
ages), we decided to polish all the translations to zh_CN for not only
GNUStep. But as a big fan of GNUStep I tried my best to do it in the first
place! Here is our Git repo for the translations.

   https://github.com/TheNextProject/-Next-Translations

   How are they? If you appreciate them, just tell me and take it :-)

   Long live GNUStep!

   Sincerely,
   Jeff Bai
___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev