summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecore-wayland: add Ecore_Wayland_Selection typedevs/thiep/dndThiep Ha2015-05-103-0/+12
* evas/engine: Fix the ector drawing for gl backendSubhransu Mohanty2015-05-091-0/+1
* evas/canvas : Call correct engine function for setting clip colorSubhransu Mohanty2015-05-091-6/+10
* Ecore tests: REMOVE wayland tests.Tom Hacohen2015-05-084-142/+0
* Ecore tests: Properly split (some) unit tests to unitsTom Hacohen2015-05-081-38/+60
* Eo: Mark composite APIs as beta.Tom Hacohen2015-05-088-10/+10
* Ecore audio test: Remove unneeded test.Tom Hacohen2015-05-081-2/+0
* eolian: generation for beta eventsDaniel Kolesa2015-05-081-2/+15
* eolian: API and tests for beta eventsDaniel Kolesa2015-05-084-1/+20
* eolian: fix generation testsDaniel Kolesa2015-05-081-0/+6
* eolian: oops... forgot to add a paramDaniel Kolesa2015-05-081-1/+1
* eolian: parsing for beta eventsDaniel Kolesa2015-05-082-0/+6
* eolian: beta funcs generationDaniel Kolesa2015-05-081-0/+4
* build: Pass on makeflags and use proper @$(MAKE)Stefan Schmidt2015-05-081-1/+1
* eolian: is_beta API plus testsDaniel Kolesa2015-05-084-2/+23
* eolian: parse the @beta qualifierDaniel Kolesa2015-05-082-3/+15
* Efl debug: Rename shadowing variable.Tom Hacohen2015-05-081-7/+7
* libunibreak: Follow README rename in EXTRA_DIST for distcheck.Stefan Schmidt2015-05-081-1/+1
* autotools: enable make check-build which builds only test suiteskabeer khan2015-05-082-0/+8
* evas vector: remove white trailingsChunEon Park2015-05-081-2/+0
* evas/canvas: Null check for base class data pointer.Subhransu Mohanty2015-05-081-0/+4
* evas vector: cancel the transformation when null is passed.ChunEon Park2015-05-082-5/+16
* efl debug - clean up debugd and debug cli tool code proto handlingCarsten Haitzler (Rasterman)2015-05-084-196/+220
* eina debug - add more comments to debugd connectionCarsten Haitzler (Rasterman)2015-05-081-2/+16
* eina debug - add commentsCarsten Haitzler (Rasterman)2015-05-081-1/+13
* efl debug - start on common file for efl_debug tools for protocolCarsten Haitzler (Rasterman)2015-05-085-16/+23
* eina_ddebug: Fix build for the case without all requirements for eina_debugStefan Schmidt2015-05-081-0/+1
* eina debug - clean up protocol handling inside einaCarsten Haitzler (Rasterman)2015-05-083-74/+171
* eina - start a much improved eina dbug infra and have eina_log use itCarsten Haitzler (Rasterman)2015-05-0819-24/+1648
* ecore - ecore_pipe_wait timeout broken as it never adjusts while waitingCarsten Haitzler (Rasterman)2015-05-081-2/+2
* efl - emotion modules - unbreak due to EAPI changesCarsten Haitzler (Rasterman)2015-05-081-0/+26
* Merge branch 'devs/devilhorns/ecore_drm'Chris Michael2015-05-074-17/+390
|\
| * ecore-drm: Add new API function to mark an output as primaryChris Michael2015-05-073-1/+27
| * ecore-drm: Add API function to find an output given a nameChris Michael2015-05-072-0/+32
| * ecore-drm: Fix formattingChris Michael2015-05-071-6/+6
| * ecore-drm: Add API function to get an output's crtc sizeChris Michael2015-05-072-0/+24
| * ecore-drm: Add API function to return primary outputChris Michael2015-05-072-0/+26
| * ecore-drm: Add support for a Primary OutputChris Michael2015-05-072-0/+9
| * ecore-drm: Set drm client capabilities to support universal planesChris Michael2015-05-071-0/+4
| * ecore-drm: Cleanup plane debug outputChris Michael2015-05-071-30/+2
| * ecore-drm: Set output connected property in the creation functionChris Michael2015-05-071-2/+1
| * ecore-drm: Add some debug code to spit out planes and plane propertiesChris Michael2015-05-071-0/+124
| * ecore-drm: Add API function to return output modesChris Michael2015-05-073-10/+31
| * ecore-drm: Add API function to return the edid of a given outputChris Michael2015-05-073-0/+26
| * ecore-drm: Add API function to return if a given output has a backlightChris Michael2015-05-072-0/+19
| * ecore-drm: Add API function to return the connector type of a given outputChris Michael2015-05-072-0/+20
| * ecore-drm: Add connector type to output structureChris Michael2015-05-072-0/+2
| * ecore-drm: Add API function to return output connected stateChris Michael2015-05-073-1/+24
| * ecore-drm: Add API function to return the name of an outputChris Michael2015-05-072-0/+21
| * ecore-drm: Add API function to return screen size rangeChris Michael2015-05-072-0/+25