2018-12-06 |
Kimmo Hoikka | Add an easier to use New in FrameBuffer for the 99...
|
commit | commitdiff | tree |
2018-12-05 |
Kimmo Hoikka | Fix some more of size_t and unsigned ints in DALi API
|
commit | commitdiff | tree |
2018-12-04 |
Kimmo Hoikka | Reduce the binary size of Constraint code by refactoring...
|
commit | commitdiff | tree |
2018-12-04 |
Kimmo Hoikka | Refactored Animator classes to reduce code binary size...
|
commit | commitdiff | tree |
2018-12-04 |
Kimmo Hoikka | Refactor SceneGraphProperty handling code in event...
|
commit | commitdiff | tree |
2018-11-19 |
Kimmo Hoikka | Merge "(Vector) Restore some VectorBase methods to...
|
commit | commitdiff | tree |
2018-11-14 |
Kimmo Hoikka | Remove StereoMode
|
commit | commitdiff | tree |
2018-11-13 |
Kimmo Hoikka | Fix the debug assert in message to occur when message...
|
commit | commitdiff | tree |
2018-11-06 |
Kimmo Hoikka | Remove some unreachable and duplicate code from Actor...
|
commit | commitdiff | tree |
2018-11-06 |
Kimmo Hoikka | Remove some dead code related to scene graph animator...
|
commit | commitdiff | tree |
2018-11-01 |
Kimmo Hoikka | Increase animation test line coverage to 100%
|
commit | commitdiff | tree |
2018-11-01 |
Kimmo Hoikka | Harmonize Animation API parameter checking and add...
|
commit | commitdiff | tree |
2018-10-30 |
Kimmo Hoikka | Fix a bug in AnimatablePropertyRegistration with default...
|
commit | commitdiff | tree |
2018-10-30 |
Kimmo Hoikka | Remove TypeRegistration from deprecated Image classes
|
commit | commitdiff | tree |
2018-10-30 |
Kimmo Hoikka | Optimize type-info-impl and type-registry-impl
|
commit | commitdiff | tree |
2018-10-29 |
Kimmo Hoikka | Reducing boilerplate on default property metadata
|
commit | commitdiff | tree |
2018-10-18 |
Kimmo Hoikka | Making DALi core internals typesafe using guaranteed...
|
commit | commitdiff | tree |
2018-10-17 |
Kimmo Hoikka | Making DALi core internals typesafe using guaranteed...
|
commit | commitdiff | tree |
2018-10-17 |
Kimmo Hoikka | Make NodePropertyFlags typesafe by using enum class
|
commit | commitdiff | tree |
2018-10-12 |
Kimmo Hoikka | Making DALi public API typesafe using guaranteed types...
|
commit | commitdiff | tree |
2018-09-14 |
Kimmo Hoikka | Update Coding convention regarding conversion operators...
|
commit | commitdiff | tree |
2017-11-29 |
Kimmo Hoikka | Change Dali::Thread, Dali::Mutex and Dali::ConditionalWait...
|
commit | commitdiff | tree |
2017-09-14 |
Kimmo Hoikka | Test macros print just filename and not full path,...
|
commit | commitdiff | tree |
2017-08-24 |
Kimmo Hoikka | Change Dali::Thread, Dali::Mutex and Dali::ConditionalWait...
|
commit | commitdiff | tree |
2017-08-16 |
Kimmo Hoikka | change DALI_COMPILE_TIME_ASSERT to use static_assert...
|
commit | commitdiff | tree |
2017-08-16 |
Kimmo Hoikka | Replace GCC specific __thread with C++ 11 keyword thread_local
|
commit | commitdiff | tree |
2017-08-15 |
Kimmo Hoikka | fix CppCheck error in Quaternion
|
commit | commitdiff | tree |
2017-07-31 |
Kimmo Hoikka | Remove use of map-wrapper from TypeRegistry
|
commit | commitdiff | tree |
2017-07-31 |
Kimmo Hoikka | Fix some CppCheck errors
|
commit | commitdiff | tree |
2017-07-31 |
Kimmo Hoikka | Remove map-wrapper from KeyEventImpl hack
|
commit | commitdiff | tree |
2017-07-11 |
Kimmo Hoikka | Add devel api to support C++11 for loop: for ( auto...
|
commit | commitdiff | tree |
2017-07-10 |
Kimmo Hoikka | Reduce Render::Texture size by 30% and texture upload...
|
commit | commitdiff | tree |
2017-07-03 |
Kimmo Hoikka | Merge "Replace DALI_COMPILE_TIME_ASSERT with C++11...
|
commit | commitdiff | tree |
2017-06-08 |
Kimmo Hoikka | Remove current and future memory leaks with messages...
|
commit | commitdiff | tree |
2017-05-30 |
Kimmo Hoikka | Remove dead logic handling renderer ready and completion
|
commit | commitdiff | tree |
2017-05-26 |
Kimmo Hoikka | Removal of unnecessary set and map wrappers
|
commit | commitdiff | tree |
2017-05-25 |
Kimmo Hoikka | Cleanup ResourceLoading and PlatformAbstraction
|
commit | commitdiff | tree |
2017-05-18 |
Kimmo Hoikka | Enable -Wold-style-cast to ensure more consideration...
|
commit | commitdiff | tree |
2017-05-17 |
Kimmo Hoikka | Enable -Woverloaded-virtual to enforce correct C++...
|
commit | commitdiff | tree |
2017-05-17 |
Kimmo Hoikka | Enable -Wnon-virtual-dtor to avoid incorrect C++ code...
|
commit | commitdiff | tree |
2017-05-09 |
Kimmo Hoikka | Remove duplicated Erase iteration code by introducing...
|
commit | commitdiff | tree |
2017-05-09 |
Kimmo Hoikka | Remove Gesture container as there is only ever one...
|
commit | commitdiff | tree |
2017-05-03 |
Kimmo Hoikka | Remove obsolete template and harmonize UpdateManager...
|
commit | commitdiff | tree |
2017-04-28 |
Kimmo Hoikka | Remove dead code for render needing an update (no such...
|
commit | commitdiff | tree |
2017-04-27 |
Kimmo Hoikka | Cleanup: Remove handling for default shader as it has...
|
commit | commitdiff | tree |
2017-03-08 |
Kimmo Hoikka | Merge "Fix memory leaks detected by Valgrind" into...
|
commit | commitdiff | tree |
2017-02-08 |
Kimmo Hoikka | Merge "Added travis.yml for auto-building patches"...
|
commit | commitdiff | tree |
2017-01-30 |
Kimmo Hoikka | Merge "Removed FrameBufferId from SceneGraph::RenderTask...
|
commit | commitdiff | tree |
2017-01-30 |
Kimmo Hoikka | Merge "Remove images from TextureSet" into devel/master
|
commit | commitdiff | tree |
2016-12-06 |
Kimmo Hoikka | Merge "Added sibling order property to the actor's...
|
commit | commitdiff | tree |
2016-12-06 |
Kimmo Hoikka | Remove some dead typedefs from progress-value.h
|
commit | commitdiff | tree |
2016-12-01 |
Kimmo Hoikka | Merge "Removed ShaderEffect" into devel/master
|
commit | commitdiff | tree |
2016-12-01 |
Kimmo Hoikka | Remove unused custom-uniform.cpp
|
commit | commitdiff | tree |
2016-11-30 |
Kimmo Hoikka | Replace ASSERT_ALWAYS( false && "message ) with a more...
|
commit | commitdiff | tree |
2016-11-30 |
Kimmo Hoikka | Remove dead code (archive.cpp)
|
commit | commitdiff | tree |
2016-11-25 |
Kimmo Hoikka | Merge "Added C# control / property registration to...
|
commit | commitdiff | tree |
2016-11-24 |
Kimmo Hoikka | Fix incorrect comment about position and position inheritanc...
|
commit | commitdiff | tree |
2016-11-21 |
Kimmo Hoikka | Merge "Fix bug in TextureSet" into devel/master
|
commit | commitdiff | tree |
2016-11-04 |
Kimmo Hoikka | Fix a bug where NativeImage::GetUrl() was always returning...
|
commit | commitdiff | tree |
2016-10-26 |
Kimmo Hoikka | Fix a bug in texture where Upload without parameters...
|
commit | commitdiff | tree |
2016-10-18 |
Kimmo Hoikka | Added chaining support for Property::Array
|
commit | commitdiff | tree |
2016-10-10 |
Kimmo Hoikka | Merge "Elaborated on some of the TouchData documenation...
|
commit | commitdiff | tree |
2016-09-15 |
Kimmo Hoikka | Merge "Remove/move experimental features" into devel...
|
commit | commitdiff | tree |
2016-08-15 |
Kimmo Hoikka | remove Uniform name cache as its no longer used for...
|
commit | commitdiff | tree |
2016-07-27 |
Kimmo Hoikka | introduce LAYER_UI to replace LAYER_2D, deprecate latter
|
commit | commitdiff | tree |
2016-07-25 |
Kimmo Hoikka | Remove deprecated load and release policies from scripting
|
commit | commitdiff | tree |
2016-06-29 |
Kimmo Hoikka | Merge "Added support for compressed texture upload...
|
commit | commitdiff | tree |
2016-06-03 |
Kimmo Hoikka | Merge "Change PixelData to use the handle/body pattern...
|
commit | commitdiff | tree |
2016-05-16 |
Kimmo Hoikka | Removed incorrectly included vector-wrapper from property
|
commit | commitdiff | tree |
2016-05-16 |
Kimmo Hoikka | Merge "Prevention of Null pointer dereference" into...
|
commit | commitdiff | tree |
2016-05-12 |
Kimmo Hoikka | Allow reading Vector2/3/4 values from Property::Value...
|
commit | commitdiff | tree |
2016-05-09 |
Kimmo Hoikka | Merge "Added property to Renderer to specify the depth...
|
commit | commitdiff | tree |
2016-05-09 |
Kimmo Hoikka | Merge "RenderItem clean-up" into devel/master
|
commit | commitdiff | tree |
2016-05-05 |
Kimmo Hoikka | Removal of the Scene graph node attachment
|
commit | commitdiff | tree |
2016-04-29 |
Kimmo Hoikka | Merge "Remove API to set if a geometry requires writing...
|
commit | commitdiff | tree |
2016-04-20 |
Kimmo Hoikka | Removal of unnecessary Actor-attachment classes, part...
|
commit | commitdiff | tree |
2016-04-19 |
Kimmo Hoikka | Merge "Added GetImage() and GetSampler() and GetTextureCount...
|
commit | commitdiff | tree |
2016-04-18 |
Kimmo Hoikka | Removed incorrect API comment
|
commit | commitdiff | tree |
2016-03-01 |
Kimmo Hoikka | Merge "Force the actors in the relayout container to...
|
commit | commitdiff | tree |
2016-02-24 |
Kimmo Hoikka | Merge "Added Emscripten install to dali-env" into devel...
|
commit | commitdiff | tree |
2016-02-08 |
Kimmo Hoikka | Merge "Move blending and culling options from Material...
|
commit | commitdiff | tree |
2016-01-22 |
Kimmo Hoikka | Merge changes I523a4ff5,Ic7d369c0 into devel/master
|
commit | commitdiff | tree |
2016-01-06 |
Kimmo Hoikka | Merge "(ImageActor) Partially restored Get/Set Image...
|
commit | commitdiff | tree |
2016-01-05 |
Kimmo Hoikka | Merge "(Degree) Restored removed angle constants" into...
|
commit | commitdiff | tree |
2015-12-09 |
Kimmo Hoikka | Remove some dead code
|
commit | commitdiff | tree |
2015-12-08 |
Kimmo Hoikka | Merge "Remove some redundant&dead code from node" into...
|
commit | commitdiff | tree |
2015-12-08 |
Kimmo Hoikka | Merge "Remove Node::ResolveVisibilty()" into devel...
|
commit | commitdiff | tree |
2015-12-08 |
Kimmo Hoikka | Remove some redundant&dead code from node
|
commit | commitdiff | tree |
2015-12-07 |
Kimmo Hoikka | Cleanup, fix incorrect comment and removal of dead...
|
commit | commitdiff | tree |
2015-12-02 |
Kimmo Hoikka | Add macros to provide branch prediction information
|
commit | commitdiff | tree |
2015-12-01 |
Kimmo Hoikka | Merge "fix buffer GpuBuffer" into devel/master
|
commit | commitdiff | tree |
2015-11-27 |
Kimmo Hoikka | Cleaning up and optimizing scene-graph-material and...
|
commit | commitdiff | tree |
2015-11-24 |
Kimmo Hoikka | Merge "(AutomatedTests) Ensure warnings are shown as...
|
commit | commitdiff | tree |
2015-11-20 |
Kimmo Hoikka | Cleaning up some dead code with geometry scaling, rendering...
|
commit | commitdiff | tree |
2015-11-20 |
Kimmo Hoikka | Merge "Changed ResetGLState to only set GL state which...
|
commit | commitdiff | tree |
2015-11-19 |
Kimmo Hoikka | Merge "Removed some junk from Makefile.am" into devel...
|
commit | commitdiff | tree |
2015-11-17 |
Kimmo Hoikka | Merge changes I0cbfe8d4,I63b556cb into devel/master
|
commit | commitdiff | tree |
2015-11-17 |
Kimmo Hoikka | Merge "fix property buffer gl initialization" into...
|
commit | commitdiff | tree |
2015-11-13 |
Kimmo Hoikka | Merge "Avoid constant in header, use enum instead for...
|
commit | commitdiff | tree |
2015-11-13 |
Kimmo Hoikka | Avoid constant in header, use enum instead for initial...
|
commit | commitdiff | tree |
next |