summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-03-04V813: Decreased performanceCaolán McNamara5-16/+16
2015-03-04Hack to make an in-destruction SystemWindow no longer claim to be oneStephan Bergmann1-0/+3
2015-03-04silence warning from use of GetVersionExA in external multimon.h headerCaolán McNamara1-0/+3
2015-03-04Remove hack of replacing 0 with 1/LONG_MAXStephan Bergmann1-12/+0
2015-03-03TyposJulien Nabet1-1/+1
2015-03-03remove more SunStudio cruftMichael Stahl1-4/+6
2015-03-03missing magicCaolán McNamara2-0/+75
2015-03-03likely intentDavid Tardon1-1/+1
2015-03-03just in case, fallback if not cairo-surfaceCaolán McNamara3-5/+21
2015-03-03render text with cairo under gtk3, not headless solutionCaolán McNamara11-38/+60
2015-03-02StaticLibrary headless is goneStephan Bergmann1-4/+0
2015-03-02Remove references to unused GLUStephan Bergmann8-8/+1
2015-03-02if you link vclplug_svp to desktop you end up with duplicate font cachesCaolán McNamara10-66/+19
2015-03-02quieten this a bitCaolán McNamara1-2/+1
2015-03-02implement GetWorkArea for gtk3Caolán McNamara1-2/+5
2015-03-02simplify thisCaolán McNamara1-8/+2
2015-03-02tweak to return a cairo_context instead of a cairo_surfaceCaolán McNamara6-15/+22
2015-03-02unused GetPeer inlineCaolán McNamara1-4/+0
2015-03-02Add vcl::Window::SetLastMousePos()Miklos Vajna1-0/+9
2015-03-02WaE: comparison of integers of different signsTor Lillqvist1-2/+2
2015-03-02-Werror,-Wsign-compareNoel Grandin1-4/+6
2015-03-02cppcheck: unsignedLessThanZeroNoel Grandin1-1/+1
2015-03-02convert GFF_ constants to enum classNoel Grandin1-55/+56
2015-03-01fix gtk3 buildCaolán McNamara1-5/+8
2015-02-28tdf#89141: reverted a workaround for getting activity timeVasily Melenchuk1-10/+4
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks15-21/+47
2015-02-28Fix compilation for iOSTor Lillqvist1-0/+2
2015-02-27tdf#84881: Timestamp the right data (Win32 version)Tor Lillqvist1-107/+241
2015-02-27seperate headless textrendering into its own classCaolán McNamara8-394/+651
2015-02-27Remove unused mpOldSalMenuStephan Bergmann2-3/+0
2015-02-27tdf#84881: Timestamp the right data (NSS version)Tor Lillqvist1-2/+4
2015-02-26TyposJulien Nabet1-1/+1
2015-02-26Restore "Use the cairo-compatible basebmp surface for headless"Caolán McNamara7-66/+48
2015-02-26tdf#84881: Add Windows implementation of timestamping of signatureTor Lillqvist1-0/+122
2015-02-26cppcheck: unreadVariableCaolán McNamara1-37/+0
2015-02-26expand this 1980's shift-fest, torture-by-ternery and magic '3' into humanCaolán McNamara2-13/+18
2015-02-26in BITFIELDS mode (3) there are *3* pal entries not 12Caolán McNamara1-1/+1
2015-02-26Revert "Use the cairo-compatible basebmp surface for headless"Stephan Bergmann7-48/+66
2015-02-26tdf#89666: vcl: speed up HbLayoutEngine line layout for large paragraphsMichael Stahl1-1/+1
2015-02-25vcl: these compare functions use subtraction and could overflowMichael Stahl1-5/+7
2015-02-25tdf#84881: Try to fix "The signature includes an embedded timestamp but ...Tor Lillqvist1-16/+131
2015-02-25tdf#84881: Slight refactoring and redordering of function callsTor Lillqvist1-63/+95
2015-02-25WaE: -Werror=unused-variableCaolán McNamara1-3/+0
2015-02-25presumably destroy flushesCaolán McNamara1-2/+0
2015-02-25Use the cairo-compatible basebmp surface for headlessCaolán McNamara7-65/+52
2015-02-25Fix crash while scaling large bitmaps.Ashod Nakashian1-6/+7
2015-02-24Typo: curently->currentlyJulien Nabet2-2/+2
2015-02-24TyposJulien Nabet1-1/+1
2015-02-2432 times larger than necessaryCaolán McNamara1-1/+1
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara5-13/+19