Jihoon Kim
b98b438dd6
elm_intro.h: fix @version from 0.8.0 to 1.0.0
...
SVN revision: 71726
11 years ago
Gustavo Lima Chaves
ccaa32d72a
[elm] Welcome pretty widget hierarchy images on docs.
...
The Makefile rule building that is commented out -- meant to be run
locally once in a while (when changes on overall widget tree happen)
and changed images commited.
SVN revision: 71721
11 years ago
Gustavo Lima Chaves
ae6c0aa717
[elm] Separate win-inwin properly.
...
SVN revision: 71720
11 years ago
Gustavo Lima Chaves
65dd2b8b12
[elm] Put some order on widget preview programs
...
generation
and also on widget preview images generation.
SVN revision: 71719
11 years ago
Gustavo Lima Chaves
bd18613580
[elm] The name of the widget is conformant.
...
SVN revision: 71718
11 years ago
Jihoon Kim
d947694d72
Elementary.h.in: it's time to remove 'OK' mark
...
SVN revision: 71693
11 years ago
Gustavo Lima Chaves
52b78dd239
[elm] And commit the damn new file.
...
SVN revision: 71688
11 years ago
Gustavo Lima Chaves
ba73332345
[elm] Give a dedicated file for inwin widget.
...
Thus facilitating hierarchy tree generation.
SVN revision: 71687
11 years ago
Gustavo Lima Chaves
a348f6a8f2
[elm] Revive file=NULL path on elm_photo_file_set().
...
Thanks, Tom, for pointing this out.
SVN revision: 71686
11 years ago
Cedric BAIL
842d711f3b
elementary: show case the use of VIRTUAL part.
...
SVN revision: 71676
11 years ago
Cedric BAIL
c512652e70
elementary: Don't try to restore table part that the job of Edje.
...
NOTE: wondering if all that code shouldn't just be removed.
SVN revision: 71675
11 years ago
Davide Andreoli
6fc4582b44
fix in doxy
...
SVN revision: 71668
11 years ago
Jihoon Kim
16cb3c8ba4
elm: fix the name and title of window in some elementary test
...
SVN revision: 71641
11 years ago
Gustavo Lima Chaves
83d85fe5bd
[elm] Naviframe now ported.
...
Man, this one was tough (though there are toughers). Please help me
test it in the real, wild, world.
SVN revision: 71635
11 years ago
Mike Blumenkrantz
c08f0989ce
forgot to update changelog last time
...
SVN revision: 71619
11 years ago
Mike Blumenkrantz
2fd275daa4
sanitize bool param, prevent unnecessary ui recalc when mirror mode is not changed
...
SVN revision: 71617
11 years ago
Daniel Juyung Seo
92aad7f156
elm elm_widget.h elm_widget_layout.h: Fixed typo.
...
SVN revision: 71611
11 years ago
Daniel Juyung Seo
741ada7b0b
elm headers: Fixed typo.
...
SVN revision: 71589
11 years ago
Gustavo Lima Chaves
cb2aba8dd8
[elm] Simplify and comment 71573's work.
...
Let's use the smart data fetching macro whenever possible.
SVN revision: 71587
11 years ago
Mike Blumenkrantz
bac04b5da3
fix item min height in tree
...
SVN revision: 71576
11 years ago
WooHyun Jung
5f0750f863
elementary : child_can_focus should be EINA_FALSE only when all
...
children in the object tree were not focusable.
SVN revision: 71573
11 years ago
Jihoon Kim
bdeb7e7b07
test_entry.c: fix formatting
...
SVN revision: 71568
11 years ago
Gustavo Lima Chaves
5f7bf01397
[elm] item del, not free, on index.
...
SVN revision: 71564
11 years ago
Gustavo Lima Chaves
448b23eff9
[elm] Fix index example.
...
note to self: were on drugs here?
SVN revision: 71563
11 years ago
thiep ha
06f5dda19b
From: thiep ha <thiep.ha@samsung.com>
...
Subject: Re: [E-devel] [Patch] [elm_entry] New APIs for user style
Thank you for your comments.
I would like to send you the modified patch.
Followings are my modification:
- Add my part to ChangeLog, AUTHORS files as Raster's comment.
- Add const to the parameter of elm_entry_text_style_user_peek and
example for pop and peek to test_entry_style_user as Daniel's comment.
SVN revision: 71557
11 years ago
Mike Blumenkrantz
9d8f93b568
also fix selected item scrolling when item prepended to the genlist is offscreen
...
SVN revision: 71554
11 years ago
Carsten Haitzler
db43622992
This is a small change, so I won't changelog it (or backport), but
...
make _shutdown() funcs across efl complain and be unhappy if you
shutdown to < 0 shutdowns and not pull init count below 0.
SVN revision: 71548
11 years ago
Mike Blumenkrantz
858244d77c
fix genlist item signals on prepend
...
SVN revision: 71547
11 years ago
Hyoyoung Chang
1919ee907a
elementary/genlist: clean up codes
...
SVN revision: 71541
11 years ago
Daniel Juyung Seo
0b28098b21
elm genlist: Fixed formatting. Added more braces.
...
SVN revision: 71539
11 years ago
Daniel Juyung Seo
f12d4cc336
elm genlist: Cut off long lines.
...
SVN revision: 71533
11 years ago
Daniel Juyung Seo
7ee2903275
elm win: Place ifdef to a proper place. Initialize variable.
...
SVN revision: 71529
11 years ago
Daniel Juyung Seo
2f1dfc108e
elm genlist: Use EINA_SAFETY_ON_TRUE_RETURN for nicely warn user.
...
SVN revision: 71528
11 years ago
Cedric BAIL
10ac173c00
elementary: oops, this should have never got in.
...
SVN revision: 71521
11 years ago
Cedric BAIL
bad9efd8f7
elementary: make expand effect faster.
...
This a team work, half of the borkage by zmike and half by me. I hope we succeed.
NOTE: It is better to do one smart object that you apply map on it, that to apply
map on it's 10 childs separately.
SVN revision: 71520
11 years ago
Gustavo Lima Chaves
ae78dd96c9
[elm] Better logic for elm bubble's text set call.
...
SVN revision: 71516
11 years ago
Gustavo Lima Chaves
134606eb2b
[elm] Better logic for elm_box_unpack.
...
SVN revision: 71515
11 years ago
Jonas M. Gastal
adee14cfa6
Removing meaningless '*' from documentation output.
...
SVN revision: 71514
11 years ago
Gustavo Lima Chaves
f61af030b6
[elm] Fixing typo, sorry.
...
SVN revision: 71511
11 years ago
Mike Blumenkrantz
5c725cf60c
genlist tree items now animate their collapse properly when there are fewer items than the maximum size of the viewport allows
...
SVN revision: 71508
11 years ago
Mike Blumenkrantz
b9f0a6d736
genlist prepends no longer cause selected items to be autoscrolled out of the viewport
...
SVN revision: 71500
11 years ago
Mike Blumenkrantz
47dc963983
fix case where user can specify item block size < 1; this also reveals an api error since the param here should obviously be a uint.
...
SVN revision: 71498
11 years ago
Mike Blumenkrantz
40a5fd42aa
better clean up for build files
...
SVN revision: 71497
11 years ago
Mike Blumenkrantz
e89088bde6
simplify item block deletion merging
...
SVN revision: 71496
11 years ago
Jihoon Kim
3c4c227601
elm/examples.dox: fix lots of typos
...
SVN revision: 71492
11 years ago
Cedric BAIL
de165727bb
elementary: improve doc.
...
Patch by Jérôme Pinot <ngc891@gmail.com>.
- #link on the beginning of a new line does give ugly output:
http://ngc891.blogdns.net/pub/projects/debug/doxygen-formating-eww.png
- some typos
- some missing @c
- in elm_web, convert remaining @li parameter lists to @param
- minor random fixes
SVN revision: 71486
11 years ago
Daniel Juyung Seo
074e28cd4e
elm ChangeLog: Use tab.
...
SVN revision: 71483
11 years ago
Daniel Juyung Seo
ca4d614887
elm elm_bg.c: Fixed formatting.
...
SVN revision: 71482
11 years ago
Carsten Haitzler
f01fc7471a
be generous about focus setting in elm.
...
SVN revision: 71481
11 years ago
Gustavo Lima Chaves
bbf0a4345e
[elm] And now remove deprecated calls usage (WRT
...
icon/image thing).
SVN revision: 71473
11 years ago