summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-05-11-Werror=unused-variable for non debug buildJulien Nabet1-0/+1
2016-05-11tdf#98924 In windows, change the keyboard layout per applicationJuergen Funk2-0/+5
2016-05-11loplugin:implicitboolconversionTor Lillqvist1-1/+1
2016-05-11There is nothing called 'flushAndSwap'Tor Lillqvist1-5/+5
2016-05-11Resolves: tdf#99709 native gtk3 menubar isn't accessible with F6Caolán McNamara7-32/+138
2016-05-11make this cunning more explicitCaolán McNamara2-1/+6
2016-05-11gtk[3]: the frame argument is now unusedCaolán McNamara5-9/+5
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin15-40/+47
2016-05-11Lost initialization of mbMouseOverStephan Bergmann1-1/+2
2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin15-88/+88
2016-05-11Convert BORDERWINDOW_STYLE to scoped enumNoel Grandin6-31/+37
2016-05-11Convert BORDERWINDOW_HITTEST to scoped enumNoel Grandin2-98/+104
2016-05-11Convert FONT_FAMILY to scoped enumNoel Grandin3-30/+36
2016-05-11Convert BORDERWINDOW_DRAW to scoped enumNoel Grandin2-41/+37
2016-05-11Convert BORDERWINDOW_TITLE to scoped enumNoel Grandin3-28/+34
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin18-53/+33
2016-05-11Change code related to setting diacritic and cluster property of a characterAkash Jain1-17/+41
2016-05-10Constify some temporariesMatteo Casalin1-40/+37
2016-05-10This temporary Size is not really neededMatteo Casalin1-8/+4
2016-05-10Use member initialization listMatteo Casalin1-26/+26
2016-05-10Fix code format and remove some unneeded parenthesesMatteo Casalin1-36/+34
2016-05-10Avoid some temporaries, constifyMatteo Casalin1-22/+19
2016-05-10Fix typosAndrea Gelmini1-1/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann5-0/+15
2016-05-10Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann1-3/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann13-25/+33
2016-05-10separate this piece of goo out into a standalone thingCaolán McNamara3-7/+13
2016-05-10mbErrors is never readStephan Bergmann2-55/+46
2016-05-10Harmless missing break in switchStephan Bergmann1-0/+1
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann3-0/+4
2016-05-10Convert SAL_INVERT to scoped enumNoel Grandin7-34/+34
2016-05-10No need to wrap SAL_WARN in DBG_UTILStephan Bergmann1-2/+0
2016-05-10convert SAL_ROP to scoped enumNoel Grandin5-20/+20
2016-05-10Convert SALOBJ_EVENT to scoped enumNoel Grandin7-24/+28
2016-05-10opengl: Check if texture is valid before asking for IdTomaž Vajngerl1-2/+2
2016-05-10more OSX fixNoel Grandin1-1/+1
2016-05-10more OSX fixNoel Grandin2-2/+2
2016-05-10fix OSX and Windows buildsNoel Grandin6-7/+9
2016-05-10Check if we have an OpenGL context before using API that requires itTor Lillqvist1-2/+5
2016-05-10fix OSX buildNoel Grandin1-0/+1
2016-05-10Convert TOOLBOX_MENUTYPE_ to scoped enumNoel Grandin3-9/+9
2016-05-10Convert StatusBarItemBits to scoped enumNoel Grandin1-16/+16
2016-05-10fix Windows and OSX buildNoel Grandin2-8/+8
2016-05-10fix OSX buildNoel Grandin2-2/+6
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin34-429/+433
2016-05-10EXTTEXTINPUT_CURSOR_INVISIBLE is set on the wrong fieldCaolán McNamara2-2/+4
2016-05-10Avoid non--async-signal-safe functions in child after forkStephan Bergmann2-11/+20
2016-05-10fix Windows build (second attempt)Noel Grandin1-1/+1
2016-05-10tdf#99207: Fix incorrect RGB ordering in Graphite DWrite pathTim Eves1-6/+8
2016-05-10fix Windows buildNoel Grandin1-1/+1