summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30Various patches are appliedsubmit/tizen_2.1/20130514.053003tizen_2.1Sung-jae Park6-9/+9
Patch 4/4 Update License Patch 3/4 Update the accessibility return value. Patch 2/4 Error should be negative value. Patch 1/4 Replace VALUE_CHANGE with ACTION ACTION_UP/ACTION_DOWN Change-Id: I8b27cf8cfcc771906460bdf8cc8936051a754bd8
2013-04-19Update Licensesubmit/tizen_2.1/20130424.223927accepted/tizen_2.1/20130425.023343Sung-jae Park6-6/+6
Change-Id: I690cde2a2aab26a59e1d33b4ae22a6b0a684bb63
2013-04-18Update LicenseSung-jae Park6-6/+6
Change-Id: I97fc0264bf826940d306e988e4a9387e518d8cba
2013-04-18Add new size typeSung-jae Park1-4/+6
Supporting new livebox size, 4x5 and 4x6 (only for samsung feature) Change-Id: I1c491d042a32e8ea2991bb67e071c1cdfb8f9a47
2013-04-12Update LB_ACCESS event values.Sung-jae Park1-20/+20
Change-Id: If299e6008cdcb6406088b10f66949474cfbc762d
2013-04-10Sync with the private repositorySung-jae Park1-1/+41
Add unhighlight event. Add lb access status code. for error case Add accessibility event for script type livebox & pd Update VERSION API added & changed. livebox_service_touch_effect is changed. livebox_service_need_frame is added. Add size_type parameter to get attribute for specified size. Add API for getting the "need_frame" attribute Each box can get help from viewer to draw border for box contents. In that case, the box can set "true" for need_frame attribute. Then the viewer will draw border for it. To get the need_frame value, this library supports livebox_service_need_frame API. It will returns true of false about need_frame attribute. If it said, true, the viewer can draw some border on its contents. or the viewer should keep its original contents. But it is just recomendataion, if the viewer draw something on the box, There is no way to keep it in safe ;) Change-Id: Ib08c9e862d169e1729ff3e6f6c6ef6aea56ceb77
2013-03-31Sync to Ide90c579971eff165fe38694907a1092bd6c6fc4Sung-jae Park1-1/+2
Supporting the 0x0 full size livebox. It is only supported for the commercialization feature. (Supporting the always livebox, 0 page of the homescreen) Change-Id: I0970439aa1ce0e7d87712191243f4c2a588104f1
2013-03-28[Build Break] Add missing header.Sung-jae Park1-0/+49
Change-Id: Ie80bf79a4933403a112f9fb5927468ee44e591f9
2013-03-25Update LicenseSung-jae Park5-5/+5
2012 -> 2013 Change-Id: I03536bbb798e59fd31673e0f093ed2003c661d91
2013-03-16Fix the bug of trigger_update & set_period API.Sung-jae Park1-0/+1
It requires URI based Id. But the inhouse livebox only knows filename (without File schema). So the API will check the schema of each Id. and if it has no schema, prepend "file://" schema. Change-Id: Id374a66f236e365837aa1068f20f5dd3f52ceb86
2013-03-05Add a new API "livebox_service_is_primary"Sung-jae Park1-4/+10
This API will returns true(1) or false(0) Fix the bug of livebox_service_touch_effect & livebox_service_mouse_event function. Those functions has to return 0 or 1. even if the argument is not valid, returns 0. Change-Id: I1269a7020c4aff8504c09845dd49f6f757ee4a6b
2013-02-27Add change_period APISung-jae Park1-1/+19
Update trigger_update API Change-Id: Iad14a4e4c8d9963ae7836c55e38e1739add1540a
2013-02-14Add API for checking the enabled/disabled flagSung-jae Park1-0/+7
Change-Id: I8efdf78f3d4a34a45643ad9f9cbc4c430f2ffebd
2013-01-31Add touch_effect retrieve function.Sung-jae Park1-0/+6
Change-Id: I2eed2487e4a1035487e7492ba6c6085b610e439f
2013-01-27Add new size typeSung-jae Park1-9/+12
1x1 = 207x207 3x1 = 645x207 3x3 = 645x645 Change-Id: I36dfc1abf3486aa639f7617ebc821a01baaa7bdd
2013-01-23Add mouse_event attributeSung-jae Park1-0/+7
Change-Id: I53537eb3816a0b35b89a3509758a1d64df101f79
2012-12-20Initialize the project.Sung-jae Park5-0/+322
Change-Id: I2c7c9fa03496479511eff82e694327adedeec7ab