summaryrefslogtreecommitdiff
path: root/vcl/inc/svdata.hxx
AgeCommit message (Expand)Author
2015-04-10ImplSVGDIData didn't dispose its contents previously; clobber it for now.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl:fixes towards unit test happinessNoel Grandin
2015-03-09Scheduler: Changed uLong to uInt32/uInt64Tobias Madl
2015-03-06adapted comments and variable namesTobias Madl
2015-03-06Idle Timer: Invented Base ClassTobias Madl
2015-03-06Optimized Timer/Idle codeTobias Madl
2015-03-06Idle: Idle and Timer completely independendTobias Madl
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin
2015-01-06vcl: fdo#39468 - translated ImplSVData comments (esp. around timer)Chris Sherlock
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-10Instantiate ImplSVData on demandStephan Bergmann
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne
2014-11-29vcl: indent comments in vcl/inc/svdata.hxxChris Sherlock
2014-11-29vcl: comment says mnLayout is only used for RTL testing... removingChris Sherlock
2014-11-29vcl: pImplSVData->maAppData.mnDefaultLayoutBorder is never used, get rid of itChris Sherlock
2014-11-28vcl: cleanup include/vcl/svdata.hxxChris Sherlock
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-05-30New loplugin:inlinevisible to flag inline functions marked DLLEXPORTStephan Bergmann
2014-05-27vcl: move functionality from window2.cxxChris Sherlock
2014-05-06ImplSVEvent::mnEvent is always zeroStephan Bergmann
2014-04-14typo: befor -> beforeThomas Arnhold
2014-04-10Kill the ImplSVGDIData::mbNoXORClipping flagTor Lillqvist
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06I found a reference confirming my guessTor Lillqvist
2014-04-06Add a comment guessing what "NWF" meansTor Lillqvist
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-31Remove now unused obsolete tools/debug.hxx functionalityStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-18ImplCallPreNotify should return boolStephan Bergmann
2014-01-18Remove unused ImplCallEventStephan Bergmann
2013-12-31Remove unused variables.Matúš Kukan
2013-12-05fdo#39956 Delete JABDavid Ostrovsky
2013-10-28fixincludeguards.sh: vclThomas Arnhold
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-17convert VCL from String to OUStringNoel Grandin
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara
2013-07-25convert some XubString to OUString in ApplicationNoel Grandin
2013-06-30XubString->OUStringCaolán McNamara
2013-06-20move static bitmap into a svapp memberCaolán McNamara
2013-05-09sal_Bool to boolTakeshi Abe