Re: [PATCH] Window.c delay redraws with frame callback

2012-03-24 Thread Kristian Hoegsberg
On Fri, Mar 23, 2012 at 11:59:08PM +0100, Martin Minarik wrote: > Don't ignore schedule redraw between idle_redraw() triggering and the > frame callback. The frame callback now sets redraw_from_callback and > forces window schedule redraw. > > The flags prevent getting into idle_redraw again until

Added qt + qtwebkit to my wayland 0.85 build script

2012-03-24 Thread darxus
http://www.chaosreigns.com/wayland/buildscript/wayland-build-ubuntu-0.85.sh http://www.chaosreigns.com/wayland/buildscript/ WebKit keyboard input works. The qt5 download has been unreliable for me, so I run it first: mkdir ~/source; cd ~/source git clone git://gitorious.org/qt/qt5 # 0:38.56elaps

Re: [PATCH v2] Add simple memory leak check to all tests.

2012-03-24 Thread Kristian Hoegsberg
On Fri, Mar 23, 2012 at 10:01:23AM -0700, U. Artie Eoff wrote: > From: "U. Artie Eoff" > > Wrap all tests with a memory balance check to detect potential > memory leaks. > Fixed a few tests that had memory leaks contained in the tests > themselves. Thanks Artie, looks good. Kristian > Signed-of

Re: [PATCH v2] Secure screenshooter protocol.

2012-03-24 Thread Kristian Hoegsberg
On Fri, Mar 23, 2012 at 04:42:04PM -0600, Scott Moreau wrote: Thanks, that looks good. Kristian > --- > > Changed in this version: s/screenshot/screenshooter/ > > clients/Makefile.am |9 + > src/screenshooter.c | 40 +++- > 2 files changed, 44