summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-09Bump minimum gtk version to 2.10Riccardo Magliocchetti3-29/+0
2014-12-06no need for extern C hereMarkus Mohrhard1-9/+0
2014-12-06remove some mozilla env variablesMarkus Mohrhard1-3/+0
2014-12-05fdo#38835 strip out OString globalsNoel Grandin1-2/+0
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-3/+3
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+1
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+1
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann19-54/+54
2014-12-04callcatcher: update unused codeCaolán McNamara2-11/+0
2014-12-04vcl (Linux): loplugin:cstylecastStephan Bergmann3-3/+3
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne1-0/+5
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan1-0/+5
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks1-0/+8
2014-12-02vcl: create a GeometryProvider interface.Michael Meeks1-20/+16
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks1-6/+0
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne3-102/+73
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara5-53/+19
2014-11-24rhbz#1167250: Avoid X11Clipboard already being destroyed in constructorStephan Bergmann3-7/+18
2014-11-24coverity#1195349 Argument cannot be negativeCaolán McNamara1-0/+2
2014-11-22Add Breeze icon theme for use with KDE Plasma 5Jonathan Riddell2-4/+4
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne1-1/+1
2014-11-22vcl: Use old method for pixmap painting for GTK widgets without OpenGLLouis-Francis Ratté-Boulianne1-57/+100
2014-11-22vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne5-281/+356
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne3-0/+38