summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2016-06-08tdf#100184 fix the lifecycle of a texture in an atlasTomaž Vajngerl
2016-06-08opengl: batch drawing of polylinesTomaž Vajngerl
2016-06-08Not sure why loplugin:passstuffbyref did not warn about these cases?Tor Lillqvist
2016-06-08loplugin:passstuffbyrefTor Lillqvist
2016-06-08loplugin:passstuffbyrefTor Lillqvist
2016-06-08opengl: improve overlap trackingTomaž Vajngerl
2016-06-08opengl: deferred texture drawing in RenderList, add drawAlphaRectTomaž Vajngerl
2016-06-08opengl: batch draw polypolygonsTomaž Vajngerl
2016-06-08opengl: batch drawing of pixel, line, rect draw callsTomaž Vajngerl
2016-06-08opengl: VertexUtils, deferred flush update, remove unneeded callsTomaž Vajngerl
2016-06-06remove unused constants in HRC filesNoel Grandin
2016-06-03tdf#96099 Reduce number of typedefs used for trivial container typeskrishna keshav
2016-06-03Clean up Windows error reporting a bitTor Lillqvist
2016-06-03Convert NupOrderType to scoped enumNoel Grandin
2016-06-03Follow-up fix (odd missing ~TheAquaA11yFocusTracker error)Stephan Bergmann
2016-06-03loplugin:refcountingStephan Bergmann
2016-06-02loplugin:unusedfieldsNoel Grandin
2016-06-01loplugin:unusedmethodsNoel Grandin
2016-05-31gtk3: crash on reusing a popup menu that has a sub menuCaolán McNamara
2016-05-31Related: tdf#92695 gtk3 only activate/deactive submenus, not the toplevelCaolán McNamara
2016-05-30loplugin:passstuffbyrefStephan Bergmann
2016-05-30Resolves: tdf#100097 dbaccess self-dnd depends on getting its own transferableCaolán McNamara
2016-05-29tdf#100080 set unused shader attribs with values, fixes GL on AMDTomaž Vajngerl
2016-05-26vcl: replace boost::shared_array with std::shared_ptrMichael Stahl
2016-05-26loplugin:unusedreturntypesNoel Grandin
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl
2016-05-25Window::SetData and Window::GetData are nearly unused nowCaolán McNamara
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-25Convert FontHintStyle to scoped enumNoel Grandin
2016-05-24Convert WINDOW_HITTEST to scoped enumNoel Grandin
2016-05-24Convert ImageType to scoped enumNoel Grandin
2016-05-23opengl: combined shaders to reduce shader switchingTomaž Vajngerl
2016-05-23opengl: use line shader for all line drawing not just polylinesTomaž Vajngerl
2016-05-23opengl: use existing code for "legacy" polyline, polygon render.Tomaž Vajngerl
2016-05-23mark destructor as virtual, loplugin:overrideMarkus Mohrhard
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin
2016-05-22Convert PreeditStatus to scoped enumNoel Grandin
2016-05-22Convert SetType to scoped enumNoel Grandin
2016-05-21split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara
2016-05-21move glX stuff to X-only modulesCaolán McNamara
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara
2016-05-20loplugin:unusedmethods in vclNoel Grandin
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara
2016-05-19opengl: track the state of blend, DrawArrays on OpenGLProgramTomaž Vajngerl
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin
2016-05-11Resolves: tdf#99709 native gtk3 menubar isn't accessible with F6Caolán McNamara
2016-05-11make this cunning more explicitCaolán McNamara