summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* web: split web into a module.Cedric BAIL2016-03-091-56/+93
| | | | | There is currently no configuration to switch backend. Another patch will introduce it.
* configure: Switch to dev mode again. Merge window for 1.18 is now open.Stefan Schmidt2016-02-021-1/+1
|
* release: Update NEWS and bump version for 1.17.0 releasev1.17.0Stefan Schmidt2016-02-021-1/+1
|
* release: Update NEWS and bump version for 1.17.0-beta3 releasev1.17.0-beta3Stefan Schmidt2016-01-251-1/+1
|
* release: Update NEWS and bump version for 1.17.0-beta2 releasev1.17.0-beta2Stefan Schmidt2016-01-181-1/+1
|
* win32: Fix link of binaries which use functions in EvilVincent Torri2016-01-181-0/+2
| | | | | | Reviewers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D3578
* release: Update NEWS and bump version for 1.17.0-beta1 releasev1.17.0-beta1Stefan Schmidt2016-01-111-1/+1
|
* release: Update NEWS and bump version for 1.17.0-alpha1 releasev1.17.0-alpha1Stefan Schmidt2016-01-051-2/+2
|
* Fix compilation after dlfcn integration into EvilVincent Torri2015-12-291-1/+0
|
* efl-js: JavaScript Eolian bindingFelipe Magno de Almeida2015-12-231-7/+73
| | | | | | | | | | | | | | | | | | | | | | | | | To configure elementary sources with bindings to use in nodejs add ––with-js=nodejs in configure flags in EFL compilation to generate node files, then compile elementary normally: path/to/efl$ configure --with-js=nodejs path/to/efl$ make path/to/efl$ make install path/to/elm$ configure path/to/efl$ make path/to/efl$ make install To use, you have to require elm: elm = require('elm') The bindings is divided in two parts: generated and manually written. The generation uses the Eolian library for parsing Eo files and generate C++ code that is compiled against V8 interpreter library to create a elm.node file that can be required in a node.js instance. @feature
* elementary: Use ecore_wl2 library for elementaryChris Michael2015-12-031-1/+1
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* configure: Switch to dev mode again. Merge window for 1.17 is open nowStefan Schmidt2015-11-091-1/+1
|
* release: Update NEWS and bump version for 1.16.0 releasev1.16.0Stefan Schmidt2015-11-091-1/+1
|
* Revert "elm: Add eglfs backend support."Cedric BAIL2015-11-021-1/+0
| | | | | | This reverts commit 0d6aedbf44e5c371bddfa2b6b61c9409ed2184e3. This patch landed a little bit to early.
* elm: Add eglfs backend support.Nicolas Aguirre2015-11-031-0/+1
|
* release: Update NEWS and bump version for 1.16.0-beta3 releasev1.16.0-beta3Stefan Schmidt2015-10-261-1/+1
|
* release: Update NEWS and bump version for 1.16.0-beta2 releasev1.16.0-beta2Stefan Schmidt2015-10-191-1/+1
|
* release: Update NEWS and bump version for 1.16.0-beta1 releasev1.16.0-beta1Stefan Schmidt2015-10-121-1/+1
|
* release: Update NEWS and bump version for 1.16.0-alpha1 releasev1.16.0-alpha1Stefan Schmidt2015-10-051-2/+2
|
* cxx: Added examples and tutorial for C++ bindingLuciana Magno de Almeida2015-08-251-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Added the following examples: * bg_cxx_example_01 * bg_cxx_example_02 * bubble_cxx_example_01 * button_cxx_example_00 * button_cxx_example_01 * calendar_cxx_example_01 * calendar_cxx_example_02 * calendar_cxx_example_03 * calendar_cxx_example_04 * calendar_cxx_example_05 * clock_cxx_example * datetime_cxx_example * glview_cxx_example_01 * hoversel_cxx_example_01 * icon_cxx_example_01 * location_cxx_example_01 * menu_cxx_example_01 * popup_cxx_example_01 * radio_cxx_example_01 * separator_cxx_example_01 * slider_cxx_example * spinner_cxx_example * table_cxx_example_01 * table_cxx_example_02 * thumb_cxx_example_01 Added documentation for the above examples, as well as how using lambdas with C++ elm binding. How to use autohide feature and how to use the C++ wrappers to create windows, widgets and call Eo functions from them with automatic C++ type conversion and how to use signals from C++.
* configure: we can actually safely imply -ldl is only needed on linuxDaniel Kolesa2015-08-051-10/+4
|
* configure: the BSDs all supply the dlfcn funcs without -ldlDaniel Kolesa2015-08-051-0/+3
|
* configure: Switch to dev mode again. Merge window for 1.16 is open nowStefan Schmidt2015-08-041-1/+1
|
* release: Update NEWS and bump version for 1.15.0 releasev1.15.0Stefan Schmidt2015-08-041-1/+1
|
* Revert "Adds eglfs support"Nicolas Aguirre2015-08-031-2/+0
| | | | This reverts commit de52ee0192b5b6d8ad542fb2fd9e4185b39b6518.
* Revert "Removes ELM_CHECK_BACKEND[EGLFS] which searches for an ecore-eglfs"Nicolas Aguirre2015-08-031-0/+1
| | | | This reverts commit aff92d581ed052413aa36785a9291e47315eb518.
* Removes ELM_CHECK_BACKEND[EGLFS] which searches for an ecore-eglfsFlorent Revest2015-08-031-1/+0
|
* Adds eglfs supportFlorent Revest2015-08-031-0/+2
|
* release: Update NEWS and bump version for 1.15.0-beta3 releasev1.15.0-beta3Daniel Juyung Seo2015-07-281-1/+1
|
* Elm_Config: add getpwent support, fix compilation on WindowsVincent Torri2015-07-231-1/+1
| | | | @fix
* release: Update NEWS and bump version for 1.15.0-beta2 releasev1.15.0-beta2Daniel Juyung Seo2015-07-211-1/+1
|
* release: Update NEWS and bump version for 1.15.0-beta1 releasev1.15.0-beta1Daniel Juyung Seo2015-07-141-1/+1
|
* release: Update NEWS and bump version for 1.15.0-alpha1 releasev1.15.0-alpha1Daniel Juyung Seo2015-07-091-2/+2
|
* EFL Model List View for MVC designLarry Jr2015-07-041-0/+2
| | | | | | | | | | | | Elementary views that show an EFL.model and keep them synchronized asynchronously. The elm_view_list show a tree data structure using a genlist. Each property is seen as a different data column. There is an example defined in fileviewlist.c. @feature
* configure: Switch to dev mode again. Merge window for 1.15 is open now.Stefan Schmidt2015-05-061-1/+1
|
* release: Update NEWS and bump version for 1.14.0 releasev1.14.0Stefan Schmidt2015-05-061-1/+1
|
* release: Update NEWS and bump version for 1.14.0-beta3 releasev1.14.0-beta3Stefan Schmidt2015-04-271-1/+1
|
* release: Update NEWS and bump version for 1.14.0-beta2 releasev1.14.0-beta2Stefan Schmidt2015-04-201-1/+1
|
* release: Update NEWS and bump version for 1.14.0-beta1 releasev1.14.0-beta1Stefan Schmidt2015-04-131-1/+1
|
* build: Allow to define path for eldbus-codegen binaryStefan Schmidt2015-04-081-0/+2
| | | | | | | Since the latest elm colorclass changes we need eldbus-codegen to generate some files. Not all setups have this in their normal $PATH so let allow these setups to set the correct path during configure. This allows our Jenkins setup as well as others to work again.
* release: Update NEWS and bump version for 1.14.0-alpha1 releasev1.14.0-alpha1Stefan Schmidt2015-04-071-2/+2
|
* configure: Fix break due to name change.Daniel Juyung Seo2015-02-231-1/+1
|
* elementary: example showing Evas_3D with elementary widgets and testing some ↵Oleksandr Shcherbina2015-02-171-0/+1
| | | | | | | | | | | | | | | of its feature. Summary: This small application for quick testing main features and changes in Evas 3D. Main features: effects shadow, fog, measuring fps, load 3D model, panel for change sets light and camera. Reviewers: Hermet, raster, cedric Differential Revision: https://phab.enlightenment.org/D1953 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* configure: Switch to dev mode again. Merge window for 1.14 is open now.Stefan Schmidt2015-02-091-1/+1
|
* release: Update NEWS and bump version for 1.13.0 releasev1.13.0Stefan Schmidt2015-02-091-1/+1
|
* release: Update NEWS and bump version for 1.13.0-beta3 releasev1.13.0-beta3Stefan Schmidt2015-02-031-1/+1
|
* release: Update NEWS and bump version for 1.13.0-beta2 releasev1.13.0-beta2Stefan Schmidt2015-01-261-1/+1
|
* release: Update NEWS and bump version for 1.13.0-beta1 releasev1.13.0-beta1Stefan Schmidt2015-01-191-1/+1
|
* configure: Fix typo in coverage option help textStefan Schmidt2015-01-161-1/+1
|
* tests: add coverage support.Cedric BAIL2015-01-161-5/+45
| | | | And our current score is 19% functions coverage for Elementary.