- 10 Jul, 2012 1 commit
-
-
Pekka Paalanen authored
Copy the implementation of os_create_anonymous_file() here from weston, so we can use it instead of hardcoding a path to /tmp. Signed-off-by:
Pekka Paalanen <ppaalanen@gmail.com>
-
- 25 Jun, 2012 1 commit
-
-
Kristian Høgsberg authored
-
- 08 Jun, 2012 1 commit
-
-
Ander Conselvan de Oliveira authored
Some distros (e.g. gentoo) install cursor themes in non-standard directories. Add option --with-icondir to configure.sh that sets the directory in which to look for cursors.
-
- 29 May, 2012 1 commit
-
-
Pekka Paalanen authored
Required for building apps against wayland libraries that have not been installed. Signed-off-by:
Pekka Paalanen <ppaalanen@gmail.com>
-
- 22 May, 2012 1 commit
-
-
Ander Conselvan de Oliveira authored
The purpose of this library is to be the equivalent of libXcursor in the X world. This library is compatible with X cursor themes and loads them directly into an shm pool making it easy for the clients to get buffer for each cursor image. The code for handling the X cursor theme was taken from libXcursor. The files cursor/xcursor.[ch] are a stripped down version of that library containing only the interfaces necessary for implementing the wayland counterpart.
-
- 25 Apr, 2012 1 commit
-
-
Pekka Paalanen authored
Some system C libraries do not have SOCK_CLOEXEC, and completely miss accept4(), too. Provide a fallback for this case. This changes the behaviour: no error messages are printed now for failing to set CLOEXEC but the file descriptor is closed. The unit test for this wrapper is NOT included. Signed-off-by:
Pekka Paalanen <ppaalanen@gmail.com>
-
- 12 Apr, 2012 1 commit
-
-
Neil Roberts authored
This adds a public header so that applications can get the Wayland version number at compile time. This can be used to make applications that support compiling against multiple versions of Wayland. There is a separate installed header called cogl-version.h which gets included by both wayland-client.h and wayland-server.h The canonical place for the version number is the configure.ac script which splits it into three separate m4 defines for the major, minor and micro version. These are copied into the generated wayland-version.h header using AC_SUBST. There is also a string form of the complete version number. The version number is now also automatically copied into the two .pc files. Because the major, minor and micro parts are required it is no longer possible to leave the version number as 'master' when building from git. Most projects seem to immediately bump the git repo to a fake version number (usually odd) after making a release so that there is always a relative number that can be used for comparison. This patch sets the git version to 0.99.0 under the assumption that the next release will be 1.0.0.
-
- 30 Mar, 2012 1 commit
-
-
Pekka Paalanen authored
This adds more gcc warnings that should be useful, and suppresses the unused parameter warnings that are not wanted. Most importantly, this change enables warnings about comparison between signed and unsigned. Signed-off-by:
Pekka Paalanen <ppaalanen@gmail.com>
-
- 20 Mar, 2012 1 commit
-
-
Üstün Ergenoğlu authored
Signed-off-by:
Üstün Ergenoğlu <ego@ustun.fi>
-
- 02 Mar, 2012 1 commit
-
-
Kristian Høgsberg authored
We use a simple test-runner helper that runs each test in a separate process and reports the pass/fail rate at the end.
-
- 29 Feb, 2012 2 commits
-
-
Kristian Høgsberg authored
From Gaetan Nadon: ./configure: line 11662: test: !=: unary operator expected AM_CONDITIONAL([HAVE_XSLTPROC], [test $XSLTPROC != ""]) AM_CONDITIONAL([HAVE_PUBLICAN], [test $PUBLICAN != ""]) It shows up when you do not have publican. The usual "testing for blank" bug.
-
Peter Hutterer authored
automake doesn't seem to provide a sensible method to install a directory of stuff in $(docdir). Do it manually then. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 23 Feb, 2012 1 commit
-
-
Peter Hutterer authored
Includes rudimentary styling only. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 09 Feb, 2012 2 commits
-
-
Kristian Høgsberg authored
-
Kristian Høgsberg authored
-
- 12 Aug, 2011 2 commits
-
-
Jørgen Lind authored
-
Kristian Høgsberg authored
-
- 06 May, 2011 1 commit
-
-
jani.uusi-rantala@nokia.com authored
When cross-compiling Wayland, wayland-scanner should be picked up from the host system instead of compiling and trying to run e.g. ARM wayland-scanner on X86. This patch adds --disable-scanner option for disabling the scanner from the build and using existing wayland-scanner instead (from PATH) which should help in most cross-compilation systems. By default everything works as before. Signed-off-by:
Jani Uusi-Rantala <jani.uusi-rantala@nokia.com>
-
- 15 Feb, 2011 1 commit
-
-
Kristian Høgsberg authored
-
- 13 Feb, 2011 1 commit
-
-
Kristian Høgsberg authored
For now, we just use glScissor and clip to the extent of the damage region, but we can do even better by clipping the repaint to the region rectangles.
-
- 10 Feb, 2011 1 commit
-
-
Tiago Vignatti authored
Signed-off-by:
Tiago Vignatti <tiago.vignatti@nokia.com>
-
- 28 Jan, 2011 2 commits
-
-
Benjamin Franzke authored
The major version 2.0 is sufficient
-
Dylan Noblesmith authored
This shouldn't fail just because someone sets CC=gcc-4.5 explicitly. Besides, this way it also works with compilers that advertise GCC-compatibility like clang and ICC.
-
- 26 Jan, 2011 1 commit
-
-
Kristian Høgsberg authored
If it's not present, we just don't install the icon.
-
- 25 Jan, 2011 1 commit
-
-
Kristian Høgsberg authored
-
- 23 Jan, 2011 2 commits
-
-
Darxus authored
-
Kristian Høgsberg authored
-
- 15 Jan, 2011 1 commit
-
-
Kristian Høgsberg authored
-
- 14 Jan, 2011 2 commits
-
-
Kristian Høgsberg authored
-
Kristian Høgsberg authored
-
- 11 Jan, 2011 1 commit
-
-
Kristian Høgsberg authored
Just don't compile the view client.
-
- 07 Nov, 2010 1 commit
-
-
Javier Jardón authored
Use new libtool syntax and cleaning the code a bit
-
- 29 Oct, 2010 1 commit
-
-
Chia-I Wu authored
xcb_dri2_connect_device_name generated by xcb-proto 1.6 is broken. It only works when the length of the driver name is a multiple of 4.
-
- 25 Oct, 2010 1 commit
-
-
Kristian Høgsberg authored
-
- 12 Oct, 2010 1 commit
-
-
Kristian Høgsberg authored
-
- 14 Sep, 2010 1 commit
-
-
Kristian Høgsberg authored
-
- 26 Aug, 2010 1 commit
-
-
Kristian Høgsberg authored
-
- 16 Aug, 2010 1 commit
-
-
Kristian Høgsberg authored
-
- 11 Aug, 2010 1 commit
-
-
Kristian Høgsberg authored
Instead of wayland-server and wayland...
-
- 10 Aug, 2010 1 commit
-
-
Kristian Høgsberg authored
-