summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2014-12-11fdo#87030: Generate a proper PKCS#7 signatureTor Lillqvist1-248/+35
2014-12-11fdo#87030: Prevent PDF signing using Windows API from failingTor Lillqvist1-46/+193
2014-12-10Instantiate ImplSVData on demandStephan Bergmann4-24/+7
2014-12-10Demote Application::IsHeadlessModeRequested to local hackStephan Bergmann1-14/+0
2014-12-09Typo: enventually=>eventuallyJulien Nabet1-1/+1
2014-12-09Resolves: fdo#81421 listen to child window to see if it gets deletedCaolán McNamara1-9/+24
2014-12-09changed timers to idlesTobias Madl2-20/+20
2014-12-09changed timers to idleJennifer Liebel1-0/+3
2014-12-09applied patch from Michael MeeksJennifer Liebel1-1/+0
2014-12-09Basic Idle handler implementationTobias Madl1-2/+0
2014-12-09changed timers to idleJennifer Liebel2-4/+4
2014-12-09changed timers to idleJennifer Liebel1-5/+5
2014-12-09change timers to idlesTobias Madl3-4/+5
2014-12-09Resolves: fdo#87132 a11y crash on clicking outside of inline playback windowCaolán McNamara1-0/+2
2014-12-09vcl: add new metafile viewer demo - mainly for fdo#80503Chris Sherlock1-0/+4
2014-12-07try and help coverity out hereCaolán McNamara1-1/+1
2014-12-07coverity#1213364 Untrusted loop boundCaolán McNamara1-3/+3
2014-12-07WaE: 'ANDROID' is not defined, evaluates to 0Tor Lillqvist1-1/+2
2014-12-07simple check to prevent crash with old driversMarkus Mohrhard1-0/+3
2014-12-05fdo#87030: PDF signing using Windows API, work in progressTor Lillqvist1-3/+209
2014-12-05Remove noise SAL_WARNs that were not warnings, just informative messagesTor Lillqvist1-8/+0
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-0/+4
2014-12-04loplugin:implicitboolconversionStephan Bergmann1-1/+1
2014-12-04the return code COMBOBOX_ERROR is completely ignoredNoel Grandin1-8/+4
2014-12-04Don't use ImplDoTiledRendering for Android.Andrzej Hunt1-1/+1
2014-12-04callcatcher: update unused codeCaolán McNamara1-34/+0
2014-12-04Use the "vcl.pdfwriter" logging tag instead of "vcl.gdi"Tor Lillqvist1-21/+21
2014-12-04prevent crash when creating the platform context failedMarkus Mohrhard1-4/+6
2014-12-04more asserts to detect double deletesMarkus Mohrhard1-0/+2
2014-12-04add assert to detect double deleteMarkus Mohrhard1-1/+3
2014-12-04add more debugging outputMarkus Mohrhard1-0/+2
2014-12-03vcl: Fix Linux build.Jan Holesovsky1-14/+0
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne2-0/+23
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan1-0/+5
2014-12-03vcl: Add reference on default window's context so it doesn't get destroyedLouis-Francis Ratté-Boulianne2-0/+14
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne1-11/+0
2014-12-03fdo#83939: Set error code if signing failedTor Lillqvist1-2/+14
2014-12-03Make the default (non-native) workspace lighter, especially on Windows.Jan Holesovsky1-1/+1
2014-12-02Revert "use boost::shared_ptr instead of manual ref counting"Markus Mohrhard1-0/+12
2014-12-02Add a few questions as commentsTor Lillqvist1-0/+4
2014-12-02vcl: use resetToReInitialize to avoid context problems on Windows.Michael Meeks1-0/+11
2014-12-02request a stencil on windowsMarkus Mohrhard1-1/+1
2014-12-02add some debug code that checks the returned pixel formatMarkus Mohrhard1-0/+6
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne1-0/+35
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é-Boulianne2-15/+114
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl26-160/+160
2014-12-01use boost::shared_ptr instead of manual ref countingMarkus Mohrhard1-12/+0
2014-12-01introduce SAL_FORCEGL and document the variablesMarkus Mohrhard1-1/+11
2014-11-30coverity#1213364 Untrusted loop boundCaolán McNamara1-3/+6