summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2016-01-21vcl: add subsettable flag property functions to Font classChris Sherlock
2016-01-21vcl: remove Font::GetFamily and Font::GetFamilyNoAsk (obsolete functions)Chris Sherlock
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-21vcl: add embeddable font property functions to Font classChris Sherlock
2016-01-21vcl: tabify fontattributes.hxxChris Sherlock
2016-01-20disable test that suddenly eats GBs of memoryDavid Tardon
2016-01-20vcl: add built in font property functions to Font classChris Sherlock
2016-01-20Related: rhbz#1149116 collateEquals was set with OString::booleanCaolán McNamara
2016-01-20vcl: gave ReadImplFont use ImplFont::SetFamilyType()Chris Sherlock
2016-01-20vcl: add more property functions to FontChris Sherlock
2016-01-20-Werror,-Wmismatched-tagsStephan Bergmann
2016-01-20coverity#1349702 Uninitialized scalar fieldCaolán McNamara
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara
2016-01-20vcl: fix comments in impfont.hxxChris Sherlock
2016-01-19vcl: add quality accessor & mutator to FontChris Sherlock
2016-01-19tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul
2016-01-19Resolves: tdf#99604 ungrab modal dialogsCaolán McNamara
2016-01-19either copy the whole thing exactly, or convert between typesCaolán McNamara
2016-01-19only use of clone is to copy, so do thatCaolán McNamara
2016-01-19always copying the full bitmap, not just a portion of itCaolán McNamara
2016-01-19Win9x has been dead and forgotten for a long timeTor Lillqvist
2016-01-19vcl: add comment about ImplFontMetric::{Get|Set}LineHeight()Chris Sherlock
2016-01-19vcl: define what svp stands for in READMEChris Sherlock
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock
2016-01-18devices are always top-down nowCaolán McNamara
2016-01-18svp: use SalColor instead of basebmp::ColorCaolán McNamara
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara
2016-01-18fix recently broken gtk a11yCaolán McNamara
2016-01-18Remove newly unused includesStephan Bergmann
2016-01-18dbgOut is unused nowStephan Bergmann
2016-01-18fix older cairo buildCaolán McNamara
2016-01-18some android build fixesCaolán McNamara
2016-01-18fix android buildCaolán McNamara
2016-01-18drop now unused basebmp xor modeCaolán McNamara
2016-01-18drop unneeded headersCaolán McNamara
2016-01-18svp: implement drawMask via cairoCaolán McNamara
2016-01-18gtk3: SpinButtons button area isn't always part of the ControlRegionCaolán McNamara
2016-01-18svp: replace basebmp surfaces with native cairo surfacesCaolán McNamara
2016-01-18tweak drawLine in face of 1bit behaviorCaolán McNamara
2016-01-18svp: implement getPixel via cairoCaolán McNamara
2016-01-18svp: implement getBitmap via cairoCaolán McNamara
2016-01-18refactor to reuseCaolán McNamara
2016-01-18svp: vcl and cairo have a difference of opinion on fg/bg of 1bit masksCaolán McNamara
2016-01-18route other drawBitmap through cairoCaolán McNamara
2016-01-18svp: route copyArea through cairoCaolán McNamara
2016-01-18svp: route copyBits through cairoCaolán McNamara
2016-01-18merge ApplyPaintMode into getCairoContextCaolán McNamara
2016-01-18drop newly unused m_aDrawMode nowCaolán McNamara
2016-01-18svp: route another drawBitmap variant through cairoCaolán McNamara
2016-01-18reroute line drawing through cairo pathCaolán McNamara