summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elm_code: add method to set alpha.devs/netstar/elm_code_alphaAl Poole2017-12-053-36/+53
* efl_ui_focus_user/object: fix api duplicationMarcel Hollerbach2017-12-0520-41/+41
* efl_ui_focus_manager: fix api duplicationMarcel Hollerbach2017-12-055-7/+7
* eolian cxx: free state on exitDaniel Kolesa2017-12-051-0/+4
* eolian: pass state where necessaryDaniel Kolesa2017-12-057-141/+258
* eolian: add initial refcounting for database objectsDaniel Kolesa2017-12-052-2/+32
* eolian: pass unit within validation engineDaniel Kolesa2017-12-053-92/+98
* eolian: contain master state in a larger structureDaniel Kolesa2017-12-053-29/+45
* eolian: add API for master unit creationDaniel Kolesa2017-12-052-5/+53
* eolian: create an actual unit structure for filesDaniel Kolesa2017-12-053-8/+46
* elm_widget: simplify _eval_registration_candidateYeongjong Lee2017-12-051-41/+14
* build: fix examples build without c# bindings enabledStefan Schmidt2017-12-051-1/+0
* edje: rename intf Efl.Canvas.Layout_Group to Efl.Layout.GroupAmitesh Singh2017-12-0514-38/+38
* edje: rename intf Efl.Canvas.Layout_Calc to Efl.Layout.CalcAmitesh Singh2017-12-0513-42/+42
* edje: rename intf Efl.Canvas.Layout.Signal to Efl.Layout.SignalAmitesh Singh2017-12-0524-98/+98
* c#: Fix test caseJean-Philippe Andre2017-12-051-1/+1
* ecore_wl2: Fix a warningJean-Philippe Andre2017-12-051-1/+1
* eo: Move hacky API auto_unref to C onlyJean-Philippe Andre2017-12-0513-53/+12
* cxx: Fix compilation after mergeJean-Philippe Andre2017-12-0512-78/+54
* cxx: Define types after forward declarationsJean-Philippe Andre2017-12-053-5/+3
* cxx: Include edje from elementaryJean-Philippe Andre2017-12-051-0/+1
* cxx: Fix one conversion to Eina_ValueJean-Philippe Andre2017-12-051-0/+4
* cxx: Update slider exampleJean-Philippe Andre2017-12-051-15/+20
* cxx: Add global _delete() method to all objectsJean-Philippe Andre2017-12-052-0/+13
* cxx: Use per-function guards in efl objectJean-Philippe Andre2017-12-057-35/+54
* cxx: Include definition header in impl headerJean-Philippe Andre2017-12-051-0/+4
* cxx: Add header guards for manual definitionsJean-Philippe Andre2017-12-052-0/+24
* cxx: Give ref to returned objectsJean-Philippe Andre2017-12-051-2/+2
* cxx: Implement support for @class static functionsJean-Philippe Andre2017-12-053-10/+24
* cxx: Fix indentation of ifdef guardJean-Philippe Andre2017-12-054-5/+5
* win: Allow unref until deletionJean-Philippe Andre2017-12-051-0/+4
* cxx: Implement support for partsJean-Philippe Andre2017-12-058-21/+210
* cxx: Fix evas compile test and Evas.hhJean-Philippe Andre2017-12-052-9/+1
* cxx: Fix bg examplesJean-Philippe Andre2017-12-052-15/+27
* cxx: Implement proper part support (wrt. refs)Jean-Philippe Andre2017-12-054-5/+32
* cxx: Add header guards to .impl.hhJean-Philippe Andre2017-12-051-7/+25
* cxx: Avoid pedantic warning with -Wold-style-castJean-Philippe Andre2017-12-052-8/+10
* cxx: Use set for forward classesJean-Philippe Andre2017-12-052-6/+10
* cxx: Fix some pedantic warnings from clangJean-Philippe Andre2017-12-051-20/+20
* cxx: Add implicit conversion to Eo* pointerJean-Philippe Andre2017-12-052-1/+6
* cxx: Only use eo_cxx:: for methodsJean-Philippe Andre2017-12-053-5/+18
* cxx: No instantiate ctors for non-regular classesJean-Philippe Andre2017-12-051-7/+9
* cxx: Add define EFL_CXXPERIMENTAL for testingJean-Philippe Andre2017-12-058-11/+27
* cxx: Showcase function pointer in calendar exampleJean-Philippe Andre2017-12-051-29/+49
* cxx: Add support for function pointersJean-Philippe Andre2017-12-0510-49/+386
* cxx: Add strbuf to the list of recognized builtinsJean-Philippe Andre2017-12-051-0/+6
* cxx: Add FIXME note in eina_value.hhJean-Philippe Andre2017-12-051-6/+66
* format: Use strbuf builtin type instead of ptr()Jean-Philippe Andre2017-12-051-1/+1
* eolian: Add builtin type "strbuf"Jean-Philippe Andre2017-12-053-2/+3
* cxx: Add strbuf supportJean-Philippe Andre2017-12-053-0/+386