summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-04DEBUG Patch: track DC deletionprivate/moggi/track-win-dcMarkus Mohrhard6-0/+19
2014-12-04prevent crash when creating the platform context failedMarkus Mohrhard1-4/+6
It is not a double delete. It happens when creating the platform context fails and therefore is not added to the list. Change-Id: I2771da48a5d791bbf500b56d8734dd53b32f3fb7
2014-12-04more asserts to detect double deletesMarkus Mohrhard1-0/+2
Change-Id: I54284d34db2446f28ba778ce26ebedb584bf2780
2014-12-04add assert to detect double deleteMarkus Mohrhard1-1/+3
Change-Id: I13427cb698d29adb1d19b135ada91bcdfc8b8c92
2014-12-04add more debugging outputMarkus Mohrhard1-0/+2
Change-Id: I91be83485dcd829800ca9611ab54b19d8eae19af
2014-12-03Prevent hang during loading of xlsm doc.Kohei Yoshida1-10/+12
* We need to call xmlInitParser() before using it in a multi-threaded way (according to the libxml2 doc). * Better to use 'rEntity' which references the one stored in the vector rather than 'entity' whose copy gets stored in the vector. On Windows at least 'rEntity' and 'entity' hold different parser pointer values. * Free the parser before popping the entity. Popping the entity first then freeing the parser using its pointer value stored in the entity looks weird. Change-Id: I6b64a6d8ac9c1d4fea8339d8fb2d38dfffbba47b
2014-12-04Fix Windows build.Kohei Yoshida1-0/+1
Change-Id: I9ddd1a9bf572ffa570e23193b01176af8df6f8ed
2014-12-04Missing includeStephan Bergmann1-0/+4
Change-Id: I4df2b0bb114b8a375d3557c8e33487af737957f4
2014-12-03Linked graphic is not displayedZolnai Tamás2-0/+2
Regression from: 17475638138c92162be1c0f34cf1f9cc95c63579 Change-Id: Ie2d484fbe065c24d19938c8c9c68818bd1076f2d (cherry picked from commit 02b17c1bbdd19a978b9de646c0dacdad179c60de)
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke8-12/+12
... and force the caller to make a decision. In fact some needed to include empty cells. Change-Id: I82b6ef72f7ecda6543b3cafc70f475519870b471 (cherry picked from commit 135b8d6466ade1e8724e604f705f95cecf4c4881)
2014-12-03remove boolean parameter default from ScTable::SetDirty()Eike Rathke1-1/+1
Change-Id: I37761c07dd72bfa25cc499c8ed41241f1ba56469 (cherry picked from commit ad4b7986c5ca6a5b97d09a7413adf39440eefb93)
2014-12-03get rid of defaulted boolean parameters in ScColumn::SetDirty()Eike Rathke2-2/+2
Change-Id: Iba030c1a4fd3dad34bdd61377b73fa76a062b5f8 (cherry picked from commit a1a1c4600e6c7ee457b62098128b27471c077908)
2014-12-03windows opengl: Call PreDraw() earlier in the text rendering too.Jan Holesovsky1-4/+4
Change-Id: I2a29082291338af6fcd25e931802b0267d7da6f3
2014-12-03fdo#86472 fix icons on dark theme in oxygen and sifrYousuf Philips38-0/+0
Change-Id: I02f2877c5eefbadea6734b15732b46ba80cdcf37 Reviewed-on: https://gerrit.libreoffice.org/13285 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit c52ac92afe4c529ce4fd78734cdf7ff5dafc4089) Reviewed-on: https://gerrit.libreoffice.org/13292
2014-12-03fdo#85594 enabling date format and rearranging othersYousuf Philips2-8/+8
Change-Id: I839f6a3a01c1a9758b7997858416f15b73dba0bd Reviewed-on: https://gerrit.libreoffice.org/13284 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit ebf31a9b2c98167c2d46e16a19a75c287b0a4c6b) Reviewed-on: https://gerrit.libreoffice.org/13291
2014-12-03windows opengl: Call PreDraw() earlier.Jan Holesovsky1-9/+8
Change-Id: I30ceb29cc0321022733385f902685ceac78869f2
2014-12-03fdo#83939: Set error code if signing failedTor Lillqvist1-2/+14
Change-Id: I45f1077c744e20a369a73bf0b83c8dba04ddcda7
2014-12-03fdo#83939: Add new error code for failed PDF signing, and handle itTor Lillqvist4-1/+25
Change-Id: Ide6dc06d33faea795272d9d32fc028ac8d023c5a
2014-12-03fdo#83939: Check return value from pPDFWriter->Emit()Tor Lillqvist1-1/+1
Change-Id: Id492b1b6b9d534276c155b1e46953d098ce8b969
2014-12-03fdo#85806: Hebrew and Arabic is not working on MACgalbarnissan1-7/+7
Change-Id: Id4476a041eb539d0b9c1227070289d34a939c6f6 Reviewed-on: https://gerrit.libreoffice.org/13288 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-12-03vcl: Fix Linux build.Jan Holesovsky1-14/+0
Change-Id: I3b6e870dc5bcbc227b2ab02c0e622abd3f8c9a98
2014-12-03vcl: Fix color-replacement fragment shaderLouis-Francis Ratté-Boulianne1-2/+0
Change-Id: I82a0a45961ea3f0ceca7dab67c8736b5e1205bb0
2014-12-03vcl: Acquire framebuffer from current context when reading back textureLouis-Francis Ratté-Boulianne1-12/+10
Change-Id: I410ac2d10ec2e498d9d8444e5584bfb14727c90b
2014-12-03vcl: Implement bitmap color replacement operation in OpenGL backendLouis-Francis Ratté-Boulianne5-2/+74
Change-Id: Ia86b67e92985eeb4fb2a5f6cd74c65fab2ac5566
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne14-1/+57
Change-Id: I2f8b11a3f7cb8872a1d8f6eeeae8ce3f30223496
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan13-0/+38
Change-Id: I5790deb9ab5af6f8678c964af5321264d3bce733
2014-12-03vcl: Add reference on default window's context so it doesn't get destroyedLouis-Francis Ratté-Boulianne2-0/+14
Change-Id: Ifce8903ce75b1d2ff6acfd717c689f8893d80802
2014-12-03vcl: Release the OpenGL context for offscreen rendering after each operationLouis-Francis Ratté-Boulianne1-0/+5
Change-Id: If253a4c0a1f64b1cc54e0079d4455abf39620ac0
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne8-47/+11
Change-Id: I561a8142f986aca89e796ce2c4a0902fae41f9e6
2014-12-03Add a limit for graphic cache based on used integer type to avoid overflowZolnai Tamás2-8/+2
Change-Id: Ibdf2cbf3c50f6732301d894d91a1b8ea58e4e5d6 (cherry picked from commit f20043a0805c3a75eb4024ed59f45291aea93ac0)
2014-12-03Related: fdo#78151 only make outline, title and subtitle read-onlyCaolán McNamara1-2/+16
Change-Id: Ic62291a61f6f4c055255f644df5f5e02fe6d0801 (cherry picked from commit f8533123802c5a709280dd06b4452d00a11c71b1)
2014-12-03rulers: Let's hide them by default.Jan Holesovsky1-1/+1
2 years ago this was a hot topic on UX-advise :-) - let's see if people are more happy with hiding them by default now. Change-Id: If4946538232c7579f7ce03d4947360645fb4967d
2014-12-03rulers: Make the numbers a bit smaller, and always with odd size.Jan Holesovsky1-0/+14
Change-Id: Id27bb0435d00f2026ff8c82ed246ca67947e9e42
2014-12-03Make the default (non-native) workspace lighter, especially on Windows.Jan Holesovsky2-3/+3
Change-Id: Ie1cc5817a5b75f129791da450105ffee07438900
2014-12-03vcl: disable color checking.Stephan Bergmann1-0/+2
Change-Id: I8335a9fb08c09a95e98bbc8f8727bd2a28332d42
2014-12-03Revert "use boost::shared_ptr instead of manual ref counting"Markus Mohrhard4-10/+30
This reverts commit 8eeb02dcc1a4bc99b083b1a591b4a70003a1604f. Conflicts: include/vcl/opengl/OpenGLContext.hxx vcl/inc/openglgdiimpl.hxx vcl/opengl/gdiimpl.cxx Change-Id: I85cc7a46876ffba5ab861f6dd83b07da466b212b
2014-12-02fdo#81475 reorganization of writer's table toolbarYousuf Philips2-22/+25
Change-Id: I3672fa8e32975723d58e92fe3eceafc2e8993646 Reviewed-on: https://gerrit.libreoffice.org/13267 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit dd359cff8814ad7a9796f05cd21c9d98190898c2) Reviewed-on: https://gerrit.libreoffice.org/13283 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-02TANGO: addition and modification of table related iconsYousuf Philips10-0/+12
Change-Id: Ic37e402a21303914ab104cb9dbdaf3441417ca62 Reviewed-on: https://gerrit.libreoffice.org/13264 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 081306b10499c7ace83a6cf69fd31bcc3bfeeb02) Reviewed-on: https://gerrit.libreoffice.org/13282
2014-12-02WaE: might be used unintializedCaolán McNamara1-5/+5
Change-Id: I036a5a1c8c8cca09bb6bddef2e0c8f172fe22e77 (cherry picked from commit 48138a1d60fafa0bf3412aa6b518a9c0a4f6d492)
2014-12-02unit test for sort with broadcasters, fdo#86762Eike Rathke2-0/+217
Change-Id: Id1040f95a94d1637cafd06cbe0072b5a5a5cb8e0 (cherry picked from commit bbfa317b9cfdbb0c44140e3414d4c2dfba9bcef4)
2014-12-02Double blank lines...Kohei Yoshida1-1/+0
Change-Id: I826db178ceea4a409ad9e14ff73b5edaf136e435 (cherry picked from commit 975a054cc2eeb04516f1f1ef3c9064b2f3cd9456)
2014-12-02Let's not forget to move the comment too.Kohei Yoshida1-2/+4
Change-Id: I86f2107860cf7e014277abdc14307c444142fea6 (cherry picked from commit 93b809d4c4151a02404308a20ecb20f1d6378e0a)
2014-12-02Put this inside the bulk broadcast scope.Kohei Yoshida1-1/+1
Because setting formula cell dirty may indirectly trigger area broadcast. Change-Id: Id8b500c659119df3637ca9a27481267c140e49d3 (cherry picked from commit 672484e615434f7133cc838442962f5abf1ad225)
2014-12-02Reduce scope level.Kohei Yoshida1-19/+20
Change-Id: Icfa4a81ebab1df943a71869fb8fc6409a8927464 (cherry picked from commit bdbe60051878bda9e9df11cfef032788c8347ba6)
2014-12-02fdo#86664 VSD import: handle metadataMiklos Vajna2-0/+652
(cherry picked from commit 9b61cf4a70b9c3023d035a1b0f7cc1488dd55e22) (cherry picked from commit 386014bb5ee1fb611bbc00c37c04cdf191a833b7) Change-Id: Icec212a93df10b212a9ae614b5c1ced6bf25ff7f
2014-12-02Only call super-expensive Invalidate on scrollbar togglingCaolán McNamara1-2/+2
otherwise even using backspace in an annotated area will cause super slow behaviour as each keystroke causes a full page render This became a problem after commit 0761f81643a6890457e9ef7d913ab5c88c2593a4 Date: Thu Dec 19 18:50:58 2013 +0000 123792: complete annotations on text ranges feature but underlying problem was always there ready to trigger. For this case only render the full page if the state of comments scrollbars *toggles*, i.e. if there wasn't scrollbars and there ends up still with no scrollbars avoid the (bad) hack of invalidating the page (cherry picked from commit 378c74ce290ab772f962db51ff8cba200cb40144) Conflicts: sw/source/uibase/docvw/PostItMgr.cxx Change-Id: Ic7fd432d2317b0f5ad8d8773636f99fe75d660d6
2014-12-02fix crash-190212-093017-986Caolán McNamara1-2/+8
Change-Id: I3d2d57850dcb1fde1c004b4455591071a1fe03fa (cherry picked from commit 4a757923fed5210d7bcf580865d53d4097dfbc8e)
2014-12-02Resolves: fdo#36514 avoid empty style names in ww2 docsCaolán McNamara1-16/+11
Change-Id: Ib7987e00bb33e46117442db74dcdd386e8a2bc97 (cherry picked from commit 52979151ca45f9a8aff1694f3c4e1b87ef971ba8)
2014-12-02Adapt to int/sal_Int32 mismatch on 32-bit buildTor Lillqvist1-1/+1
Change-Id: I9c5cb458ea7595c1b623ce14ed58fd3d5b3d961e (cherry picked from commit f1e7489d98a1d1fd9e261e4a7e83fff03e5daf63)
2014-12-02Adapt to int/sal_Int32 mismatch on 32-bit buildTor Lillqvist1-1/+1
Change-Id: Ifef81d53bee4241be3c0dd6b7ddb2c1bbf419b5e (cherry picked from commit 9bdde8b420265c7e77f4b310fb4c1214b715aa72)