summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)AuthorFilesLines
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-0/+2
2015-07-08vcl: document mnDispatchLevel TODOMichael Stahl1-0/+4
2015-06-30CreateAccessible just forwards to the parent impl alreadyCaolán McNamara1-5/+0
2015-06-26vcl: fix Win32 deadlocks from SolarMutexReleaserMichael Stahl1-6/+30
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-19Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15Revert "std::list for Scheduler"Stephan Bergmann5-125/+110
2015-06-15another stab at tdf#91393Caolán McNamara1-1/+1
2015-06-14Resolves: tdf#91393 autotext (etc) not fully drawnCaolán McNamara1-1/+6
2015-06-13Fix funny line-ends.Thorsten Behrens1-4/+4
2015-06-13tdf#92036 - work around writer spelling issueMichael Meeks1-2/+15
2015-06-12vcl: loplugin:pointertoboolMiklos Vajna1-1/+1
2015-06-12std::list for SchedulerJuergen Funk5-111/+126
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks3-11/+31
2015-06-09tdf#91462 MenuBarHighlightTextColor should default to MenuHighlightTextColorCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-2/+2
2015-06-05Clear VclPtr instance reference on removed UserEvents.Michael Meeks1-2/+2
2015-06-04loplugin:simplifyboolStephan Bergmann1-1/+1
2015-06-04Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instanceCaolán McNamara1-1/+2
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