summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
AgeCommit message (Expand)AuthorFilesLines
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann1-1/+2
2016-04-14Unit test hook for online / fonts.Michael Meeks1-0/+21
2016-04-14loplugin:passstuffbyref in vclNoel Grandin3-3/+3
2016-04-13Stop assigning null to intrusive_ptrTakeshi Abe1-2/+0
2016-04-12Avoid reserved identifiersStephan Bergmann1-8/+8
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin2-4/+4
2016-04-08Change #include <cairo-svg.h> to <cairo.h>Korrawit Pruegsanusak1-4/+1
2016-04-07tdf#97087 - Give Idles comprehensible and unique namesMuhammet Kara1-1/+1
2016-04-01loplugin:constantparam in vclNoel Grandin4-8/+8
2016-04-01tdf#97966 Drop 'static' keywordsWastack3-4/+4
2016-03-30tdf#96099 Remove trivial typedefs from vcl moduleslideon1-5/+4
2016-03-27Revert "vcl: two printing headers should be private Unix headers"Julien Nabet9-11/+11
2016-03-28vcl: two printing headers should be private Unix headersChris Sherlock9-11/+11
2016-03-25fix headless buildOliver Specht1-1/+5
2016-03-24tdf#93236 Revert "support fast MM printing in...Jan-Marek Glogowski3-123/+15
2016-03-16loplugin:constantparam in unotools/Noel Grandin3-11/+10
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-48/+3
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-17/+17
2016-03-09cups_dest_s::instance can be nullStephan Bergmann1-1/+1
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-11/+7
2016-03-07improve defaultparams lopluginNoel Grandin1-2/+2
2016-03-04loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin1-2/+2
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin1-6/+4
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin6-22/+16
2016-02-22tdf#82577: Remove prex.h and postx.h wrapper headersJorenz Paragas25-59/+66
2016-02-22loplugin:commaoperator in vcl/Noel Grandin10-51/+149
2016-02-19always support packagekit if dbus is enabledCaolán McNamara2-5/+5
2016-02-19move dbus config into its own config headerCaolán McNamara3-11/+13
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-1/+1
2016-02-18Resolves: tdf#97904 opengl stuff isn't implemented for gtk3Caolán McNamara1-0/+9
2016-02-18tdf#96091 Correct ascend and descend values for OTC font.Mark Hung1-8/+15
2016-02-15rename X11WindowProvider to a NativeWindowHandle providerCaolán McNamara5-75/+74
2016-02-12nothing needs GetClipRegionType or uses SAL_OBJECT_CLIP_INCLUDERECTS nowCaolán McNamara1-6/+0
2016-02-12op is always SAL_OBJECT_CLIP_INCLUDERECTSCaolán McNamara1-16/+2
2016-02-12this GetClipRegionType is always SAL_OBJECT_CLIP_INCLUDERECTSCaolán McNamara1-2/+2
2016-02-12SAL_OBJECT_CLIP_ABSOLUTE is never usedCaolán McNamara1-3/+0
2016-02-12SAL_OBJECT_CLIP_EXCLUDERECTS is never usedCaolán McNamara1-3/+0
2016-02-12nClipRegionType is always SAL_OBJECT_CLIP_INCLUDERECTSCaolán McNamara1-1/+0
2016-02-12tdf#95857 Sort out German plurals ...danielt9982-8/+8
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock21-58/+58
2016-02-11SalYieldMutex::acquire/release should always be called in pairs, no?Stephan Bergmann1-8/+9
2016-02-09Formatting changes across all modulesChris Sherlock2-6/+3
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock1-7/+7
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock3-3/+3
2016-02-06vcl: split exception types from input typesChris Sherlock1-13/+13
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-02-02loplugin:staticmethodsStephan Bergmann1-1/+1
2016-02-02move getCairoContext from X11CairoTextRender to X11SalGraphicsCaolán McNamara2-29/+19
2016-02-02move CairoTextRender cleanup to callersCaolán McNamara3-3/+8