Commit Graph

3086 Commits

Author SHA1 Message Date
Bruno Dilly af5fe8ef30 Elementary: Conformant Documentation
SVN revision: 61479
2011-07-18 14:00:36 +00:00
Aharon Hillel 6f23cf6fdd Elm glayer: Added key grab for CTRL to finish zoom
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 61478
2011-07-18 11:25:54 +00:00
Daniel Juyung Seo d8fd51c3e1 config: Fixed missing types.
SVN revision: 61471
2011-07-18 08:09:47 +00:00
Daniel Juyung Seo 05d557d9c3 elm config: Fixed 'may be used uninitialized' warning.
SVN revision: 61470
2011-07-18 08:05:49 +00:00
ChunEon Park 047dfe4138 elementary/transit - removed white trailings
SVN revision: 61467
2011-07-18 06:58:13 +00:00
Mike Blumenkrantz 2fa326e6a4 more elm_config features! theme list will now autoselect your current theme(s) on load. it might even select them correctly!
overlay themes sometimes don't get applied to the sample for some reason, but they will still be applied when 'use theme' is clicked


SVN revision: 61466
2011-07-18 06:51:45 +00:00
Tom Hacohen 948ab809c1 Elm glayer: Added glayer values to elm config.
Added tolerance related values.

Patch by Aharon Hillel.

SVN revision: 61465
2011-07-18 06:24:34 +00:00
Tom Hacohen 684d0361a4 Elm glayer: Changed some values from float to double.
Patch by Aharon Hillel.

SVN revision: 61464
2011-07-18 06:24:29 +00:00
ChunEon Park 99dc59bb9d elementary/ctxpopup - patched by cnook <kimcinoo@gmail.com>
Hi All,

The ctxpopup arrow is attached on the drag-able part.
If arrow height/width is smaller than drag-able part,
then there is a gap between arrow and ctxpopup base.
So this patch comes for resolving this issue. Thanks.

Sincerely,
Shinwoo Kim.



SVN revision: 61462
2011-07-18 05:07:36 +00:00
Mike Blumenkrantz f63260d300 elm_config gains a new feature: multitheme selection! themes are added in the order of selection, so to use an overlay for a theme you would select the "base" theme first, then the "overlay" part. then just click use theme and zooooooooooooooooooon
SVN revision: 61426
2011-07-16 14:45:41 +00:00
Vincent Torri 0cdc520e33 fix compilation on Windows
SVN revision: 61419
2011-07-16 07:28:59 +00:00
Bruno Dilly ff07752d57 Elementary: Diskselector documentation
SVN revision: 61416
2011-07-15 21:29:34 +00:00
Gustavo Lima Chaves a2ad0ab50e [elementary] Documenting/exemplifying file selector
entry.



SVN revision: 61403
2011-07-15 14:03:21 +00:00
Gustavo Lima Chaves e6acff806a [elementary] Documenting/exemplifying file selector
button widget.



SVN revision: 61402
2011-07-15 14:03:08 +00:00
Gustavo Lima Chaves d1454b4742 [elementary] Documenting/exemplifying file selector
widget.



SVN revision: 61401
2011-07-15 14:02:54 +00:00
Jonas M. Gastal 8231e7d76e Elementary: Hoversel documentation.
SVN revision: 61400
2011-07-15 13:54:39 +00:00
Vincent Torri d20639dde2 Elementary : add an option to disable video support (enabled by default)
SVN revision: 61393
2011-07-15 06:06:03 +00:00
Rafael Antognolli c30abbba25 elementary/image - Improve documentation and add an example.
Doxygen comments moved out from .c and in to Elementary.h.in. They
received better descriptions for most of the API too.



SVN revision: 61388
2011-07-14 20:48:00 +00:00
Bruno Dilly 5ce6c8cd9d Elementary calendar: Fix format month / year function
When the format function is set, it should apply it
immediately on displayed month / year.



SVN revision: 61384
2011-07-14 15:46:26 +00:00
Bruno Dilly 930d594771 Elementary: Calendar Documentation
SVN revision: 61383
2011-07-14 15:45:44 +00:00
Jonas M. Gastal 113ed581c1 Elementary: hover documentation.
SVN revision: 61371
2011-07-14 14:37:53 +00:00
Daniel Juyung Seo afa5e90a77 elm genlist: Added _item_realize() function declaration.
SVN revision: 61359
2011-07-14 07:22:04 +00:00
ChunEon Park 2256969c35 elementary/transit - fixed typo
SVN revision: 61356
2011-07-14 06:21:12 +00:00
ChunEon Park 73b9becb41 elementary/transit - fixed the logic for chaining transition.
fixed to call the chain transitions when the transit is finished actually. 



SVN revision: 61355
2011-07-14 05:46:14 +00:00
ChunEon Park 00756c27e7 elementary/transit - type defined to Elm_Transit_Del_Cb for transit deleltion callback function.
SVN revision: 61354
2011-07-14 05:21:40 +00:00
ChunEon Park ffc4723ba4 elementary/transit - added a new APIs elm_transit_chain_transit_del
SVN revision: 61353
2011-07-14 04:36:07 +00:00
Jonas M. Gastal f80da45f3d Moving label example to examples.dox, and improving
label docs.



SVN revision: 61348
2011-07-13 18:12:04 +00:00
Jonas M. Gastal 53cfa9d89b Elementary: Flip documentation.
SVN revision: 61347
2011-07-13 18:11:41 +00:00
ChunEon Park 251f7fa2b2 elementary/naviframe - just modified item style name.
SVN revision: 61318
2011-07-13 05:18:19 +00:00
ChunEon Park 75b71542ce elementary/naviframe - updated item clipping
SVN revision: 61317
2011-07-13 05:16:50 +00:00
ChunEon Park 5d0a7c26d9 elementary/naviframe - removed white spaces.
SVN revision: 61316
2011-07-13 05:15:35 +00:00
ChunEon Park f93e955de4 elementar/naviframe - fixed to calc the pushed items also.
SVN revision: 61315
2011-07-13 04:42:45 +00:00
ChunEon Park cb43f37906 elementary/Makefile.am - added a missed line
SVN revision: 61314
2011-07-13 04:32:34 +00:00
ChunEon Park 696b5aa58d elementary/naviframe - added new widget.
This widget is for application's view manager such as elm_pager
But has optional functions more for users convenience. 
Not completed yet for decorations. but basic frame is completed. 

Need to have a review. 



SVN revision: 61313
2011-07-13 04:21:50 +00:00
ChunEon Park bc1a70bfb0 elementary/test_gesture_layer - oops. ciritical misktake. :p
elm_animator -> elm_transit 



SVN revision: 61312
2011-07-13 01:41:56 +00:00
ChunEon Park 323426187f elementray/test_gesture_layer - trivial changes.
SVN revision: 61311
2011-07-13 01:39:43 +00:00
ChunEon Park 2234af4d64 elementary/test_gesture_layer - modified to use elm_transit.
but need to check it works fine. 



SVN revision: 61310
2011-07-13 01:35:10 +00:00
Jonas M. Gastal 6700e01362 Elementary: elm_label documentation.
SVN revision: 61305
2011-07-12 17:52:27 +00:00
Tom Hacohen 13904fe136 Elm cursor: Only set cursor if we are in X.
This fixes the issue with the shot module, and possibly when
running on other non-X engines when elementary is built with X support.

SVN revision: 61288
2011-07-12 12:17:13 +00:00
Tom Hacohen aa52a73fcd Elm dnd: abort drop_target_add if this is not an X window.
This fixes the issue with the shot module, and possibly when
running on other non-X engines when elementary is built with X support.

SVN revision: 61287
2011-07-12 12:16:58 +00:00
Daniel Juyung Seo cdf32da42c elm genscroller: Removed trailing whitespaces.
SVN revision: 61276
2011-07-12 09:52:52 +00:00
Daniel Juyung Seo b93487a4bd elm gengrid: Fixed documentation typo.
SVN revision: 61271
2011-07-12 09:03:18 +00:00
WooHyun Jung 26d14e25c9 elementary/elm_widget : add focus_disabled_handle.
SVN revision: 61270
2011-07-12 08:22:16 +00:00
Daniel Juyung Seo 912e97f63d elm entry: Fixed indentation.
SVN revision: 61265
2011-07-12 04:51:39 +00:00
ChunEon Park acfc52ee86 elementary/ctxpopup - added missing images.
SVN revision: 61264
2011-07-12 03:51:51 +00:00
ChunEon Park e7a7fe05aa elementary/ctxpopup - trivial changes.
fixed indenation. 
removed useless lines. 
so on. 



SVN revision: 61263
2011-07-12 03:49:30 +00:00
ChunEon Park ee192b1a40 elementary/default.edc - updated ctxpopup arrow.
to more precious positioning. 



SVN revision: 61262
2011-07-12 03:45:12 +00:00
ChunEon Park 398a24a50d elementary/ctxpopup - trivial changes.
just modified code style. 



SVN revision: 61261
2011-07-12 03:26:53 +00:00
Gustavo Lima Chaves ee6c3bffca [elementary] Documenting/exemplyfing flip selector's API:
- elm_flipselector_add
 - elm_flipselector_first_item_get
 - elm_flipselector_flip_next
 - elm_flipselector_flip_prev
 - elm_flipselector_interval_get
 - elm_flipselector_interval_set
 - elm_flipselector_item_append
 - elm_flipselector_item_del
 - elm_flipselector_item_label_get
 - elm_flipselector_item_label_set
 - elm_flipselector_item_next_get
 - elm_flipselector_item_prepend
 - elm_flipselector_item_prev_get
 - elm_flipselector_item_selected_get
 - elm_flipselector_item_selected_set
 - elm_flipselector_items_get
 - elm_flipselector_last_item_get
 - elm_flipselector_selected_item_get



SVN revision: 61256
2011-07-11 21:06:04 +00:00
Jonas M. Gastal f4e321fc12 Elementary: making doc clearer.
SVN revision: 61248
2011-07-11 15:00:41 +00:00