summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin
2016-05-11Lost initialization of mbMouseOverStephan Bergmann
2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin
2016-05-11Convert BORDERWINDOW_STYLE to scoped enumNoel Grandin
2016-05-11Convert BORDERWINDOW_HITTEST to scoped enumNoel Grandin
2016-05-11Convert FONT_FAMILY to scoped enumNoel Grandin
2016-05-11Convert BORDERWINDOW_DRAW to scoped enumNoel Grandin
2016-05-11Convert BORDERWINDOW_TITLE to scoped enumNoel Grandin
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin
2016-05-11Change code related to setting diacritic and cluster property of a characterAkash Jain
2016-05-10Constify some temporariesMatteo Casalin
2016-05-10This temporary Size is not really neededMatteo Casalin
2016-05-10Use member initialization listMatteo Casalin
2016-05-10Fix code format and remove some unneeded parenthesesMatteo Casalin
2016-05-10Avoid some temporaries, constifyMatteo Casalin
2016-05-10Fix typosAndrea Gelmini
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10separate this piece of goo out into a standalone thingCaolán McNamara
2016-05-10mbErrors is never readStephan Bergmann
2016-05-10Harmless missing break in switchStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-10Convert SAL_INVERT to scoped enumNoel Grandin
2016-05-10No need to wrap SAL_WARN in DBG_UTILStephan Bergmann
2016-05-10convert SAL_ROP to scoped enumNoel Grandin
2016-05-10Convert SALOBJ_EVENT to scoped enumNoel Grandin
2016-05-10opengl: Check if texture is valid before asking for IdTomaž Vajngerl
2016-05-10more OSX fixNoel Grandin
2016-05-10more OSX fixNoel Grandin
2016-05-10fix OSX and Windows buildsNoel Grandin
2016-05-10Check if we have an OpenGL context before using API that requires itTor Lillqvist
2016-05-10fix OSX buildNoel Grandin
2016-05-10Convert TOOLBOX_MENUTYPE_ to scoped enumNoel Grandin
2016-05-10Convert StatusBarItemBits to scoped enumNoel Grandin
2016-05-10fix Windows and OSX buildNoel Grandin
2016-05-10fix OSX buildNoel Grandin
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin
2016-05-10EXTTEXTINPUT_CURSOR_INVISIBLE is set on the wrong fieldCaolán McNamara
2016-05-10Avoid non--async-signal-safe functions in child after forkStephan Bergmann
2016-05-10fix Windows build (second attempt)Noel Grandin
2016-05-10tdf#99207: Fix incorrect RGB ordering in Graphite DWrite pathTim Eves
2016-05-10fix Windows buildNoel Grandin
2016-05-10vcl : Simplify vcl::Window initialisation and destructionArnaud Versini
2016-05-10convert WINDOWSTATE_STATE to scoped enumNoel Grandin
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin
2016-05-09Improve two informative messagesTor Lillqvist
2016-05-09Update the wmf filter to simplify object ownershipMark Page
2016-05-09cid#1358836 reorganize to silence Resource leak in objectCaolán McNamara
2016-05-09gtk3: always update on UpdateFullCaolán McNamara