Commit Graph

43 Commits

Author SHA1 Message Date
Andreas Volz 4e76bba2e6 added new splitted c++ wrapper for EFL (eflxx)
SVN revision: 41355
2009-07-15 21:33:29 +00:00
Andreas Volz 8a3227506f moved old cxx binding code to OLD before adding new code
SVN revision: 41354
2009-07-15 21:08:17 +00:00
Andreas Volz 8c6bbf79e9 explicit show() needed for windows
SVN revision: 40198
2009-04-18 21:53:17 +00:00
Andreas Volz b7b1588794 explicit show() needed
SVN revision: 40196
2009-04-18 21:43:58 +00:00
Andreas Volz 3b061d8ab5 this functions could be static members as they could be called without instance
SVN revision: 40195
2009-04-18 21:43:07 +00:00
Andreas Volz 6cb886af50 explicit show() needed
SVN revision: 40194
2009-04-18 21:42:15 +00:00
Andreas Volz 828fb61b13 explicit show() needed
SVN revision: 40193
2009-04-18 21:40:01 +00:00
Andreas Volz 61a3902635 - explicit show() needed
- heigth size was zero, no idea why?


SVN revision: 40192
2009-04-18 21:38:16 +00:00
Andreas Volz 3b29ecc91e explicit show() needed
SVN revision: 40191
2009-04-18 21:35:28 +00:00
Andreas Volz 276ef19d6b exlicit show() needed
SVN revision: 40190
2009-04-18 21:33:22 +00:00
Andreas Volz c73073a079 explicit show() needed
SVN revision: 40189
2009-04-18 21:30:50 +00:00
Andreas Volz 985db41d0f explicit show needed
SVN revision: 40188
2009-04-18 21:27:24 +00:00
Andreas Volz d5557adc3f ECORE_EVAS_ENGINE_SOFTWARE_SDL fix
SVN revision: 39882
2009-04-06 20:17:22 +00:00
Andreas Volz db38210bc2 don\'t show in construcor - this prevents window flickering
SVN revision: 39104
2009-02-19 21:07:25 +00:00
Michael Lauer d635bcd3a4 #include <cstring> where necessary
SVN revision: 38485
2009-01-07 01:10:40 +00:00
Andreas Volz 65c5955c43 EtkBox implemented
SVN revision: 38470
2009-01-05 22:28:42 +00:00
Andreas Volz 0d6c792f8f added some TODOs for EtkBox
SVN revision: 38444
2009-01-03 21:56:40 +00:00
Andreas Volz a254d0fee1 - added somehow missing implementation of Edje class
- changed setters and getters in Color class

SVN revision: 38440
2009-01-03 13:02:02 +00:00
Andreas Volz f12ec14777 separated EdjePart and EvasEdje class
SVN revision: 38421
2009-01-02 21:41:30 +00:00
Andreas Volz 2d61537d2c - lot of new separated Etk and Evas classes
- fixed some warnings

SVN revision: 38419
2009-01-02 12:53:31 +00:00
Andreas Volz e74f5e323c split EvasCanvas and EvasImage to separate files
SVN revision: 38401
2009-01-01 13:56:39 +00:00
Andreas Volz 2ab73e9cdf moved EvasObject to a separate class file
SVN revision: 38388
2008-12-31 13:39:48 +00:00
Andreas Volz d311d62915 a patch for gcc 4.3.2 by Teodor Petrov <fuscated@gmail.com>
SVN revision: 38370
2008-12-31 08:22:01 +00:00
Andreas Volz aef9a46f42 start to have one header and one cpp file for each class.
SVN revision: 38361
2008-12-30 21:56:17 +00:00
Andreas Volz a18c2d9c3e some classes for ETK C++ binding implemented
SVN revision: 38350
2008-12-29 23:48:49 +00:00
Andreas Volz c55c98b2f7 - more wrapper functions for EtkButton
- corrected --enable-examples option

SVN revision: 38237
2008-12-19 23:42:35 +00:00
Andreas Volz 29e000ad38 handle part() call return with smart pointer
SVN revision: 38195
2008-12-17 23:05:42 +00:00
Andreas Volz 78f32ba132 minor
SVN revision: 38194
2008-12-17 22:17:08 +00:00
Andreas Volz 72f31a383f edb is moved to SVN OLD and seems not longer used in EFL
SVN revision: 38193
2008-12-17 20:53:35 +00:00
Andreas Volz d11c000e46 able to configure a build without examples to be faster while development
SVN revision: 38192
2008-12-17 20:03:34 +00:00
Andreas Volz 1bf608241d - introduced new smart pointer class
- used it in some places for testing

SVN revision: 38170
2008-12-16 23:01:53 +00:00
Andreas Volz d338e3c09a - don\'t longer use EvasCanvas in EvasObject private data; it\'s not needed and makes problems in some situations
- rewrote ecore_paint example to use new signal callback design

SVN revision: 38134
2008-12-13 23:27:07 +00:00
Andreas Volz 9c8eb8c04b debug options
SVN revision: 38132
2008-12-13 21:19:49 +00:00
Andreas Volz 1ea5601bd9 no return value for callbacks
SVN revision: 38006
2008-12-07 23:06:00 +00:00
Andreas Volz 07b33d3220 removed old code
SVN revision: 38005
2008-12-07 22:59:24 +00:00
Andreas Volz 388c285796 new signaling concept
SVN revision: 38004
2008-12-07 22:56:45 +00:00
Andreas Volz 84a3ac74d5 docu
SVN revision: 37581
2008-11-10 23:08:19 +00:00
Andreas Volz 385507cbd1 play around with Exception handling in eflpp. I think I\'ll use it in more parts of eflpp in future...
SVN revision: 37580
2008-11-10 22:45:13 +00:00
Andreas Volz c3228f58cf eet c++ wrapper implementation from "Jonathan MULLER" <muller.john@gmail.com>
SVN revision: 37547
2008-11-08 08:54:34 +00:00
Michael Lauer 0a83ed01a8 eflpp: compile again (by adding missing includes for modern compilers).
Based on a patch by Jonathan MULLER, thanks!


SVN revision: 37375
2008-11-01 16:41:06 +00:00
Andreas Volz 637138d77c clean and delete objects
SVN revision: 37287
2008-10-28 22:32:07 +00:00
Carsten Haitzler fe658a75d5 fix more bin files...
SVN revision: 35524
2008-08-17 23:41:11 +00:00
Gustavo Sverzut Barbieri a551a7f056 mv PROTO/eflpp BINDINGS/cxx
SVN revision: 35517
2008-08-17 16:34:48 +00:00