summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara8-39/+22
2015-05-13Slightly darken default workspace again to be easier on the eyesAdolfo Jayme Barrientos1-1/+1
2015-05-13first step towards removing LazyDeletorNoel Grandin2-4/+4
2015-05-13gtk3: stop painting the active listboxes blueCaolán McNamara1-1/+1
2015-05-13convert FLOATWIN_TITLE constants to scoped enumNoel Grandin3-13/+13
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin7-26/+26
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin8-103/+104
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin6-15/+15
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin7-236/+236
2015-05-13convert FRAME_HIGHLIGHT constants to scoped enumNoel Grandin1-3/+3
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin10-61/+65
2015-05-13add PostPaint and change PrePaint to include RenderContext param.Tomaž Vajngerl1-14/+20
2015-05-13Add DrawSelectionBackground that is outside of vcl::WindowTomaž Vajngerl1-2/+154
2015-05-12fix buildCaolán McNamara1-9/+0
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks2-3/+6
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: get the native tab item padding and borders sizeCaolán McNamara2-7/+13
2015-05-11tdf#91227 vcl: fix crash in ImplListBox during paste special in WriterMiklos Vajna1-0/+3
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-11convert COMMAND_ constants to scoped enumNoel Grandin18-57/+57
2015-05-11vcl: fix build, remove dead SV_ICON_ID_PRINTERADMIN iconsMichael Stahl1-25/+0
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann7-13/+13
2015-05-11cppcheck: cstyleCastCaolán McNamara4-10/+10
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-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-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-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann3-3/+3
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-2/+2
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks1-2/+5
2015-05-08False loplugin:staticmethodsStephan Bergmann2-0/+4
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks8-9/+9
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-08vcl: hold reference during user event posting for floatwin.Michael Meeks1-1/+1
2015-05-08PostUserEvent - instrument to allow holding a VclPtr reference.Michael Meeks2-2/+21
2015-05-08vcl: Control - hold a VclPtr instead of a dogtag over emission.Michael Meeks1-8/+5
2015-05-08convert SHOWDIALOG_ID constants to scoped enumNoel Grandin1-2/+2
2015-05-07tdf#91073 - hold a reference on the floatwin in UserEvent handler.Michael Meeks1-0/+1
2015-05-07NoParent condition reversedCaolán McNamara1-4/+3