summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-20tdf#92166 - dispose the SwSrcEditWindow properly.Michael Meeks2-4/+15
2015-06-20tdf#92194 - fix headless masking operations in vcl.Michael Meeks2-4/+66
2015-06-20tdf#75256 Sifr - New icon "presentationcurrentslide" and modify "presentation"Matthias Freund4-0/+0
2015-06-20bump product version to 5.0.0.1.0+Christian Lohmaier1-1/+1
2015-06-20Updated coreChristian Lohmaier1-0/+0
2015-06-20fix tabpage renderingLászló Németh2-3/+3
2015-06-20fix DropCap preview renderingLászló Németh1-1/+1
2015-06-19update creditsChristian Lohmaier1-1378/+1401
2015-06-19tdf#85594 Additional tweaks to standard and drawing toolbarsYousuf Philips10-71/+110
2015-06-19rendercontext: Fix painting of double-buffered spinboxes.Jan Holesovsky2-11/+26
2015-06-19tdf#88697: sw: make WW8 export of CITATION fields compatible withMichael Stahl1-4/+32
2015-06-19sw: remove the SwField::ExpandCitation disasterMichael Stahl5-11/+6
2015-06-19qadevOOo: fix _XDataPilotTables failure in non-english localesMichael Stahl2-1/+11
2015-06-19'g' doesn't work correctly when config_host.mk contains non-ascii characters.Tomofumi Yagi1-3/+3
2015-06-19sw: WW8 export: speed up attribute iterationMichael Stahl1-0/+4
2015-06-19sw: DOCX export: fix exporting of hyperlink inside rubyMichael Stahl1-6/+39
2015-06-19sw: DOCX export fix non-well-formed XML if hyperlink followed by rubyMichael Stahl1-0/+6
2015-06-19sw: WW8: except refmark these attributes always have an end positionMichael Stahl1-3/+6
2015-06-19sw: dump ruby text in nodes dumpMichael Stahl1-0/+7
2015-06-19sw: fix duplicate whichId attributes in node dumpMichael Stahl1-1/+1
2015-06-19sw: tweak CrossRefBookmark hack to re-sort if appliedMichael Stahl1-0/+1
2015-06-19rendercontext: Fix painting of double-buffered listbox.Jan Holesovsky1-1/+1
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky26-101/+107
2015-06-19Avoid overflowing SetSizePixel computationStephan Bergmann1-1/+1
2015-06-19Simplify GetSize().Height() -> GetHeight()Stephan Bergmann1-4/+4
2015-06-19fix assert on loading kde98819-1.htmlCaolán McNamara1-1/+3
2015-06-19HIG: the label should specify what it's a label forCaolán McNamara1-0/+1
2015-06-19HIG: 12 pixels from label to widget in file pickerCaolán McNamara1-1/+1
2015-06-19tdf#91467 FixedText vertical orientation restoredAndras Timar1-1/+1
2015-06-19gtk3: gtk_dialog_get_header_bar new in 3.12Caolán McNamara1-0/+4
2015-06-19gtk3: error: 'GTK_STATE_FLAG_CHECKED' was not declared in this scopeMiklos Vajna1-2/+2
2015-06-19gtk3: hacky fpicker button removal needs updatingCaolán McNamara1-1/+1
2015-06-19gtk3: we need to take margins in account for scrollbarsCaolán McNamara1-2/+8
2015-06-19gtk3: get rid of this incorrectly gtk3-only positioning limits holdoverCaolán McNamara1-28/+0
2015-06-19gtk3: get right bounds for scrollbar thumb with no arrow buttonsCaolán McNamara1-5/+9
2015-06-19gtk3: use a more straightforward ownership for menuCaolán McNamara1-8/+8
2015-06-19gtk3: drop manually constructed mpMenuItemStyleCaolán McNamara2-18/+6
2015-06-19gtk3: use correct check menu item styleCaolán McNamara2-4/+12
2015-06-19gtk3: render menu radio buttons and checkboxesCaolán McNamara1-0/+6
2015-06-19Work around G_DEFINE_TYPE -Werror,-Wunused-functionStephan Bergmann1-0/+7
2015-06-19rendercontext: Don't direct paint the SHOW_IDLE when double-buffering.Jan Holesovsky1-1/+1
2015-06-19use gtk3 vclplug by default under GNOME3 if availableCaolán McNamara1-8/+0
2015-06-19gtk3: use owner-changed to detect losing/gaining clipboard ownershipCaolán McNamara1-32/+120
2015-06-19gtk3: unused paramCaolán McNamara1-1/+1
2015-06-19gtk3: implement paste from usCaolán McNamara1-7/+161
2015-06-19gtk3: little code cleanupCaolán McNamara1-13/+3
2015-06-19gtk3: implement isDataFlavorSupportedCaolán McNamara1-8/+27
2015-06-19gtk3: implement paste everything else into usCaolán McNamara1-5/+23
2015-06-19gtk3: implement most common case of text paste into usCaolán McNamara1-3/+13
2015-06-19gtk3 clipboard supportCaolán McNamara2-0/+337