summaryrefslogtreecommitdiff
path: root/vcl/generic/app
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Memory leakStephan Bergmann1-0/+5
2015-12-01Add 'Linux' string to about dialog OS version infoYousuf Philips1-2/+2
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks1-0/+33
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-7/+7
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks1-4/+3
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks1-1/+1
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-2/+2
2015-05-23Remove include stdio (part6)Julien Nabet1-1/+0
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin1-13/+13
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin1-4/+4
2015-03-27convert BUTTON_ constants to enum classNoel Grandin1-16/+17
2015-01-29vcl: copy-pasted SAL_WARN_IF conditionMichael Stahl1-1/+1
2015-01-17no need to do that for all contextsMarkus Mohrhard1-1/+1
2015-01-06vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks1-2/+6
2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann1-3/+3
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist2-7/+0
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann1-3/+3
2014-03-04Add mode linesTakeshi Abe1-0/+2
2014-02-26Remove visual noise from vclAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2013-10-29TypoTor Lillqvist1-1/+1
2013-10-29Add a SAL_WARN_IF to get more verbose information when CheckYieldMutex() failsTor Lillqvist1-0/+3
2013-09-09CID#738553 uninitialized scalarCaolán McNamara1-1/+1
2013-08-26Simplify a bit iterator managementJulien Nabet1-6/+6
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+3
2013-06-16fdo#43460 use isEmpty()Jelle van der Waa1-4/+4
2013-06-06fix WM_CLASSLuboš Luňák1-12/+4
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-19Fix previous fixStephan Bergmann1-1/+1
2013-03-19Fix broken automatic search/replace resultsStephan Bergmann1-1/+1
2013-03-19further OUString cleanupThomas Arnhold1-1/+1
2013-03-18Bypass X11-specific code if not on X11Tor Lillqvist1-3/+5
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/genericChr. Rossmanith1-14/+14
2012-11-12re-base on ALv2 code. Includes:Michael Meeks3-72/+42
2012-09-18Don't access broken service mgr during bootstrap failureStephan Bergmann1-9/+51
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-1/+1
2012-01-31Fix for fdo43460 Part LVII getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-22use officecfg/Office/Common.hxx directlyDavid Tardon1-63/+0
2011-12-13Disable gtk3 at run-time, unless in experimental mode.Michael Meeks1-0/+70
2011-11-27remove include of pch header from vclNorbert Thiebaud3-6/+0
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon1-2/+2
2011-11-01SalYieldMutex::release(): add assertionMichael Stahl1-0/+1
2011-10-25generic: undo attempt at cross-platform headless for nowMichael Meeks1-0/+5
2011-10-25gtk3: fix display changed signal emissionsMichael Meeks1-0/+8
2011-10-25generic: factor out generic display code, reducing cut+paste+bugMichael Meeks1-0/+155
2011-10-25gtk3: remove X dependency (for now)Michael Meeks1-0/+179
2011-10-25generic: merge me with last commit please ... - more workMichael Meeks1-0/+134