summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* use consistent #define checks for the Windows platformNoel Grandin2016-02-1726-53/+53
* ForceReposition is unusedCaolán McNamara2016-02-171-1/+1
* gtk3+wayland: play video via gtksink gstreamer elementCaolán McNamara2016-02-164-5/+5
* use std shared_ptr for sharing ImpBitmapsCaolán McNamara2016-02-167-144/+80
* Related: tdf#97739 fix gtk3 spinbuttons for recent control region changesCaolán McNamara2016-02-162-22/+15
* use consistent #define checks for the Windows platformNoel Grandin2016-02-165-6/+6
* Work around CPPUNIT_ASSERT_EQUAL shortcomingsStephan Bergmann2016-02-161-1/+2
* Silence loplugin:staticmethodsNoel Grandin2016-02-161-0/+1
* this "else" looks uselessDavid Tardon2016-02-161-1/+0
* vcl: assign nullptr after deletingHenry Castro2016-02-162-5/+9
* loplugin:nullptrTor Lillqvist2016-02-151-3/+3
* loplugin:simplifyboolTor Lillqvist2016-02-151-1/+1
* vcl: add isInitVCL, to not initialize twiceHenry Castro2016-02-151-1/+11
* Unit test for opengl blocklist parsing and evaluatingTomaž Vajngerl2016-02-159-35/+379
* implement wayland handle passing for gstreamerCaolán McNamara2016-02-153-8/+31
* rename X11WindowProvider to a NativeWindowHandle providerCaolán McNamara2016-02-1512-106/+77
* tdf#97739 - ensure we have a valid rectangle for spin-button controls.Michael Meeks2016-02-151-1/+2
* tdf#97665 Let's hope that over activation isn't really neededMaxim Monastirsky2016-02-156-108/+25
* Package_opengl_blacklist is Windows-specificTor Lillqvist2016-02-151-1/+2
* Tidy up graphite layout code after fixing line ending diacriticsMartin Hosken2016-02-151-19/+16
* WaE: unreachable codeCaolán McNamara2016-02-141-1/+0
* tdf#85761 vcl: JPEG export does not save PPI values correctlyChris Sherlock2016-02-148-8/+200
* coverity#1352217 Logically dead codeCaolán McNamara2016-02-141-1/+1
* Fix graphite line final diacriticsMartin Hosken2016-02-131-2/+6
* gtk3: only available since 3.12.0Caolán McNamara2016-02-121-0/+2
* nothing needs GetClipRegionType or uses SAL_OBJECT_CLIP_INCLUDERECTS nowCaolán McNamara2016-02-1212-38/+3
* op is always SAL_OBJECT_CLIP_INCLUDERECTSCaolán McNamara2016-02-121-16/+2
* this GetClipRegionType is always SAL_OBJECT_CLIP_INCLUDERECTSCaolán McNamara2016-02-122-4/+2
* SAL_OBJECT_CLIP_ABSOLUTE is never usedCaolán McNamara2016-02-123-7/+1
* SAL_OBJECT_CLIP_EXCLUDERECTS is never usedCaolán McNamara2016-02-123-9/+0
* nClipRegionType is always SAL_OBJECT_CLIP_INCLUDERECTSCaolán McNamara2016-02-122-3/+1
* split the gtk2 and gtk2 gtkobjectsCaolán McNamara2016-02-122-22/+184
* tdf#95857 Sort out German plurals ...danielt9982016-02-123-10/+10
* vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock2016-02-1386-272/+272
* Related: rhbz#1287593 issue 8, set a 'dark shadow' color based on the themeCaolán McNamara2016-02-121-16/+8
* Blind Windows fix attemptStephan Bergmann2016-02-122-2/+2
* -Werror,-Wunused-functionStephan Bergmann2016-02-121-5/+0
* Related: rhbz#1287593 subissues 1 & 2, pick 'tab' suitable colors from themeCaolán McNamara2016-02-121-0/+4
* gtk3: we don't render whatever a CTRL_LISTNET isCaolán McNamara2016-02-121-0/+1
* Related: rhbz#1287593 subissue 6, get suitable hyperlink colors for dark themeCaolán McNamara2016-02-123-19/+22
* add CVE-2016-0952 testcasesCaolán McNamara2016-02-122-0/+1
* add CVE-2016-0951 testcasesCaolán McNamara2016-02-122-0/+2
* gtk_icon_info_free is deprecatedCaolán McNamara2016-02-121-6/+3
* tdf#97425 - JVM start parameters should be editable.akki952016-02-121-0/+6
* loplugin:unusedmethodsNoel Grandin2016-02-122-4/+0
* tdf#97763 - avoid divide by zero for scaling images to tiny dimensions.Michael Meeks2016-02-111-0/+4
* Keep track of ThreadsEnter/Leave acquire counts per threadStephan Bergmann2016-02-112-15/+10
* tdf#97715 fix inv. scale calculation in DrawTransformedTextureTomaž Vajngerl2016-02-111-2/+7
* SalYieldMutex::acquire/release should always be called in pairs, no?Stephan Bergmann2016-02-111-8/+9
* gtk3: adapt to 3.20 style changesCaolán McNamara2016-02-112-236/+644