summaryrefslogtreecommitdiff
path: root/plugins/unity-mt-grab-handles
AgeCommit message (Collapse)Author
2012-07-03One more dependency that needed changing to 3.0.Łukasz 'sil2100' Zemczak
(bzr r2442.4.3)
2012-06-12Fix compilation errors.Andrea Azzarone
(bzr r2401.1.1)
2012-04-06Disassociate using GLES and using the modern Compiz GL API.Alexandros Frantzis
This allows building using the modern Compiz GL API with desktop GL by configuring with -DUSE_MODERN_COMPIZ_GL=ON. (bzr r2246.4.1)
2012-02-01CMake: pkg_config check needs doesn't support spaces between package and ↵Marco Trevisan (Treviño)
version. This caused some configuration warning / errors (bzr r1885.2.1)
2012-01-24Desktop safe OpenGL ES 2.0 branch from Linaro's Graphics WGAlexandros Frantzis
- This branch protects OpenGL ES 2.0 specific code with a build time option (BUILD_GLES) - The branch does not affect the runtime execution of Unity on the desktop if BUILD_GLES is not activated Authors: alexandros.frantzis@linaro.org marc.ordinasillopis@linaro.org (bzr r1858.3.1)
2012-01-24GLES2: Fix gles2 compilation in unity-mt-grab-handles.Alexandros Frantzis
(bzr r1826.3.7)
2012-01-19GLES2: Ported changes to files outside plugins/unityshell.Marc Ordinas i Llopis
(bzr r1826.3.1)
2012-01-19Fixed dependency issue on nux-1 instead of nux-2.Thomas Voß
(bzr r1845.1.1)
2011-12-23Use a shared ptrSam Spilsbury
(bzr r1794.3.6)
2011-12-23Use a shared ptr for the impl factorySam Spilsbury
(bzr r1794.3.5)
2011-12-22MergeSam Spilsbury
(bzr r1794.3.4)
2011-12-22MergeSam Spilsbury
(bzr r1794.2.2)
2011-12-22Remove empty constructors and destructorsSam Spilsbury
(bzr r1794.1.3)
2011-12-22Use unsigned shortSam Spilsbury
(bzr r1794.3.3)
2011-12-22Set the high bit if no state or actions are set since our bitwise checkSam Spilsbury
requires that at least one bit is set (bzr r1794.3.2)
2011-12-21Split the implementation into filesSam Spilsbury
(bzr r1794.3.1)
2011-12-21s/Unity/unitySam Spilsbury
(bzr r1794.2.1)
2011-12-21Use nux::Geometry instead of CompSize and CompRect in the Unity::MT classes ↵Sam Spilsbury
since we can't link to those (bzr r1794.1.2)
2011-12-21Bug 904174: Refactored the code to allow for separate instantiation and testingSam Spilsbury
(bzr r1794.1.1)
2011-07-21Update formatting to match style (as close as possible)Neil Jagdish Patel
(bzr r1307)
2011-06-20Initial go at making things sane againNeil Jagdish Patel
(bzr r1242.2.1)