summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Emodel API changesdevs/felipealmeida/eldbus-modelGuilherme Lepsch2015-07-2219-226/+199
|
* Emodel API changes: Emodel_Property_Event::changed_properties as Eina_Value now.Guilherme Lepsch2015-07-215-27/+92
|
* Emodel API changes: properties_list changed from Eina_List to Eina_Array.Guilherme Lepsch2015-07-216-39/+43
|
* eldbus: Created Emodel implementation for EldbusGuilherme Lepsch2015-07-2149-27/+5710
|
* Evas canvas3d: Fix reference to class in .eo file.Tom Hacohen2015-07-091-1/+1
| | | | We should reference classes directly, not use 'Eo'.
* ecore-x fix warning on unused function due to ifdefsCarsten Haitzler (Rasterman)2015-07-091-0/+3
|
* evas: Init need_unload value after unload.Hosang Kim2015-07-091-0/+1
| | | | | | | | | | | | Summary: @fix Reviewers: seoz, cedric, woohyun, raster Reviewed By: raster Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2803
* ecore anim - oops. coverity silence checked wrong value for read/writeCarsten Haitzler (Rasterman)2015-07-091-2/+2
| | | | fix
* release: Update NEWS and bump version for 1.15.0alpha1 releasev1.15.0-alpha1Daniel Juyung Seo2015-07-092-3/+206
|
* edje: Fix distcheck.Daniel Juyung Seo2015-07-091-1/+4
|
* eina: make re-setting the same tiler tile size a no-opMike Blumenkrantz2015-07-081-0/+1
|
* ecore-wayland: Remove improper use of EINA_UNUSEDChris Michael2015-07-081-1/+1
| | | | | | | | | Summary: 'version' is actually used inside this function so no need for EINA_UNUSED here. @fix Signed-off-by: Chris Michael <cp.michael@samsung.com>
* Efreet: Fix config and data dir paths on windows.Vincent Torri2015-07-081-1/+5
| | | | @fix
* eolian: enable the new doc validatorDaniel Kolesa2015-07-081-6/+1
| | | | | This will make Eolian error when the input documentation is in a wrong format.
* efl: fix doc references across the tree to validate rightDaniel Kolesa2015-07-0817-120/+167
|
* eolian/generator: check if the reference is generatable firstDaniel Kolesa2015-07-081-0/+1
|
* gitignore: Updated.Daniel Juyung Seo2015-07-081-0/+1
|
* eolian: print more detailed location info for doc validationDaniel Kolesa2015-07-081-6/+8
|
* eolian: correct documentation ref validation (disabled for now)Daniel Kolesa2015-07-081-4/+76
|
* edje_edit: return EINA_TRUE for unset color_classVyacheslav Reutskiy2015-07-081-1/+1
| | | | | | | For unset color_class for part used edje_edit_state_color_class_set and NULL value for color_class, it's a string, is valid. In this case function must return EINA_TRUE. @fix
* edje edit: don't set the color_class color as mainVyacheslav Reutskiy2015-07-081-16/+0
| | | | @fix
* eolian/generator: delete a stringshare correctly on failureDaniel Kolesa2015-07-081-2/+10
|
* eolian/generator: static-ify some funcsDaniel Kolesa2015-07-081-4/+4
|
* eolian: improve function_full_c_name_get APIDaniel Kolesa2015-07-0813-98/+136
| | | | | | | | It's now generalized to work properly with legacy functions as well as correctly append suffixes. Thus, it can be easily used with the documentation generator and in other places. @feature
* new animator coverity complaints - silence themCarsten Haitzler (Rasterman)2015-07-081-2/+8
| | | | | check return of read/write to make coverity happy (even though they should never fail as it's a pipe within a process).
* ecore-input-evas: fix canvas mouse event dispatchMike Blumenkrantz2015-07-071-7/+13
| | | | | | | | | | this was broken in 5cb6cdbc5e1a13ea0262e155983b494e6519abde such that when multiple sources produce mouse events using the same device, these events are marshalled as though they were from the same canvas. the result is that eventing is wrong on at least one of the canvases, and spurious mouse-up events are triggered before every mouse down fix T2509
* eolian/generator: add proper generation of referencesDaniel Kolesa2015-07-077-5/+328
| | | | | | | Adds proper generation of automatic references in docs. For now events are missing. @feature
* eolian: initial work on doc syntax validation (disabled for now)Daniel Kolesa2015-07-074-3/+103
|
* evas: Remove unused variableChris Michael2015-07-071-2/+0
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* Evas line: Migrate Eolian file to use the Eolian types.Tom Hacohen2015-07-071-4/+6
|
* Evas line: Remove obviously wrong default values.Tom Hacohen2015-07-071-2/+2
|
* evas - image core - fix unloading of images to work againCarsten Haitzler (Rasterman)2015-07-075-41/+109
| | | | | | | | | | | | i think this has been disabled for a while. image unloading is broken - esp with gl enigne as due to async move it was effectively disabled. this re-enables it. unloading is deferred with a managed list of things needing unloading and then when any async sw renders are not busy any more - do the unload then in the mainloop of all pending/flagged images to unload @fix
* Evas gl core: Move variables to the correct ifdef branch.Tom Hacohen2015-07-071-8/+4
| | | | | These variables were not really used in the #else branch of the ifdef. This moves them to the correct place removing the unused variables issues.
* Ecore con eet test: Fix const discard issue.Tom Hacohen2015-07-071-1/+1
|
* Ecore Anim: fix compilation on WindowsVincent Torri2015-07-071-3/+1
| | | | sys/select.h is not available on Windows
* Ecore Exe: decrease log level on WindowsVincent Torri2015-07-071-1/+1
|
* Ecore Con: Fix ecore_con_local hangs on Windows.Vincent Torri2015-07-071-2/+4
| | | | | | | | | | Since the move to eo, ecore_con_local hangs on Windows, hence edje_cc can not compile edc files (e.g.). Problem was a loop that was used to finish some threads which is now endless. For now, comment out that loop @fix
* Ecore_Con: decrease log level in ecore_con_local_win32Vincent Torri2015-07-071-3/+3
|
* Ecore exe (windows): Fix object destruction/failed creation.Tom Hacohen2015-07-071-44/+24
| | | | | | | | | | The correct way of disposing of an object in a failed finalisation is to return NULL, not to delete it. Also, since the destructor is already called when the object is deleted anyway, there's no point in having cleanup code in the finalizer too. @fix
* eolian: add API: eolian_declaration_get_by_nameDaniel Kolesa2015-07-074-5/+40
| | | | | | | | | | Sorry for last minute new API, but this one is necessary to implement proper verification of references in docs, which I would like to have in 1.15. It allows you to retrieve any kind of declaration by full namespace, so that you can check for an existence of an Eolian decl, rather than checking every type individually. @feature
* ecore animator - use windows ifdefs/macros so it works thereCarsten Haitzler (Rasterman)2015-07-071-6/+27
|
* animator - use select not uslleep so we can wake up during a sleepCarsten Haitzler (Rasterman)2015-07-071-49/+57
| | | | | if you change animator frametime while we are sleeping for a frame... we can't wake up and adjust. this allows that with a pipe and select.
* eolian/generator: use the __eolian function in overrides when default values ↵Daniel Kolesa2015-07-061-1/+25
| | | | are present
* ecore_con: convert doc of ecore_con_eet.eoSrivardhan Hebbar2015-07-061-50/+34
| | | | | | | | | | | | | Summary: converted docs of ecore_con_eet.eo to the new style. Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com> Reviewers: cedric, tasn Subscribers: yashu21985, cedric Differential Revision: https://phab.enlightenment.org/D2795
* ecore - animator - new thread timer animator - fiux shutdownCarsten Haitzler (Rasterman)2015-07-061-14/+27
| | | | | expedite actualyl shuts ecore down - fix eina magic complaints with safe shutdown.
* Evas.Image: Fix legacy EAPI nameJean-Philippe Andre2015-07-061-1/+1
| | | | Thanks @kuuko for the report. Sorry for the breakage of Python apps.
* Evas gl_common: Fix up error handlingWooHyun Jung2015-07-061-1/+1
|
* evas gl - dont crash if gl image internal im is nullCarsten Haitzler (Rasterman)2015-07-051-0/+2
| | | | new crash i saw today
* efreet - improve edstop exec find to use the command with less argsCarsten Haitzler (Rasterman)2015-07-051-4/+107
| | | | | | | | | | | | | | | | | | efreet will just match any desktop file (at random basically - whatever is first in the list), thjat has the base command looked at. if you have various desktip files with the same command, like: mycommand mycommand %U mycommand -a -b -c /path/to/file /usr/bin/mycommand etc. - which one does it match? it'll pick the first and the list ordering is arbitrary, so this is pretty bad. this strips off the base command at the start (full path or whatever) and then uses the command with the shortest argument length. this means the generic command is found first if we look for "mycommand" in the above list, whihc ends up the best... ESPECIALLY for steam which does just this.
* edje: add Convex Hull logicperepelits.m2015-07-041-0/+681
| | | | | | | | | | | | Summary: This is an algorithm which calcuates a convex hull of some mesh, in fact it returns vertex, index, normal and color datas, though the new mesh could be build just as for AABB Reviewers: raster, Hermet, cedric Subscribers: cedric, artem.popov Differential Revision: https://phab.enlightenment.org/D2585 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>