summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Junghoon Park [Wed, 9 Mar 2016 03:06:26 +0000 (12:06 +0900)]
Enable compiler option -Werror
Change-Id: I28bb59cb233d9f988f80086301188229a54d46ac
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Hwankyu Jhun [Fri, 26 Feb 2016 06:57:48 +0000 (15:57 +0900)]
Fix the exception about checking widget feature
Change-Id: I5ab197ba3ec80bae9a37d1a6cc0b45f4d1f46c5a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Daehyeon Jung [Thu, 25 Feb 2016 04:17:30 +0000 (13:17 +0900)]
check widget feature first
Change-Id: I35deb1006d0b4734bdf592cb90a126cc6f2fe056
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
Daehyeon Jung [Fri, 29 Jan 2016 08:23:04 +0000 (17:23 +0900)]
Check invalid parameter
Change-Id: I17e6b7593210b7a4c4b0ef4d3491777af67a14f6
Daehyeon Jung [Tue, 19 Jan 2016 02:44:52 +0000 (11:44 +0900)]
fix warning
Change-Id: If56e793e74dafe05b05bcb02f20be462ec6db92d
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
SukHyung, Kang [Thu, 14 Jan 2016 04:29:43 +0000 (20:29 -0800)]
Merge "change doc files to sync tizen 2.4 for API references" into tizen
SukHyung, Kang [Thu, 14 Jan 2016 01:05:40 +0000 (10:05 +0900)]
change doc files to sync tizen 2.4 for API references
Change-Id: I67d460b11ae48482f411125a9c22be1385111e25
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Daehyeon Jung [Wed, 13 Jan 2016 10:31:31 +0000 (19:31 +0900)]
use class_name for instance id
Change-Id: I13db581b0914f2798c39fa001c51369318083978
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
Daehyeon Jung [Thu, 12 Nov 2015 02:35:21 +0000 (11:35 +0900)]
Initial pepper-based widget framework commit
- Support wayland subcompositor
- Remove widget-provider dependency
- Replace data-provider-master
Change-Id: I4b6b3a9f55add2273de9f27d5e4c9fd6023fdb25
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
Jiwoong Im [Fri, 3 Jul 2015 08:07:52 +0000 (17:07 +0900)]
sync with tizen_2.4
- change interfaces to add parameter for user data at widget instance
Change-Id: I8436dc5a834c54f0c12221d04e5c4d4494cf1480
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Jiwoong Im [Wed, 10 Jun 2015 02:39:55 +0000 (11:39 +0900)]
appcore-widget : initial commit
The capi-appcore-widget provides functions for handling Tizen widget
application state changes or system events.
Tizen widget application can be shown in the home screen.
This APIs support making multiple widget instances per an application.
This API provides interfaces for the following categories:
- Starting or exiting the main event loop
- Registering callbacks for application state change events
- Registering callbacks for basic system events
- Registering callbacks for instance state change events
Change-Id: I9400f117c5c4c1e2efb0214caf41798691c308cb
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
KyungMi Lee [Thu, 4 Jun 2015 05:32:45 +0000 (22:32 -0700)]
Initial empty repository