[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 Michael Meeks changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-09-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 Xisco FaulĂ­ changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-02-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 --- Comment #10 from Commit Notification --- Tor Lillqvist committed a patch related to this issue. It has been pushed to "master":

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-02-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 --- Comment #11 from Tor Lillqvist --- Change request for the 5-1 branch at https://gerrit.libreoffice.org/#/c/22260/ -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-02-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 --- Comment #9 from Tor Lillqvist --- Had to revert it because it caused some of the Java unit tests to fail. This seems to be because of the getBounds() method of some object returning a zero-sized rectangle. I wonder if it

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 --- Comment #1 from Tor Lillqvist --- Hmm, for me, in a ssh session with no X, it allocates an 1x1 buffer, not a 1789x956 (or other large size) one. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 --- Comment #2 from Tor Lillqvist --- But indeed, in an X session, I see a large buffer size. -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 --- Comment #3 from Tor Lillqvist --- A trivial and silly "fix" would of course be to make sure to unset $DISPLAY when running unit tests (and LibreOfficeKit-using processes)... Would prevent OpenGL use, though, wouldn't it?

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 --- Comment #5 from Michael Meeks --- Ah =) so perhaps this cairo / headless-ness stuff is just a waste of time then =) no idea - anyhow - thanks for chasing. -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 --- Comment #6 from Tor Lillqvist --- Suggested patch: https://gerrit.libreoffice.org/#/c/22233/ . Works for me. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 --- Comment #4 from Tor Lillqvist --- The size comes from the previous Writer document window size as stored in the persistent user configuration, framework/source/helper/persistentwindowstate.cxx etc. Would need a way to

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 Commit Notification changed: What|Removed |Added Whiteboard|

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 --- Comment #7 from Commit Notification --- Tor Lillqvist committed a patch related to this issue. It has been pushed to "master":

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 --- Comment #8 from Commit Notification --- Tor Lillqvist committed a patch related to this issue. It has been pushed to "master":

[Libreoffice-bugs] [Bug 97435] Memory wasteage around OutputDevice ...

2016-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97435 Michael Meeks changed: What|Removed |Added Status|UNCONFIRMED |NEW