summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
Sung-jae Park [Mon, 25 Mar 2013 04:23:04 +0000 (04:23 +0000)]
Update License
2012 -> 2013
Change-Id: Ia2097ee995f95dda395aecd861e7b58832e55ed1
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
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
Jinkun Jang [Sat, 16 Mar 2013 12:55:07 +0000 (21:55 +0900)]
sync with master
Sung-jae Park [Tue, 12 Mar 2013 04:57:44 +0000 (04:57 +0000)]
Remove hidden API from the exported header.
Change-Id: Id9c8e8468598447e242c48a03dc3aab70bec4b75
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
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
Sung-jae Park [Mon, 4 Mar 2013 11:03:28 +0000 (11:03 +0000)]
Add PD move event
Change-Id: I4751496b4921f49238b31d600a9fd8280e100277
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
Sung-jae Park [Sat, 23 Feb 2013 08:58:48 +0000 (08:58 +0000)]
Add user_data set/get function
Change-Id: I71096ad98e75a7581ef9a594773dc9b4631ec4c3
Sung-jae Park [Thu, 21 Feb 2013 13:27:07 +0000 (13:27 +0000)]
Replace the drm_slp with the tbm
Change-Id: Ic92708b217a1f358a10c4b197015cd4d6436b65b
Sung-jae Park [Tue, 5 Feb 2013 13:45:17 +0000 (13:45 +0000)]
Fix the GCC 4.7 build error
Change-Id: Ib270b6854f0f9d141c0c897bc8dd57a4eeef59e4
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
Sung-jae Park [Wed, 16 Jan 2013 12:20:31 +0000 (21:20 +0900)]
Fix the GCC 4.7 warning.
Change-Id: Ic6b5aaf5c6de1cb09fc6d1d7182748d845293080
Sung-jae Park [Fri, 4 Jan 2013 12:37:04 +0000 (21:37 +0900)]
Revise the spec file
Change-Id: I7937f64634b8b35cfcbcee6502a00d12dd7c7568
Sung-jae Park [Wed, 2 Jan 2013 07:04:04 +0000 (16:04 +0900)]
Change the LOG_TAG
Change-Id: Ia78ea6cb875ad3eff7eac49ae61373841cee894f
Sung-jae Park [Thu, 20 Dec 2012 08:18:50 +0000 (17:18 +0900)]
Initialize the project.
Change-Id: I47016bf1ca7d8e8dfbebd63ff6e24a52a2e0b921
HyungKyu Song [Mon, 17 Dec 2012 01:53:10 +0000 (10:53 +0900)]
Initial empty repository