summaryrefslogtreecommitdiff
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
...
* hoversel: Enabled default mirroring in hoversel.Shobhit2015-03-041-2/+39
* examples/performance: Fix another typo to include the image into the tarballStefan Schmidt2015-02-271-1/+1
* examples/performance: Fix typo in file nacme to be named backgroundStefan Schmidt2015-02-272-1/+1
* example: fix after change in eo_do syntax.Cedric BAIL2015-02-242-6/+10
* gitignore: Updated gitignore file.Daniel Juyung Seo2015-02-231-0/+1
* examples: Fix build error due to the name change.Daniel Juyung Seo2015-02-231-1/+1
* performance: Fix typo perfomance -> performance.Daniel Juyung Seo2015-02-2312-7/+7
* performance: Cast strlen return with int.Daniel Juyung Seo2015-02-232-2/+2
* elementary: example showing Evas_3D with elementary widgets and testing some ...Oleksandr Shcherbina2015-02-1713-0/+2401
* win_example: Fix win example codes.Daniel Juyung Seo2015-02-061-2/+3
* elm_label: Fixed label disappearing after theme changedJee-Yong Um2015-02-051-0/+138
* win_example now exits fullscreen on any key press...alwaysMike Blumenkrantz2015-01-201-1/+12
* elm_label: Add an example handling "slide,end" signalJee-Yong Um2014-12-181-0/+76
* example/sphere_hunter: Clean up source code.Daniel Juyung Seo2014-12-101-14/+11
* .gitignore: ignore new example.Cedric BAIL2014-12-101-0/+1
* autotools: build Sphere Hunter with the rest of the examples.Cedric BAIL2014-12-102-0/+44
* sphere_hunter: remove warning.Cedric BAIL2014-12-101-38/+16
* autotools: fix indentation.Cedric BAIL2014-12-101-1/+1
* [Elementary/example]: Add new 3D game - Sphere Hunter.se.osadchy2014-12-105-0/+1205
* elm: Remove unnecessary elm_shutdown() while using ELM_MAIN().Daniel Juyung Seo2014-11-14108-115/+0
* elementary: Adding example to demonstrate radio "changed" functionality.Srivardhan Hebbar2014-09-283-0/+99
* Eo: Get rid of eo_add_custom.Tom Hacohen2014-09-253-13/+13
* examples: Remove a warning during release compilation.Savio Sena2014-09-171-3/+3
* examples: Add extern "C" guards to C++ example.Savio Sena2014-09-161-3/+8
* autotools: simplify .pc.in.Vincent Torri2014-09-041-1/+0
* autotools: add m4 macro to check for optionsVincent Torri2014-09-041-9/+0
* elm examples - missing -lm link - fixCarsten Haitzler (Rasterman)2014-09-031-0/+1
* configure.ac: Clean up and add macros for backend-checks.Vincent Torri2014-09-021-3/+1
* elm++: Update C++ examples to use the new API.Savio Sena2014-08-131-13/+13
* build: Make sure we don't redefine SCREENSHOTS but append to itStefan Schmidt2014-08-061-1/+1
* gitignore: ignore a generated file.Daniel Juyung Seo2014-08-041-0/+1
* Fixed trying compiling C++ examples with --disable-c++11Felipe Magno de Almeida2014-07-301-3/+17
* Fixed C++ box_cxx_example_02.cc example compilationFelipe Magno de Almeida2014-07-291-1/+6
* Fix C++ box_cxx_example_02.cc and removed text_part_{set/get} from elm_buttonFelipe Magno de Almeida2014-07-231-14/+30
* autotools: Fixed 'make check' for elm++ example.Savio Sena2014-07-221-3/+1
* c++: Added workaround for correct unref timesFelipe Magno de Almeida2014-07-211-11/+9
* cxx: refreshed exampleFelipe Magno de Almeida2014-07-211-55/+77
* cxx: Changed C++ example to use lambdasFelipe Magno de Almeida2014-07-211-89/+69
* Removed C-style code from C++ exampleFelipe Magno de Almeida2014-07-211-119/+107
* Added simple, initial, C++ exampleFelipe Magno de Almeida2014-07-212-0/+218
* gitignore: do not track generated files.Daniel Juyung Seo2014-07-201-0/+1
* examples: Call window object show after its content creation.Daniel Juyung Seo2014-07-204-10/+10
* example/evas3d: set the window name as other example codes.Daniel Juyung Seo2014-07-202-2/+2
* elementary examples: Add an elm_map example using evas3dJaehyun Cho2014-07-163-2/+2233
* examples: use a proper casting for 64 bit system by uintptr_t.Daniel Juyung Seo2014-07-102-3/+3
* .gitignore: do not trace build result.Daniel Juyung Seo2014-07-031-0/+2
* gitignore: let's not track generated files.Cedric BAIL2014-06-231-0/+3
* examples - renamed evas3d examples.ChunEon Park2014-06-093-4/+4
* examples - clean up the button on 3d object example.ChunEon Park2014-06-051-8/+8
* example: add new example for button and Evas_3D object.se.osadchy2014-06-042-0/+341