summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2016-06-14silence warning about unknown ACTIVE_DESCENDANT_CHANGED_NOFOCUSCaolán McNamara
2016-06-13Related: tdf#100337 revert x-crossplatform ToTop...Caolán McNamara
2016-06-13gtk3: m_bSetFocusOnMap is only used on gtk3Caolán McNamara
2016-06-13looks to me we can merge these ctorsCaolán McNamara
2016-06-13VCL: Simplify Splitter initialisationArnaud Versini
2016-06-13loplugin:vclwidgetsNoel Grandin
2016-06-13Fix typosAndrea Gelmini
2016-06-13opengl: vertex colors are defined in range 0-255 (GLubyte)Tomaž Vajngerl
2016-06-12VCL: Simplify MessBox and its children initialisation.Arnaud Versini
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-06-12Resolves: tdf#100313 OutputDevice::isDisposed doesn't work anymoreCaolán McNamara
2016-06-12VCL: Move local methods to anonymous namespaceArnaud Versini
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin
2016-06-12remove some unnecessary castingNoel Grandin
2016-06-11coverity#1362676 Dereference after null checkCaolán McNamara
2016-06-10gtk3: use gtk_window_group_get_current_grab instead of gtk_grab_get_currentCaolán McNamara
2016-06-10Convert RenderType to scoped enumNoel Grandin
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-06-09wrong hunk includedCaolán McNamara
2016-06-09Resolves: tdf#100248 vcl menu scroll timer still active post disposeCaolán McNamara
2016-06-09EndSaveFocus does nothing on the !bRestore caseCaolán McNamara
2016-06-09EndSaveFocus return value is unusedCaolán McNamara
2016-06-09reported abs narrowing complaintCaolán McNamara
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu
2016-06-09Resolves: rhbz#1344042 deb#826654 scale gtk3 smooth scaling events...Caolán McNamara
2016-06-09tdf#99795 drawAlphaBitmap should scale the bitmap if necessaryTomaž Vajngerl
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-06-08Simplify GfxLink using smart pointersMark Page
2016-06-08gtk3: use window groups so modal dialog are modal to their toplevel frame onlyCaolán McNamara
2016-06-08Resolves: rhbz#1343766 a11y queries during dispose trigger combobox crashesCaolán McNamara
2016-06-08tdf#100184 fix the lifecycle of a texture in an atlasTomaž Vajngerl
2016-06-08remove more "unsupported MetaAction" messages from test logsNoel Grandin
2016-06-08Get build unstuck for now re missing glm/glm.hppStephan Bergmann
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-08Convert ButtonValue to scoped enumNoel Grandin
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: fix transparency when drawing polypolygonsTomaž 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-07we also need to set initialized falg for deferred initializationMarkus Mohrhard
2016-06-07only init the OpenGL context if we need itMarkus Mohrhard
2016-06-07gtk3: move the updating of native menu to right after its activatedCaolán McNamara
2016-06-07gtk3: wrongly activating the parent menu and not the desired childCaolán McNamara
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl