summaryrefslogtreecommitdiff
path: root/formula/source/ui
AgeCommit message (Expand)Author
2015-10-17do not use white text on white background in controlEike Rathke
2015-08-06Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-14tdf#91273: Crash when closing formula wizard (cancel or ok)Julien Nabet
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-09WaE: unused parameter.Michael Meeks
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-07loplugin:vclwidgets ("OutputDevice subclass should have ..."Stephan Bergmann
2015-05-07tdf#90935 - function wizard crash fix.Michael Meeks
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29string access out of boundsEike Rathke
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-16formula & canvas: convert new to ::Create to get initial ref-counting right.Michael Meeks
2015-04-13More lifecycle correction.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in formulaNoel Grandin
2015-03-30most likely formulas won't be longer than 64k characters, but...Eike Rathke
2015-03-30Include <algorithm> for std::min()Tor Lillqvist
2015-03-30Resolves: tdf#90301 string access out of boundsEike Rathke
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-21Since nCategory is unused, Lb2Cat can be removedJulien Nabet
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2014-12-18formula: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-09changed timers to idlesTobias Madl
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-22convert OSL_... to SAL_WARNEike Rathke
2014-08-22reactivate the verifyEike Rathke
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke
2014-08-20Fixed size of 'formula' dialog in CalcSzymon Kłos
2014-08-09remove unused dlg resources from dbu_resource.hrcThomas Arnhold
2014-07-31fix memory leak around function descriptionsMarkus Mohrhard
2014-07-08Explicit virtual dtor needed for auto_ptr member for MSVC.Kohei Yoshida