Re: [E-devel] [PATCH] Add omit feature to elm_index

2013-01-03 Thread Jaeun Choi
nd this is patch #1. 1. algorithms to support omit feature (omit feature doesn't show) 2. layout applied code (omit feature shows) 3. align API This patch was originally made by Jihyeon Seol(jihyeon.s...@samsung.com) and EO was applied

Re: [E-devel] [PATCH] Add omit feature to elm_index

2013-01-06 Thread Jaeun Choi
These patches turned out to have algorithmic problems as well, so the original author is gonna fix the code and update patches later. Thanks. Jaeun Choi -Original Message- From: "Daniel Juyung Seo"<seojuyu...@gmail.com> To: "Enlightenment developer list

[E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread Jaeun Choi
d 5. in _level_go Always clear the box before fill the box. -- Jaeun Choi Index: src/lib/elm_index.c === --- src/lib/elm_index.c (revision 82689) +++ src/lib/elm_index.c (working copy) @@ -30,7 +30,7 @@ _item_free(Elm_Ind

[E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread Jaeun Choi
d 5. in _level_go Always clear the box before fill the box. -- Jaeun Choi Index: src/lib/elm_index.c === --- src/lib/elm_index.c (revision 82689) +++ src/lib/elm_index.c (working copy) @@ -30,7 +30,7 @@ _item_free(Elm_Ind

[E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread Jaeun Choi
lled, 2) theme is changed. 5. in _level_go Always clear the box before fill the box. -- Jaeun Choi Index: src/lib/elm_index.c === --- src/lib/elm_index.c (revision 82689) +++ src/lib/elm_index.c (working copy) @@ -30,7 +30,7 @@

Re: [E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread Jaeun Choi
sorry ignore this naver sucks Sent from my iPhone On 2013. 1. 12., at 오후 5:34, Jaeun Choi wrote: > I removed some unnecessary lines from elm_index.c > > > > > > 1. in _index_box_auto_fill > > > _index_box_clear(line 178) does nothing: > > >

Re: [E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread Jaeun Choi
sorry ignore this Sent from my iPhone On 2013. 1. 12., at 오후 5:21, Jaeun Choi wrote: > I removed some unnecessary lines from elm_index.c > > 1. in _index_box_auto_fill > _index_box_clear(line 178) does nothing: > if _index_box_clear is called, it means sd->level_acti

Re: [E-devel] [PATCH] elm_index: removed unnecessary lines

2013-01-12 Thread Jaeun Choi
thanks! 1. no whitespace change this time 2. include a backport to stable 1.7 branch -- Jaeun Choi -Original Message- From: "Carsten Haitzler"<ras...@rasterman.com> To: "Enlightenment developer list"<enlightenment-devel@lists.sourceforge.ne

[E-devel] [PATCH] elm_access: fixed a bug in highlight cycle

2013-02-13 Thread Jaeun Choi
I "accidently" fixed this bug in elm_access. _elm_access_highlight_cycle sets access read_mode as EINA_TRUE and then never set it back as EINA_FASLE, which causes elm_widget_focus_steal not to be called when restoring focus tree. ...sorry for a lame explanation (somebody help me out!) In

[E-devel] [PATCH] elm_index: add omit feature

2013-02-18 Thread Jaeun Choi
This patch adds omit feature to elm_index. - not support horizontal mode - enabled when at least 3 items can be displayed (first and last items are not omitted) - not work when having too many items (patch line 270) I appreciate your review. Thanks. Index: elm_widget_index.h ===

[EGIT] [core/elementary] master 01/01: bug fix: fixed memory leak

2013-10-01 Thread Jaeun Choi
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=321a0db5a8120c4c8ec0ced4806546dfb2a1123a commit 321a0db5a8120c4c8ec0ced4806546dfb2a1123a Author: Jaeun Choi Date: Tue Oct 1 22:18:57 2013 +0900 bug fix: fixed memory leak Summary

[EGIT] [core/elementary] master 01/01: bug fix: clear index omit info for omit disabled case as well

2013-11-08 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=61daf57bb04e25cb74740372025778eabb559695 commit 61daf57bb04e25cb74740372025778eabb559695 Author: Jaeun Choi Date: Fri Nov 8 18:11:06 2013 +0900 bug fix: clear index omit info for omit

[EGIT] [core/elementary] master 01/02: index: send active signal(elm,state,active) to selected item in auto_fill

2014-02-16 Thread Jaeun Choi
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7cec191d13a9616bf5ec9c16e2928015196c4034 commit 7cec191d13a9616bf5ec9c16e2928015196c4034 Author: Jaeun Choi Date: Mon Feb 17 00:54:52 2014 +0900 index: send active signal(elm,state,active

[EGIT] [core/elementary] master 01/01: elm_index: disable indicator when the selected item is unselected

2014-02-17 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=87893f368ec8dc5b109318f458c9496cac69c04b commit 87893f368ec8dc5b109318f458c9496cac69c04b Author: Jaeun Choi Date: Mon Feb 17 20:24:18 2014 +0900 elm_index: disable indicator when the

[EGIT] [core/elementary] master 01/01: elementary key binding feature implementation

2014-02-27 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7d627d90f7f1e9aa93fe40400e04e0f2f414b041 commit 7d627d90f7f1e9aa93fe40400e04e0f2f414b041 Author: Jaeun Choi Date: Fri Feb 28 10:36:15 2014 +0900 elementary key binding feature

[EGIT] [core/elementary] master 01/02: diskselector: Fix segmentation fault

2014-03-03 Thread Jaeun Choi
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=ec8ef6518d483207a5e4a065f63fe7277cb92829 commit ec8ef6518d483207a5e4a065f63fe7277cb92829 Author: Jaeun Choi Date: Mon Mar 3 18:10:47 2014 +0900 diskselector: Fix segmentation fault

[EGIT] [core/elementary] elementary-1.9 01/02: diskselector: Fix segmentation fault

2014-03-03 Thread Jaeun Choi
seoz pushed a commit to branch elementary-1.9. http://git.enlightenment.org/core/elementary.git/commit/?id=bdb21e1584fa7276059ef4671650c9968210933e commit bdb21e1584fa7276059ef4671650c9968210933e Author: Jaeun Choi Date: Mon Mar 3 18:10:47 2014 +0900 diskselector: Fix segmentation fault

[EGIT] [core/elementary] master 01/01: diskselector: Remove unreachable codes

2014-03-03 Thread Jaeun Choi
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=0601f68e54eb10e7706180be971231f7861c733d commit 0601f68e54eb10e7706180be971231f7861c733d Author: Jaeun Choi Date: Mon Mar 3 23:30:53 2014 +0900 diskselector: Remove unreachable codes

[EGIT] [core/elementary] master 01/02: bug fix: _elm_widget_focus_region_show

2014-06-10 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=1574f59fd88c53b380ab83317106164ae1c84652 commit 1574f59fd88c53b380ab83317106164ae1c84652 Author: Jaeun Choi Date: Wed Jun 11 14:20:19 2014 +0900 bug fix: _elm_widget_focus_region_show

[EGIT] [core/elementary] master 01/01: Revert "bug fix: _elm_widget_focus_region_show"

2014-06-24 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=da1b5c8fecff8a3acb86a2be7184c3021bf47584 commit da1b5c8fecff8a3acb86a2be7184c3021bf47584 Author: Jaeun Choi Date: Wed Jun 25 13:49:44 2014 +0900 Revert "bu

[EGIT] [core/elementary] master 01/01: panel: add scrollable feature

2014-06-25 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a47eef78c4f8e41708d54ddea96fe7e7f5511df4 commit a47eef78c4f8e41708d54ddea96fe7e7f5511df4 Author: Jaeun Choi Date: Wed Jun 25 23:43:18 2014 +0900 panel: add scrollable feature This

Re: [E-devel] [EGIT] [core/elementary] master 01/01: panel: add scrollable feature

2014-06-25 Thread Jaeun Choi
5 Subject: Re: [E-devel] [EGIT] [core/elementary] master 01/01: panel: add scrollable feature Hello. On Wed, 2014-06-25 at 08:05, Jaeun Choi wrote: > eunue pushed a commit to branch master. > > http://git.enlightenment.org/core/elementary.git/commit/?id=a47eef

[EGIT] [core/elementary] master 01/01: Revert "panel: add scrollable feature"

2014-06-25 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=1b6247fb1cea6cf9b8f857fb64cbe475a6866f09 commit 1b6247fb1cea6cf9b8f857fb64cbe475a6866f09 Author: Jaeun Choi Date: Thu Jun 26 14:33:41 2014 +0900 Revert "panel: add scrollable fe

[EGIT] [core/elementary] master 01/01: panel: add scrollable feature

2014-07-06 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=25c01e026220f533080ceb459a567b772eb1cbcd commit 25c01e026220f533080ceb459a567b772eb1cbcd Author: Jaeun Choi Date: Mon Jul 7 15:08:45 2014 +0900 panel: add scrollable feature This

[EGIT] [core/elementary] master 01/01: popup: code refactoring

2014-07-16 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7f5a7329717bace0a851ed1d4f732a1aa9be7f27 commit 7f5a7329717bace0a851ed1d4f732a1aa9be7f27 Author: Jaeun Choi Date: Wed Jul 9 16:32:09 2014 +0900 popup: code refactoring Popup has

[EGIT] [core/elementary] master 01/01: config: add a field in key binding data structure

2014-03-20 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=12bc779c4e401792738f6a7cbe48f11fb3f08c39 commit 12bc779c4e401792738f6a7cbe48f11fb3f08c39 Author: Jaeun Choi Date: Thu Mar 20 18:42:20 2014 +0900 config: add a field in key binding data

[EGIT] [core/elementary] master 01/01: elm_button: apply key binding

2014-03-21 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=f553d6314bd8c98aea5279b939f5b3e6265c8967 commit f553d6314bd8c98aea5279b939f5b3e6265c8967 Author: Jaeun Choi Date: Sat Mar 22 14:31:49 2014 +0900 elm_button: apply key binding

[EGIT] [core/elementary] master 01/01: panel: check _elm_config_key_binding_call return value

2014-03-24 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a9a45859112e1419634cda5815c5b7cacf90f29e commit a9a45859112e1419634cda5815c5b7cacf90f29e Author: Jaeun Choi Date: Mon Mar 24 15:57:43 2014 +0900 panel: check _elm_config_key_binding_call

[EGIT] [tools/expedite] master 01/02: Add font effect tests (alpha blur, rgba blur)

2014-03-24 Thread Jaeun Choi
jpeg pushed a commit to branch master. http://git.enlightenment.org/tools/expedite.git/commit/?id=c3890ffeb1073af40a066975563bc26e2dd58866 commit c3890ffeb1073af40a066975563bc26e2dd58866 Author: Jaeun Choi Date: Tue Mar 25 11:30:07 2014 +0900 Add font effect tests (alpha blur, rgba blur

[EGIT] [core/elementary] master 01/01: key binding: define Elm_Action function as having a return type of Eina_Bool

2014-03-26 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=f8d46bfca2a9285b45ec76062cd85b69dc86a7db commit f8d46bfca2a9285b45ec76062cd85b69dc86a7db Author: Jaeun Choi Date: Thu Mar 27 08:56:37 2014 +0900 key binding: define Elm_Action function as

[EGIT] [core/elementary] master 01/01: check, colorselector, calendar, diskselector: apply key binding

2014-03-31 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=684d1d137ff8045b54cb80b465c4839dac90261f commit 684d1d137ff8045b54cb80b465c4839dac90261f Author: Jaeun Choi Date: Tue Apr 1 11:10:25 2014 +0900 check, colorselector, calendar

[EGIT] [core/elementary] master 01/01: calendar, colorselector, diskselector: fix build warnings

2014-04-01 Thread Jaeun Choi
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=53ccaffb63aefc544199961e962c26aa9a9cb6fd commit 53ccaffb63aefc544199961e962c26aa9a9cb6fd Author: Jaeun Choi Date: Tue Apr 1 22:20:58 2014 +0900 calendar, colorselector, diskselector: fix

[EGIT] [core/elementary] master 01/01: naviframe: apply key binding

2014-04-09 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7030ce042c10c393a21d55f0a36c36cca4baf193 commit 7030ce042c10c393a21d55f0a36c36cca4baf193 Author: Jaeun Choi Date: Thu Apr 10 11:14:59 2014 +0900 naviframe: apply key binding

[EGIT] [core/elementary] master 01/01: scroller: apply key binding

2014-04-10 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7a1084e7a1e34668a94d35c3934f5948cec4 commit 7a1084e7a1e34668a94d35c3934f5948cec4 Author: Jaeun Choi Date: Thu Apr 10 17:10:00 2014 +0900 scroller: apply key binding

[EGIT] [core/elementary] master 01/01: removed unnecessary field in key binding

2014-04-10 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=bd4312427eebb8523ec0b0ff459e9910ff5f20a9 commit bd4312427eebb8523ec0b0ff459e9910ff5f20a9 Author: Jaeun Choi Date: Thu Apr 10 19:29:37 2014 +0900 removed unnecessary field in key binding

[EGIT] [core/elementary] master 01/01: list: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=18e9be3cb1e05f2c61488ddbebfd9687110a77bf commit 18e9be3cb1e05f2c61488ddbebfd9687110a77bf Author: Jaeun Choi Date: Tue Apr 15 13:13:57 2014 +0900 list: apply key binding Summary

[EGIT] [core/elementary] master 01/01: fileselector: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=820f3dc907250c0c08ed8431b50567e58d6dab5c commit 820f3dc907250c0c08ed8431b50567e58d6dab5c Author: Jaeun Choi Date: Tue Apr 15 13:58:01 2014 +0900 fileselector: apply key binding

[EGIT] [core/elementary] master 01/01: hoversel: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=bc4153058d122f78f78d6efd65d9201e5a6bf6e5 commit bc4153058d122f78f78d6efd65d9201e5a6bf6e5 Author: Jaeun Choi Date: Tue Apr 15 14:40:38 2014 +0900 hoversel: apply key binding

[EGIT] [core/elementary] master 01/01: player: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=b3a46ec056b76c3239d271995c716b9af7d1f03f commit b3a46ec056b76c3239d271995c716b9af7d1f03f Author: Jaeun Choi Date: Tue Apr 15 14:46:39 2014 +0900 player: apply key binding Summary

[EGIT] [core/elementary] master 01/01: popup: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=caf21154420be93dff3c70d43c2d299816b06310 commit caf21154420be93dff3c70d43c2d299816b06310 Author: Jaeun Choi Date: Tue Apr 15 14:47:19 2014 +0900 popup: apply key binding Summary

[EGIT] [core/elementary] master 01/01: image: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=305966c08da8ac95922b2672a8adbe30db1d835b commit 305966c08da8ac95922b2672a8adbe30db1d835b Author: Jaeun Choi Date: Tue Apr 15 14:49:35 2014 +0900 image: apply key binding Summary

[EGIT] [core/elementary] master 01/01: map: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=9cc45f0548134cd36dc5746aeb1e1940ea9d8999 commit 9cc45f0548134cd36dc5746aeb1e1940ea9d8999 Author: Jaeun Choi Date: Tue Apr 15 14:52:06 2014 +0900 map: apply key binding Summary

[EGIT] [core/elementary] master 01/01: radio: apply key binding

2014-04-14 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=fe6bb1d6b86933d50114b73da7302ec705633555 commit fe6bb1d6b86933d50114b73da7302ec705633555 Author: Jaeun Choi Date: Tue Apr 15 14:54:58 2014 +0900 radio: apply key binding Summary

[EGIT] [core/elementary] master 01/03: photocam: apply key binding

2014-04-15 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2b4d28114bd46ef61d3f70c80d2023bca42af3ee commit 2b4d28114bd46ef61d3f70c80d2023bca42af3ee Author: Jaeun Choi Date: Tue Apr 15 16:07:17 2014 +0900 photocam: apply key binding

[EGIT] [core/elementary] master 02/03: slideshow: apply key binding

2014-04-15 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=745b83706323ea30b13a23e212201dae4e22eef2 commit 745b83706323ea30b13a23e212201dae4e22eef2 Author: Jaeun Choi Date: Tue Apr 15 16:07:41 2014 +0900 slideshow: apply key binding

[EGIT] [core/elementary] master 01/01: video: apply key binding

2014-04-15 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=96d2f454cc85c5b4dd1b534a694694e2d35ddc2c commit 96d2f454cc85c5b4dd1b534a694694e2d35ddc2c Author: Jaeun Choi Date: Tue Apr 15 16:09:12 2014 +0900 video: apply key binding Summary

[EGIT] [core/elementary] master 03/03: toolbar: apply key binding

2014-04-15 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=afa54eb810848f93ce352516de6b05f0f2bd3bfa commit afa54eb810848f93ce352516de6b05f0f2bd3bfa Author: Jaeun Choi Date: Tue Apr 15 16:07:52 2014 +0900 toolbar: apply key binding

[EGIT] [core/elementary] master 01/01: config: bug fix in popup key binding

2014-04-15 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=aca22b2053a755b66b73069b7ca86c2498b15023 commit aca22b2053a755b66b73069b7ca86c2498b15023 Author: Jaeun Choi Date: Tue Apr 15 16:41:16 2014 +0900 config: bug fix in popup key binding

[EGIT] [core/elementary] master 01/01: win: apply key binding

2014-04-15 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=8e7195a263f805bd96eecae23af12b1e4edc0db1 commit 8e7195a263f805bd96eecae23af12b1e4edc0db1 Author: Jaeun Choi Date: Wed Apr 16 10:38:34 2014 +0900 win: apply key binding Summary

[EGIT] [core/elementary] master 01/01: web: apply key binding

2014-04-15 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=cb2c1a6650f8f5583326fb7e9df3081392464623 commit cb2c1a6650f8f5583326fb7e9df3081392464623 Author: Jaeun Choi Date: Wed Apr 16 11:03:14 2014 +0900 web: apply key binding Summary

[EGIT] [core/elementary] master 01/03: genlist: apply key binding

2014-04-16 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=250fb937d8e1035485929eb41cb994989ec7e2bb commit 250fb937d8e1035485929eb41cb994989ec7e2bb Author: Jaeun Choi Date: Wed Apr 16 17:18:22 2014 +0900 genlist: apply key binding

[EGIT] [core/elementary] master 03/03: flipselector: apply key binding

2014-04-16 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2c4148a58c2cbfb91142676a83dec7d14799edea commit 2c4148a58c2cbfb91142676a83dec7d14799edea Author: Jaeun Choi Date: Wed Apr 16 17:19:33 2014 +0900 flipselector: apply key binding

[EGIT] [core/elementary] master 02/03: gengrid: apply key binidng

2014-04-16 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=17421e2b86cfdb1fd9ff4ce7ab5ca9fe65eaf550 commit 17421e2b86cfdb1fd9ff4ce7ab5ca9fe65eaf550 Author: Jaeun Choi Date: Wed Apr 16 17:19:23 2014 +0900 gengrid: apply key binidng

[EGIT] [core/elementary] master 01/01: spinner: unified two functions with different name and same functionality

2014-04-16 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=f5e0a2b87a72c36d9dd74e12259082eef7c84fcf commit f5e0a2b87a72c36d9dd74e12259082eef7c84fcf Author: Jaeun Choi Date: Wed Apr 16 20:58:37 2014 +0900 spinner: unified two functions with

[EGIT] [core/elementary] master 01/01: spinner: fixed odd behavior of the spinner

2014-04-16 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=945b6c45ab5d56888935da80efd49c1aaff65a45 commit 945b6c45ab5d56888935da80efd49c1aaff65a45 Author: Jaeun Choi Date: Thu Apr 17 11:51:47 2014 +0900 spinner: fixed odd behavior of the spinner

[EGIT] [core/elementary] elementary-1.9 01/01: spinner: fixed odd behavior of the spinner

2014-04-16 Thread Jaeun Choi
hermet pushed a commit to branch elementary-1.9. http://git.enlightenment.org/core/elementary.git/commit/?id=c3413c3387dd71f34e9453f1af39cc557ab594a6 commit c3413c3387dd71f34e9453f1af39cc557ab594a6 Author: Jaeun Choi Date: Thu Apr 17 11:51:47 2014 +0900 spinner: fixed odd behavior of the

[EGIT] [core/elementary] master 01/01: ctxpopup: sd->box null check and event_flag set for previous and next focus move.

2014-04-16 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=528a6a96b436e2b29944e37b8415fdbbba0476f2 commit 528a6a96b436e2b29944e37b8415fdbbba0476f2 Author: Jaeun Choi Date: Thu Apr 17 15:23:00 2014 +0900 ctxpopup: sd->box null check

[EGIT] [core/elementary] master 01/01: ctxpopup: apply key binding

2014-04-16 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=b22746e828f56d2a7d956fe4e3266e9cda57 commit b22746e828f56d2a7d956fe4e3266e9cda57 Author: Jaeun Choi Date: Thu Apr 17 15:41:50 2014 +0900 ctxpopup: apply key binding

[EGIT] [core/elementary] elementary-1.9 01/01: ctxpopup: sd->box null check and event_flag set for previous and next focus move.

2014-04-16 Thread Jaeun Choi
hermet pushed a commit to branch elementary-1.9. http://git.enlightenment.org/core/elementary.git/commit/?id=634c4b7ec0af18e52603fa47bec38096969d489c commit 634c4b7ec0af18e52603fa47bec38096969d489c Author: Jaeun Choi Date: Thu Apr 17 15:23:00 2014 +0900 ctxpopup: sd->box null check

[EGIT] [core/elementary] master 01/01: spinner: apply key binding

2014-04-17 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=c9755bd3c828bcd2453a50542331b201089a7160 commit c9755bd3c828bcd2453a50542331b201089a7160 Author: Jaeun Choi Date: Thu Apr 17 16:03:48 2014 +0900 spinner: apply key binding

[EGIT] [core/elementary] master 01/01: multibuttonentry: change key up callback into key down callback for consistency

2014-04-17 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=78bafbba452544eee8e722c0e84a9155da4af043 commit 78bafbba452544eee8e722c0e84a9155da4af043 Author: Jaeun Choi Date: Fri Apr 18 11:33:43 2014 +0900 multibuttonentry: change key up callback

[EGIT] [core/elementary] master 01/01: slider: code refactoring in widget_event func

2014-04-17 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=6c08bf23e9a29cd5449d14072460af0dffd7ea61 commit 6c08bf23e9a29cd5449d14072460af0dffd7ea61 Author: Jaeun Choi Date: Fri Apr 18 11:45:13 2014 +0900 slider: code refactoring in widget_event

[EGIT] [core/elementary] master 01/01: slider: removed unnecessary key value check in case of key up event

2014-04-17 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=8cad71506bcbc0d4493f8fb1b886677f0f8de879 commit 8cad71506bcbc0d4493f8fb1b886677f0f8de879 Author: Jaeun Choi Date: Fri Apr 18 11:53:27 2014 +0900 slider: removed unnecessary key value

[EGIT] [core/elementary] master 01/01: multibuttonentry: add key binding in config files

2014-04-17 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=94b1d15ed9bf4cc87c350a56ba4b78b3d9b56933 commit 94b1d15ed9bf4cc87c350a56ba4b78b3d9b56933 Author: Jaeun Choi Date: Fri Apr 18 12:07:07 2014 +0900 multibuttonentry: add key binding in

[EGIT] [core/elementary] master 01/01: slider: apply key binding

2014-04-17 Thread Jaeun Choi
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=5b9b19c4edfaf1fe40a04098a9a356ede41f commit 5b9b19c4edfaf1fe40a04098a9a356ede41f Author: Jaeun Choi Date: Fri Apr 18 13:39:08 2014 +0900 slider: apply key binding Summary

[EGIT] [core/elementary] master 01/01: config: ELM_CONFIG_VERSION update

2014-04-24 Thread Jaeun Choi
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=b8606d937778975b3b8c9d3e4fe62e07d42238cc commit b8606d937778975b3b8c9d3e4fe62e07d42238cc Author: Jaeun Choi Date: Thu Apr 24 17:54:45 2014 +0900 config: ELM_CONFIG_VERSION update

[EGIT] [core/elementary] master 01/01: config: add missing config for slider key binding

2014-04-24 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=0846ee869451ab2408f44bbd30c528b0376a2910 commit 0846ee869451ab2408f44bbd30c528b0376a2910 Author: Jaeun Choi Date: Fri Apr 25 15:23:03 2014 +0900 config: add missing config for slider key

[EGIT] [core/efl] master 01/01: Evas: gif decoding bug fix

2014-04-24 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=96f9353f4c951dd5dd41a687e272ffe1c28bb9ba commit 96f9353f4c951dd5dd41a687e272ffe1c28bb9ba Author: Jaeun Choi Date: Fri Apr 25 15:26:48 2014 +0900 Evas: gif decoding bug fix Gif decoder

[EGIT] [core/efl] efl-1.9 01/01: Evas: gif decoding bug fix

2014-04-25 Thread Jaeun Choi
eunue pushed a commit to branch efl-1.9. http://git.enlightenment.org/core/efl.git/commit/?id=35c9fb88763b748d1565e4587cce0362260c9dd3 commit 35c9fb88763b748d1565e4587cce0362260c9dd3 Author: Jaeun Choi Date: Fri Apr 25 15:26:48 2014 +0900 Evas: gif decoding bug fix Gif decoder

[EGIT] [core/elementary] master 01/01: config: modified widget name in key binding config

2014-04-25 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=41525b700a085afb16e594450c9d4f0637a32a45 commit 41525b700a085afb16e594450c9d4f0637a32a45 Author: Jaeun Choi Date: Fri Apr 25 16:55:50 2014 +0900 config: modified widget name in key binding

[E-devel] [elementary] please update your local config file

2014-04-25 Thread Jaeun Choi
Hello, As you may have noticed, key binding feature has been applied in elementary. It means you need to apply the latest config file in order to enable key event handling. Please update your local config file. Thanks. Regards, Jaeun Choi

[EGIT] [core/elementary] master 01/01: list: call "selected" callback after set focus to the selected item

2014-07-18 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=19c9ae51432093d7d610e3bdae3a0b85737c9e46 commit 19c9ae51432093d7d610e3bdae3a0b85737c9e46 Author: Jaeun Choi Date: Thu Jul 17 16:58:36 2014 +0900 list: call "selected" callback

[EGIT] [core/elementary] master 01/01: notify: removed unnecessary lines

2014-07-18 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=40919d6d94294bc24c0d01088aeb17b10f8560cd commit 40919d6d94294bc24c0d01088aeb17b10f8560cd Author: Jaeun Choi Date: Fri Jul 18 19:36:39 2014 +0900 notify: removed unnecessary lines --- src

[EGIT] [core/elementary] master 01/01: panel: resize scrollable content in content_size_set API

2014-09-02 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a4f5e88ec0d35d5fa1369cd30dd58267b8b35e36 commit a4f5e88ec0d35d5fa1369cd30dd58267b8b35e36 Author: Jaeun Choi Date: Tue Sep 2 16:06:08 2014 +0900 panel: resize scrollable content in

[EGIT] [core/efl] master 01/01: evas: fixed initialization types

2014-09-30 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=66b86f5866b6e899f9f0c0538d22d2c7864985a7 commit 66b86f5866b6e899f9f0c0538d22d2c7864985a7 Author: Jaeun Choi Date: Wed Oct 1 11:35:10 2014 +0900 evas: fixed initialization types --- src/lib/evas

[EGIT] [core/efl] master 01/01: Evas: Fixed indentation

2014-11-12 Thread Jaeun Choi
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=11001b3c33a88a493980c88d0fb9dd1e574b1877 commit 11001b3c33a88a493980c88d0fb9dd1e574b1877 Author: Jaeun Choi Date: Fri Oct 10 10:33:13 2014 +0900 Evas: Fixed indentation This is a purely

[EGIT] [core/efl] master 01/01: Evas: Improved code consistency

2014-11-12 Thread Jaeun Choi
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=237fdd3db89d3a8736771bc0bc75ba43fb1404ac commit 237fdd3db89d3a8736771bc0bc75ba43fb1404ac Author: Jaeun Choi Date: Wed Oct 22 19:59:50 2014 +0900 Evas: Improved code consistency Signed-off

[EGIT] [core/efl] master 08/21: Evas masking: Implement support for polygon draw (SW)

2015-01-06 Thread Jaeun Choi
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4eb3a58edd1b88fc2c71945d39c75336e038fdd7 commit 4eb3a58edd1b88fc2c71945d39c75336e038fdd7 Author: Jaeun Choi Date: Thu Nov 20 14:56:36 2014 +0900 Evas masking: Implement support for polygon draw

[EGIT] [core/efl] master 06/21: Evas masking: Add edje support

2015-01-06 Thread Jaeun Choi
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=145fe108b8fe477161136317f65145bc5102a059 commit 145fe108b8fe477161136317f65145bc5102a059 Author: Jaeun Choi Date: Mon Nov 17 13:16:56 2014 +0900 Evas masking: Add edje support Signed-off

[EGIT] [core/efl] master 07/21: Evas masking: Implement support for line draw (SW)

2015-01-06 Thread Jaeun Choi
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6747fadd9a697236c5307f8cb1cb5e9ceec6dabe commit 6747fadd9a697236c5307f8cb1cb5e9ceec6dabe Author: Jaeun Choi Date: Thu Nov 13 20:45:14 2014 +0900 Evas masking: Implement support for line draw (SW

[EGIT] [core/efl] master 09/21: Evas masking: Implement support for map draw (SW)

2015-01-06 Thread Jaeun Choi
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=62f3170874c30194c78ab75248b2a45e400f237f commit 62f3170874c30194c78ab75248b2a45e400f237f Author: Jaeun Choi Date: Wed Nov 19 20:08:03 2014 +0900 Evas masking: Implement support for map draw (SW

[EGIT] [core/efl] master 01/21: Evas masking: Use alpha mask in SW engine draw functions

2015-01-06 Thread Jaeun Choi
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9af60b1b04a877c70f78ced137a6886b403b25f6 commit 9af60b1b04a877c70f78ced137a6886b403b25f6 Author: Jaeun Choi Date: Thu Nov 13 10:04:00 2014 +0900 Evas masking: Use alpha mask in SW engine draw

[EGIT] [core/efl] master 05/21: Evas masking: Implement event masking support

2015-01-06 Thread Jaeun Choi
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6e8e5e89b594670cbce979b272697c87108f39da commit 6e8e5e89b594670cbce979b272697c87108f39da Author: Jaeun Choi Date: Thu Nov 13 10:50:00 2014 +0900 Evas masking: Implement event masking support

[EGIT] [core/elementary] master 01/01: Elm_Entry: set handler style according to current widget style

2015-01-19 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=0329b987b1c96574156c15584abd07f333987500 commit 0329b987b1c96574156c15584abd07f333987500 Author: Jaeun Choi Date: Tue Jan 20 10:32:06 2015 +0900 Elm_Entry: set handler style according to

[EGIT] [core/elementary] master 01/01: popup: passing right parameter to elm_layout_sizing_eval

2015-02-09 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a25a38d816c2ca21cbf3674bbc2f1a2ef16dca3b commit a25a38d816c2ca21cbf3674bbc2f1a2ef16dca3b Author: Jaeun Choi Date: Tue Feb 10 16:01:23 2015 +0900 popup: passing right parameter to

[EGIT] [core/elementary] master 01/01: gengrid: call "selected" callback on entey key input

2015-02-10 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=0debdcf1ca166da1c083765bdb1542183fe96427 commit 0debdcf1ca166da1c083765bdb1542183fe96427 Author: Jaeun Choi Date: Tue Feb 10 20:29:47 2015 +0900 gengrid: call "selected" callbac

[EGIT] [core/elementary] master 01/01: Revert "gengrid: call "selected" callback on entey key input"

2015-02-10 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=5ad473162358d103142ad9e87bc9652b54ae2e18 commit 5ad473162358d103142ad9e87bc9652b54ae2e18 Author: Jaeun Choi Date: Tue Feb 10 20:58:39 2015 +0900 Revert "gengrid: call "selected

[EGIT] [core/efl] master 01/01: layout: Add NULL check in _elm_layout_text_set function

2016-06-29 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e3fd84d1de9885aa05021603a50c0287d21d2765 commit e3fd84d1de9885aa05021603a50c0287d21d2765 Author: Jaeun Choi Date: Wed Jun 29 16:15:46 2016 +0900 layout: Add NULL check in _elm_layout_text_set

[EGIT] [core/efl] master 01/01: Revert "layout: Add NULL check in _elm_layout_text_set function"

2016-06-29 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=921dba845732d0909251eca77b1ba8920dbfbc12 commit 921dba845732d0909251eca77b1ba8920dbfbc12 Author: Jaeun Choi Date: Wed Jun 29 18:25:17 2016 +0900 Revert "layout: Add NULL che

[EGIT] [core/efl] master 01/01: layout: Add NULL check in _elm_layout_text_set function

2016-06-29 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=92a67f1a61e79a16eeeb6ac5f68cc286a3d3be72 commit 92a67f1a61e79a16eeeb6ac5f68cc286a3d3be72 Author: Jaeun Choi Date: Thu Jun 30 14:20:44 2016 +0900 layout: Add NULL check in _elm_layout_text_set

[EGIT] [core/efl] master 01/01: evas: bug fix in bmp loader

2016-11-29 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b9965ffd8f36671a4ba839411b72d00f402749ba commit b9965ffd8f36671a4ba839411b72d00f402749ba Author: Jaeun Choi Date: Tue Nov 29 23:27:18 2016 +0900 evas: bug fix in bmp loader when the DIB

[EGIT] [core/efl] master 01/01: elm_panel: use widget data for getting geometry

2017-08-07 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=81f94ecadac8129da7dbbe5608e26c7207c7ee4a commit 81f94ecadac8129da7dbbe5608e26c7207c7ee4a Author: Jaeun Choi Date: Tue May 23 13:11:59 2017 +0900 elm_panel: use widget data for getting geometry

[EGIT] [core/efl] master 01/01: test_gesture_layer: fix typo

2017-08-07 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a9fdcc4cc2f5567fbc05ae418c4e3a4d13286f45 commit a9fdcc4cc2f5567fbc05ae418c4e3a4d13286f45 Author: Jaeun Choi Date: Tue Aug 8 15:40:29 2017 +0900 test_gesture_layer: fix typo --- src/bin

[EGIT] [core/efl] master 01/01: test_gesture_layer3: fix typo

2017-08-08 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=52368bf463c2b5ea7b69e15a7e34b1ea13258ca1 commit 52368bf463c2b5ea7b69e15a7e34b1ea13258ca1 Author: Jaeun Choi Date: Tue Aug 8 16:44:23 2017 +0900 test_gesture_layer3: fix typo --- src/bin

[EGIT] [core/efl] master 02/08: elm_dbus_menu: add null checking after memory allocation

2017-08-09 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0927221c1a0e26b7fe006eb3110ca2bffd671b89 commit 0927221c1a0e26b7fe006eb3110ca2bffd671b89 Author: Jaeun Choi Date: Wed Aug 9 16:01:45 2017 +0900 elm_dbus_menu: add null checking after memory

[EGIT] [core/efl] master 04/08: elm_gesture_layer_extra_gestures: add null checking after memory allocation

2017-08-09 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=db33efb79238f5843251795ff193773bd36c83b1 commit db33efb79238f5843251795ff193773bd36c83b1 Author: Jaeun Choi Date: Wed Aug 9 16:03:02 2017 +0900 elm_gesture_layer_extra_gestures: add null checking

[EGIT] [core/efl] master 05/08: elm_prefs_data: add null checking after memory allocation

2017-08-09 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=38abae53c0a5aca320984475c82fc6f6f5ae048b commit 38abae53c0a5aca320984475c82fc6f6f5ae048b Author: Jaeun Choi Date: Wed Aug 9 16:03:31 2017 +0900 elm_prefs_data: add null checking after memory

[EGIT] [core/efl] master 03/08: elm_gesture_layer: add null checking after memory allocation

2017-08-09 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=41ea255002d93d285da331e2452488c8f6088f1f commit 41ea255002d93d285da331e2452488c8f6088f1f Author: Jaeun Choi Date: Wed Aug 9 16:02:34 2017 +0900 elm_gesture_layer: add null checking after memory

[EGIT] [core/efl] master 08/08: test_gesture_layer3: add null checking after memory allocation

2017-08-09 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c311dc638b8358f27664fba3985d9212748cf92a commit c311dc638b8358f27664fba3985d9212748cf92a Author: Jaeun Choi Date: Wed Aug 9 16:07:51 2017 +0900 test_gesture_layer3: add null checking after memory

[EGIT] [core/efl] master 07/08: test_gesture_layer2: add null checking after memory allocation

2017-08-09 Thread Jaeun Choi
eunue pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=530455fcee4767ce17ba56200b13dc688b64857a commit 530455fcee4767ce17ba56200b13dc688b64857a Author: Jaeun Choi Date: Wed Aug 9 16:07:15 2017 +0900 test_gesture_layer2: add null checking after memory

  1   2   >