summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/app
AgeCommit message (Expand)Author
2016-02-18Resolves: tdf#97904 opengl stuff isn't implemented for gtk3Caolán McNamara
2016-02-15rename X11WindowProvider to a NativeWindowHandle providerCaolán McNamara
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-02-11SalYieldMutex::acquire/release should always be called in pairs, no?Stephan Bergmann
2016-02-09Formatting changes across all modulesChris Sherlock
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2016-02-06vcl: split exception types from input typesChris Sherlock
2016-02-05Fix typosAndrea Gelmini
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-02-01configure: remove ---disable-randr-linkMichael Stahl
2016-02-01fix the --disable-randr-link buildMichael Stahl
2016-01-25more usage of C++ osl::Mutex, osl::MutexGuardNoel Grandin
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann
2016-01-11vcl: move vcl/generic/app/ files to vcl/unx/generic/appChris Sherlock
2016-01-11vcl: move vcl/generic/print files to vcl/unx/generic/printChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-12-30cppcheck: allocaCalledCaolán McNamara
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks
2015-11-24loplugin:unusedfields in vcl/Noel Grandin
2015-11-17vcl: add parameter to detect if OS events are processed during Yield.Michael Meeks
2015-11-13vcl: rename static variable I18NStatus::pInstanceMichael Stahl
2015-11-10vcl: We see what you meant by DBG_ASSERT(true, ...)Takeshi Abe
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-06vcl: The keymap table is constantTakeshi Abe
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin
2015-10-02loplugin:unusedmethods in vclNoel Grandin
2015-10-01tdf#39080 Interactive hide-whitespace modeAshod Nakashian
2015-09-30Fix typosAndrea Gelmini
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl
2015-09-28loplugin:staticmethodsStephan Bergmann
2015-09-21tdf#94275: core dump when XKeysymToString returns NULLJulien Nabet
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-21loplugin: defaultparamsNoel Grandin
2015-08-20vcl: remove obsolete defines.Michael Meeks
2015-07-10loplugin:unusedmethods vcl(part2)Noel 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-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin