summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
AgeCommit message (Expand)Author
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl
2015-09-02vcl: rename DESKTOP_KDE to DESKTOP_KDE3Michael Stahl
2015-09-02tdf#93839 - Encourage vdevs to pick up new GL Contexts for Linux.Michael Meeks
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-28Revert "tdf#93530 - the VCL GDI flushing abstraction should glFlush too."Michael Meeks
2015-08-26tdf#93530 - the VCL GDI flushing abstraction should glFlush too.Michael Meeks
2015-08-21loplugin: defaultparamsNoel Grandin
2015-08-20vcl: remove obsolete defines.Michael Meeks
2015-08-18tdf#832525 - Wrong punctuation direction after Chinese characters inMark Hung
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-28Avoid uncommon C++ style of forward declaration combined with its useTor Lillqvist
2015-07-24tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl
2015-07-23inline a handful of use-once #definesNoel Grandin
2015-07-17move all the X foo of desktop detection in the fallback pathCaolán McNamara
2015-07-17add gnome-wayland alongside gnomeCaolán McNamara
2015-07-17force a specific DPI with SAL_FORCEDPI (GTK2 & GTK3 backends only)Tomaž Vajngerl
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-07-08vcl: use SAL_INFO for available X11 clipboard formatsMichael Stahl
2015-07-08Fix typosAndrea Gelmini
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-07-02Translation from LatinAndrea Gelmini
2015-06-26vcl: fix Win32 deadlocks from SolarMutexReleaserMichael Stahl
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-22Re-factor AddTempDevFont to share it with headless backend.Michael Meeks
2015-06-19use gtk3 vclplug by default under GNOME3 if availableCaolán McNamara
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-13TyposJulien Nabet
2015-06-12in general this seems to make more senseMarkus Mohrhard
2015-06-11Fix LibreOffice running with SAL_ENABLEGL=1Jan Holesovsky
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-07Remove include stdio (part8)Julien Nabet
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-05-29tdf#91720 -after MailMerge print, plain std print is not possibleJuergen Funk
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-27convert EXTTEXTINPUT constants to scoped enumNoel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-25convert SHOW constants to scoped enumNoel Grandin