Re: [PATCH v3 0/9] Hardware keyboard input for input methods v3

2012-11-29 Thread Jan Arne Petersen
On 11/27/2012 09:11 PM, Kristian Høgsberg wrote: > On Sun, Nov 18, 2012 at 07:06:41PM +0100, Jan Arne Petersen wrote: >> From: Jan Arne Petersen >> > text: Rename and extend text_model key event I'm holding off on this one and the remaining patches. I think you're right that it's

Re: [PATCH v3 0/9] Hardware keyboard input for input methods v3

2012-11-29 Thread Jan Arne Petersen
On 11/28/2012 03:50 AM, Kristian Høgsberg wrote: > On Tue, Nov 27, 2012 at 03:11:17PM -0500, Kristian Høgsberg wrote: >> On Sun, Nov 18, 2012 at 07:06:41PM +0100, Jan Arne Petersen wrote: >>> From: Jan Arne Petersen >>> >> text: Rename and extend text_model key event > I'm holding off on

Re: [PATCH weston] compositor: Fix rendering with shm transformed buffers

2012-11-29 Thread Rob Bradford
> Say you have a 500x250 surface, but its buffer is rotated 90 degrees, so > that it is 250x500. If the surface damage is the rectangle defined by the > points (10, 20) and (40, 50), we would convert both coordinates and have > (230,10) and (200,40). This does define a rectangle in the buffer, but

Re: [PATCH weston] compositor: Fix rendering with shm transformed buffers

2012-11-29 Thread Ander Conselvan de Oliveira
On 11/28/2012 06:56 PM, Rob Bradford wrote: Hi Ander, good catch.. On 28 November 2012 15:10, Ander Conselvan de Oliveira wrote: The implementation of buffer transformation didn't handle transformed shm buffers properly. The partial texture upload was broken since the damage is in surface coor

[PATCH weston] Fix a crash when opening two terminal windows and closing the first one.

2012-11-29 Thread Dima Ryazanov
To reproduce, launch the terminal, open a second window using Ctrl-Shift-N, go back to the first window, and press Ctrl-D. The terminal's master FD gets events even after being closed, causing terminal_destroy to be called twice on the same object. To fix this, I'm adding a function to stop watchi