summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2015-02-07loplugin:deletedspecialStephan Bergmann4-13/+8
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-2/+2
2015-02-05-Werror,-Wformat-securityStephan Bergmann1-1/+1
2015-02-05tdf#84102: Expose XAccessibleExtendedAttributes through ATKJacobo Aragunde Pérez3-0/+66
2015-02-05callcatcher: update unused codeCaolán McNamara4-30/+0
2015-02-04discard excessive (X11) autorepeat keyboard events if they overload LOLuboš Luňák1-27/+61
2015-02-04compress (X11) mouse wheel eventsLuboš Luňák1-2/+57
2015-02-04make idle timers actually activate only when idleLuboš Luňák5-7/+44
2015-02-03valgrind: glXChooseVisual says to use XFree to free its returned dataCaolán McNamara1-0/+1
2015-02-01coverity#1267676 Identical code for different branchesCaolán McNamara1-2/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-20/+0
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann1-1/+1
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara2-4/+4
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl2-4/+4
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara2-4/+4
2015-01-26Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann1-2/+9
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin3-5/+5
2015-01-25coverity#1266437 Unintended comparison to logical negationCaolán McNamara1-1/+1
2015-01-24Revert "vcl: Reduce OpenGLX11CairoTextRender surface area to size of text bou...Chris Sherlock5-53/+10
2015-01-24vcl: Reduce OpenGLX11CairoTextRender surface area to size of text boundsChris Sherlock5-10/+53
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl1-0/+1
2015-01-22vcl: cleanup of OpenGLX11CairoTextRender::drawSurfaceChris Sherlock1-8/+0
2015-01-21Resolves: #i46871# Add French translation for Space keyAriel Constenla-Haile1-0/+1
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann32-179/+180
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn3-9/+5
2015-01-15Fix warning about ignoring write() return valLuke Deller1-4/+12
2015-01-10vcl: CairoTextRender::nTextColor_ to mnTextColorChris Sherlock1-6/+6
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan1-2/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-3/+3
2015-01-07VclInputFlags fixStephan Bergmann1-4/+4
2015-01-07fix windows buildNoel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin6-6/+6
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin3-17/+18
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin3-14/+10
2015-01-06vcl: cleanup shared SalYieldMutex from GtkYieldMutex.Michael Meeks1-14/+0
2015-01-06Fix o3tl::typed_flags to bool conversionsStephan Bergmann2-4/+4
2015-01-06fix build after enumification of ControlStateCaolán McNamara1-1/+1
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann1-2/+2
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin4-94/+94
2015-01-05fdo#86674 paragraphs have ATK_STATE_INVALIDNiklas Johansson1-1/+10
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara8-69/+69
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann2-13/+9
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann10-29/+29
2014-12-11vcl: Reset context when the backend window is destroyedLouis-Francis Ratté-Boulianne1-0/+11
2014-12-11vcl: Limit Cairo surface size to the clipping region to improve performanceLouis-Francis Ratté-Boulianne5-2/+49
2014-12-11vcl: Use right size to draw native GTK window backgroundLouis-Francis Ratté-Boulianne1-4/+7
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne3-13/+13
2014-12-10Make IsHeadlessModeRequested hack work for LOKStephan Bergmann1-0/+3
2014-12-10Demote Application::IsHeadlessModeRequested to local hackStephan Bergmann1-1/+21
2014-12-10No need to re-check IsHeadlessModeRequested in get_desktop_environmentStephan Bergmann1-2/+1