summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cxx: Add ability to manually define new methodsdevs/jpeg/cxxJean-Philippe Andre2017-11-285-14/+52
* cxx: Show example of signal cb with disconnectJean-Philippe Andre2017-11-281-4/+4
* cxx: Define types after forward declarationsJean-Philippe Andre2017-11-283-5/+5
* cxx: Include edje from elementaryJean-Philippe Andre2017-11-282-0/+10
* cxx: Fix one conversion to Eina_ValueJean-Philippe Andre2017-11-281-0/+4
* edje: Use function pointer for signal cbJean-Philippe Andre2017-11-2816-84/+210
* cxx: Update slider exampleJean-Philippe Andre2017-11-281-15/+20
* cxx: Add global _delete() method to all objectsJean-Philippe Andre2017-11-282-0/+13
* cxx: Use per-function guards in efl objectJean-Philippe Andre2017-11-287-35/+54
* cxx: Include definition header in impl headerJean-Philippe Andre2017-11-281-0/+4
* cxx: Add header guards for manual definitionsJean-Philippe Andre2017-11-283-1/+25
* cxx: Give ref to returned objectsJean-Philippe Andre2017-11-281-2/+2
* cxx: Implement support for @class static functionsJean-Philippe Andre2017-11-283-9/+24
* cxx: Fix indentation of ifdef guardJean-Philippe Andre2017-11-284-5/+5
* win: Allow unref until deletionJean-Philippe Andre2017-11-281-0/+4
* cxx: Implement support for partsJean-Philippe Andre2017-11-288-29/+209
* cxx: Fix evas compile test and Evas.hhJean-Philippe Andre2017-11-282-9/+1
* cxx: Fix bg examplesJean-Philippe Andre2017-11-282-15/+27
* cxx: Implement proper part support (wrt. refs)Jean-Philippe Andre2017-11-284-5/+32
* cxx: Add header guards to .impl.hhJean-Philippe Andre2017-11-281-7/+25
* cxx: Avoid pedantic warning with -Wold-style-castJean-Philippe Andre2017-11-282-8/+10
* cxx: Use set for forward classesJean-Philippe Andre2017-11-282-6/+10
* cxx: Fix some pedantic warnings from clangJean-Philippe Andre2017-11-281-20/+20
* cxx: Add implicit conversion to Eo* pointerJean-Philippe Andre2017-11-282-1/+6
* cxx: Only use eo_cxx:: for methodsJean-Philippe Andre2017-11-283-5/+18
* cxx: No instantiate ctors for non-regular classesJean-Philippe Andre2017-11-281-7/+9
* cxx: Add define EFL_CXXPERIMENTAL for testingJean-Philippe Andre2017-11-288-11/+27
* cxx: Showcase function pointer in calendar exampleJean-Philippe Andre2017-11-281-29/+49
* cxx: Add support for function pointersJean-Philippe Andre2017-11-2810-51/+386
* cxx: Add strbuf to the list of recognized builtinsJean-Philippe Andre2017-11-281-0/+6
* cxx: Add FIXME note in eina_value.hhJean-Philippe Andre2017-11-281-6/+66
* format: Use strbuf builtin type instead of ptr()Jean-Philippe Andre2017-11-281-1/+1
* eolian: Add builtin type "strbuf"Jean-Philippe Andre2017-11-283-2/+3
* cxx: Add strbuf supportJean-Philippe Andre2017-11-283-0/+386
* cxx: No need to declare the current class twiceJean-Philippe Andre2017-11-281-1/+1
* cxx: Some code style in examplesJean-Philippe Andre2017-11-284-17/+15
* cxx: Add event_cb_add functions to eventsJean-Philippe Andre2017-11-281-0/+18
* cxx: Add alternative form to instantiate objectJean-Philippe Andre2017-11-281-1/+26
* efl_ui_popup: Replace Efl.Container to Efl.Content to rebaseJaehyun Cho2017-11-286-29/+16
* efl_ui_popup_alert: Remove expandable property for nowJaehyun Cho2017-11-287-188/+6
* examples: Add popup cxx exampleJaehyun Cho2017-11-283-0/+327
* efl_ui_popup: Make backwall efl part object of Efl.Ui.PopupJaehyun Cho2017-11-286-51/+106
* efl_ui_popup: Rename bg_set with backwall_setJaehyun Cho2017-11-285-50/+50
* test_ui_popup: Move code for Efl.Ui.Popup classes from test_popupJaehyun Cho2017-11-285-595/+541
* test_popup: modify Efl.Ui.Popup Sample CodeTaehyub Kim2017-11-281-87/+274
* efl_ui_popup: add _calc_align function in sizing eval functionTaehyub Kim2017-11-281-0/+2
* efl_ui_popup: add timeout signalTaehyub Kim2017-11-282-0/+2
* efl_ui_popup_alert: Define Clicked_Event structureJaehyun Cho2017-11-283-11/+29
* efl_ui_popup: Replace group_add/del with constructor/destructorJaehyun Cho2017-11-2810-51/+67
* efl_ui_popup: Code refactoring to replace legacy APIsJaehyun Cho2017-11-2814-332/+285