summaryrefslogtreecommitdiff
path: root/starmath/source/dialog.cxx
AgeCommit message (Expand)Author
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-10Cleanup FontCharMapPtr variable prefixesChris Sherlock
2016-01-04vcl: split classes out of metric.hxxChris Sherlock
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock
2015-11-10tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-15convert Link<> to typedNoel Grandin
2015-10-12convert Link<> to typedNoel Grandin
2015-10-05starmath: Kill c-style castTakeshi Abe
2015-09-24convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-07Fix harmless, historic mis-mergeStephan Bergmann
2015-09-07convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
2015-08-28Simplify SmFontStyles::GetStyleNameStephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-20loplugin: defaultparamsNoel Grandin
2015-07-22tdf#92600: Restore ability to apply font settings to controlsKatarina Behrens
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin
2015-05-14more refactorings in starmath dialogs..Tomaž Vajngerl
2015-05-14SmShowFont: change to save the font and use it in Paint + HiDPITomaž Vajngerl
2015-05-14refacor starmath dialogs to use RenderContextTomaž Vajngerl
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-11tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-07drop unused debugging ColorCaolán McNamara
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-16starmath: convert new to ::Create to get initial ref-counting right.Michael Meeks
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in starmathNoel Grandin
2015-04-07cppcheck: make ctor with 1 argument explicitTakeshi Abe