Commit Graph

3417 Commits

Author SHA1 Message Date
Daniel Juyung Seo 01a69df2da elm test.c: Enhance the document.
SVN revision: 62406
2011-08-12 18:00:29 +00:00
Daniel Juyung Seo a423aacc07 elm: Refactoring. Use EINA_TRUE instead of 1 for Eina_Bool type parameter.
SVN revision: 62394
2011-08-12 15:26:58 +00:00
WooHyun Jung 5f501aaf0a elementary/elm_entry : Alternative to focus checking, we should check
whether geometry information for elm_widget_show_region_set is valid or not.


SVN revision: 62368
2011-08-12 02:22:15 +00:00
Michael BOUCHAUD c6f370a780 elementary: comment in a comment --
SVN revision: 62365
2011-08-11 22:05:04 +00:00
Gustavo Lima Chaves d814270020 [elementary] Beefing up elm_object_event_callback_add().
SVN revision: 62353
2011-08-11 14:13:19 +00:00
ChunEon Park 5533e4dab2 elementary - fixed typo
SVN revision: 62351
2011-08-11 13:17:40 +00:00
Jiyoun Park 2605c2c0d8 From: Jiyoun Park <jy0703.park@samsung.com>
Subject: RE: [E-devel] [Patch] Animation gif feature patch

animated image support in elm icon - from jy.



SVN revision: 62332
2011-08-11 06:05:05 +00:00
Daniel Juyung Seo 5d11696f2f elm Elementary.h.in: Moved the documents to the right place.
SVN revision: 62326
2011-08-11 00:54:28 +00:00
Daniel Juyung Seo 70ac134afb elm Elementary.h.in: Refactoring. Removed trailing whitespaces before
I work on.


SVN revision: 62325
2011-08-11 00:42:29 +00:00
Mike Blumenkrantz 5bde9e619c fix elm_object_item_text_part_get for genlist and gengrid
SVN revision: 62323
2011-08-10 23:51:20 +00:00
Mike Blumenkrantz 49ab1fb009 clean up some of this horrific function pointer debacle
SVN revision: 62322
2011-08-10 23:43:50 +00:00
Jonas M. Gastal 16fc78925d Elementary: documenting elm_all_flush.
SVN revision: 62319
2011-08-10 21:35:08 +00:00
Gustavo Lima Chaves a9c00d900c [elementary] Clarification for a func's doc.
SVN revision: 62318
2011-08-10 21:32:00 +00:00
Mike Blumenkrantz 5f45eed2af use the right name for functions...
SVN revision: 62317
2011-08-10 21:30:40 +00:00
Gustavo Lima Chaves 47dfd036de [elementary] More on cursors.
SVN revision: 62316
2011-08-10 21:24:50 +00:00
Gustavo Lima Chaves 31a3e6180a [elementary] All docs to elm's header, as Raster wishes.
Discomfitor, now it's time to split the header and/or write another novel.



SVN revision: 62315
2011-08-10 21:03:21 +00:00
Jonas M. Gastal 752a78251b Elementary: improving elm engine documentation.
SVN revision: 62314
2011-08-10 20:32:04 +00:00
Jonas M. Gastal f00eae79c9 Elementary: Fixing name(it isn't really selective).
SVN revision: 62313
2011-08-10 19:58:57 +00:00
Jonas M. Gastal a1caec0b04 Elementary: adding mirroring functions to mirroring
group.



SVN revision: 62312
2011-08-10 19:56:17 +00:00
Jonas M. Gastal f534a55b10 Elementary: Moving style functions to style group.
SVN revision: 62311
2011-08-10 19:55:54 +00:00
Jonas M. Gastal 06e8071cb8 Elementary: close elm_flip group.
SVN revision: 62310
2011-08-10 19:36:58 +00:00
Daniel Juyung Seo 1b4b7374ab elm genlist: Support reorder effect for tree.
SVN revision: 62304
2011-08-10 17:49:56 +00:00
Carsten Haitzler 675eebc4e7 fix previews in widget and container list.
SVN revision: 62289
2011-08-10 08:33:21 +00:00
Carsten Haitzler 15aaf6fb01 fix/improve scroll hints docs
SVN revision: 62288
2011-08-10 06:25:10 +00:00
Carsten Haitzler feeb08e54d and beef up getting started with a longer example
SVN revision: 62287
2011-08-10 06:00:04 +00:00
Carsten Haitzler 3c6ec42179 strealine the getting started guide to have simpler autofoo.
SVN revision: 62286
2011-08-10 05:48:09 +00:00
Carsten Haitzler ea62544b88 fix @see
SVN revision: 62285
2011-08-10 05:02:40 +00:00
Carsten Haitzler 61cced99c2 fix language
SVN revision: 62284
2011-08-10 05:00:42 +00:00
Daniel Juyung Seo b8e186dcad elm: Refactoring. Removed trailing whitespaces and fixed indentation.
SVN revision: 62281
2011-08-10 04:35:31 +00:00
Carsten Haitzler d4bc8dc084 another param name missed.
SVN revision: 62276
2011-08-10 03:17:50 +00:00
Carsten Haitzler 28f78a7da7 someone missed the param name in docs.
SVN revision: 62275
2011-08-10 03:16:03 +00:00
Mike Blumenkrantz ff7adead47 actually deprecate deprecated apis
SVN revision: 62274
2011-08-10 03:03:32 +00:00
Daniel Juyung Seo 621d7803f1 elm: Fixed genlist/gengrid callback function pointer typedef name. Follow EFL's naming
convention. Elm_{widget}_{callback_name}_Cb. I will remove deprecated
typedefs a week later.

GridItemLabelGetFunc -> Elm_Gengrid_Item_Label_Get_Cb
GridItemIconGetFunc -> Elm_Gengrid_Item_Icon_Get_Cb
GridItemStateGetFunc -> Elm_Gengrid_Item_State_Get_Cb
GridItemDelFunc -> Elm_Gengrid_Item_Del_Cb

GenlistItemLabelGetFunc -> Elm_Genlist_Item_Label_Get_Cb
GenlistItemIconGetFunc -> Elm_Genlist_Item_Icon_Get_Cb
GenlistItemStateGetFunc -> Elm_Genlist_Item_State_Get_Cb
GenlistItemDelFunc -> Elm_Genlist_Item_Del_Cb


SVN revision: 62272
2011-08-10 02:20:40 +00:00
Daniel Juyung Seo 8a070d1cac elm: Fixed documentation.
SVN revision: 62263
2011-08-09 16:19:19 +00:00
Tom Hacohen ceef1ffabd Elm cnp: Use the existing ECORE_X_ATOM_SELECTION_CLIPBOARD.
No need to fetch it.

SVN revision: 62253
2011-08-09 11:55:00 +00:00
Tom Hacohen b8f738e034 Elm box: Respect alignment hints.
SVN revision: 62252
2011-08-09 11:54:36 +00:00
Carsten Haitzler a09693a633 hmm empty widget section -> remove
SVN revision: 62249
2011-08-09 09:41:20 +00:00
WooHyun Jung 0bbff85394 elementary/elm_win : focus restoring will be occured only when current
elm_win is unfocused.


SVN revision: 62247
2011-08-09 09:29:22 +00:00
Carsten Haitzler f21153d781 list, genlist, gengrid imho are not containers :)
SVN revision: 62242
2011-08-09 09:00:05 +00:00
WooHyun Jung bda792c39a elementary : elm_win didn't be focused/unfocused following the focus
state of its ecore_evas.


SVN revision: 62235
2011-08-09 08:36:02 +00:00
Carsten Haitzler 3a54142ba7 dont need no genscroller
SVN revision: 62231
2011-08-09 08:06:32 +00:00
Carsten Haitzler a2ffa3abab i think bg widfget should maybe have a solid wallpaper image as an
example.. not a transparent icon :)



SVN revision: 62230
2011-08-09 08:01:42 +00:00
Carsten Haitzler 34f146f464 remove references to elm animator!
SVN revision: 62229
2011-08-09 07:56:24 +00:00
Carsten Haitzler 092440e94e move getting started to header.
SVN revision: 62228
2011-08-09 07:46:12 +00:00
Carsten Haitzler 39c2a4aa6f dont need elementary.dox anymore - it's empty.
SVN revision: 62227
2011-08-09 07:16:43 +00:00
Daniel Juyung Seo 9f37ae411a elm test_photo.c: Fixed indentations. Applied coding conventions.
SVN revision: 62226
2011-08-09 06:43:09 +00:00
ChunEon Park d8e2ad11e9 elementary/elm_animator - removed it's example.
SVN revision: 62221
2011-08-09 03:37:07 +00:00
ChunEon Park 2ecbb858e2 elementary/elm_animator
Good bye my baby.



SVN revision: 62220
2011-08-09 03:26:39 +00:00
Carsten Haitzler 465ca66ed3 we really should focus when we release mouse AND on_hold is... NOT
set. happy happy joy joy.



SVN revision: 62197
2011-08-08 10:32:32 +00:00
Tom Hacohen 6c47d15666 Elm entry: Fixed 'Paste' to only show if there clipboard isn't empty.
SVN revision: 62193
2011-08-08 07:51:02 +00:00