summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
AgeCommit message (Expand)AuthorFilesLines
2016-01-27Resolves: rhbz#1257635 after httpConnectEncrypt use cupsGetDests2Caolán McNamara1-4/+3
2016-01-20Related: rhbz#1149116 collateEquals was set with OString::booleanCaolán McNamara1-1/+1
2015-10-28tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn1-4/+36
2015-09-28tdf#83252 - Wrong punctuation direction after Chinese characters inMark Hung1-1/+1
2015-09-21tdf#94275: core dump when XKeysymToString returns NULLJulien Nabet1-4/+9
2015-09-16GL paint-flushing guard re-work.Michael Meeks2-9/+1
2015-09-08tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks1-2/+2
2015-09-02tdf#93839 - Encourage vdevs to pick up new GL Contexts for Linux.Michael Meeks1-0/+2
2015-08-07tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl3-0/+31
2015-07-19add gnome-wayland alongside gnomeCaolán McNamara1-0/+4
2015-06-19use gtk3 vclplug by default under GNOME3 if availableCaolán McNamara1-8/+0
2015-06-11Fix LibreOffice running with SAL_ENABLEGL=1Jan Holesovsky1-0/+3
2015-05-31rendercontext: Initialize X11SalVirtualDevice with appropriate SalGraphics.Jan Holesovsky1-11/+16
2015-05-29tdf#91720 - after MailMerge print, plain std print is not possibleJuergen Funk1-0/+1
2015-05-29convert POINTER constants to scoped enumNoel Grandin2-104/+101
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin2-2/+2
2015-05-18add missing includesDavid Tardon1-0/+2
2015-05-17WaE in OSL_DEBUG_LEVEL > 1Caolán McNamara1-1/+1
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin1-8/+8
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-3/+3
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-3/+3
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-4/+4
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks1-1/+1
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-05-05loplugin:staticmethodsNoel Grandin4-5/+5
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann1-3/+2
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist2-3/+3
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-4/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks4-49/+70
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann3-5/+5
2015-04-20vcl: convert new to ::CreateMichael Meeks2-5/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-4/+4
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-1/+1
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-0/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks2-3/+3
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin1-0/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin2-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2-7/+19
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin1-11/+7
2015-04-09vcl: window destructors calling disposeNoel Grandin1-3/+0
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-2/+2
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin1-1/+1