summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)Author
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25TyposJulien Nabet
2015-03-20opengl dr.memory: Avoid double delete.Jan Holesovsky
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-16Typo: warpper->wrapperJulien Nabet
2015-03-11vcl timers: avoid crash initializing too early.Michael Meeks
2015-03-11vcl timers: avoid crash with vcldemo.Michael Meeks
2015-03-10Scheduler: replaced max cast with SAL_MAX_UINT64Tobias Madl
2015-03-09Scheduler: Changed uLong to uInt32/uInt64Tobias Madl
2015-03-06adapted comments and variable namesTobias Madl
2015-03-06Scheduler: removed variable priorityTobias Madl
2015-03-06Timer/Idle: wipe out old functionalityTobias Madl
2015-03-06Timer: added new saltimer handlingTobias Madl
2015-03-06Clean up minor fixesTobias Madl
2015-03-06Timer: patch for commit 06d7314Tobias Madl
2015-03-06Timer Idle: adapted unit tests to new classesTobias Madl
2015-03-06Idle Timer: Invented Base ClassTobias Madl
2015-03-06Idle: Now using deinitialisationTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Idle: Inserted static castTobias Madl
2015-03-06Idle: New enum system, commentsTobias Madl
2015-03-06insert comments and corrected priority valuesJennifer Liebel
2015-03-06Added CommentsTobias Madl
2015-03-06Optimized Timer/Idle codeTobias Madl
2015-03-06Scheduling optimization and starving protectionTobias Madl
2015-03-06Idle and Timer are now completely independentTobias Madl
2015-03-06Idle and Timer are now completely independentTobias Madl
2015-03-06Idle: Idle and Timer completely independendTobias Madl
2015-03-06Idle: Better place for Idle handlingTobias Madl
2015-03-06Timer: first independend idle useTobias Madl
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-04make idle timers actually activate only when idleLuboš Luňák
2015-01-25fdo#84592 Improve SvTreeListBox class with alternating rows.Palenik Mihály
2015-01-20some debug code for finding leaked OpenGLContextsMarkus Mohrhard
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-12FocusChanged and DataChanged are never overridenNoel Grandin
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15drop newly unused Application::ValidateSystemFontCaolán McNamara
2014-12-10Instantiate ImplSVData on demandStephan Bergmann