apps/livebox/provider.git
11 years agoUpdate accessibilty scroll event.
Sung-jae Park [Thu, 18 Apr 2013 05:05:51 +0000 (14:05 +0900)]
Update accessibilty scroll event.

Scroll event requires x, y, and mouse type.
mouse state should be DOWN / MOVE / UP.

Change-Id: Ie833c0572d175e2fb42c462db29ae643b219aec0

11 years agoAdd missed accessibility event path
Sung-jae Park [Fri, 12 Apr 2013 04:19:38 +0000 (13:19 +0900)]
Add missed accessibility event path

Add unhighlight accessiblity event.
Update version
provider_buffer related function should validate the parameters.

Change-Id: Ib3f7564788920a06e179fb82a37977bf6e1ef805

11 years agoSync with the private repository
Sung-jae Park [Wed, 10 Apr 2013 11:49:24 +0000 (20:49 +0900)]
Sync with the private repository

Deal with acquiring 0x0 buffer request.
Prepend new buffer for give the mouse event to newly created buffer.
Because the mouse event will be feed to the first matched buffer info.
(using pkgname & id)
so the previous code is not able to give the mouse event to lately created buffer info.
it just pass the mouse event to the first created buffer.
but the first created buffer is not usable.
This patch will change the order of buffer info in its list.
So the mouse event will be feed to the last buffer info.
and the first buffer info will not be used anymore.

Add log for debugging

Update accessibility API.
To send the accessiblity result status to the viewer.
Update VERSION

Add update begin/end. (passive/active) update mode

Update mode event handler added.
And the recreate event updated.
To recover the instance properly.
Update mode & scroll lock information is added.

Change-Id: If6a5c7c03b9230212217e05c9bf9b48c130d97ae

11 years agoFix for 64 bit compatibility.
Junfeng Dong [Mon, 8 Apr 2013 06:14:44 +0000 (14:14 +0800)]
Fix for 64 bit compatibility.

- Fix hardcoding path.
- Use %cmake to set default paths.

Change-Id: I4e59c3c8f16fd027b3669ea5d425bbb74215543d

11 years agoSync to Ic3303be0c22063abab4684119bd088809838c522
Sung-jae Park [Sun, 31 Mar 2013 23:30:00 +0000 (23:30 +0000)]
Sync to Ic3303be0c22063abab4684119bd088809838c522

    Add accessibility events & Change 24 -> 32

    Pixmap is created as 32 bits pixels. (RGBA)
    So every client & provider library should access it with 32 bits mode.

    This patch changes 24 bits to 32 bits.

    Add hold_scroll and remove unused string in packet.

    Provider needs to send hold scroll request to viewer.
    In case of scrolling pages from the viewer with mouse_event=true boxes.
    user can confusing with event processing.

    While scrolling the pages, the boxes are able to try to get mouse event from user.
    Then the event and its action can be conflicted.

    To resolve this, the provider should send the scroll hold request to the viewer.
    If viewer get that event, has to freeze the scroller to prevent from event confliction.

Change-Id: I0097f1e67aac5dd3726d753f184a4fc022049a5b

11 years agoUpdate License
Sung-jae Park [Mon, 25 Mar 2013 04:23:04 +0000 (04:23 +0000)]
Update License

2012 -> 2013

Change-Id: Ia2097ee995f95dda395aecd861e7b58832e55ed1

11 years agoMerge branch 'master' into tizen_2.1
Sung-jae Park [Thu, 21 Mar 2013 13:08:14 +0000 (13:08 +0000)]
Merge branch 'master' into tizen_2.1

Conflicts:
packaging/libprovider.spec
src/provider_buffer.c

Change-Id: Ib7031ce67ed40b49e6a33d699f78c1414475aa09

11 years agoReplace float value with integer value.
Sung-jae Park [Tue, 19 Mar 2013 10:27:55 +0000 (10:27 +0000)]
Replace float value with integer value.

Reduce the cost of IPC.

Change-Id: Ie92037b02247c542fb848ea4e466b2b83ac1ab2b

11 years agosync with master
Jinkun Jang [Sat, 16 Mar 2013 12:55:07 +0000 (21:55 +0900)]
sync with master

11 years agoRemove hidden API from the exported header.
Sung-jae Park [Tue, 12 Mar 2013 04:57:44 +0000 (04:57 +0000)]
Remove hidden API from the exported header.

Change-Id: Id9c8e8468598447e242c48a03dc3aab70bec4b75

11 years agoAdd a new API for getting the uri of the provider_buffer.
Sung-jae Park [Mon, 11 Mar 2013 15:57:10 +0000 (15:57 +0000)]
Add a new API for getting the uri of the provider_buffer.

Change-Id: I73c7ee2ea4946b8485ae2be718a375e95cd639ea

11 years agoFix the bug of invalid return value.
Sung-jae Park [Wed, 6 Mar 2013 06:58:18 +0000 (06:58 +0000)]
Fix the bug of invalid return value.

Even if it succeed to release the gem buffer, returns -EFAULT.
Fixed.

Change-Id: I699269328262872d14cd37cdf10c75d848de326d

11 years agoAdd PD move event
Sung-jae Park [Mon, 4 Mar 2013 11:03:28 +0000 (11:03 +0000)]
Add PD move event

Change-Id: I4751496b4921f49238b31d600a9fd8280e100277

11 years agoOptimize the rendering performance.
Sung-jae Park [Wed, 27 Feb 2013 02:20:53 +0000 (02:20 +0000)]
Optimize the rendering performance.

Reduce the memory copy operations.

Change-Id: Ie9acf2450472e5696dd9dca806a1c02ba64fad9b

11 years agoAdd user_data set/get function
Sung-jae Park [Sat, 23 Feb 2013 08:58:48 +0000 (08:58 +0000)]
Add user_data set/get function

Change-Id: I71096ad98e75a7581ef9a594773dc9b4631ec4c3

11 years agoReplace the drm_slp with the tbm
Sung-jae Park [Thu, 21 Feb 2013 13:27:07 +0000 (13:27 +0000)]
Replace the drm_slp with the tbm

Change-Id: Ic92708b217a1f358a10c4b197015cd4d6436b65b

11 years agoFix the GCC 4.7 build error
Sung-jae Park [Tue, 5 Feb 2013 13:45:17 +0000 (13:45 +0000)]
Fix the GCC 4.7 build error

Change-Id: Ib270b6854f0f9d141c0c897bc8dd57a4eeef59e4

11 years agoKey down/up, Accessbility events added
Sung-jae Park [Fri, 25 Jan 2013 11:00:14 +0000 (11:00 +0000)]
Key down/up, Accessbility events added

Update spec file

Change-Id: I2362e1495b6d6f81a7990b3a0122366190746997

11 years agoFix the GCC 4.7 warning.
Sung-jae Park [Wed, 16 Jan 2013 12:20:31 +0000 (21:20 +0900)]
Fix the GCC 4.7 warning.

Change-Id: Ic6b5aaf5c6de1cb09fc6d1d7182748d845293080

11 years agoRevise the spec file
Sung-jae Park [Fri, 4 Jan 2013 12:37:04 +0000 (21:37 +0900)]
Revise the spec file

Change-Id: I7937f64634b8b35cfcbcee6502a00d12dd7c7568

11 years agoChange the LOG_TAG
Sung-jae Park [Wed, 2 Jan 2013 07:04:04 +0000 (16:04 +0900)]
Change the LOG_TAG

Change-Id: Ia78ea6cb875ad3eff7eac49ae61373841cee894f

11 years agoInitialize the project.
Sung-jae Park [Thu, 20 Dec 2012 08:18:50 +0000 (17:18 +0900)]
Initialize the project.

Change-Id: I47016bf1ca7d8e8dfbebd63ff6e24a52a2e0b921

11 years agoInitial empty repository
HyungKyu Song [Mon, 17 Dec 2012 01:53:10 +0000 (10:53 +0900)]
Initial empty repository