summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)AuthorFilesLines
2015-06-03OS X: Default to the 'breeze' icon theme.Jan Holesovsky1-1/+1
2015-05-29fix base wizard sizeCaolán McNamara1-6/+6
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-27tdf#88675 Fix display names for hicontrast and tango_testingTobias Lippert2-6/+21
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara5-5/+5
2015-05-25tdf#90127: Read icon theme from the config when called too early.Jan Holesovsky1-0/+13
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-1/+1
2015-05-23Remove include stdio (part6)Julien Nabet1-3/+1
2015-05-23Set 'pseudo headlesness' also when being used from LibreOfficeKitTor Lillqvist1-2/+4
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-6/+6
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-45/+45
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-6/+6
2015-05-19remove setup of painting for help windows (done in ApplySettings)Tomaž Vajngerl1-21/+0
2015-05-18ApplySettings for dialogTomaž Vajngerl1-7/+32
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-1/+2
2015-05-15gtk3: render native menubar and menubaritemsCaolán McNamara1-0/+16
2015-05-14Scheduler: Deactivate task without deletionTobias Madl1-1/+1
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin1-26/+26
2015-05-13Slightly darken default workspace again to be easier on the eyesAdolfo Jayme Barrientos1-1/+1
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-11remove accidental code checked inNoel Grandin1-5/+0
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin1-0/+5
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-2/+2
2015-05-08Take SolarMutex when pushing app events that need a VclPtr.Michael Meeks1-0/+1
2015-05-08loplugin:redundantcastStephan Bergmann1-3/+3
2015-05-08PostUserEvent - instrument to allow holding a VclPtr reference.Michael Meeks1-1/+11
2015-05-07vcl: simplify code by using std::any_of/std::none_ofTakeshi Abe2-11/+3
2015-05-07refactor "HelpTextWindow" - use RenderContextTomaž Vajngerl1-18/+18
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-6/+2
2015-04-30gtk3: Set tab normal/rollover/hightlight text colorsCaolán McNamara1-0/+51
2015-04-30Gradually typed LinkStephan Bergmann3-29/+29
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-5/+5
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks8-99/+169
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara1-0/+17
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-20vcl: convert new to ::CreateMichael Meeks3-13/+13
2015-04-10vcl cleanup post re-base.Michael Meeks1-1/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks3-4/+4
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin3-5/+5
2015-04-10ImplSVGDIData didn't dispose its contents previously; clobber it for now.Michael Meeks1-0/+8
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-0/+2
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-4/+4