summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-22Remove ActionBarSherlock from androidPeter Foley364-34214/+0
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin9-39/+16
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis12-43/+30
2014-09-22werror: ‘nDirection’ shadows a member of 'this'Tomaž Vajngerl1-2/+2
2014-09-22fdo#62104 Optimize thumbnail size by using PNG8 and other tricksTomaž Vajngerl3-29/+36
2014-09-22Convenient function to compress a Graphic to PNG imageTomaž Vajngerl2-0/+14
2014-09-22Test HTML export of images & image properties.Tomaž Vajngerl2-0/+30
2014-09-22html export: rework image output to use HTML writerTomaž Vajngerl3-163/+411
2014-09-22html: add applyEvents to HTML outputTomaž Vajngerl2-0/+26
2014-09-22html: line break <br/> - use XML style single element declarationTomaž Vajngerl1-1/+2
2014-09-22Extend HTMLWriter: flush the stack, more values for attribute(..)Tomaž Vajngerl3-11/+193
2014-09-21Remove dead codeSamuel Mehrbrodt1-198/+0
2014-09-21fdo#58189 : EDITING: Wrong Chapter Moves with the NavigatorUlrich Kitzinger1-4/+3
2014-09-21Improve gallery look for small width (Sidebar)Samuel Mehrbrodt2-66/+18
2014-09-21android: upgrade layers to newer codeTomaž Vajngerl19-599/+235
2014-09-21android: upgrade gestures and scrolling to newer codeTomaž Vajngerl3-159/+155
2014-09-21fdo#83953 Jump to next change when accepting or rejecting a changeSamuel Mehrbrodt1-0/+2
2014-09-21Revert "new loplugin: VCL widget reference checker"Stephan Bergmann1-86/+0
2014-09-21Don't try to write Python bytecode files in case of a read-only installsetTor Lillqvist1-0/+6
2014-09-21Disable the email sending menu entries when sandboxed on OS XTor Lillqvist1-0/+12
2014-09-21fdo#39468: Translated German commentsJennifer Liebel4-25/+23
2014-09-21set mpFirstBand back to 0 after deleting itCaolán McNamara1-1/+1
2014-09-21Related fdo#80538 Re-adding toolbar separatorsYousuf Philips8-0/+8
2014-09-21fdo#75256 Improve Sifr Icon ThemeMatthias Freund25-0/+0
2014-09-21Related fdo#81475 Improve toolbar tooltips in Writer standard toolbarSamuel Mehrbrodt4-38/+33
2014-09-21fdo#81475 New layout for Writer standard and formatting toolbarsSamuel Mehrbrodt2-9/+18
2014-09-21handle docx's w:anchor layoutInCell attribute (bnc#891663)Luboš Luňák5-0/+18
2014-09-21Avoid manual realloc()Miklos Vajna2-7/+5
2014-09-21WB_OWNERDRAWDECORATION is needed by toolbar popupsMaxim Monastirsky1-1/+1
2014-09-21OPENGL_SCALE_VALUE is not needed any moreZolnai Tamás3-44/+32
2014-09-21fdo#81237: OpenGL window is not resized by view changeZolnai Tamás1-6/+0
2014-09-21fdo#81237: 2D OpenGL charts have wrong sizeZolnai Tamás8-15/+20
2014-09-21fdo#80536 Add a shortcut to "Edit Mode" menu entrySamuel Mehrbrodt1-0/+6
2014-09-21fdo#82502 Ctrl-F should select the text in the search bar, not close itSamuel Mehrbrodt1-1/+6
2014-09-21new loplugin: VCL widget reference checkerNoel Grandin1-0/+86
2014-09-21(fdo#78826) HIG: add missing colons in optformulaAdolfo Jayme Barrientos1-31/+11
2014-09-21Changed some options from picture/graphics to imagePhyzer2-4/+4
2014-09-21javaunohelper: use java.util.logging in testsRobert Antoni Buj i Gelonch6-301/+168
2014-09-21Remove the term “Persona” from visible UI stringsAdolfo Jayme Barrientos3-8/+8
2014-09-21Present tense and capitalizationAdolfo Jayme Barrientos1-3/+3
2014-09-21Updated coreLaurent Balland-Poirier1-0/+0
2014-09-21OOX: Update README with recently made changesDavid Ostrovsky1-5/+5
2014-09-21Fix some typosDavid Ostrovsky3-4/+4
2014-09-20Use comphelper::SequenceAsVectorMiklos Vajna2-11/+9
2014-09-19These are no longer used.Kohei Yoshida1-3/+0
2014-09-19Finally, move the group shape object for the diagram with axes to the param.Kohei Yoshida2-14/+14
2014-09-19Move the "PlotAreaIncludingAxes" shape object to CreateShapeParam2D.Kohei Yoshida1-6/+7
2014-09-19Move the "MarkHandles" shape object to CreateShapeParam2D.Kohei Yoshida2-12/+11
2014-09-19Remove double-conversion between awt::Rectangle and basegfx::B2IRectangle.Kohei Yoshida1-4/+2
2014-09-19Refactor impl_createDiagramAndContent() to take CreateShapeParam2D.Kohei Yoshida4-28/+33