summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-08-31tdf#89245 xmloff: fix Calc header background image savingMiklos Vajna1-6/+6
2015-08-31ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl1-0/+2
2015-08-31tdf#92379: svx: don't overwrite fo:background-color on ODF importMichael Stahl1-1/+2
2015-08-31don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara2-7/+7
2015-08-31xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl1-1/+2
2015-08-31extend seek, loop ending tests to ppt specific codeCaolán McNamara1-0/+1
2015-08-31fix crash on loading certain pptsCaolán McNamara1-5/+7
2015-08-18tdf#89806 : Fixed background fill export for table cell.Sushil Shinde1-0/+1
2015-07-08fix deselect of textbox on slides with images in underlying masterCaolán McNamara1-0/+5
2015-07-08tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky1-1/+2
2015-07-08tdf#87348 implement nonsequential and mso-next-textbox textbox chainingJustin Luth2-0/+2
2015-06-30LinkUpdateMode is a global settingStephan Bergmann1-0/+2
2015-06-30tdf#88290 Adapt the numbering popup to more than 8 itemsMaxim Monastirsky1-1/+0
2015-06-20tdf#88295: Don't export transparent background colour as whiteKatarina Behrens2-0/+3
2015-06-18Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara1-2/+3
2015-06-10tdf#78854 do not crash when undoing layout changeDavid Tardon1-3/+0
2015-06-10tdf#90804 Revert "remove unused values from SfxFieldUnit enum"Andras Timar1-1/+3
2015-06-03tdf#88056: Implement ODF import/export of page title fieldKatarina Behrens3-1/+3
2015-05-08Avoid redefine of TRANSPARENT on solaris after including stream.hRichard PALO1-0/+3
2015-05-01rhbz#1213173: connectivity: Calc driver: prevent document being disposedMichael Stahl1-1/+2
2015-04-15export missing value treatment to OOXMLMarkus Mohrhard1-0/+3
2015-04-14Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara1-1/+3
2015-04-14Resolves: fdo#84795 Menus don't disappear with right mouse clickCaolán McNamara1-5/+4
2015-04-14Resolves: tdf#89885 use a readonly GtkEntry for locationCaolán McNamara1-1/+1
2015-04-08tdf#88428: Add GUI to select one of user-configured Time Stamp AuthoritiesTor Lillqvist1-0/+1
2015-04-08tdf#88431: Pass the selected Time Stamp Authority, if any, along to vclTor Lillqvist1-0/+1
2015-03-17detect MSO 2007 OOXML documentsMarkus Mohrhard1-0/+3
2015-03-02More improvements of graphic cache size handlingZolnai Tamás1-4/+0
2015-02-26SkipImages option for PDF importMihai Varga2-2/+12
2015-02-25-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-02-23file UCP: Ensure myLocalTime is initializedStephan Bergmann1-0/+1
2015-02-19implement fill based on style also for chart area, tdf#89451Markus Mohrhard1-1/+1
2015-02-17Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke1-0/+2
2015-02-17fdo#81596 export to OOXML that need argument changesWinfried Donkers1-8/+39
2015-02-17Resolves: tdf#86159 floating windows have complicated bordersCaolán McNamara2-1/+2
2015-02-17tdf#78174: toolkit: work around GCC 4.9 -Os link failureMichael Stahl1-4/+6
2015-02-12fix linker errorDavid Tardon1-2/+2
2015-02-09tdf#47577 Zoom slider should only react to full clickRodolfo Ribeiro Gomes1-0/+1
2015-02-03Query Design: use correct name for columns that come from another query.Lionel Elie Mamane1-1/+4
2015-02-03Resolves: fdo#87639 Image-filter Smooth crashesCaolán McNamara1-1/+0
2015-01-28make it possible to easily have variants of glsl programsLuboš Luňák2-5/+11
2015-01-28prefer ptr_container to manual memory managementMarkus Mohrhard1-25/+3
2015-01-28use constructor initializer listMarkus Mohrhard1-3/+3
2015-01-28some debug code for finding leaked OpenGLContextsMarkus Mohrhard1-0/+11
2015-01-27font cache gets broken on adding an embedded fontCaolán McNamara1-0/+9
2015-01-21fdo88632: Make the Calc random functions non-random when requestedTor Lillqvist1-0/+31
2015-01-19Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara1-10/+18
2015-01-19fdo#88475 BrowseBox/grid: reposition data cursor to current row after paintLionel Elie Mamane1-0/+1
2015-01-19use supersampling in Impress if fast opengl scaling is availableLuboš Luňák1-0/+9
2015-01-19rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl1-10/+31