Commit Graph

17 Commits

Author SHA1 Message Date
Cedric BAIL 635c56fe3c elementary: make sure private data are safe to manipulate.
SVN revision: 80568
2012-12-10 06:59:46 +00:00
Jiyoun Park c552527bf4 fix wrong config value related with scroll
SVN revision: 80537
2012-12-09 05:27:24 +00:00
Jaehwan Kim 0e03e10b06 Scroller is scrolled to transverse direction, when it cannot be scrolled to original direction and can be scrolled to transverse direction.
SVN revision: 80404
2012-12-07 01:37:04 +00:00
Daniel Juyung Seo 4d029f2ddc elm elm_interface_scrollable.c: Fixed wheel scroll direction with shift.
SVN revision: 80312
2012-12-06 08:25:53 +00:00
Cedric BAIL 9e89d4eed4 elementary: fix uninitialized data path in elm_interface_scrollable.
SVN revision: 80220
2012-12-05 07:11:44 +00:00
Cedric BAIL 50f95cfcf5 elementary: x and y really need to be initialized in that case.
SVN revision: 79877
2012-11-30 10:08:23 +00:00
Yakov Goldberg 5c98343198 We have ported to Eo all the widgets of elementary. We didn't change the inheritance itself, only the mechanism, as done previously in Evas, Ecore and Edje. We removed totally the previous inheritance mechanism.
Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 79668
2012-11-26 06:32:53 +00:00
Leandro Pereira 379a494a87 elm: Fix division by zero in elm_interface_scroller
SVN revision: 75483
2012-08-21 02:46:17 +00:00
Carsten Haitzler fee7a0c645 fix another elm bug where arrows are not "clickable" for scrolling to
next/prev item - needed to add a feature to scrolelr (and accidentally
also to scrolled interface too :)) to make this work. now works.



SVN revision: 74969
2012-08-07 10:20:30 +00:00
Carsten Haitzler 77cb1f4183 fix potential read of garbage data. (brian wang report)
SVN revision: 74955
2012-08-07 03:51:16 +00:00
Gustavo Lima Chaves 1fd2616b4c [elm] Permit multipe object
attachments/detachments from a scrollable iface.




SVN revision: 74600
2012-07-30 22:34:57 +00:00
Jihoon Kim f0819aa9b0 elm: fix typos
SVN revision: 74397
2012-07-25 14:55:04 +00:00
Gustavo Lima Chaves 844889a9f7 [elm] Let's not depend on layout calls inside the
interface.




SVN revision: 74075
2012-07-18 17:09:51 +00:00
Carsten Haitzler e73440197e fix evil scroller self-feeing loop scrollbar sizing issues.
SVN revision: 74041
2012-07-18 06:59:16 +00:00
Gustavo Lima Chaves 8d3d2cd457 [elm] Fix an old bad "fix" for bad code.
This was a PITA to find, fuck.



SVN revision: 73943
2012-07-16 21:56:48 +00:00
Gustavo Lima Chaves 3bc7c87649 [elm] Porting 73388 back to new scrolling infra.
SVN revision: 73423
2012-07-06 17:04:48 +00:00
Gustavo Lima Chaves 45e8d67a78 [elm] New scrollable interface in.
This is meant to be used for all widgets implementing scrolling views.
An Elementary interface adds a given behaviour to whichever widget,
from any class.



SVN revision: 73307
2012-07-04 21:41:01 +00:00