summaryrefslogtreecommitdiff
path: root/vcl/unx/x11
AgeCommit message (Expand)AuthorFilesLines
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2016-09-06don't need to include all these headers, reduce to required minCaolán McNamara1-1/+0
2015-10-02loplugin:unusedmethods in vclNoel Grandin1-41/+0
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin1-1/+1
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-6/+6
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann1-5/+5
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-1/+1
2014-04-17Resolves: rhbz#1086714 overlarge pixmapCaolán McNamara1-6/+5
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-1/+1
2014-01-30Assert in X11SalSystem::GetDisplayScreenPosSizePixelChris Sherlock1-3/+4
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin1-2/+2
2013-07-19remove Application::GetWorkAreaPosSizePixelNoel Grandin1-6/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+8
2012-11-12re-base on ALv2 code. Includes:Michael Meeks1-24/+14
2012-05-30vcl: rename unhelpful 'Default' screen to a BuiltIn screenMichael Meeks1-1/+1
2012-04-30Related: moz#424333 pixmaps are limited to max signed shortCaolán McNamara1-0/+50
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks1-5/+7
2012-01-15vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks1-3/+3
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks1-2/+2
2011-12-01Remove uses of charAtAugust Sodora1-2/+2
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon1-2/+2
2011-10-25generic: create shared display class and re-factor to use itMichael Meeks1-5/+5
2011-10-25re-write gtksys to use the cleaner GdkScreen API avoiding X & XineramaMichael Meeks1-0/+174