projects
/
platform
/
upstream
/
elementary.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/elementary.git
2012-03-28
Daniel Juyung Seo
elm: Fixed formatting.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm examples: Adjust directory names.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm examples: I removed __UNUSED__ and config header...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm elc_player.c: Fixed slider usage.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm thumb_example_01.c: Revert wrong #if 0, #endif...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm slider_example.c: Use proper callback declarations...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm slider: Changed format function callback's const...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm genlist: Fixed tree effect bug. Patch by Chanwook...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm examples: Use standard way of elementary applicatio...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm examples: Fixed most of shadow variable warnings...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm calendar_example_06.c: Fixed tm structure initializ...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm examples: Fixed some meaningful build warnings.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm: Updated .gitignore.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm examples: Define __UNUSED__ when HAVE_CONFIG_H...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm genlist_example_04.c: Use proper group item style...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Daniel Juyung Seo
elm examples: Fixed build warnings.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
ChunEon Park
elementary/naviframe - add blending effect to overlap...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
ShilpaOnkar...
elementary/colorselector - padding between color items...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
ChunEon Park
elementary/naviframe - added overlap style and updated...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
ChunEon Park
elementary/pager - farewell pager. you was the best...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
ChunEon Park
elemenatary/panel - modified to use recommended parents.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
ChunEon Park
elementary/panel - buggy position!!
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
ChunEon Park
elementary/naviframe - fixed to an object has a focus...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
ChunEon Park
elementary/naviframe - modified content unfocusable.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
ChunEon Park
elementary/transit - more simple code.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Daniel Juyung Seo
elm genlist: Updated moved/moved,after/moved,before...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Daniel Juyung Seo
elm genlist: Fixed documentation.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Daniel Juyung Seo
elm examples: Fixed some build warnings.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
ChunEon Park
elementary/transit - don't be over the alpha value.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Daniel Juyung Seo
elm els_scroller: Added horizontal scroll feature by...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Jaehwan Kim
When the scroller is holded and scrolled, it can be...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
ChunEon Park
elementary/transit - covered flipped image object
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Daniel Juyung Seo
elm multibuttonentry: Deprecated elm_multibuttonentry_i...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Daniel Juyung Seo
elm multibuttonentry: Refactoring. Use more descriptive...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Daniel Juyung Seo
elm multibuttonentry: Fixed formatting.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-24
Carsten Haitzler
update configure/readme for 1.0 alpha
commit
|
commitdiff
|
tree
|
snapshot
2012-03-24
Hyoyoung Chang
From: Hyoyoung Chang <hyoyoung@gmail.com>
commit
|
commitdiff
|
tree
|
snapshot
2012-03-24
Carsten Haitzler
update po's?
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
Sanjeev BA
Fix related zoom
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
GoUn Lee
From: GoUn Lee <gouni.lee@samsung.com>
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
chanwook jung
From: chanwook jung <jchanwook@gmail.com>
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
Carsten Haitzler
fix other bring in bug leif found.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
Vincent Torri
Elm examples: add win32 thread examples, remove some...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
Sanjeev BA
Callback parameter should be Widget_Data, not Evas_Object.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
Daniel Juyung Seo
elm map: Removed unused codes. Patch by Bluezery <ohpow...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Gustavo Lima...
[Elm] Fix wrong info on focus test.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Carsten Haitzler
update po.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Carsten Haitzler
pass distcheck
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Bluezery
From: Bluezery <ohpowel@gmail.com>
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
cnook
From: cnook <kimcinoo@gmail.com>
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Carsten Haitzler
to make show/bring in work for list - canvas objects...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Carsten Haitzler
and clean up formatting uglies i saw.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Carsten Haitzler
actually kno difference betwene show and bring-in in...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Carsten Haitzler
fix initial bring in coord calc for genlist items if...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
cnook
From: cnook <kimcinoo@gmail.com>
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Bluezery
From: Bluezery <ohpowel@gmail.com>
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
Joao Paulo...
Fix bugs in Elementary examples and documentation.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
Joao Paulo...
Remove GLView example from comments to a new file.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
Joao Paulo...
Fixing bugs in Elementary widgets documentation.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
Hyoyoung Chang
From: Hyoyoung Chang <hyoyoung@gmail.com>
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
chanwook jung
From: chanwook jung <jchanwook@gmail.com>
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
Hyoyoung Chang
From: Hyoyoung Chang <hyoyoung@gmail.com>
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
cnook
From: cnook <kimcinoo@gmail.com>
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
Sanjeev BA
gravity_set/get func ptr not set.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Daniel Juyung Seo
elm test_naviframe.c: Revised codes.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
WooHyun Jung
elementary/elm_widget : When adding a sub-object, top_w...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Daniel Juyung Seo
elm genlist: Refine item callbacks. Patch by Hyoyoung...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Sanjeev BA
elm_map - Bug fix and cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Daniel Juyung Seo
elm genlist: Refactoring. Create spacer object only...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Vincent Torri
Elm: fix compilation on OS that are not using X
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Vincent Torri
Elm: typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Leif Middelschulte
Replace repetetive if(type== with switch/case
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Mike Blumenkrantz
again, mandatory hover menus are not suitable for deskt...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Mike Blumenkrantz
disable annoying hover menu when clicking anchors in...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
João Paulo...
New simpler button example.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
João Paulo...
Fixing bugs in examples.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Daniel Juyung Seo
elm list: Added elm_list_first/last_item_get() APIs...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Daniel Juyung Seo
elm test_check: Revised codes.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Carsten Haitzler
update po's
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
cnook
From: cnook <kimcinoo@gmail.com>
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
WooHyun Jung
elementary/test_gengrid : fix a bug :)
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
WooHyun Jung
elementary/popup : Fixing a bug. Please refer following...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Jihoon Kim
elm: fix doxygen about Widget Tree Navigation
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Jihoon Kim
elementary: remove Toggle in index.doxy
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Carsten Haitzler
and work more on getting release in shape - version...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Carsten Haitzler
gear up svn for release. one of many steps/things to do.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Carsten Haitzler
clean up toggle turds :)
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
ChunEon Park
elementary/conformant - Fixed to keypad area not be...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
ChunEon Park
elementary/colorselector -
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
WooHyun Jung
elementary/test_slideshow : fix a bug - window was...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Cedric BAIL
elementary: fix build of example.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Daniel Juyung Seo
elm genlist: Refactoring. Use correct name item_moving_...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Jiyoun Park
remove elm_map_marker_XXX
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Jiyoun Park
update info
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Jiyoun Park
remove deprecated code related with
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Mike Blumenkrantz
properly #ifdef out entire function
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Mike Blumenkrantz
fix name of tb7 test
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Daniel Juyung Seo
elm genlist: Fixed evas_object_unref position problem...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Daniel Juyung Seo
elm genlist: Refactored _sizing_eval.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Daniel Juyung Seo
elm genlist_example_02.c: Fixed = vs == bug
commit
|
commitdiff
|
tree
|
snapshot
next