framework/uifw/edje.git
14 years ago[SVN Merge] svn merged.
Prince Kr Dubey [Mon, 11 Oct 2010 13:46:16 +0000 (19:16 +0530)]
[SVN Merge] svn merged.

14 years ago[SVN Merge] svn merged.
Prince Kr Dubey [Mon, 11 Oct 2010 11:38:02 +0000 (17:08 +0530)]
[SVN Merge] svn merged.

14 years ago[Added svn merge for Edje_Edit ]
Amit Kumar Singh [Sat, 9 Oct 2010 13:24:39 +0000 (18:54 +0530)]
[Added svn merge for Edje_Edit ]

14 years ago[svn : 51791] - doxygen cleanliness.
shilpa singh [Fri, 8 Oct 2010 15:19:05 +0000 (00:19 +0900)]
[svn : 51791] - doxygen cleanliness.

14 years ago[svn 51786]:edje_edit.c
shilpa singh [Fri, 8 Oct 2010 14:47:04 +0000 (23:47 +0900)]
[svn 51786]:edje_edit.c
Avoiding access in NULL hash and little fixes.
If there isn't a font, the hash is NULL.
So, just check before to avoid problems.
Moreover, removing one line that had been lost in code generate of
fonts parts and moving it declaration for the right context

14 years ago[svn 51782]: edje: fix interpolation of text color during animation.
shilpa singh [Fri, 8 Oct 2010 14:37:20 +0000 (23:37 +0900)]
[svn 51782]: edje: fix interpolation of text color during animation.

14 years agodoc/Doxyfile[svn 51772]: update Doxyfile to show more functions, types, etc...
shilpa singh [Fri, 8 Oct 2010 12:05:31 +0000 (21:05 +0900)]
doc/Doxyfile[svn 51772]: update Doxyfile to show more functions, types, etc...
The Doxyfile of the EFL need a complete review and update, I think

14 years ago[edje_entry] reset composition when entry loses focus.
Jihoon Kim [Fri, 8 Oct 2010 07:10:32 +0000 (16:10 +0900)]
[edje_entry] reset composition when entry loses focus.

14 years agoMerge branch 'master' of jihoon48.kim@165.213.180.234:/git/slp/pkgs/edje
Jihoon Kim [Thu, 7 Oct 2010 05:59:07 +0000 (14:59 +0900)]
Merge branch 'master' of jihoon48.kim@165.213.180.234:/git/slp/pkgs/edje

14 years agoremove source7. fix mistypos
Jihoon Kim [Thu, 7 Oct 2010 05:58:36 +0000 (14:58 +0900)]
remove source7. fix mistypos

14 years ago[svn merge] r51684
Hyoyoung Chang [Thu, 7 Oct 2010 05:43:55 +0000 (14:43 +0900)]
[svn merge] r51684

14 years ago[svn merge] Changeset 51676 - Bring back (corrected) second check
Myungjae Lee [Wed, 6 Oct 2010 10:54:21 +0000 (19:54 +0900)]
[svn merge] Changeset 51676 - Bring back (corrected) second check

14 years ago[svn merge] Changeset 51650 - Revert and reapply badnull patch
Myungjae Lee [Wed, 6 Oct 2010 05:20:53 +0000 (14:20 +0900)]
[svn merge] Changeset 51650 - Revert and reapply badnull patch

14 years agoupload changelog
Jihoon Kim [Wed, 6 Oct 2010 02:19:01 +0000 (11:19 +0900)]
upload changelog

14 years ago[entry] bug fix about calling input_panel_hide more than one
Jihoon Kim [Wed, 6 Oct 2010 01:39:08 +0000 (10:39 +0900)]
[entry] bug fix about calling input_panel_hide more than one

14 years agosvn 51622 : nuke old obsolete lua stuff
jh0506.yun [Tue, 5 Oct 2010 06:29:49 +0000 (15:29 +0900)]
svn 51622 : nuke old obsolete lua stuff
svn 51623 : turn lots of if's into switch. should be more efficient (if compiler isnt dumb)
svn 51634 : alloca header fix for edje.
svn 51636 : edje: add file minor version field.
svn 51638 : compile in windows again - i think. eapi hackery.
svn 51639 : evil after alloca
svn 51647 : Edje entry: Fixed drawing of anchors.

14 years ago[Edje multisense initial version]edje_edit clean up
Amit Kumar Singh [Mon, 4 Oct 2010 12:40:37 +0000 (18:10 +0530)]
[Edje multisense initial version]edje_edit clean up

14 years agoedje: add back anonymous script.
ChunEon Park [Mon, 4 Oct 2010 12:06:05 +0000 (21:06 +0900)]
edje: add back anonymous script.
[edje_cc.h]
[edje_cc_handlers.c]
[edje_cc_out.c]

[Edje_Edit.h] Fixing {font,image}_del's ret when file not exist
When a file not exist, now, we're returning EINA_FALSE.
It's according with eina_hash_del()'s behavior.
By Fabiano Fidencio

[edje_edit.c] Leak-- By Fidencio

14 years ago[SVN 51575 Merge]
Daniel Juyung Seo [Mon, 4 Oct 2010 04:36:32 +0000 (13:36 +0900)]
[SVN 51575 Merge]
Changeset 51575
Timestamp: 08/23/10 07:44:04 (6 weeks ago)
Author: cedric
Message: edje: prevent segv when no param is given to edje_convert.
Files: 1 modified
trunk/edje/src/bin/edje_convert_main.c (1 diff)

14 years ago[edje_entry] autocap, autoperiod
Jihoon Kim [Fri, 1 Oct 2010 04:35:30 +0000 (13:35 +0900)]
[edje_entry] autocap, autoperiod

14 years ago[][Edje MultiSense UI Initial Version]Fixed the carsh occuring when module wasnt...
Amit Kumar Singh [Wed, 29 Sep 2010 15:10:29 +0000 (20:40 +0530)]
[][Edje MultiSense UI Initial Version]Fixed the carsh occuring when module wasnt loaded

14 years ago[changelog] updated changelog
Myungjae Lee [Tue, 28 Sep 2010 16:48:12 +0000 (01:48 +0900)]
[changelog] updated changelog

14 years ago[entry] added double click word selection feature
Myungjae Lee [Tue, 28 Sep 2010 16:15:18 +0000 (01:15 +0900)]
[entry] added double click word selection feature

14 years agoupload changelog
Jihoon Kim [Tue, 28 Sep 2010 12:36:11 +0000 (21:36 +0900)]
upload changelog

14 years ago[EDJE Multisense UI] Edje_Multisense_Ui_Module.h included.
Govindaraju SM [Tue, 28 Sep 2010 12:33:44 +0000 (18:03 +0530)]
[EDJE Multisense UI] Edje_Multisense_Ui_Module.h included.

14 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/edje
Govindaraju SM [Tue, 28 Sep 2010 10:36:07 +0000 (16:06 +0530)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/edje

14 years ago[Multisense UI] AUI Module moved out from EDJE package.
Govindaraju SM [Tue, 28 Sep 2010 10:34:55 +0000 (16:04 +0530)]
[Multisense UI] AUI Module moved out from EDJE package.

14 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/edje
Myungjae Lee [Tue, 28 Sep 2010 09:43:32 +0000 (18:43 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/edje

14 years ago[entry] fixed entry copy paste selection feature
Myungjae Lee [Tue, 28 Sep 2010 09:43:25 +0000 (18:43 +0900)]
[entry] fixed entry copy paste selection feature

14 years ago[entry] Add feature related to the cancel of autocapital
Jihoon Kim [Tue, 28 Sep 2010 07:55:10 +0000 (16:55 +0900)]
[entry] Add feature related to the cancel of autocapital

14 years ago[entry] added copy paste handler feature
Myungjae Lee [Tue, 28 Sep 2010 04:38:09 +0000 (13:38 +0900)]
[entry] added copy paste handler feature

14 years ago[AUI Initial Version]Added Haptic Support For AUI
Amit Kumar Singh [Tue, 28 Sep 2010 06:40:38 +0000 (12:10 +0530)]
[AUI Initial Version]Added Haptic Support For AUI

14 years agoadd comment about build07 in changelog
Jihoon Kim [Mon, 27 Sep 2010 00:23:37 +0000 (09:23 +0900)]
add comment about build07 in changelog

14 years ago[changelog] repackaging
ChunEon Park [Fri, 24 Sep 2010 10:55:43 +0000 (19:55 +0900)]
[changelog] repackaging
[Makefile] removed.

14 years ago[debian/control] Added libmm-sound dependency.
Daniel Juyung Seo [Fri, 24 Sep 2010 02:05:31 +0000 (11:05 +0900)]
[debian/control] Added libmm-sound dependency.

14 years ago[EDJE AUI Initial Version]Added plug-in support for sound
Amit Kumar Singh [Wed, 22 Sep 2010 13:11:10 +0000 (18:41 +0530)]
[EDJE AUI Initial Version]Added plug-in support for sound

14 years ago[AUI] AUI plug-in cleanup.
Govindaraju SM [Tue, 21 Sep 2010 03:57:34 +0000 (09:27 +0530)]
[AUI] AUI plug-in cleanup.

14 years ago[AUI VERSION 1]added plug-in
Amit Kumar Singh [Tue, 21 Sep 2010 08:10:34 +0000 (13:40 +0530)]
[AUI VERSION 1]added plug-in

14 years ago[control] added maintainer chuneon park
ChunEon Park [Mon, 20 Sep 2010 12:06:37 +0000 (21:06 +0900)]
[control] added maintainer chuneon park

14 years ago[changelog] .
ChunEon Park [Mon, 20 Sep 2010 11:52:56 +0000 (20:52 +0900)]
[changelog] .

14 years ago[changelog] repackaging for entry password
ChunEon Park [Mon, 20 Sep 2010 11:50:48 +0000 (20:50 +0900)]
[changelog] repackaging for entry password

14 years ago[edje_entry] fix autocapitalization
Jihoon Kim [Mon, 20 Sep 2010 04:27:28 +0000 (13:27 +0900)]
[edje_entry] fix autocapitalization

14 years agoupload changelog
Jihoon Kim [Mon, 20 Sep 2010 01:58:09 +0000 (10:58 +0900)]
upload changelog

14 years ago[edje_entry] fix about showing keyboard
Jihoon Kim [Mon, 20 Sep 2010 01:55:49 +0000 (10:55 +0900)]
[edje_entry] fix about showing keyboard

14 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/edje
Jihoon Kim [Fri, 17 Sep 2010 11:24:42 +0000 (20:24 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/edje

14 years ago[entry] autoperiod, autocap refactoring
Jihoon Kim [Fri, 17 Sep 2010 11:24:24 +0000 (20:24 +0900)]
[entry] autoperiod, autocap refactoring

14 years agolua eleminated from control file
WooHyun Jung [Fri, 17 Sep 2010 08:26:20 +0000 (17:26 +0900)]
lua eleminated from control file

14 years agoupload build05 changelog
Jihoon Kim [Fri, 17 Sep 2010 07:46:26 +0000 (16:46 +0900)]
upload build05 changelog

14 years agoupload changelog
Jihoon Kim [Fri, 17 Sep 2010 07:44:44 +0000 (16:44 +0900)]
upload changelog

14 years ago[edje_entry] autocapital, autoperiod
Jihoon Kim [Fri, 17 Sep 2010 07:22:24 +0000 (16:22 +0900)]
[edje_entry] autocapital, autoperiod

14 years agoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs/edje
Hyoyoung Chang [Fri, 17 Sep 2010 06:36:42 +0000 (15:36 +0900)]
Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/edje

14 years ago[edje_entry] efl-upgrade for dnd
Hyoyoung Chang [Fri, 17 Sep 2010 06:36:24 +0000 (15:36 +0900)]
[edje_entry] efl-upgrade for dnd

14 years ago[EDJE- AUI] AUI Support Initial Version.
Amit Kumar Singh [Thu, 16 Sep 2010 17:20:42 +0000 (22:50 +0530)]
[EDJE- AUI] AUI Support Initial Version.

14 years ago[entry] document for input_panel_enabled_{set, get}, autocapital, autoperiod
Jihoon Kim [Mon, 13 Sep 2010 06:17:42 +0000 (15:17 +0900)]
[entry] document for input_panel_enabled_{set, get}, autocapital, autoperiod

14 years ago[efl-upgrade]
Hyoyoung Chang [Mon, 13 Sep 2010 04:33:10 +0000 (13:33 +0900)]
[efl-upgrade]

14 years ago[entry] add autoperiod API
Jihoon Kim [Mon, 13 Sep 2010 00:51:05 +0000 (09:51 +0900)]
[entry] add autoperiod API

14 years agohide keypad when object is destroyed
Jihoon Kim [Fri, 10 Sep 2010 15:11:03 +0000 (00:11 +0900)]
hide keypad when object is destroyed

14 years ago[efl upgrade]
jaehwan [Fri, 10 Sep 2010 14:44:29 +0000 (23:44 +0900)]
[efl upgrade]
Merge with EFL svn repo

Merge branch 'svn_merge'

Conflicts:
configure.ac
src/lib/edje_data.c
src/lib/edje_entry.c
src/lib/edje_private.h

14 years agosvn update: 51464 (latest:51480)
Jeahwan Kim [Tue, 7 Sep 2010 23:58:46 +0000 (08:58 +0900)]
svn update: 51464 (latest:51480)

14 years ago[edje_entry] remove releated funcs related to selection
Jihoon Kim [Tue, 7 Sep 2010 05:23:29 +0000 (14:23 +0900)]
[edje_entry] remove releated funcs related to selection

14 years ago[edje_entry] bug fix : autocapitalization
Jihoon Kim [Mon, 6 Sep 2010 00:39:16 +0000 (09:39 +0900)]
[edje_entry] bug fix : autocapitalization

14 years ago[edje_entry] clean up preedit list when object is destroyed
Jihoon Kim [Thu, 2 Sep 2010 01:10:45 +0000 (10:10 +0900)]
[edje_entry] clean up preedit list when object is destroyed

14 years ago[changelog] edje_0.9.92.060+svn.49543slp2+3build15
Jihoon Kim [Mon, 30 Aug 2010 01:50:28 +0000 (10:50 +0900)]
[changelog] edje_0.9.92.060+svn.49543slp2+3build15

14 years ago[edje_entry] show preedit area
Jihoon Kim [Mon, 30 Aug 2010 01:33:51 +0000 (10:33 +0900)]
[edje_entry] show preedit area

14 years agoRemove wonguk.jeong from maintainers
Jihoon Kim [Wed, 25 Aug 2010 01:15:08 +0000 (10:15 +0900)]
Remove wonguk.jeong from maintainers

14 years agoupload changelog edje_0.9.92.060+svn.49543slp2+3build14
Jihoon Kim [Wed, 25 Aug 2010 00:35:35 +0000 (09:35 +0900)]
upload changelog edje_0.9.92.060+svn.49543slp2+3build14

14 years ago[edje_entry] bug fix about ecore_timer_del
Jihoon Kim [Tue, 24 Aug 2010 11:19:43 +0000 (20:19 +0900)]
[edje_entry] bug fix about ecore_timer_del

14 years ago[edje_entry] fix indentation
Jihoon Kim [Mon, 16 Aug 2010 07:30:49 +0000 (16:30 +0900)]
[edje_entry] fix indentation

14 years agoupload changelog
Jihoon Kim [Wed, 11 Aug 2010 11:15:56 +0000 (20:15 +0900)]
upload changelog

14 years ago[edje_entry] remove selection area when character is inputed
Jihoon Kim [Wed, 11 Aug 2010 11:09:50 +0000 (20:09 +0900)]
[edje_entry] remove selection area when character is inputed

14 years ago[edje_entry] fix indentation
Jihoon Kim [Thu, 29 Jul 2010 09:00:39 +0000 (18:00 +0900)]
[edje_entry] fix indentation

14 years ago[edje_entry] remove warning
Jihoon Kim [Wed, 21 Jul 2010 09:31:19 +0000 (18:31 +0900)]
[edje_entry] remove warning

14 years agofix formatting
Jihoon Kim [Wed, 21 Jul 2010 05:55:40 +0000 (14:55 +0900)]
fix formatting

14 years agoPackaging.
Daniel Juyung Seo [Wed, 21 Jul 2010 05:26:56 +0000 (14:26 +0900)]
Packaging.

14 years ago[edje_entry]: removed cursor free in sel_clear
shilpa [Wed, 21 Jul 2010 03:07:39 +0000 (12:07 +0900)]
[edje_entry]: removed cursor free in sel_clear

14 years ago[entry crash issue in password mode solved]
shilpa [Mon, 19 Jul 2010 10:05:08 +0000 (19:05 +0900)]
[entry crash issue in password mode solved]

14 years ago[control] delete uploaders Sangho Park
jaehwan [Mon, 19 Jul 2010 02:07:28 +0000 (11:07 +0900)]
[control] delete uploaders Sangho Park

14 years agoAdd edje_object_part_text_input_panel_enabled_get API
Jihoon Kim [Fri, 9 Jul 2010 10:59:10 +0000 (19:59 +0900)]
Add edje_object_part_text_input_panel_enabled_get API

14 years agoBug fix related to timer issue
Jihoon Kim [Fri, 9 Jul 2010 07:03:08 +0000 (16:03 +0900)]
Bug fix related to timer issue

14 years agoupload edje_0.9.92.060+svn.49543slp2+3build09
Jihoon Kim [Thu, 8 Jul 2010 08:38:46 +0000 (17:38 +0900)]
upload edje_0.9.92.060+svn.49543slp2+3build09

14 years agomake it install la file
ChunEon Park [Wed, 7 Jul 2010 11:05:08 +0000 (20:05 +0900)]
make it install la file

14 years agoPackaging.
Daniel Juyung Seo [Wed, 7 Jul 2010 07:48:12 +0000 (16:48 +0900)]
Packaging.

14 years ago[edje_entry,edje_util,edje_private]: standardization
shilpa [Sat, 26 Jun 2010 09:52:46 +0000 (18:52 +0900)]
[edje_entry,edje_util,edje_private]: standardization

14 years ago[edje] add lua dependency
jaehwan [Fri, 18 Jun 2010 00:25:46 +0000 (09:25 +0900)]
[edje] add lua dependency

14 years agoPackaging.
Daniel Juyung Seo [Thu, 17 Jun 2010 09:37:44 +0000 (18:37 +0900)]
Packaging.

14 years agoMerge branch 'master' of youmin.ha@165.213.180.234:/git/slp2.0/slp2.0-pkgs/EFL-pkgs...
Youmin Ha [Thu, 17 Jun 2010 08:51:54 +0000 (17:51 +0900)]
Merge branch 'master' of youmin.ha@165.213.180.234:/git/slp2.0/slp2.0-pkgs/EFL-pkgs/edje

14 years agochange lua package as a dependent
Youmin Ha [Thu, 17 Jun 2010 08:51:39 +0000 (17:51 +0900)]
change lua package as a dependent

14 years agoPackaging.
Daniel Juyung Seo [Fri, 11 Jun 2010 10:05:36 +0000 (19:05 +0900)]
Packaging.

14 years agopackage version changes.
Daniel Juyung Seo [Fri, 11 Jun 2010 09:53:56 +0000 (18:53 +0900)]
package version changes.

14 years agoadd SVN update log into debian/changelog:
Daniel Juyung Seo [Thu, 10 Jun 2010 12:09:28 +0000 (21:09 +0900)]
add SVN update log into debian/changelog:

14 years agoadd SVN update log into debian/changelog:
Daniel Juyung Seo [Thu, 10 Jun 2010 12:04:12 +0000 (21:04 +0900)]
add SVN update log into debian/changelog:

14 years agoadd SVN update log into debian/changelog:
Daniel Juyung Seo [Thu, 10 Jun 2010 12:00:51 +0000 (21:00 +0900)]
add SVN update log into debian/changelog:

14 years agoadd SVN update log into debian/changelog:
Daniel Juyung Seo [Thu, 10 Jun 2010 11:46:54 +0000 (20:46 +0900)]
add SVN update log into debian/changelog:

14 years agoadd SVN update log into debian/changelog:
Daniel Juyung Seo [Thu, 10 Jun 2010 11:46:08 +0000 (20:46 +0900)]
add SVN update log into debian/changelog:

14 years agoadd SVN update log into debian/changelog:
Daniel Juyung Seo [Thu, 10 Jun 2010 11:45:22 +0000 (20:45 +0900)]
add SVN update log into debian/changelog:

14 years agoadd SVN update log into debian/changelog:
Daniel Juyung Seo [Thu, 10 Jun 2010 06:50:38 +0000 (15:50 +0900)]
add SVN update log into debian/changelog:

14 years agofix build error
Youmin Ha [Tue, 8 Jun 2010 06:46:13 +0000 (15:46 +0900)]
fix build error

14 years agoMerge with EFL svn repo
Daniel Juyung Seo [Mon, 7 Jun 2010 07:08:47 +0000 (16:08 +0900)]
Merge with EFL svn repo

Merge branch 'svn_merge'

Conflicts:
src/lib/Edje.h
src/lib/edje_entry.c

14 years agosvn update: 49543 (latest:49550)
Daniel Juyung Seo [Mon, 7 Jun 2010 03:17:33 +0000 (12:17 +0900)]
svn update: 49543 (latest:49550)

14 years ago[edje_entry]: cleanups done
shilpa [Fri, 4 Jun 2010 10:11:14 +0000 (19:11 +0900)]
[edje_entry]: cleanups done