Age | Commit message (Collapse) | Author |
|
With the fresh new Evas Wayland SHM engine, it is not necessary to handle with
surface damage and commits anymore. Also let's not synchronize the rendering
with the compositor, because we want to be as fast as possible for the sake of
the benchmark.
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 83329
|
|
SVN revision: 83323
|
|
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83295
|
|
Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
SVN revision: 83203
|
|
"if (obj)" was added automatically before every "eo_do()" call.
Later I removed this check from some places, so they are clean.
Places, where check is still presenting,
could either cause warning, or not.
Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
SVN revision: 83181
|
|
Signed-off-by: Yakov Goldberg <yakov.goldberg@gmail.com>
SVN revision: 83180
|
|
Patch by Doug Newgard <scimmia22@outlook.com>
SVN revision: 82148
|
|
SVN revision: 81801
|
|
SVN revision: 81777
|
|
SVN revision: 79816
|
|
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 79565
|
|
Most of those functions in engine_wayland_common.h should be static.
Also, move the shell surface listener to the common codebase.
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 79526
|
|
Moved most of the seat/keyboard code to a common file so both shm and egl
engines can reuse the code.
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 79516
|
|
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 79515
|
|
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 79514
|
|
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 79513
|
|
its comment applies to this commit: adapt rpm specs to the new efl dependency instead of several independent dependencies.
SVN revision: 79419
|
|
SVN revision: 79155
|
|
The configure script was failing fail if the --disable option for the wayland
engines were explicitly set.
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 79034
|
|
SVN revision: 78880
|
|
SVN revision: 78879
|
|
SVN revision: 78878
|
|
SVN revision: 78827
|
|
SVN revision: 78825
|
|
Next: Mouse/Keyboard support
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 78799
|
|
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 78798
|
|
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 78402
|
|
SVN revision: 76823
|
|
SVN revision: 76334
|
|
SVN revision: 75869
|
|
we release it's ready.
SVN revision: 75740
|
|
SVN revision: 75736
|
|
expedite.spec.in
SVN revision: 75408
|
|
SVN revision: 75405
|
|
SVN revision: 75344
|
|
SVN revision: 75204
|
|
SVN revision: 75095
|
|
SVN revision: 75091
|
|
SVN revision: 75077
|
|
SVN revision: 75076
|
|
SVN revision: 75075
|
|
t_count gets only incrmented and starts with 0. Safe to make it unsigned which make its sane to
comapre against another unsigned value in i.
SVN revision: 75074
|
|
Expedite: Fix bug with mouse handling in sdl engine
A button press would send '1' as the button (the pressed state) and the
release would send '0', so evas would think button 1 was never released
so it would never register any button releases.
SVN revision: 74322
|
|
reflect a unified release version, for now 1.6.99.
SVN revision: 73498
|
|
SVN revision: 73272
|
|
SVN revision: 72166
|
|
when the mouse cursor goes to outside of the window, then the mouse up event in the rect would be skipped (is it correct?)
So the down would be never 0 again.
We can make it simpler and working better also.
SVN revision: 71713
|
|
SVN revision: 71712
|
|
SVN revision: 70938
|
|
SVN revision: 70609
|