abd0cfa6332a73d498cc197ceed1422a47d0a055
Author: Pranav Kant
Date: Fri Jul 24 01:10:42 2015 +0530
Use thread pool for LOK call: paintTile()
Change-Id: I45e94248013277affa11e91439fbc16995b8ed8e
diff --git a/libreofficekit/source/gtk/lokdocview.cxx
b/libreofficekit/source/gtk/lokdocview.cxx
Rebased ref, commits from common ancestor:
commit 0ec64ce1d2ffbbf6e17026b069d4b47bb905a9d3
Author: Pranav Kant
Date: Wed Jul 22 20:25:36 2015 +0530
lokdocview, tilebuffer: Add DOxygen comments
Change-Id: I27377f0a758729a7877cfc6a56ea1b4bb3d1c3c9
diff --git a/libreofficekit/source
Rebased ref, commits from common ancestor:
commit 61aac257c6e40a05edfe635bb0bee6ffb0c2ed61
Author: Pranav Kant
Date: Sun Jul 19 01:03:56 2015 +0530
lokdocview: Make paintTile() async
Change-Id: I57db9e3adf26996e6e1e105b8b95f53e88e7760f
diff --git a/libreofficekit/source/gtk
Rebased ref, commits from common ancestor:
commit 2501f24e42353ae86c3ebcf4b39d493d9a1ca77c
Author: Pranav Kant
Date: Sun Jul 19 23:05:43 2015 +0530
lokdocview: [WIP] Async. request for tile on tile invalidation
Change-Id: I57db9e3adf26996e6e1e105b8b95f53e88e7760f
diff --git a
Hi Tomaz,
On Mon, Jul 20, 2015 at 4:14 PM, Tomaž Vajngerl wrote:
> Hi,
>
> On Mon, Jul 20, 2015 at 7:02 PM, Pranav Kant wrote:
>>> I am making use of thread pool, but this pool consists of only single
>>> thread. All the LOK calls will be queued and can reuse this
Please correct me if I am wrong.
On Mon, Jul 20, 2015 at 3:25 PM, Pranav Kant wrote:
> On Mon, Jul 20, 2015 at 3:16 PM, Michael Meeks
> wrote:
>> Hi Pranav,
>>
>> On Mon, 2015-07-20 at 01:04 +0530, Pranav Kant wrote:
>>> This week I made few enhancements to
On Mon, Jul 20, 2015 at 3:16 PM, Michael Meeks
wrote:
> Hi Pranav,
>
> On Mon, 2015-07-20 at 01:04 +0530, Pranav Kant wrote:
>> This week I made few enhancements to the threading infrastructure that
>> I coded last week taking inspiration from Libreoffice Android. Now I
it of polishing, though, before merging). The tiles are
being rendered asynchronously now. However, I am bit worried about the
lag that we are facing sometimes, of which I will try to find the
actual cause.
--
Regards,
Pranav Kant
http://pranavk.me
___
LibreO
Rebased ref, commits from common ancestor:
commit 00d94c3a423ab524f0b47c265eeea09f97f0424e
Author: Pranav Kant
Date: Sun Jul 19 23:05:43 2015 +0530
lokdocview: [WIP] Async. request for tile on tile invalidation
Change-Id: I57db9e3adf26996e6e1e105b8b95f53e88e7760f
diff --git a
On Sun, Jul 19, 2015 at 12:42 AM, Michael Meeks
wrote:
> Hi Pranav,
>
> On Fri, 2015-07-17 at 23:50 +0530, Pranav Kant wrote:
>> I followed the approach you mentioned.
>
> Heh =)
>
>> But the user experience is poor this way. As I am typing things on the
&g
aa8e645df85fbf1ea9695c90c2a0c6317367557b
Author: Pranav Kant
Date: Sun Jul 19 01:03:56 2015 +0530
WIP: Trying to make paintTile async
Change-Id: I6a1a261709e503a2f286f126f686e23fcdbcf85c
diff --git a/libreofficekit/source/gtk/lokdocview.cxx
b/libreofficekit/source/gtk/lokdocview.cxx
index 08c8485..3662f0d
Rebased ref, commits from common ancestor:
commit 79167e50146cb6616a230c8e1b2d8fd1c9185137
Author: Pranav Kant
Date: Sat Jul 18 23:12:47 2015 +0530
lokdocview: Use a thread pool
Change-Id: Ibbfdb7cb0a8ef9f07bcc659e65ce8997716aa245
diff --git a/include/LibreOfficeKit
Rebased ref, commits from common ancestor:
commit f3683a6f72bf6232fc0dfda82fec9441b8e287df
Author: Pranav Kant
Date: Sat Jul 18 23:12:47 2015 +0530
lokdocview: Use a thread pool
Change-Id: Ibbfdb7cb0a8ef9f07bcc659e65ce8997716aa245
diff --git a/include/LibreOfficeKit
Rebased ref, commits from common ancestor:
commit 8e79ef65b9aa6a2572744fa464f68ee520ba99ab
Author: Pranav Kant
Date: Sat Jul 18 19:18:23 2015 +0530
lokdocview: [WIP] paintTile in another thread
Change-Id: Iab85fb1778f1c5283c2979e992eb7e106dd6bf8b
diff --git a/libreofficekit
Rebased ref, commits from common ancestor:
commit 207072cdc70bae5c48d0310004bc60bbdf216a85
Author: Pranav Kant
Date: Wed Jul 15 23:39:09 2015 +0530
lokdocview: [WIP] Trying to draw in a separate thread
But it seems that this code is not able to correctly handle and
paint the
Maybe I should consider updating the overlay only after I get the actual tile ?
On Fri, Jul 17, 2015 at 11:50 PM, Pranav Kant wrote:
> I followed the approach you mentioned.
>
> But the user experience is poor this way. As I am typing things on the
> keyboard the immediate effec
replaces the dummy
tile with it.
It was much better initially.
Here[1] is the screencast of what I exactly want to say.
[1] https://pranvk.fedorapeople.org/async.webm
On Thu, Jul 16, 2015 at 1:18 AM, Michael Meeks
wrote:
> Hi Pranav,
>
> On Wed, 2015-07-15 at 23:48 +0530, Pranav Kant wrot
st WIP one, do not seem to produce any regression for the widget.
Next Steps:
I will do more research on using cairo contexts asynchronously, and
then gradually move over to the integration part.
--
Regards,
Pranav Kant
http://pranavk.me
___
LibreOffi
libreofficekit/source/gtk/lokdocview.cxx | 41 ++-
1 file changed, 30 insertions(+), 11 deletions(-)
New commits:
commit 4a95948e8b7bdc7d40e58d0b2efa22b49f2867ec
Author: Pranav Kant
Date: Wed Jul 15 23:39:09 2015 +0530
lokdocview: [WIP] Trying to draw in a
Rebased ref, commits from common ancestor:
commit d784278cac5d38b92b74640a9d41f070b16220ad
Author: Pranav Kant
Date: Wed Jul 15 23:14:56 2015 +0530
lokdocview: postKeyEvent goes async
Change-Id: I0486fdb5a96b960ebde29d726693acf3d4a02b16
diff --git a/libreofficekit/source/gtk
Rebased ref, commits from common ancestor:
commit 4600821c60f7692a160140b1e811decccb8a7bbd
Author: Pranav Kant
Date: Sat Jul 11 21:29:53 2015 +0530
gtktiledviewer: Fill whole statusbar with progressbar
We don't have anything yet to put in statusbar. Let progressbar
fil
Rebased ref, commits from common ancestor:
commit 9ef8b40815d6645dfc272d4ecb403f9f583fd000
Author: Pranav Kant
Date: Tue Jul 7 21:16:45 2015 +0530
lokdocview: Emit load-changed signal showing load progress
Change-Id: I69b4c05d12c0c0b2ca6b7d1ad76ed74cc1f4346a
diff --git a
Rebased ref, commits from common ancestor:
commit eb70ac262dd5cc51837f928c282a1e107044a043
Author: Pranav Kant
Date: Tue Jul 7 21:16:45 2015 +0530
lokdocview: Emit load-changed signal showing load progress
Change-Id: I69b4c05d12c0c0b2ca6b7d1ad76ed74cc1f4346a
diff --git a
Rebased ref, commits from common ancestor:
commit 248926d58bdf9d53e8909daac08d1ba1429b6294
Author: Pranav Kant
Date: Tue Jul 7 21:16:45 2015 +0530
lokdocview: Emit load-changed signal showing load progress
Change-Id: I69b4c05d12c0c0b2ca6b7d1ad76ed74cc1f4346a
diff --git a
libreofficekit/source/gtk/lokdocview.cxx |1 +
1 file changed, 1 insertion(+)
New commits:
commit a625cd702700ae1773966a3133d27027d1c4d083
Author: Pranav Kant
Date: Thu Jul 2 23:47:33 2015 +0530
lokdocview: Grab focus on mouse 'button-press-event'
Rebased ref, commits from common ancestor:
commit fc5c6e10757c7bf05e4f95bc190713ba2c4e43f7
Author: Pranav Kant
Date: Tue Jul 7 00:30:41 2015 +0530
lokdocview: [WIP] Superfluous signals
Callback always gets invoked after the load finishes. So, lets
use that.
Change-Id
af3ff4f4b4db6a2f540fbc95040ac5ab145d3adb
Author: Pranav Kant
Date: Tue Jul 7 00:30:41 2015 +0530
lokdocview: [WIP] Superfluous signals
Callback always gets invoked after the load finishes. So, lets
use that.
Change-Id: Ifa221684c7e6f286fe3434119ae5f21e2e02ea37
diff --git a
enhance the responsiveness of the widget, and not
freeze the UI while loading any document.
In next few weeks, I would improve this and add more LOK calls in
separate threads.
--
Regards,
Pranav Kant
http://pranavk.me
___
LibreOffice mailing list
Rebased ref, commits from common ancestor:
commit a9fb6fadc82698a6ab1551aed5ae0ef3e526af73
Author: Pranav Kant
Date: Mon Jul 6 22:01:30 2015 +0530
lokdocview: [WIP] Call open_document in another thread
This is to keep the widget responsive during heavy LOK calls
being made in
Rebased ref, commits from common ancestor:
commit 08ad2b1223f0b5b0791b2de134fc5067640f0bf2
Author: Pranav Kant
Date: Thu Jul 2 23:47:33 2015 +0530
lokdocview: Grab focus on mouse 'button-press-event'
Change-Id: I65187bbd2cc32d9278d8b3890a82b390858a
diff --git a/libr
, 49 insertions(+), 52 deletions(-)
New commits:
commit a482d3289fa7e3789a306970ea76d074527c3579
Author: Pranav Kant
Date: Mon Jun 29 13:34:24 2015 +0530
gtktiledviewer: Don't continue on widget init failure
Change-Id: I5916357903fad5878d29bc31f21af45816a45ec5
diff --
Rebased ref, commits from common ancestor:
commit dbfde294265f184736306ac66d6de829b337277b
Author: Pranav Kant
Date: Mon Jun 29 13:34:24 2015 +0530
gtktiledviewer: Don't continue on widget init failure
Change-Id: I5916357903fad5878d29bc31f21af45816a45ec5
diff --
Rebased ref, commits from common ancestor:
commit 2e97441a31c16b2e8ca77d3a8de0ba44b36defda
Author: Pranav Kant
Date: Mon Jun 29 13:34:24 2015 +0530
gtktiledviewer: Don't continue on widget init failure
Change-Id: I5916357903fad5878d29bc31f21af45816a45ec5
diff --
ther than LOKDocView handle it.
* Simplify the post key logic. We don't need a separate _post_key()
function, and the new LOKDocView widget can automatically listen to
keyboard input signals.
Other small patches like handling DELETE key, and adding some
debugging information to paintTile renderi
Rebased ref, commits from common ancestor:
commit 614485f2778476b45706455ed767114bb2a0f112
Author: Pranav Kant
Date: Wed Jun 24 02:02:39 2015 +0530
lokdocview: Handle DELETE key
Change-Id: I58d0c36decf81c812c108458b449402416ebcc2d
diff --git a/libreofficekit/source/gtk
Rebased ref, commits from common ancestor:
commit b1b1d4d1436a10d30238be4c21396e7becbd35c3
Author: Pranav Kant
Date: Wed Jun 24 02:02:39 2015 +0530
lokdocview: Handle DELETE key
Change-Id: I58d0c36decf81c812c108458b449402416ebcc2d
diff --git a/libreofficekit/source/gtk
libreofficekit/source/gtk/lokdocview.cxx |3 +++
1 file changed, 3 insertions(+)
New commits:
commit ebf40cbedcc871ad36b1bf5d69db360164023337
Author: Pranav Kant
Date: Wed Jun 24 02:02:39 2015 +0530
lokdocview: Handle DELETE key
Change-Id
libreofficekit/source/gtk/tilebuffer.cxx |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit fd4c17f5fcede7730f88b193471808d30a7a15f7
Author: Pranav Kant
Date: Tue Jun 23 14:37:09 2015 +0530
tilebuffer: Add timer to measure paintTile() call
Change-Id
d7cdd69e7a2e4388d524eafaa6016e9d0403a277
Author: Pranav Kant
Date: Tue Jun 23 02:58:38 2015 +0530
lokdocview: Remove superfluous *_post_key()
Instead directly let LOKDocView handle the input.
Change-Id: I260a460df23c3e2e5c78d8b363bb864ae5c63dab
diff --git a/include/LibreOfficeKit
libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx | 12
libreofficekit/source/gtk/lokdocview.cxx| 11 ---
2 files changed, 20 insertions(+), 3 deletions(-)
New commits:
commit 3b7bc09f1554d4ae6d03704ac621e58f09fbb6b3
Author: Pranav Kant
Date: Tue Jun 23
nav,
>
> On Mon, 2015-06-22 at 01:26 +0530, Pranav Kant wrote:
>> because I managed to integrate the Gtk widget with the
>> gnome-documents.
>
> Heh - you know you want to post a screenshot and/or blog about it at
> this stage ? =)
>
> Ni
e608a754b0ab14d3c5ec21237d163218d0be3e09
Author: Pranav Kant
Date: Mon Jun 22 15:27:24 2015 +0530
lokdocview: fixed a signal name
Change-Id: I645516d43562dfa03c27e2bea366e9a161829bfe
diff --git a/libreofficekit/source/gtk/lokdocview.cxx
b/libreofficekit/source/gtk/lokdocview.cxx
index c746b84..cff02ea
Rebased ref, commits from common ancestor:
commit 23c75e1b367b7687d42e8b77cedc72fb4f802748
Author: Pranav Kant
Date: Mon Jun 22 15:27:24 2015 +0530
lokdocview: fixed a signal name
Change-Id: I645516d43562dfa03c27e2bea366e9a161829bfe
diff --git a/libreofficekit/source/gtk
application in general requires from such a widget. This would
include API design (signals, properties etc.). I would also need to
dive in deeper in gnome-documents code for better integration.
--
Regards,
Pranav Kant
http://pranavk.me
___
LibreOffice
(+), 840 deletions(-)
New commits:
commit 23ca7d8a81df74d7195d2d8916f77c6305fc8a94
Author: Pranav Kant
Date: Fri Jun 12 19:48:37 2015 +0530
Superfluous block; lets merge into one
Change-Id: I2f49394c53deece8e86a7f290250c4f52918c5d8
diff --git a/libreofficekit
Rebased ref, commits from common ancestor:
commit 450ec91bfb7531c5b8279a76a78c53b3a60e80b4
Author: Pranav Kant
Date: Fri Jun 12 19:48:37 2015 +0530
Superfluous block; lets merge into one
Change-Id: I2f49394c53deece8e86a7f290250c4f52918c5d8
diff --git a/libreofficekit
/lokdocview.cxx| 79 +++
5 files changed, 90 insertions(+), 96 deletions(-)
New commits:
commit 101b616c7a2ee90b6d09eedd7a7543a63f237c97
Author: Pranav Kant
Date: Wed Jun 10 20:59:18 2015 +0530
gtktiledviewer: Replace deprecated Gtk functions
Change-Id
i.gnome.org/Projects/GObjectIntrospection
[2] https://github.com/pranavk/lokdocviewer
[3] https://pranvk.fedorapeople.org/viewer.webm
[4] https://bugs.documentfoundation.org/show_bug.cgi?id=91887
--
Regards,
Pranav Kant
http://pranavk.me
___
LibreOffice mail
Rebased ref, commits from common ancestor:
commit d4f3a8b95c88218a82cb3b464dba90842d316256
Author: Pranav Kant
Date: Fri Jun 12 19:13:08 2015 +0530
lokdocview: Generate CURSOR_HANDLE_DIR from LOPath
Change-Id: I62ce25ee5ab1b8b3af6fc66518e25980adf1f755
diff --git a/libreofficekit
Rebased ref, commits from common ancestor:
commit 709b6ba8ad40a8c92149000365cdbf59a4b3d325
Author: Pranav Kant
Date: Wed Jun 10 20:59:18 2015 +0530
gtktiledviewer: Replace deprecated Gtk functions
Change-Id: I354aa987f8e732945fb552d855a3416c782bb508
diff --git a/libreofficekit/qa
Rebased ref, commits from common ancestor:
commit cbd5da28e3e297ad534cf0c8fdd29036b3dfb081
Author: Pranav Kant
Date: Wed Jun 10 20:59:18 2015 +0530
gtktiledviewer: Replace deprecated Gtk functions
Change-Id: I354aa987f8e732945fb552d855a3416c782bb508
diff --git a/libreofficekit/qa
libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx | 52 +---
1 file changed, 34 insertions(+), 18 deletions(-)
New commits:
commit ddbdd9004790ea691f762e7196a76a944de9772e
Author: Pranav Kant
Date: Wed Jun 10 20:59:18 2015 +0530
gtktiledviewer: Replace deprecated Gtk
Rebased ref, commits from common ancestor:
commit cdc44d3c06b08c46f02e089eff1c329f6e7b07f9
Author: Pranav Kant
Date: Wed Jun 10 16:57:19 2015 +0530
lokdocview, gtktiledviewer: Remove gtk version checks
We already have the global ENABLE_GTK3 guard for RHEL5 baseline
Rebased ref, commits from common ancestor:
commit 3ffc5cfee6f3cc3dc42819a58dfffa4254f40aeb
Author: Pranav Kant
Date: Tue Jun 9 16:27:37 2015 +0530
lokdocview: Change parent class to GtkDrawingArea
It is not the job of the widget to provide the scroll bars.
Change-Id
Rebased ref, commits from common ancestor:
commit e135b7678af1516897738a4384fa5edb8150e9c6
Author: Pranav Kant
Date: Tue Jun 9 16:27:37 2015 +0530
lokdocview: Change parent class to GtkDrawingArea
It is not the job of the widget to provide the scroll bars.
Change-Id
include/LibreOfficeKit/LibreOfficeKitGtk.h |2
libreofficekit/source/gtk/lokdocview.cxx | 67 -
2 files changed, 66 insertions(+), 3 deletions(-)
New commits:
commit 4707bfdc3b17459933c329ef40d30c4aff67d663
Author: Pranav Kant
Date: Tue Jun 9 17:28:53 2015
Rebased ref, commits from common ancestor:
commit 49e6268ab39415507585d33d4e7272a63bb380d4
Author: Pranav Kant
Date: Tue Jun 9 16:27:37 2015 +0530
lokdocview: Change parent class to GtkDrawingArea
It is not the job of the widget to provide the scroll bars.
Change-Id
/tilebuffer.cxx| 111
libreofficekit/source/gtk/tilebuffer.hxx| 135 +
6 files changed, 587 insertions(+), 312 deletions(-)
New commits:
commit 2afe94dbfc85cbcde1399267379a466d527998a4
Author: Pranav Kant
Date: Mon Jun 8 15:24:12 2015 +0530
tilebuffer: tileSize
Rebased ref, commits from common ancestor:
commit 3721aa73fa72c0e86c0fe5ccb1f47fecd8f07631
Author: Pranav Kant
Date: Tue Jun 9 02:21:23 2015 +0530
lokdocview: change the base class to GtkDrawingArea
It is not the job of the widget to provide the scroll bars. The
consumers
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
28079d5bda1532325690040dea412f62f894aba3
Author: Pranav Kant
Date: Tue Jun 9 02:47:29 2015 +0530
lokdocview: move the pixelToTwip function
Change-Id: I91c83e3d64d68fa6e92fb5ffb44bb881cdfb5562
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h
b/include/LibreOfficeKit
insertions(+), 69 deletions(-)
New commits:
commit 38ae486beb868650dbb012238a2d6baee80d8af2
Author: Pranav Kant
Date: Tue Jun 9 02:21:23 2015 +0530
lokdocview: change the base class to GtkDrawingArea
It is not the job of the widget to provide the scroll bars. The
consumers should
: Pranav Kant
Date: Mon Jun 8 15:24:12 2015 +0530
tilebuffer: tileSize as member variable is superfluous
Change-Id: I1eae8c96c12ba4d272341f45fee6c1fd66ab9e28
diff --git a/libreofficekit/source/gtk/lokdocview.cxx
b/libreofficekit/source/gtk/lokdocview.cxx
index 64955f7..5f768e7 100644
9ec97fe89d34f94d07e9c5e483485510e28a21ea
Author: Pranav Kant
Date: Mon Jun 8 15:08:44 2015 +0530
tilebuffer: ZoomFactor as member variable is superfluous
Change-Id: I9f533f577f959c9a715e5214be99ca59cb0d206c
diff --git a/libreofficekit/source/gtk/lokdocview.cxx
b/libreofficekit/source/gtk/lokdocview.cxx
index
libreofficekit/source/gtk/lokdocview.cxx | 81 ---
1 file changed, 42 insertions(+), 39 deletions(-)
New commits:
commit f565b9d63505c5239a3f993ba8432280b82699b2
Author: Pranav Kant
Date: Mon Jun 8 14:17:17 2015 +0530
lokdocview: Make tilebuffer an instance
] https://git.gnome.org/browse/gtk+/tree/gtk/gtkwidget.h#n608
--
Regards,
Pranav Kant
http://pranavk.me
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
.gnome.org/Projects/GObjectIntrospection
--
Regards,
Pranav Kant
http://pranavk.me
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
include/LibreOfficeKit/LibreOfficeKitGtk.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bd13ea0a5d900e96162f9a65c2d1ec4b694ea0ac
Author: Pranav Kant
Date: Sun Jun 7 22:28:01 2015 +0530
lokdocview: mark *_get_type() with const function attribute
pointer is dragged over the widget in view
(non-edit) mode. I have attached the backtrace in the bug report.
Any comments/pointers would be helpful.
--
Regards,
Pranav Kant
http://pranavk.me
___
LibreOffice mailing list
LibreOffice
f5795aa66eef527a658cedb758cfba715b596655
Author: Pranav Kant
Date: Sat Jun 6 03:10:31 2015 +0530
lokdocview: Modernise LOKDocView as GObject
Change-Id: I3bbd07ce8163890f9b88567966622dd4fbe9d94d
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h
b/include/LibreOfficeKit
include/LibreOfficeKit/LibreOfficeKitEnums.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 107d31165479d602fbc644aaf41d213e58e00389
Author: Pranav Kant
Date: Fri Jun 5 16:36:14 2015 +0530
LOK: fix the rectangle format mentioned in documentation/comment
Rebased ref, commits from common ancestor:
commit 4a8a5527b4ab7387866db1f891f34b8f795aa79d
Author: Pranav Kant
Date: Thu Jun 4 22:09:57 2015 +0530
lokdocview, tilebuffer: clean up
Improve documentation, style fixes
Change-Id: I5000e32e90cd8e3b75e8df2907673efc303a55fd
Rebased ref, commits from common ancestor:
commit 9e5b792642fe39b9558c26f9d76b8ed9b6752942
Author: Pranav Kant
Date: Thu Jun 4 22:09:57 2015 +0530
lokdocview, tilebuffer: clean up
Improve documentation, style fixes
Change-Id: I5000e32e90cd8e3b75e8df2907673efc303a55fd
5f1a56aba2a93855d77575de232c3692a6132fc3
Author: Pranav Kant
Date: Thu Jun 4 14:34:49 2015 +0530
lokdocview: style fixes
Change-Id: I27434cd87bef15904c8f8b98c3b260de2d957bfb
diff --git a/libreofficekit/source/gtk/lokdocview.cxx
b/libreofficekit/source/gtk/lokdocview.cxx
index 1faf771..ff00253 100644
--- a
libreofficekit/source/gtk/lokdocview.cxx | 16
1 file changed, 8 insertions(+), 8 deletions(-)
New commits:
commit 3aad0cd0428667c4620977cdc6f1f21616a5835e
Author: Pranav Kant
Date: Thu Jun 4 13:08:01 2015 +0530
lokdocview: fixed the values for invalidation region
libreofficekit/source/gtk/tilebuffer.cxx | 104 +++
libreofficekit/source/gtk/tilebuffer.hxx | 69 ++--
2 files changed, 86 insertions(+), 87 deletions(-)
New commits:
commit 767797a89db147f0baa42d997a1421de1b5bcebc
Author: Pranav Kant
Date: Thu
857440900b3169d19a560d24b08122405e2398db
Author: Pranav Kant
Date: Thu Jun 4 03:32:18 2015 +0530
gtktiledviewer: add support for editing
Change-Id: I8637d99e6fa59129af207e667bcdf03dc212efeb
diff --git a/libreofficekit/source/gtk/lokdocview.cxx
b/libreofficekit/source/gtk/lokdocview.cxx
index f476a23..2a3a395 100644
libreofficekit/source/gtk/tilebuffer.cxx | 17 +
libreofficekit/source/gtk/tilebuffer.hxx |8 +++-
2 files changed, 12 insertions(+), 13 deletions(-)
New commits:
commit 99070af0cdda393f5edc4601d37e9947b3afceb5
Author: Pranav Kant
Date: Thu Jun 4 01:44:47 2015 +0530
libreofficekit/source/gtk/lokdocview.cxx | 32 +++
libreofficekit/source/gtk/tilebuffer.hxx |8 +++
2 files changed, 16 insertions(+), 24 deletions(-)
New commits:
commit 62074927bf1849169b2c84e0fae1fffcf0fff257
Author: Pranav Kant
Date: Thu Jun 4 01:16
insertions(+), 15 deletions(-)
New commits:
commit 1858a2a30dcd75698af704a7ddf8fb12c89e8112
Author: Pranav Kant
Date: Thu Jun 4 00:06:46 2015 +0530
lokdocview: add tile buffering support
The TileBuffer class now manages all the tiles.
Change-Id
libreofficekit/source/gtk/lokdocview.cxx | 77 ---
1 file changed, 30 insertions(+), 47 deletions(-)
New commits:
commit 8792f68a0dcc57b216a042b0faa1af08c838c7f3
Author: Pranav Kant
Date: Wed Jun 3 20:52:49 2015 +0530
lokdocview: use GtkDrawingArea for
libreofficekit/source/gtk/lokdocview.cxx |2 ++
1 file changed, 2 insertions(+)
New commits:
commit c729a529932564b1122f00200567015b421d6df2
Author: Pranav Kant
Date: Tue Jun 2 18:26:12 2015 +0530
lokdocview: add width and height to the visible rectangle
Change-Id
lla.org/Platform/GFX/OffMainThreadCompositing
--
Regards,
Pranav Kant
http://pranavk.me
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx | 24 ++--
1 file changed, 12 insertions(+), 12 deletions(-)
New commits:
commit 92361b81d46b0c4cea71cf8643130d636f1821b6
Author: Pranav Kant
Date: Fri May 8 23:07:52 2015 +0530
gtktiledviewer: Make all functions
libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx | 11 ---
1 file changed, 8 insertions(+), 3 deletions(-)
New commits:
commit 40ad68bbe7cd1c86a8ebefb1539fb7b403506792
Author: Pranav Kant
Date: Fri May 8 19:19:57 2015 +0530
gtktiledviewer: Stop event propagation to
ils/google/gsoc2015/pranav913/5728116278296576
--
Regards,
Pranav Kant,
Department of Computer Science
National Institute of Technology Hamirpur
http://pricked.in/
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailma
sw/source/core/view/viewsh.cxx |9 -
1 file changed, 4 insertions(+), 5 deletions(-)
New commits:
commit 183f3791bad09cf95c2eee6e7bb043d7b00546a0
Author: Pranav Kant
Date: Tue Mar 24 12:18:09 2015 +0530
Reverts and correct "tdf#88230: Cleanup solar mutex yie
fpicker/source/win32/filepicker/SolarMutex.cxx |6 --
fpicker/source/win32/filepicker/SolarMutex.hxx |2 --
2 files changed, 8 deletions(-)
New commits:
commit c6c4d21847ef18ae7378e1a5a329000ea6547d18
Author: Pranav Kant
Date: Tue Mar 24 03:25:28 2015 +0530
tdf#88230: Remove
sw/source/core/view/viewsh.cxx |9 +
1 file changed, 5 insertions(+), 4 deletions(-)
New commits:
commit b15b97ee6b21be18d4ba5df396d39b6d3dab57e1
Author: Pranav Kant
Date: Tue Mar 24 04:17:58 2015 +0530
tdf#88230: Cleanup solar mutex yielding
Fallout from
|4
29 files changed, 137 insertions(+), 182 deletions(-)
New commits:
commit 33de587e95dddfc8e3c89b84f90b3d1bca823dae
Author: Pranav Kant
Date: Tue Mar 17 12:56:54 2015 +0530
tdf#88230: cleanup solar mutex yielding
Use SolarMutexReleaser, instead.
Change-Id
sc/qa/unit/opencl-test.cxx | 2351 +
1 file changed, 683 insertions(+), 1668 deletions(-)
New commits:
commit 0ef455bdc33356dcf00e3a2f724b2a18e15de38f
Author: Pranav Kant
Date: Sun Mar 1 21:32:22 2015 +0530
tdf#89267: Reduce duplicate code
All of my past & future contributions to LibreOffice may be licensed
under the MPLv2/LGPLv3+ dual license.
signature.asc
Description: This is a digitally signed message part
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.fr
1401 - 1492 of 1492 matches
Mail list logo