summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-12tdf#36722: Enable footnote separator line style NONEOliver Specht2-1/+3
2015-12-12tdf#94851 check SalBitmap & convert in all drawBitmap methodsTomaž Vajngerl1-12/+38
2015-12-12Updated coreGiovanni Caligaris1-0/+0
2015-12-12Make .mk files more portableBaptiste Daroussin5-8/+7
2015-12-12<vcl/spin.h> can be private to vclTor Lillqvist4-6/+7
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist22-97/+51
2015-12-12tdf#96339 fix bug in sort listNoel Grandin5-23/+39
2015-12-12New Tai Lue prevowels are now stored beforeMartin Hosken1-1/+1
2015-12-12replace homegrown map with std::map<>Bjoern Michaelsen1-104/+41
2015-12-11use preincrement here for graceBjoern Michaelsen1-1/+1
2015-12-11writer UNO style families: test insert/replace opsBjoern Michaelsen1-0/+35
2015-12-11writer UNO style families: also check isUserDefined()Bjoern Michaelsen1-0/+2
2015-12-11move breeze transition icons into base galaxy theme.Michael Meeks42-0/+0
2015-12-11loplugin:nullptrStephan Bergmann1-1/+1
2015-12-11loplugin:nullptrStephan Bergmann1-1/+1
2015-12-11vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks6-11/+9
2015-12-11minuscule whitespace cleanupStephan Bergmann1-1/+0
2015-12-11separate ScRange::Move() and MoveSticky(), tdf#92779Eike Rathke3-1/+17
2015-12-11loplugin:nullptrStephan Bergmann1-1/+1
2015-12-11Get rid of StaticLibrary_pdfimport_sStephan Bergmann7-67/+32
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist29-94/+36
2015-12-11Resolves: tdf#93994 flush API objects at load timeArmin Le Grand2-0/+51
2015-12-11add test for UNO writer style families ...Bjoern Michaelsen3-8/+115
2015-12-11Remove unused -DBASEGFX_STATIC_LIBRARYStephan Bergmann1-1/+0
2015-12-11silence -Werror=strict-overflowEike Rathke1-3/+3
2015-12-11Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann6-9/+8
2015-12-11Clear all m_pVCLMenu->pItemList->maItemList[i]->m_pSubMenuStephan Bergmann1-5/+6
2015-12-11slideshow: windows build fixesTomaž Vajngerl2-5/+5
2015-12-11slideshow: Improve the performances of the Glitter transitionEmmanuel Gil Peyrot4-23/+205
2015-12-11slideshow: Improve the performances of the Honeycomb transitionEmmanuel Gil Peyrot5-51/+297
2015-12-11slideshow: Don’t upload matrices to inexistent uniformsEmmanuel Gil Peyrot1-8/+16
2015-12-11slideshow: Use GL_CLAMP_TO_BORDER for texture wrapEmmanuel Gil Peyrot1-2/+2
2015-12-11opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot3-7/+68
2015-12-11slideshow: Remove extraneous checks for the program object.Emmanuel Gil Peyrot1-87/+68
2015-12-11slideshow: Don’t crash when a transition fails to initialize.Emmanuel Gil Peyrot3-22/+27
2015-12-11slideshow: Only upload vertex data on prepareEmmanuel Gil Peyrot2-35/+87
2015-12-11slideshow: Fix what was remaining to be able to use a core contextEmmanuel Gil Peyrot3-10/+15
2015-12-11slideshow: Fix lighting in the Vortex transitionEmmanuel Gil Peyrot2-8/+36
2015-12-11slideshow: Remove the last legacy uniformsEmmanuel Gil Peyrot4-36/+49
2015-12-11slideshow: Upload the projection and modelview matrices as uniformsEmmanuel Gil Peyrot5-41/+51
2015-12-11slideshow: upload the transform matrices as uniformsEmmanuel Gil Peyrot5-41/+55
2015-12-11slideshow: Remove legacy lighting codeEmmanuel Gil Peyrot1-8/+0
2015-12-11slideshow: Remove wrong and unused uniform uploadEmmanuel Gil Peyrot1-11/+1
2015-12-11loplugin:staticmethodsStephan Bergmann1-1/+1
2015-12-11loplugin:overrideStephan Bergmann1-1/+1
2015-12-11loplugin:defaultparamsStephan Bergmann1-1/+1
2015-12-11tdf#96384: Add a new signal 'text-selection' to lokdocviewPranav Kant1-1/+20
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist17-48/+6
2015-12-11unit test for sticky end col/row anchors, tdf#92779Eike Rathke1-0/+184
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke13-44/+181