Commit Graph

17222 Commits

Author SHA1 Message Date
Tom Hacohen aaf11f7274 Eobj: make the kls_itr a stack.
It's useful for calling functions from within functions.

SVN revision: 70007
2012-04-11 07:05:33 +00:00
Tom Hacohen 4e471e9186 eobj: wrapped all the kls_itr calls into functions.
SVN revision: 70006
2012-04-11 07:05:30 +00:00
Tom Hacohen e1d070a9db Eobj: removed unneeded field.
SVN revision: 70005
2012-04-11 07:05:27 +00:00
Tom Hacohen dadb753a15 eobj: Improve error reporting.
This order of messages is better.

SVN revision: 70004
2012-04-11 07:05:24 +00:00
Tom Hacohen 419145c72a Eobj: Added eobj_super_do instead of class_do.
SVN revision: 70003
2012-04-11 07:05:21 +00:00
Tom Hacohen 9c4b436c69 Eobj: Added an MRO to classes. Walking the classes tree is not enough.
SVN revision: 70002
2012-04-11 07:05:14 +00:00
Tom Hacohen fc75687bc7 Eobj: added default constructor/destructor.
When NULL is passed, the default one is called.

SVN revision: 70001
2012-04-11 07:05:10 +00:00
Mike Blumenkrantz 61dc86ec9d 70000 GET
SVN revision: 70000
2012-04-11 01:34:12 +00:00
Thiago Thamada 0ae4bf95e7 Cleanup Doxygen Warnings - eina
Patch by: Thiago Thamada <tiba@profusion.mobi>

SVN revision: 69999
2012-04-10 18:16:09 +00:00
Christopher Michael 54f67d668e Ecore_Evas (wayland): Update ecore_evas_wayland engines to match
recent changes in ecore_wayland. Implement the wl_shm_pool interface
also for wayland_shm engine.



SVN revision: 69998
2012-04-10 17:02:24 +00:00
Christopher Michael 5d4554996f Ecore_Wayland: Rework ecore_wayland to match current wayland git wrt
pointer grabs, shm_pool interface. Rename fields of the
wl_event_mouse_in/out structures to match other ecore event structs.
Add API functions for getting a list of outputs, for getting a windows
shell_surface, and for setting a windows parent.



SVN revision: 69997
2012-04-10 17:00:56 +00:00
Tom Hacohen a74871955c Eobj: Removed useless va_end.
Thanks to Daniel Zaoui.

SVN revision: 69993
2012-04-10 09:18:52 +00:00
Tom Hacohen 32f6c31ed1 eobj: A couple of other cosmetic changes.
Again, thanks to Vtorri.

SVN revision: 69992
2012-04-10 09:12:49 +00:00
Tom Hacohen fdf72fa795 Eobj: eobj.h -> Eobj.h
Thanks to vtorri.

SVN revision: 69991
2012-04-10 09:12:46 +00:00
Daniel Juyung Seo 11a314ca85 ecore ecore_main.c: Added ecore_main_loop_iterate_may_block()
documentation.
I didn't add the API declaration into the header yet because the API
name/parameter might be changed before release.

SVN revision: 69990
2012-04-10 09:12:12 +00:00
Daniel Juyung Seo d771710575 ecore ecore_job.c: Fixed formatting.
SVN revision: 69989
2012-04-10 09:12:08 +00:00
Guilherme Iscaro 78b1edfd29 Adding the examples to the makefile
Patch by: Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 69975
2012-04-09 13:50:19 +00:00
Guilherme Iscaro 923d8ca03f Adding a new animation tutorial
Patch by: Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 69974
2012-04-09 13:50:16 +00:00
Guilherme Iscaro 1772917ed5 Adding a new signal example
Patch by: Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 69973
2012-04-09 13:50:11 +00:00
Jérôme Pinot 454e3c365e From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] edje multisense example

Here is a try to have a working edje multisense example to fill up the
doc blank. edje-multisense.c is basically edje_example.c adapted.
I modified the edc, removing dead code, to have only a sample and a tone
example. Can be extended later.

Does the job except that it only plays sound one time per launch. Hope 
someone will know why and correct it...

Attached:
- the patch for existing .edc and build system
- the new edje-multisense.c file
- duck.wav a reworked public domain wav sample of a duck quack-quack



SVN revision: 69962
2012-04-09 07:37:02 +00:00
Carsten Haitzler aadce3fe47 spell complaint properly
SVN revision: 69959
2012-04-09 03:43:45 +00:00
Jihoon Kim 6ef473a533 ecore_imf: fix some doxygen warnings
SVN revision: 69957
2012-04-07 14:11:22 +00:00
Jihoon Kim 170f218f58 evas doxygen warnings from Jérôme Pinot
Attached patch fixes a bunch of warnings in evas doc:
- Make remaining EINA_{TRUE,FALSE} @c, removing some undef link in same
 time
- Make remaining NULL @c
- Fix the color space list
- small random fix


SVN revision: 69956
2012-04-07 14:01:55 +00:00
Samuel F. Baggen c227911540 added short description in the missing README contents
SVN revision: 69954
2012-04-07 01:25:36 +00:00
Vincent Torri 7dd5e79c8a Eio: '/' --> '\' for Windows files/paths
SVN revision: 69953
2012-04-06 16:51:32 +00:00
Daniel Juyung Seo 0591672d00 ecore ecore_poll.c: Fixed formatting.
SVN revision: 69940
2012-04-06 04:14:25 +00:00
Guilherme Iscaro f344b5a56e Fixing doxygen warnings
Patch by: Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 69938
2012-04-05 22:24:29 +00:00
Tom Hacohen 4f3f37059c Eobj: Initial commit.
SVN revision: 69932
2012-04-05 15:31:15 +00:00
Vincent Torri 8b6d230f5b Ecore: doc fixes
Patch by Jérôme Pinot


SVN revision: 69928
2012-04-05 07:00:42 +00:00
Jihoon Kim 7eace88750 eina: fix typos in doc
SVN revision: 69927
2012-04-05 04:24:36 +00:00
Jihoon Kim e720fc2b3c Eet.h: fix typos
SVN revision: 69926
2012-04-05 04:12:10 +00:00
Jihoon Kim b577922464 eet: fix missing return types in eet doc
Sign-Off By: Jérôme Pinot


SVN revision: 69925
2012-04-05 03:58:10 +00:00
Jihoon Kim 7fb7cec16d eina: fix doc return type
Sign-Off By: Jérôme Pinot


SVN revision: 69924
2012-04-05 03:52:51 +00:00
Jonas M. Gastal 98138cb4d3 New simpler ecore event example.
SVN revision: 69921
2012-04-04 17:31:24 +00:00
Christopher Michael 255d17ce9e Eina: Fix doxy typo.
SVN revision: 69920
2012-04-04 16:48:23 +00:00
Tom Hacohen a3cbdde4c0 Edje entry: Fixed edje_entry_user_insert.
SVN revision: 69917
2012-04-04 08:29:31 +00:00
Guilherme Iscaro 3c4e093d73 Adding a new swallow example
Patch by: Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 69913
2012-04-03 18:27:09 +00:00
Guilherme Iscaro e93b120f65 Adding a new edje basic example
Patch by: Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 69912
2012-04-03 18:27:05 +00:00
Gustavo Sverzut Barbieri 2757e05a59 evas box layout bugfix.
Due typo the weight was being handled as an integer, not floating
point. It worked with examples since they were usually being round to
int after being sum (0.3 + 0.7 -> 1.0, 3 + 7 -> 10).



SVN revision: 69910
2012-04-03 17:03:47 +00:00
Vincent Torri a40ca4ab97 Eina: Fix cases where dlopen is wrongly checked because of autoconf cache values
SVN revision: 69909
2012-04-03 16:28:40 +00:00
Jihoon Kim 25e8dfaaff Evas.h: remove ingroup of Evas_Callback_Type. it's revert of 69885
SVN revision: 69900
2012-04-03 14:21:05 +00:00
Daniel Juyung Seo 33710dc01d eet, eina, eio, embryo, ethumb, evas, expedite: Updated .gitignore
SVN revision: 69899
2012-04-03 13:43:31 +00:00
Cedric BAIL f809c0a706 eio: fix messy Xattr use.
SVN revision: 69898
2012-04-03 13:34:04 +00:00
Cedric BAIL 792801491e eina: abort early on free(NULL).
SVN revision: 69897
2012-04-03 13:31:29 +00:00
Cedric BAIL 6f6e4a4570 eina: improve debugging message.
SVN revision: 69896
2012-04-03 13:28:04 +00:00
Vincent Torri b65e51b550 update date
SVN revision: 69890
2012-04-03 08:03:47 +00:00
Mike Blumenkrantz bf44f22f33 this variable was unused and confusing
SVN revision: 69886
2012-04-03 05:30:35 +00:00
Jihoon Kim 52bb5189df Evas.h: fix doxygen
SVN revision: 69885
2012-04-03 04:15:44 +00:00
Jihoon Kim bc431e2808 ecore_imf: fix doxygen
SVN revision: 69884
2012-04-03 04:10:24 +00:00
Daniel Juyung Seo 3d3f973105 ecore: Fixed documentation.
SVN revision: 69875
2012-04-02 23:47:00 +00:00