platform/upstream/efl.git
2016-10-14 Stefan Schmidtexamples: eolian_cxx: adapt code generation to changed...
2016-10-14 Carsten Haitzler... fix possible eina file shutdown issue
2016-10-14 Subhransu Mohantyevas/module: add a new module in vg_saver for eet
2016-10-14 Jean-Philippe... evas: Fix evas_object_smart_clipped_clipper_get
2016-10-14 Jean-Philippe... evas: Improve render debug logs
2016-10-14 Carsten Haitzler... ecore_evas - fix setting urgent immediately after show
2016-10-13 Derek Foremanecore-wl2: Fix input and opaque region setting
2016-10-13 Chris Michaelelementary: Fix issue of using uninitialized values
2016-10-13 Chris Michaelevas: Fix directly dereferencing pointer which may...
2016-10-13 Chris Michaelevas: Fix directly dereferencing pointer which may...
2016-10-13 Chris Michaelevas: Fix missing varargs cleanup
2016-10-13 Marcel Hollerbachgengrid: call this on the pam class not on the normal...
2016-10-13 Daniel Kolesaeolian gen: use the new data type API to simplify the...
2016-10-13 Daniel Kolesaeolian: add API to get the C class datatype
2016-10-13 Felipe Magno... Fix use of undeclared type in C++ tests compilation
2016-10-13 Felipe Magno... cxx: Fix Makefiles for C++ compilation and installation
2016-10-13 Marcel Hollerbachecore: free futures which are still pending on shutdown
2016-10-13 Subhransu Mohantyevas/module: add a new module in vg_loader for eet
2016-10-13 Jean-Philippe... evas: Use proper type in smart objects API (eo)
2016-10-12 Daniel Kolesaeolian gen: use the C get function name getter instead...
2016-10-12 Daniel Kolesaeolian gen: utilize the new class C name getter instead...
2016-10-12 Daniel Kolesaeolian: add an API to get the C name used to access...
2016-10-12 Vyacheslav... edje_edit: new API for generate source code for color...
2016-10-12 Vyacheslav... edje_edit: add API for get source code of global block...
2016-10-12 Vyacheslav... edje_edit: add API for generate group source code witho...
2016-10-12 Subhransu Mohantyevas/module: Added a new module vg_loader for svg
2016-10-12 Jean-Philippe... elm_widget: Remove unnecessary set{} get{} in eo file
2016-10-12 Jean Guyomarc'hedje: fix memory leak
2016-10-12 Jean-Philippe... evas: Mark group_add/del as internal
2016-10-12 Jean-Philippe... evas/elm: Remove function group_resize
2016-10-12 Jean-Philippe... evas/elm: Remove function group_move
2016-10-12 Jean-Philippe... evas: Move move_children_relative to legacy only
2016-10-12 Jean-Philippe... evas/elm: Remove group_show and group_hide
2016-10-12 Jean-Philippe... evas: Move clip_unset to legacy, remove group_clip
2016-10-12 Jean-Philippe... evas: Remove inexisting private function declarations
2016-10-12 Jean-Philippe... evas: Remove method group_color_set
2016-10-12 Jean-Philippe... evas: Add pseudo-internal API to intercept basic calls
2016-10-12 Jean-Philippe... evas: Simplify code with intercept macros
2016-10-12 Jean-Philippe... evas: Move intercept function types to legacy header
2016-10-12 Jean-Philippe... evas_data: Fix safety checks in evas_object_data
2016-10-12 Jean-Philippe... evas: Move group color_set after checking for change
2016-10-12 Jean-Philippe... evas: Small simplification of object color_set
2016-10-12 Jean-Philippe... group: Replace group_no_render by object no_render
2016-10-11 Chris Michaelecore-drm2: Free Output modes on destroy
2016-10-11 Chris Michaelecore-drm2: Use Atomic Modesetting for resolution changes
2016-10-11 Hosang Kimedje_calc: add rounding pixel calculation for transition.
2016-10-11 Vitalii Vorobiovedje_edit: proper work with part id's on part restack...
2016-10-11 jiin.moonevas: Fix no update issue if visiblity of smart object...
2016-10-11 Andrii Kroitorwindows: remove expicit -levil flag
2016-10-11 jiin.moonevas: Fix not update issue with TBM surface
2016-10-10 Bruno DillyMerge branch 'devs/iscaro/osx'
2016-10-10 Guilherme IscaroEcore Evas Cocoa: Properly unregister the window events.
2016-10-10 Guilherme IscaroEet example: Add the correct variable in the hash.
2016-10-10 Guilherme IscaroEfl UI Win: Avoid unused variable.
2016-10-10 Guilherme IscaroEcore_Thread: Avoid compiler warning
2016-10-10 Guilherme IscaroEcore Cocoa: Add missing modifiers field to Ecore Events
2016-10-10 Guilherme IscaroEcore_Cocoa: Fix repeat modifers keys.
2016-10-10 Jee-Yong Umecore_ipc: fix typos in documentation group names
2016-10-09 Dave AndreoliFDO icons: add missing system-file-manager icon
2016-10-08 Andy Williamselm_code: Don't allow cursor to be placed mid-tab
2016-10-07 Mike Blumenkrantzecore-wl2: add internal window flag for determining...
2016-10-07 Mike Blumenkrantzecore-wl2: apply input+opaque regions after creating...
2016-10-07 Mike Blumenkrantzecore-wl2: avoid crashes when setting window attrs...
2016-10-07 Marcel Hollerbachcmake: update to the new eolian bin syntax
2016-10-07 Daniel KolesaMerge branch 'devs/q66/eolian_gen_next'
2016-10-07 Daniel Kolesaeolian gen2: move to eolian gen (as the old one is...
2016-10-07 Daniel Kolesaeolian gen2: remove old eolian gen
2016-10-07 Daniel Kolesaeolian gen2: fix tests to match the new generator
2016-10-07 Daniel Kolesaeolian gen2: fix minor issues with c file generation
2016-10-07 Daniel Kolesaeolian gen2: fix stub header include guard
2016-10-07 Daniel Kolesaeolian gen2: fix logging typo
2016-10-07 Daniel Kolesaeolian gen2: add newline between property get/set protos
2016-10-07 Daniel Kolesaeolian gen2: complete impl generator
2016-10-07 Daniel Kolesaeolian gen2: complete impl gen besides params
2016-10-07 Daniel Kolesaeolian gen2: fix file read to actually trigger impl gen
2016-10-07 Daniel Kolesaeolian gen2: fully implement the main func for impl gen
2016-10-07 Daniel Kolesaeolian gen2: some initial impl generation
2016-10-07 Daniel Kolesaeolian gen2: remove the unused append mode for file...
2016-10-07 Daniel Kolesaeolian gen2: initial skeleton for impl gen
2016-10-07 Daniel Kolesaeolian gen2: fix generation of legacy class method...
2016-10-07 Daniel Kolesaeolian gen2: fix implement name generation
2016-10-07 Daniel Kolesaeolian gen2: properly return from class initializer
2016-10-07 Daniel Kolesaeolian gen2: proper generation of inherits in class def
2016-10-07 Daniel Kolesaeolian gen2: properly generate class type for desc too
2016-10-07 Daniel Kolesaeolian gen2: sanitize data type properly
2016-10-07 Daniel Kolesaeolian gen2: fix typos in generation
2016-10-07 Daniel Kolesaeolian gen2: generate only .h by default for eot files
2016-10-07 Daniel Kolesaeolian gen2: fix double and missing free
2016-10-07 Daniel Kolesaeolian gen2: switch EFL to new generator (doesn't work...
2016-10-07 Daniel Kolesaeolian gen2: abort on OOM (not much we can do anyway)
2016-10-07 Daniel Kolesaeolian gen2: generate legacy API implementation stubs
2016-10-07 Daniel Kolesaeolian gen2: fully generate source
2016-10-07 Daniel Kolesaeolian gen2: terminate EFL_OPS_DEFINE list
2016-10-07 Daniel Kolesaeolian gen2: generation of class initializer func
2016-10-07 Daniel Kolesaeolian gen2: fix generation type specification
2016-10-07 Daniel Kolesaeolian gen2: properly space headers
2016-10-07 Daniel Kolesaeolian gen2: generate prototypes/impls for all implements
2016-10-07 Daniel Kolesaeolian gen2: don't generate class names in eo_gen_sourc...
2016-10-07 Daniel Kolesaeolian gen2: initial partial source generation
2016-10-07 Daniel Kolesaeolian gen2: add event generation
next