summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_web.eo
Commit message (Collapse)AuthorAgeFilesLines
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-1/+1
|
* evas: Rename Evas.Object to Efl.Canvas.ObjectJean-Philippe Andre2016-06-211-1/+1
| | | | | One step closer to make the EO inheritance tree look like it's all Efl.
* eolian: utilize the new void_ptr builtin across eo filesDaniel Kolesa2016-06-021-6/+6
| | | | | | This lets me narrow down the remaining cases of pointers across the EFL. The void pointers will later need to be reevaluated on per-case basis and replaced appropriately where possible/feasible.
* eolian: utilize the new builtin string type across eo filesDaniel Kolesa2016-05-311-9/+9
|
* eolian: remove pointers from complex and class typesDaniel Kolesa2016-05-231-1/+1
| | | | | | | | | | | Complex types (i.e. list, array, hash, accessor etc.) now do not require pointers with them anymore (the pointer is implied) and the same goes for class handles. Eolian now explicitly disallows creating pointers to these as well. This is the first part of the work to remove pointers from Eolian completely, with the goal of simplifying the DSL (higher level) and therefore making it easier for bindings (as well as easier API usage). @feature
* eolian: add event_prefix and have classes follow that or eo_prefix by defaultDaniel Kolesa2016-05-171-0/+1
| | | | | | | | | | Previously events used to use class name as a prefix and ignored eo_prefix when specified. This is no longer the case. Events follow eo_prefix by default now. In order to get around this for classes where this is undesirable, a new field event_prefix was added which takes priority over eo_prefix. If neither is specified, class name is used like previously. @feature
* Add legacy_prefix now that the default has changed to null.Tom Hacohen2016-05-121-0/+1
|
* eolian: mark pure virtual funcs outside of implementsDaniel Kolesa2016-05-121-81/+36
| | | | This is a better syntax and should've been like this in the first place.
* Elm web: Fix eo type errors.Tom Hacohen2016-04-191-0/+7
|
* elementary: move all legacy files to their expected new location.Cedric BAIL2016-03-231-0/+544