Andreas Volz
5cc6c82781
fixed compile emotionxx again
7 years ago
Andreas Volz
429212c67e
change List reference parameter to pointer
7 years ago
Andreas Volz
3d0cb4e535
find out if object is an external => prints EFL error, but seems to work until my application finds a better way to find out
7 years ago
Andreas Volz
36d22d50fc
access part param (I don't like the interface, but it works for my application until I write something better)
7 years ago
Andreas Volz
ccdbccc64a
deactivate annyong message
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
Andreas Volz
1607d78bab
problem reported from Toan Pham <tpham3783@gmail.com>
8 years ago
Cedric BAIL
532c000c5c
eoxx: add some vodoo to the C++ binding.
...
I don't like the way this show up in the class. Any better idea ?
SVN revision: 83851
10 years ago
Cedric BAIL
cb4dea0c9e
eoxx: let welcome a little prototype of an Eo binding in C++.
...
That was a long time since I wrote some C++. Review is more than
welcome ! But don't forget the goal here, stable API/ABI for as long
as the 1.x branch is stable. A lot still need to be done !
NOTE: I would really like that eo_do(NULL, ...) does nothing and still
be valid...
SVN revision: 82746
10 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
c691f3d2d1
don't compile not existing exceptions
...
SVN revision: 80553
10 years ago
Andreas Volz
0010e57c25
no exceptions
...
SVN revision: 80084
10 years ago
Andreas Volz
b35eae7bf9
- more stable Exe API, but I don't really it :-(
...
- inital Event wrapper
- removed exceptions because currently not needed
SVN revision: 80083
10 years ago
Andreas Volz
d9c25d145b
more exception checks (still a bug when multible processes are running)
...
SVN revision: 79955
10 years ago
Andreas Volz
2a3a0ae658
- add new exception structure
...
- modify Exe to report Exception
SVN revision: 79954
10 years ago
Andreas Volz
723eb72803
- add virtual destructor
...
- move contructor and destructor from private to protected to allow child classes in applications
SVN revision: 79660
10 years ago
Andreas Volz
617b0b391f
compile against API rename
...
SVN revision: 79659
10 years ago
Andreas Volz
dccc702171
changed class design. old class design was not working good.
...
SVN revision: 79653
10 years ago
Andreas Volz
03584d3b73
add new wrapper implementation for Ecorexx::Exe
...
SVN revision: 79643
10 years ago
Andreas Volz
1591248deb
include protector name change
...
SVN revision: 79640
10 years ago
Andreas Volz
702fc00cca
include as compiler path
...
SVN revision: 79639
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
cd4ad54299
homogeneous
...
SVN revision: 79527
10 years ago
Andreas Volz
893a0b6316
changed API name
...
SVN revision: 79525
10 years ago
Andreas Volz
afa292bcb2
remove old API
...
SVN revision: 79524
10 years ago
Andreas Volz
61cd0b9f2e
virtual
...
SVN revision: 79523
10 years ago
Andreas Volz
1c42f00980
examples compile again against renamed Evas sizing API
...
SVN revision: 79522
10 years ago
Andreas Volz
c8d7b03922
changed API to sound more logic. Bad thing is this are often used APIs. Have to adjust all example code.
...
SVN revision: 79521
10 years ago
Andreas Volz
1ddc136557
set/get typo
...
SVN revision: 79520
10 years ago
Andreas Volz
77174beaf8
linker problem. not sure what is the problem. needs analysis
...
SVN revision: 79479
10 years ago
Andreas Volz
4c5ce32c20
comments
...
SVN revision: 79457
10 years ago
Andreas Volz
db805b9b59
old todo removed
...
SVN revision: 79456
10 years ago
Andreas Volz
38faa7e5e9
more API wrappers in Elmxx::Entry
...
SVN revision: 79455
10 years ago
Andreas Volz
a20a205fff
- some more wrappers in Entry
...
- define const functions where possible
SVN revision: 79435
10 years ago
Andreas Volz
ab56df9656
change include path and implement Object::setTheme
...
SVN revision: 79434
10 years ago
Andreas Volz
8503a93263
ups, should be get not set
...
SVN revision: 79407
10 years ago
Andreas Volz
a17761357e
remove odl file
...
SVN revision: 79406
10 years ago
Andreas Volz
b8054af33a
getThemeList() implemented
...
SVN revision: 79405
10 years ago
Andreas Volz
11c1ed3663
wrapped more Theme List functions with new Einaxx::List interface
...
SVN revision: 79402
10 years ago
Andreas Volz
ac63ca43e8
Now possible to construct Einaxx::List from a Eina_List*
...
SVN revision: 79401
10 years ago
Andreas Volz
e23711d0ac
add more Theme wrapper functions
...
TODO: wrap Eina_List functions, but before enhance Eina::List wrapper
SVN revision: 79354
10 years ago
Andreas Volz
04dd63f9e7
Added first implementation for Theme API...
...
SVN revision: 79304
11 years ago
Andreas Volz
f4155797a6
not sure why, but there was a compile problem. Just commented it out and will later look into...
...
SVN revision: 78898
11 years ago
Andreas Volz
3835fd7284
build again
...
SVN revision: 77230
11 years ago
Andreas Volz
0e5cbbfe2d
- changed to elm API without "Part" suffix
...
- removed toggle example
SVN revision: 69477
11 years ago
Andreas Volz
dd0fd50613
changed API to setContent,getContent,unsetContent,setText,getText without suffix "Part" as this is marked with first parameter name.
...
SVN revision: 69476
11 years ago
Andreas Volz
c4d68fda30
C function is void
...
SVN revision: 69475
11 years ago
ChunEon Park
1d766c0cab
BINDINGS/cxx - removed remained pager codes
...
SVN revision: 69466
11 years ago
Jiyoun Park
c1f810afbc
remove elm_toggle code.
...
because elm_toggle_XXX was deprecated
ust Elm_check
SVN revision: 69444
11 years ago