vcl/quartz/ctfonts.cxx |1 +
vcl/quartz/ctlayout.cxx |1 +
2 files changed, 2 insertions(+)
New commits:
commit 4b1ccdefe2594d8bec9343171c15ff1f90ac97bf
Author: Ptyl Dragon
Date: Thu May 8 15:58:50 2014 +0300
fix memory leaks in vcl quartz
Change-Id
that we can mentor interactively
> and
> superimpose the two-weekly "what got done" meetings =)
>
> Anyhow - exciting tasks !
>
> ATB,
>
> Michael.
>
> --
> michael.me...@collabora.com <><, Pseudo Enginee
nd don't have access to any computer.
>
> On Sep 17, 2014 9:29 PM, "Ptyl Dragon" wrote:
> >
> > This week we (CloudOn) did a kick off for the openGL project,
> > mainly reviewing OpenGL, and what we know of the requirements for the
> project.
> >
&
inline
On Wed, Sep 17, 2014 at 8:17 PM, Michael Meeks
wrote:
> Hi Ptyl,
>
> On Wed, 2014-09-17 at 15:45 +0300, Ptyl Dragon wrote:
> > ok, then we'll use GL2.1. we'll make sure we use only API used in ES 2
> > too.
>
> The whole situation around
solenv/gbuild/platform/IOS_ARM_GCC.mk |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f62b06eb1d05306601d4736973fc16a17666
Author: Ptyl Dragon
Date: Mon Apr 14 17:25:37 2014 +0300
Use -Os instead of -O3
Change-Id
Hello
For the mobile iOS app, we would like to remove the writer main menu (the
File / Edit / View / Tools ... menu), so to be left with a pure canvas.
What would be the simplest way to do that?
Thanks!
ptyl
___
LibreOffice mailing list
LibreOffice@lis
thanks!
that worked perfectly.
:-)
ptyl
On Mon, Jul 8, 2013 at 10:43 AM, Miklos Vajna wrote:
> Hi,
>
> On Sun, Jul 07, 2013 at 03:10:24PM +0300, Ptyl Dragon
> wrote:
> > For the mobile iOS app, we would like to remove the writer main menu (the
> > File / Edit / Vi
Hi
We are working on enhancing the support for mobile, and iOS in particular,
basing our work on the experimental iOS app, and enhancing it, and we
noticed that the iOS app fails to open docx files (we have overriden the
test1.odt file with our own test1.docx file for this). when the app loads,
th
Hello
We would like to implement a new GUI element (for mobile), so to show the
current viewed location in writer.
For this, we need to know:
1. Which line the writer GUI is currently showing (which may be different
from the line the caret / cursor is on - such as when scrolling, for
example)
2.
controls.
Is it possible to extract this data from the libreoffice VCL scrollbar
elements using UNO, instead of calculating it ourselves?
On Wed, Jul 17, 2013 at 10:18 AM, Miklos Vajna wrote:
> Hi,
>
> On Tue, Jul 16, 2013 at 07:59:43PM +0300, Ptyl Dragon
> wrote:
> > 1. Which l
rote:
> Hi Ptyl,
>
> ** **
>
> Bug fdo#40465 may give you (some) information you seek. There appears to
> be a problem in correctly calculating/getting the page in the viewer.
>
> ** **
>
> HTH,
>
> ** **
>
> ** **
>
> Winfried
>
&g
ios/experimental/LibreOffice/LibreOffice/lo.mm | 36 ++---
1 file changed, 33 insertions(+), 3 deletions(-)
New commits:
commit 70e247733e762ed7b20645c8c843e78294b38f0f
Author: Ptyl Dragon
Date: Tue Jul 9 13:20:00 2013 +0300
Add more components
Change-Id
Hi,
We are working on an iOS mobile LibreOffice app.
We got the pan and zoom to follow the pinch and pan gestures, in screen
coordinates, to which we will submit fixes to the lo core - once we solve
this last piece of the puzzle. Apologies for the delay on this. It is
mainly due to logistic issues
-
meaning whoever is relying on the zoom to be as is, will be able to
continue working, via a simple cast, which possibly will be added
automatically by the compiler.
ptyl
On Mon, Aug 12, 2013 at 2:01 PM, Noel Grandin wrote:
> On 2013-08-11 19:47, Ptyl Dragon wrote:
>
>>
>> ad
10.24. So the scale is not sufficient, and even if we fixed
it for iPad, tomorrow there might be a touch device with twice the
resolution.
Still, a floating point value can give us the granularity we require
On Monday, August 12, 2013, Thorsten Behrens wrote:
> Ptyl Dragon wrote:
> > I
Ah, integer fractions - i thought it meant percents, but it means a
representation of rational numbers, through the use of two integers.
Ok. This info may indeed solve this.
Thanks!
On Monday, August 12, 2013, Thorsten Behrens wrote:
> Ptyl Dragon wrote:
> > We cannot express the d
commands on the pixel
level, but it won't cause VCL to redraw, until approx 4 - 8 screen pixels
have been crossed. What could be causing this scaling in rendering
coordinates?
Thanks again
Ptyl
On Monday, August 12, 2013, Ptyl Dragon wrote:
> Ah, integer fractions - i thought it meant
we're calling the scrollbar's DoScroll methods.
ScrollBar* pScrl;
pScrl->DoScroll( nNewPos );
On Tue, Aug 13, 2013 at 11:46 AM, Thorsten Behrens <
t...@documentfoundation.org> wrote:
> Ptyl Dragon wrote:
> > Still, this is relevant mainly to zoom (the 2 nd part of
Thorsten Behrens <
t...@documentfoundation.org> wrote:
> Ptyl Dragon wrote:
> > We cannot express the difference between 1023 and 1024, in units of 1%,
> as
> > 1% of 1024 is 10.24. So the scale is not sufficient, and even if we fixed
> > it for iPad, tomorrow there mig
ce and for all
On Wed, Aug 14, 2013 at 6:07 PM, Thorsten Behrens <
t...@documentfoundation.org> wrote:
> Ptyl Dragon wrote:
> > So according to what you say, threre should be a different
> > accessible object or struct that holds the zoom with finer
> > precision.
&g
/MLOTestingTileRendererViewController.m
| 29 ++-
ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewControllerProtocol.h
|2
16 files changed, 342 insertions(+), 20 deletions(-)
New commits:
commit 4219195dec664aa03395a52168fad356840e5402
Author: Ptyl Dragon
Date: Fri
| 11 ++--
6 files changed, 53 insertions(+), 8 deletions(-)
New commits:
commit 1034a2eb97a291846ff0d9b67677946ecab7df87
Author: Ptyl Dragon
Date: Sat Oct 19 12:51:02 2013 +0200
added save to ios app and removed keyboard on open
Change-Id
ios/shared/ios_sharedlo/cxx/mlo_uno.mm |1 +
1 file changed, 1 insertion(+)
New commits:
commit 6dd844917205a051c880ff7609c28e09698770c8
Author: Ptyl Dragon
Date: Sun Oct 20 12:10:18 2013 +0200
fix save several file on by reseting the xstorable on close
Change-Id
Author: Ptyl Dragon
Date: Wed Oct 23 11:08:26 2013 +0200
tiledrendering opens files
Change-Id: Ifbf5a3aad016e1c90c4c331b2f72b44203717f90
diff --git a/sw/qa/tiledrendering/tiledrendering.cxx
b/sw/qa/tiledrendering/tiledrendering.cxx
index a6205a6..9991bbe 100644
--- a/sw/qa
sw/qa/tiledrendering/tiledrendering.cxx |7 +--
sw/qa/tiledrendering/tiledrendering.ui |2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
New commits:
commit 9fd0abe9abfe37cb1591e1db794e0c921d95b172
Author: Ptyl Dragon
Date: Wed Oct 23 11:55:16 2013 +0200
added links to
Author: Ptyl Dragon
Date: Thu Oct 24 11:28:42 2013 +0200
now showing blank tile
Change-Id: I76cbf205e1983bea1ebae28f5172b2fbc250
diff --git
a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileRendererViewController.m
b/ios/shared/ios_sharedlo
deletions(-)
New commits:
commit 8ff597b589f49a27ee75b7a8bd7301a90e7b4770
Author: Ptyl Dragon
Date: Thu Oct 24 16:48:28 2013 +0200
now iOS draws something (upside down)
Change-Id: Ibf04322d34605fce30b2fa477de98a3e2ff9c2d1
diff --git
a/ios/shared/ios_sharedlo/objective_c
sw/source/core/view/viewsh.cxx | 17 ++---
1 file changed, 10 insertions(+), 7 deletions(-)
New commits:
commit f13e30c4fbb669f2885c99a676c5905f1356891e
Author: Ptyl Dragon
Date: Mon Oct 28 09:24:57 2013 +0200
iOS uses virtual device too
Change-Id
sw/source/core/view/viewsh.cxx | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
New commits:
commit 9c9fb5116e80b431a92a57b829d9e90ec538f78f
Author: Ptyl Dragon
Date: Mon Oct 28 13:50:50 2013 +0200
in progress tile rendering
Change-Id
deletions(-)
New commits:
commit deaee517c69ee7026a70b71867d7ca476e582987
Author: Ptyl Dragon
Date: Mon Oct 28 16:54:21 2013 +0200
for tor
Change-Id: I1565450c763e4f0bf1a724978b5550163d627482
diff --git
a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles
include/touch/touch.h |1 +
sw/source/core/view/viewsh.cxx | 10 ++
2 files changed, 11 insertions(+)
New commits:
commit 1d8592059259a3ccc5088516c3f14fc34e49c160
Author: Ptyl Dragon
Date: Tue Oct 29 16:11:58 2013 +0200
added the touch_lo_get_content_size to
include/touch/touch.h |2 +-
sw/source/core/view/viewsh.cxx | 12
vcl/ios/iosinst.cxx| 11 +++
3 files changed, 12 insertions(+), 13 deletions(-)
New commits:
commit 8e22438b560121b74f588cef19891b4e2c3e45a6
Author: Ptyl Dragon
Date: Tue Oct 29
include/touch/touch.h | 15 ++-
sw/source/core/view/viewsh.cxx |9 +
vcl/ios/iosinst.cxx| 11 ---
3 files changed, 23 insertions(+), 12 deletions(-)
New commits:
commit 02cf93393fc0c0af8673008dee159a976acaeb3a
Author: Ptyl Dragon
Date
Author: Ptyl Dragon
Date: Wed Oct 30 13:33:13 2013 +0200
1st implementation of touch_lo_get_content_size
Change-Id: I8b72c4366b502a71f2ed3bf917296c9553364d83
diff --git
a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTile.m
b/ios/shared
ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m |4
1 file changed, 4 insertions(+)
New commits:
commit 95f112d200db6ae61f7510ae95e3f0eaa60a8929
Author: Ptyl Dragon
Date: Wed Oct 30 15:41:21 2013 +0200
added stub for void touch_ui_selection_none in
:
commit 19879fe620e72f45f8faffee8f8d1271d803aa6e
Author: Ptyl Dragon
Date: Wed Oct 30 19:42:09 2013 +0200
ready for integration with CATiledLayer
Change-Id: I50f519a37036ed3d17f73c80b33f4a9c4c19cb52
diff --git a/include/touch/touch.h b/include/touch/touch.h
index 6ba2fab..f0cdabe
++--
3 files changed, 90 insertions(+), 62 deletions(-)
New commits:
commit d1528ec8e05d2a8bde93facbe338bde4cc1e017a
Author: Ptyl Dragon
Date: Thu Oct 31 15:20:13 2013 +0200
added units MLODpxes and MLORips
Change-Id: Ica09fbd0f6a822f464df302dba4cf40d1d089697
diff --git a/include/touch
Author: Ptyl Dragon
Date: Fri Nov 1 12:51:51 2013 +0200
removed DPX RIP (0,0) coords shift. played with rendering parameters
Change-Id: Ib2a3b017aa59bc1a8408b42f101fd041270494aa
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index 6d1837c..8280222
ios/shared/ios_sharedlo/objective_c/view_controllers/MLOTestingTileParameter.m
|8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
New commits:
commit 2902b39b3e349f26c04fc93acd37b7db813b1e55
Author: Ptyl Dragon
Date: Fri Nov 1 13:09:28 2013 +0200
UISteppers now go down as
9e274de101a5b35665973a6cb17f41a85d2cd25f
Author: Ptyl Dragon
Date: Fri Nov 1 15:19:42 2013 +0200
added linking of width and height
Change-Id: I2282fcfffed5c17eb1798d3198d6f04dc27208e9
diff --git
a/ios/shared/ios_sharedlo/objective_c/view_controllers/MLOTestingTileParameter.h
b/ios/shared/ios_sharedlo/objective_c
9f1e17cf4f8130fb356de4c69634154d08ea87e7
Author: Ptyl Dragon
Date: Fri Nov 1 15:55:44 2013 +0200
changed testing app UI to be more clear what it does
Change-Id: I5307478fc47f0810cae24c72ce509ac6a409bf1b
diff --git
a/ios/shared/ios_sharedlo/objective_c/view_controllers/MLOTestingTileParameter.h
b/ios/shared
ios/shared/ios_sharedlo/objective_c/view_controllers/MLOTestingTileParameter.m
|8
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 4ba4d45da9f1f1df28fd68a29091e57bd30a9d61
Author: Ptyl Dragon
Date: Fri Nov 1 16:11:21 2013 +0200
fix less than 1 step limit
sw/source/core/view/viewsh.cxx | 15 +--
1 file changed, 1 insertion(+), 14 deletions(-)
New commits:
commit 6c3c19b5ba971aef4d552ad2fa76e896fce3301e
Author: Ptyl Dragon
Date: Mon Nov 4 13:34:44 2013 +0200
removed use of envvars in touch_lo_draw_tile
Change-Id
changed, 4 insertions(+)
New commits:
commit f9e972fb84335de2e7e7533e8e5cfa1a488f4e99
Author: Ptyl Dragon
Date: Mon Nov 4 16:10:10 2013 +0200
release BitmapReadAccess after use to fix 1 mb per render mem leak
Change-Id: I4d9a580132eb9a8d618c1165f962b47be4e80695
diff --git a/sw
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
commits:
commit c3fe92ca70ad58e2fbac78508d343f06a80c7e86
Author: Ptyl Dragon
Date: Mon Oct 6 14:40:58 2014 +0300
change return type to ImplFontCharMapPtr post creating vcl-opengl2 branch
Change-Id: Id2022cf1b3665b54356c28deda51d82e172a839e
diff --git a/vcl/inc/opengl/salgdi.h b/vcl/inc
++-
vcl/source/outdev/font.cxx |2 +
11 files changed, 100 insertions(+), 66 deletions(-)
New commits:
commit be6f16401d7fc9121c0129a018f6aaed2e3a98e6
Author: Ptyl Dragon
Date: Tue Oct 21 16:24:42 2014 +0300
tiled rendering app now renders blank tiles
Change
desktop/source/app/sofficemain.cxx |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit b00ce3241ef6456d10af869b2bc07cf0db7618dd
Author: Ptyl Dragon
Date: Mon Aug 18 18:29:20 2014 +0300
fix for PtylTestEncryptionAndExport (on sofficemain.cxx)
Change
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
69 matches
Mail list logo