summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin7-28/+28
2015-05-12convert CURSOR_DIRECTION constants to scoped enumNoel Grandin1-8/+8
2015-05-11tdf#90990 - listbox focus issue post dispose.Michael Meeks1-4/+4
2015-05-11gtk3: insert a gap between tabsCaolán McNamara1-6/+20
2015-05-11gtk3: get the native tab item padding and borders sizeCaolán McNamara3-10/+43
2015-05-11tdf#91227 vcl: fix crash in ImplListBox during paste special in WriterMiklos Vajna1-0/+3
2015-05-11vcl: gtk3: GTK_STYLE_CLASS_LABEL requires 3.16Michael Stahl1-0/+4
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2-3/+3
2015-05-11gtk3: put magic 4 behind ImplGetExtraYOffsetCaolán McNamara2-26/+34
2015-05-11ICONS: Breeze fallsback on galaxy and sifr fallsback on breezeYousuf Philips1-1/+3
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks2-3/+3
2015-05-11gtk3: now need to match GTK_STYLE_CLASS_LABEL to get label in tab propertiesCaolán McNamara1-3/+3
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin20-59/+59
2015-05-11vcl: fix build, remove dead SV_ICON_ID_PRINTERADMIN iconsMichael Stahl2-26/+0
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann10-18/+18
2015-05-11cppcheck: cstyleCastCaolán McNamara4-10/+10
2015-05-11invoke sal_detail_deinitialized() on MacOSX tooNorbert Thiebaud2-1/+8
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-11loplugin:staticmethodsStephan Bergmann5-49/+46
2015-05-11Remove unused OSXTransferable::isUnicodeTextStephan Bergmann2-7/+0
2015-05-11refactor "workben" classes to use RenderContextTomaž Vajngerl3-106/+112
2015-05-11refactor SplitWindow to use RenderContexTomaž Vajngerl1-290/+298
2015-05-11refactor WheelWindow to use RenderContexTomaž Vajngerl2-15/+29
2015-05-11refactor StatusBar to use RenderContexTomaž Vajngerl1-80/+91
2015-05-11refactor PrintDialog to use RenderContexTomaž Vajngerl1-51/+50
2015-05-10cppcheck: unnecessaryQualificationCaolán McNamara1-1/+1
2015-05-10tdf#74301: WMF: use LibreOffice locale on OEM_CHARSET/DEFAULT_CHARSETMike Kaganski1-1/+1
2015-05-10remove a use of OUString::intern()Norbert Thiebaud1-1/+1
2015-05-10tdf#44621: Fixed drag and drop in OSX 10.7+mmeof22-6/+16
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann4-6/+6
2015-05-10Clean up misguided use of EMPTYARGStephan Bergmann1-8/+5
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann4-8/+8
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks1-2/+5
2015-05-08False loplugin:staticmethodsStephan Bergmann2-0/+4
2015-05-08loplugin:staticmethodsStephan Bergmann2-3/+4
2015-05-08loplugin:staticmethodsStephan Bergmann1-1/+1
2015-05-08loplugin:staticmethodsStephan Bergmann2-2/+5
2015-05-08Remove dead CoreTextStyle::SetTextColorStephan Bergmann2-5/+0
2015-05-08Remove trivial CoreTextFontData::CreateTextStyle wrapperStephan Bergmann3-7/+1
2015-05-08loplugin:staticmethodsStephan Bergmann2-3/+3
2015-05-08loplugin:staticmethodsStephan Bergmann2-15/+18
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks9-10/+10
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-08loplugin:redundantcastStephan Bergmann1-3/+3
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-2/+2
2015-05-08vcl: hold reference during user event posting for floatwin.Michael Meeks1-1/+1
2015-05-08PostUserEvent - instrument to allow holding a VclPtr reference.Michael Meeks3-2/+22
2015-05-08vcl: Control - hold a VclPtr instead of a dogtag over emission.Michael Meeks1-8/+5