Andreas Volz
5cc6c82781
fixed compile emotionxx again
7 years ago
Andreas Volz
06fdb6af63
some configuration changes to compile on my latest ubuntu system
...
deactivate emotionxx until it's fixed
7 years ago
Cedric BAIL
f20d437bd3
trunk: remove use of AM_PROG_CC_STDC as AC_PROG_CC does it.
...
Patch by Doug Newgard <scimmia22@outlook.com>
SVN revision: 82148
10 years ago
Andreas Volz
617b0b391f
compile against API rename
...
SVN revision: 79659
10 years ago
Andreas Volz
941ebc8105
enable example code
...
SVN revision: 79615
10 years ago
Andreas Volz
19661e0ad5
homogeneous API change
...
SVN revision: 79528
10 years ago
Andreas Volz
1c42f00980
examples compile again against renamed Evas sizing API
...
SVN revision: 79522
10 years ago
Andreas Volz
3835fd7284
build again
...
SVN revision: 77230
10 years ago
Andreas Volz
0e5cbbfe2d
- changed to elm API without "Part" suffix
...
- removed toggle example
SVN revision: 69477
11 years ago
ChunEon Park
1d766c0cab
BINDINGS/cxx - removed remained pager codes
...
SVN revision: 69466
11 years ago
Jiyoun Park
bece5ff4a9
remove deprecated with
...
elm_genlist_always_select_mode_get/set
elm_genlist_no_select_mode_get/set
function
SVN revision: 69355
11 years ago
Andreas Volz
614624a460
compile against current elmxx API
...
SVN revision: 69347
11 years ago
Jiyoun Park
b10f21c0c7
remove elm_list_always_select_mode_get/set deprecated API
...
SVN revision: 69330
11 years ago
Hyoyoung Chang
ae12d9c09a
After elm radically changed, some compilation errors are not fixed.
...
I changed for this.
1. add a parameter for item_bring_in
-elm_genlist_item_bring_in(it);
+elm_genlist_item_bring_in(it, ELM_GENLIST_ITEM_SCROLLTO_IN);
2. change a enum type name
- Elm_Genlist_Item_Flags
+ Elm_Genlist_Item_Type
3. change a enum name
- if (!parent) flags = ELM_GENLIST_ITEM_SUBITEMS;
+ if (!parent) flags = ELM_GENLIST_ITEM_TREE;
Signed-off-by: Hyoyoung Chang <hyoyoung@gmail.com>
SVN revision: 69283
11 years ago
Andreas Volz
a09d52a006
- compile again after API change => TODO FIXME correct
...
SVN revision: 69165
11 years ago
Jiyoun Park
0ac1df6dd1
remove deprecated function related with elm_genlist_item
...
SVN revision: 68837
11 years ago
Andreas Volz
51245f4cda
wrap some more of elementary API to C++ wrapper
...
SVN revision: 67704
11 years ago
ChunEon Park
524bd40d17
BINDINGS/python, cxx, perl, vala - Elm_Genlist_Item -> Elm_Object_Item
...
SVN revision: 67372
11 years ago
Martin Jansa
f663bc1480
replace remaining delete-request usages with delete,request which is emited by elm_win, update focus callback names in comments too
...
Signed-Off-By: Martin Jansa <martin.jansa@gmail.com>
SVN revision: 66729
11 years ago
Andreas Volz
3d921de346
API
...
SVN revision: 65287
11 years ago
Andreas Volz
1260f6e706
many small pending changes
...
SVN revision: 65200
11 years ago
Andreas Volz
48b1712f2b
compiles and works
...
SVN revision: 64791
11 years ago
Andreas Volz
0ed0480ac3
more auto_ptr
...
SVN revision: 61600
12 years ago
Andreas Volz
2de74a1dc2
changed all Ecorexx:Timer code to the new API
...
SVN revision: 61599
12 years ago
Andreas Volz
ef300576fc
compile again
...
SVN revision: 60367
12 years ago
Boris Faure
0ab38e0604
remove .cvsignore files
...
SVN revision: 60246
12 years ago
Daniel Juyung Seo
e60c24a833
BINDINGS/cxx elementaryxx: Removed trailing whitespaces.
...
SVN revision: 58633
12 years ago
Andreas Volz
a077647bd1
Timer API sync
...
SVN revision: 57538
12 years ago
Andreas Volz
0366f62773
- changed the design in Edjexx to return smart pointers
...
- now local save the pointer and return a reference
- if failure throw an exception
- added some container memory helpers
- changed the example code
SVN revision: 55794
12 years ago
Andreas Volz
d30f0fc1cb
removed not needed call
...
SVN revision: 55782
12 years ago
Andreas Volz
1182a56653
- wrap elmxx type access functions
...
- change example to demonstrate type save and type unsave External access
(now commited from my second system...)
SVN revision: 55761
12 years ago
Andreas Volz
a04f586b15
implemented external part param wrapper for C++
...
SVN revision: 55334
12 years ago
Andreas Volz
2e91be1d77
some more C++ wrappers for external access
...
SVN revision: 55099
12 years ago
Andreas Volz
a9fe01720e
build external example Makefiles
...
SVN revision: 54661
12 years ago
Andreas Volz
64ad1411f2
added external example (currently using the C API as long as it's not complete wrapped in C++)
...
SVN revision: 54660
12 years ago
Andreas Volz
d10df68468
changed existing full and simple examples to follow C API changed and C++ wrapper
...
SVN revision: 54659
12 years ago
Andreas Volz
d512742998
converted to new edje binary format
...
needed to commit, because no edc file available (created with editje)
SVN revision: 54658
12 years ago
Andreas Volz
5783211bf6
removed Gradient usage in this example
...
SVN revision: 54657
12 years ago
Andreas Volz
3b5ce6e53f
emotionxx example
...
SVN revision: 50488
13 years ago
Andreas Volz
1c6334ded7
more genlist examples in C++
...
SVN revision: 50203
13 years ago
Andreas Volz
873706a43c
clean up
...
SVN revision: 50168
13 years ago
Andreas Volz
ed1295f579
implemented test_genlist4()
...
SVN revision: 50167
13 years ago
Andreas Volz
4877f5e2c6
more tests
...
SVN revision: 50165
13 years ago
Andreas Volz
c6f69e07ee
more examples working
...
SVN revision: 50037
13 years ago
Andreas Volz
35ccadac68
compiles again after Eina_Bool change
...
SVN revision: 50032
13 years ago
Andreas Volz
54b6b43528
more GenList example
...
SVN revision: 49634
13 years ago
Andreas Volz
548f74d8c7
port more genlist parts of panel example
...
SVN revision: 49633
13 years ago
Andreas Volz
5bc02ac33e
GenList code in Panel example
...
SVN revision: 49601
13 years ago
Andreas Volz
8b196b24e1
more GenList examples possible because of API change
...
SVN revision: 49599
13 years ago
Andreas Volz
a0784f437d
del handler (but not working at all)
...
SVN revision: 49423
13 years ago