summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin4-61/+61
2016-05-27Revert "remove unused RSC_DOCKWINDOW flags"Michael Stahl1-1/+32
2016-05-27remove unused RSC_DOCKWINDOW flagsNoel Grandin1-32/+1
2016-05-27Related: tdf#87967 valgrind reported invalid reads on 1 pixel wide bitmapCaolán McNamara1-5/+5
2016-05-26cppcheck: variable scopeCaolán McNamara4-6/+7
2016-05-26Convert TextDirectionality to scoped enumNoel Grandin2-5/+5
2016-05-26vcl: replace boost::shared_array with std::shared_ptrMichael Stahl3-28/+28
2016-05-26loplugin:unusedreturntypesNoel Grandin5-40/+23
2016-05-26Convert MtfConversion to scoped enumNoel Grandin1-3/+3
2016-05-26convert RSC_IMAGE to scoped enumNoel Grandin1-15/+4
2016-05-26Convert METRICFORMATTER to scoped enumNoel Grandin1-3/+3
2016-05-26Convert METRICFIELD to scoped enumNoel Grandin1-4/+4
2016-05-25lok: reset the font list when there are no itemsHenry Castro1-0/+10
2016-05-25vcl: replace prematurely optimized GlyphEmit with a std::vectorMichael Stahl1-25/+6
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl6-20/+30
2016-05-25Window::SetData and Window::GetData are nearly unused nowCaolán McNamara3-12/+0
2016-05-25new src file has ExtraLong in use anymoreCaolán McNamara1-5/+0
2016-05-25no src file has BorderStyle in use anymoreCaolán McNamara1-6/+0
2016-05-25this temporary window will never see key inputMarkus Mohrhard1-11/+0
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara4-21/+0
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin26-553/+557
2016-05-25Convert AUTOCOMPLETE to scoped enumNoel Grandin2-9/+9
2016-05-25Use VCL_GL_INFO hereTor Lillqvist1-2/+2
2016-05-25Avoid redundancy: The same information was logged in readProgramBinary()Tor Lillqvist1-1/+0
2016-05-25convert ImageType to scoped enumNoel Grandin1-3/+3
2016-05-25Don't claim to be reading a file before trying to open itTor Lillqvist1-2/+2
2016-05-25tdf#98792: This assertion is not neededTor Lillqvist1-1/+0
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin2-48/+48
2016-05-25remove (un-)definitions of NDEBUG from source filesMichael Stahl3-10/+0
2016-05-25Convert Disposal to scoped enumNoel Grandin3-10/+10
2016-05-25Fix typosAndrea Gelmini2-2/+2
2016-05-25Convert FontHintStyle to scoped enumNoel Grandin3-10/+10
2016-05-25VclBuilder: pStore may indeed be emptyJulien Nabet1-1/+2
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2-0/+2
2016-05-25Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???" (in Win-only)Stephan Bergmann1-0/+1
2016-05-25-Werror,-Winconsistent-missing-overrideStephan Bergmann1-2/+2
2016-05-25Missing includeStephan Bergmann1-0/+1
2016-05-24opengl: prevent seg. fault - VCL_GL_INFO still needs the contextTomaž Vajngerl1-1/+2
2016-05-24Convert WINDOW_HITTEST to scoped enumNoel Grandin3-11/+9
2016-05-24Convert VclPackType to scoped enumNoel Grandin3-11/+13
2016-05-24support old gtk3sCaolán McNamara1-0/+6
2016-05-24fix crash on pressing esc on Insert->Table floating windowCaolán McNamara1-1/+2
2016-05-24Revert "Simplify GfxLink using std::shared_ptr to clarify ownership"Stephan Bergmann1-65/+160
2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin2-21/+21
2016-05-24Convert ImageType to scoped enumNoel Grandin2-19/+19
2016-05-23opengl: combined shaders to reduce shader switchingTomaž Vajngerl8-25/+273
2016-05-23like menus do, restore focus to prev control when floatingwindow popdownsCaolán McNamara1-3/+4
2016-05-23Resolves: tdf#99874 gtk3: all-black xbm cursorsCaolán McNamara1-7/+11
2016-05-23Simplify GfxLink using std::shared_ptr to clarify ownershipMark Page1-160/+65
2016-05-23Silence C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsStephan Bergmann1-2/+2