- Jun 16, 2015
-
-
Jon Cruz authored
Removed duplicate definitions of the container_of() macro and refactored sources to use the single implementation. Signed-off-by:
Jon A. Cruz <jonc@osg.samsung.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Bryce Harrington <bryce@osg.samsung.com>
-
Jon Cruz authored
Removed multiple definitions of the MIN() macro from existing locations and unified with a single definition. Updated sources to use the shared version. Signed-off-by:
Jon A. Cruz <jonc@osg.samsung.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Bryce Harrington <bryce@osg.samsung.com>
-
Jon Cruz authored
To help reduce code duplication and also 'kitchen-sink' includes the ARRAY_LENGTH macro was moved to a stand-alone file and referenced from the sources consuming it. Other macros will be added in subsequent passes. Signed-off-by:
Jon A. Cruz <jonc@osg.samsung.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Bryce Harrington <bryce@osg.samsung.com>
-
Jon Cruz authored
Using the parent '../' path component in #include statements makes the codebase more rigid and is redundant due to proper -I use. Signed-off-by:
Jon A. Cruz <jonc@osg.samsung.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Bryce Harrington <bryce@osg.samsung.com>
-
- Jun 15, 2015
-
-
Bryce Harrington authored
Signed-off-by:
Bryce Harrington <bryce@osg.samsung.com>
-
Bryce Harrington authored
-
Bryce Harrington authored
-
Bryce Harrington authored
-
Bryce Harrington authored
-
Bryce Harrington authored
-
Bryce Harrington authored
-
Bryce Harrington authored
This file was provided under both the Expat and X11 variants of the MIT license. We don't need the latter, so remove it and leave just Expat. And reformat the Expat license so it matches our standard boilerplate.
-
Bryce Harrington authored
This file was already covered by the Expat variant of the MIT license. Just reformat the text to match our standard boilerplate formatting.
-
Bryce Harrington authored
Use identical license and copyright as the .c file.
-
Bryce Harrington authored
-
Bryce Harrington authored
-
Bryce Harrington authored
-
Bryce Harrington authored
-
Bryce Harrington authored
-
Bryce Harrington authored
-
Bryce Harrington authored
-
Bryce Harrington authored
Weston's license is now identical to libbacklight.c, so just merge the copyright statements.
-
Bryce Harrington authored
MIT has released software under several slightly different licenses, including the old 'X11 License' or 'MIT License'. Some code under this license was in fact included in X.org's Xserver in the past. However, X.org now prefers the MIT Expat License as the standard (which, confusingly, is also referred to as the 'MIT License'). See http://cgit.freedesktop.org/xorg/xserver/tree/COPYING When Wayland started, it was Kristian Høgsberg's intent to license it compatibly with X.org. "I wanted Wayland to be usable (license-wise) whereever X was usable." But, the text of the older X11 License was taken for Wweston, rather than X11's current standard. This patch corrects this by swapping in the intended text. In practical terms, the most notable change is the dropping of the no-advertising clause. Signed-off-by:
Bryce Harrington <bryce@osg.samsung.com>
-
- Jun 12, 2015
-
-
It was introduced in 5fcd0aa5 and then used in code that doesn't exist anymore. Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
- Jun 11, 2015
-
-
This allows a user to explicitly disable the input method by setting path to blank; Signed-off-by:
Murray Calavera <murray.calavera@gmail.com> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
Whether a input method is used should be the responsibility of the shell because some shells may not want to implement an input method at all Signed-off-by:
Murray Calavera <murray.calavera@gmail.com> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
a following patch will be moving text init call into shell modules, which will be called much later than in current code Signed-off-by:
Murray Calavera <murray.calavera@gmail.com> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
- Jun 06, 2015
-
-
Murray Calavera authored
Signed-off-by:
Murray Calavera <murray.calavera@gmail.com>
-
- Jun 05, 2015
-
-
Derek Foreman authored
Use bit-shifts to properly generate pixel data. Signed-off-by:
Derek Foreman <derekf@osg.samsung.com> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
- Jun 04, 2015
-
-
Derek Foreman authored
We already have a pointer to the compositor so change seat->compositor to ec Signed-off-by:
Derek Foreman <derekf@osg.samsung.com> Reviewed-by:
Bryce Harrington <bryce@osg.samsung.com>
-
Derek Foreman authored
We already have a pointer to the keyboard, so we can change all seat->keyboard to keyboard. Signed-off-by:
Derek Foreman <derekf@osg.samsung.com> Reviewed-by:
Bryce Harrington <bryce@osg.samsung.com>
-
Derek Foreman authored
Signed-off-by:
Derek Foreman <derekf@osg.samsung.com> Reviewed-by:
Bryce Harrington <bryce@osg.samsung.com>
-
Derek Foreman authored
We already have a pointer to the keyboard, so we can change all seat->keyboard to keyboard. Signed-off-by:
Derek Foreman <derekf@osg.samsung.com> Reviewed-by:
Bryce Harrington <bryce@osg.samsung.com>
-
Derek Foreman authored
We already have a pointer to the keyboard, so we can change all seat->keyboard to keyboard Signed-off-by:
Derek Foreman <derekf@osg.samsung.com> Reviewed-by:
Bryce Harrington <bryce@osg.samsung.com>
-
- Jun 03, 2015
-
-
Bryce Harrington authored
Master is open for new features again Signed-off-by:
Bryce Harrington <bryce@osg.samsung.com>
-
- Jun 02, 2015
-
-
Bryce Harrington authored
-
- May 28, 2015
-
-
Derek Foreman authored
In the future we should probably consider making all tests that output images use an easily ignored template. For now let's ignore this one individually. Signed-off-by:
Derek Foreman <derekf@osg.samsung.com>
-
Bryce Harrington authored
-
- May 27, 2015
-
-
Bryce Harrington authored
-
Bryce Harrington authored
-