summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna1-1/+1
2015-02-09android: In Impress, switch to the 'Normal' (slides) view.Jan Holesovsky1-0/+4
2015-02-08coverity#1267681 Dereference before null checkCaolán McNamara1-3/+3
2015-02-07loplugin:deletedspecialStephan Bergmann20-90/+64
2015-02-07Fixup --without-x buildRiccardo Magliocchetti2-5/+9
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara5-19/+18
2015-02-04fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara1-2/+4
2015-02-04make idle timers actually activate only when idleLuboš Luňák1-1/+4
2015-02-02crash on toggling "empty" menu in basic's language toolbarCaolán McNamara1-0/+4
2015-01-30chisel off some more unused codeCaolán McNamara1-1/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-4/+0
2015-01-27make it possible to easily have variants of glsl programsLuboš Luňák2-5/+11
2015-01-26LOK: move postMouseEvent to DocumentMiklos Vajna1-0/+7
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin20-134/+77
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin23-63/+63
2015-01-25fdo#84592 Improve SvTreeListBox class with alternating rows.Palenik Mihály1-3/+0
2015-01-22Resolves: fdo#87639 Image-filter Smooth crashesCaolán McNamara1-1/+0
2015-01-20font cache gets broken on adding an embedded fontCaolán McNamara1-0/+9
2015-01-20some debug code for finding leaked OpenGLContextsMarkus Mohrhard1-0/+11
2015-01-20remove wrong commentMarkus Mohrhard1-2/+1
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann2-12/+12
2015-01-19fdo#75757 Remove inheritance from std::vectorMichaël Lefèvre1-15/+0
2015-01-19use supersampling in Impress if fast opengl scaling is availableLuboš Luňák1-0/+9
2015-01-19Extract slow path of DrawDeviceAlphaBitmap into its own methodTomaž Vajngerl1-0/+6
2015-01-17no need to do that for all contextsMarkus Mohrhard1-3/+0
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara1-10/+18
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-1/+0
2015-01-14GetData is a hopelessly generic nameCaolán McNamara1-3/+3
2015-01-12Resolves: fdo#87015 image missing from docCaolán McNamara1-1/+2
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin2-23/+20
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2-16/+18
2015-01-12FocusChanged and DataChanged are never overridenNoel Grandin1-16/+0
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky1-1/+1
2015-01-09SolarMutexClearableGuard and SolarMutexResettableGuard are never overridenNoel Grandin1-4/+4
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin1-8/+15
2015-01-09enum Service is unusedNoel Grandin1-6/+0
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-3/+3
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin12-24/+0
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin2-9/+18
2015-01-07remove dead MOUSE_ definitionsNoel Grandin1-4/+0
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin2-7/+15
2015-01-06vcl: add OutputDevice::LogicInvalidate()Miklos Vajna1-0/+8
2015-01-06vcl::ITiledRenderable: add registerCallback()Miklos Vajna1-0/+9
2015-01-06Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara2-0/+3
2015-01-06vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks1-1/+7
2015-01-07android: Add initializeForRendering to LOKTomaž Vajngerl1-0/+4
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-16/+21
2015-01-06fdo#84938: convert SELENG_ #defines to 'enum class'Noel Grandin1-24/+30
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara6-20/+15