summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-18vcl: since we share Bitmaps across all GLContexts simplify lifecycle.Michael Meeks4-14/+15
2014-11-18vcldemo: render more small scaled page-border alikesMichael Meeks1-20/+11
2014-11-18Updated coreAndras Timar1-0/+0
2014-11-18coverity#735514 Logically dead codeCaolán McNamara1-51/+47
2014-11-18OS X: Default to the 'sifr' icon theme.Jan Holesovsky1-0/+3
2014-11-18Need <cppuhelper/queryinterface.hxx> here, too, I assumeTor Lillqvist1-0/+1
2014-11-18Add a spreadsheet to test OpenCL implementation on user requestTor Lillqvist3-0/+17
2014-11-18Need <cppuhelper/queryinterface.hxx> nowTor Lillqvist1-0/+3
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl230-34/+250
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl34-16/+38
2014-11-18cppumaker: only include rtl/instance.hxx and mutex.hxx when necessaryMichael Stahl1-4/+22
2014-11-18unotype.hxx: fix documentation copypastaMichael Stahl1-1/+1
2014-11-18Makefile: set CC as well for include-what-you-useMichael Stahl1-1/+1
2014-11-18Missing parenthesesZolnai Tamás1-1/+1
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida7-63/+38
2014-11-18This test become unreferenced by accidentZolnai Tamás1-8/+1
2014-11-18Fix broken GraphicObjectTestZolnai Tamás1-1/+1
2014-11-18fdo#85594 renabling a few entries and adding addition hidden entriesYousuf Philips2-5/+8
2014-11-18Preparation of the LibreOfficeKit for WindowsJuergen Funk3-24/+153
2014-11-18Resolves: fdo#75066 add TABSTOP and DIALOGCONTROL bitsCaolán McNamara1-1/+1
2014-11-18DOCX export: put either hints or the para attr set into the para marker propsMiklos Vajna4-2/+33
2014-11-18Be precise here, maximum value means it is still allowed to haveZolnai Tamás1-1/+1
2014-11-18Be honest about the maximum cache sizeZolnai Tamás2-7/+3
2014-11-18Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida3-5/+13
2014-11-18assert because still listening to the wrong view when SetView usedCaolán McNamara2-2/+11
2014-11-18vcl: check the OpenGL drawable as well as the context.Michael Meeks1-3/+6
2014-11-18gcc 4.8.3 lets us do it, but not everyone elseCaolán McNamara1-19/+43
2014-11-18restore old explanation message via assert hackCaolán McNamara1-1/+1
2014-11-18show pointer_move arrow when passing over an object boundaryCaolán McNamara1-0/+1
2014-11-18Add a 'Test' button to test the machine's OpenCL implementationTor Lillqvist3-0/+26
2014-11-18Avoid overflowStephan Bergmann1-3/+9
2014-11-18Rename Activate... -> Attach...Kohei Yoshida2-10/+10
2014-11-18Check that UNOIDL enum has membersStephan Bergmann1-0/+4
2014-11-18Avoid overflowStephan Bergmann1-1/+1
2014-11-18Unnecessary casting.Kohei Yoshida1-1/+1
2014-11-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-11-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-2/+2
2014-11-18WaE: implicit conversion (IntegralCast) from bool to 'unsigned long'Tor Lillqvist1-1/+1
2014-11-18RANDBETWEEN is supposed to return an integerTor Lillqvist1-1/+1
2014-11-18Kill check-merged.sh, 'git cherry' actually gives better results.Jan Holesovsky1-36/+0
2014-11-18windows opengl: Share the contexts as we do on Linux.Jan Holesovsky2-6/+41
2014-11-18vcl: remove old GetOpenGLContext method.Michael Meeks1-5/+0
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky7-57/+24
2014-11-18vcl: Unbind framebuffer after setting offscreen modeLouis-Francis Ratté-Boulianne1-0/+1
2014-11-18vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne4-22/+32
2014-11-18No need to cd into instdir/programStephan Bergmann1-1/+0
2014-11-18check-merged.sh: Fix an obvious typo.Jan Holesovsky1-1/+1
2014-11-18Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida5-19/+39
2014-11-18Extend the test to cover insertion / deletion of rows.Kohei Yoshida1-0/+39
2014-11-18Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida5-33/+50