summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16tdf#78431: Clean up pFrame parameter in ImplWindowFrameProcXisco Fauli
2016-01-16vcl: add comment about ImplFontMetric::{Get|Set}LineHeight()Chris Sherlock
2016-01-16vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock
2016-01-16vcl: created accessors and mutators for font classesChris Sherlock
2016-01-16vcl: ImplFontMetric and FontAttributes is *very* familiarChris Sherlock
2016-01-15loplugin:simplifyboolNoel Grandin
2016-01-15vcl: add symbol and charset accessors and mutators to FontChris Sherlock
2016-01-15vcl: add the meCharSet attribute into FontAttributesChris Sherlock
2016-01-15vcl: create a default FontAttributes constructorChris Sherlock
2016-01-15vcl: make constructors of ImplFont explicitChris Sherlock
2016-01-15vcl: reorganize ImplFontMetric to same layout as ImplFontMetricDataChris Sherlock
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock
2016-01-14vcl: change ServerFont::FetchFontMetric to GetFontMetricChris Sherlock
2016-01-14vcl: FontMetric now has ImplFontMetricPtr objectsChris Sherlock
2016-01-14vcl: remove unneeded headers from impfontmetric.hxxChris Sherlock
2016-01-14vcl: remove unneeded headers from impfontmetricdata.hxxChris Sherlock
2016-01-14vcl: remove unneeded fwd decls from impfontcharmap.hxxChris Sherlock
2016-01-14vcl: remove unnecessary headers in impfont.hxxChris Sherlock
2016-01-14vcl: no need to include cstdio in fontsubset.hxxChris Sherlock
2016-01-14vcl: remove unnecessary foward decls from fontselect.hxxChris Sherlock
2016-01-14vcl: fontmanager.hxx is a private Unix headerChris Sherlock
2016-01-14vcl: cleanup fontinstance.hxx - remove unneeded fwd decls and includesChris Sherlock
2016-01-14vcl: cleanup - remove unnecessary includes and fwd declsChris Sherlock
2016-01-14vcl: move ImplFontCache into own private headerChris Sherlock
2016-01-14vcl: update private Unix fontcache.hxx's header guard nameChris Sherlock
2016-01-14vcl: split off ImplFontMetric into impfontmetric.hxxChris Sherlock
2016-01-14vcl: fontcache.hxx is a private Unix header for pspChris Sherlock
2016-01-14vcl: ImpFontMetric and FontMetric no longer friends with OutputDeviceChris Sherlock
2016-01-14vcl: Create mutator for bullet offset attribute in FontMetricChris Sherlock
2016-01-14vcl: Create mutator for slant attribute in FontMetricChris Sherlock
2016-01-14vcl: Create mutator for line height attribute in FontMetricChris Sherlock
2016-01-13vcl: Create accessor and mutator for ascent and descent in FontMetricChris Sherlock
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock
2016-01-13vcl: remove ImplFontMetrics::mnMiscFlags as no longer usedChris Sherlock
2016-01-13vcl: ImplFontMetric - all uses of enum now removedChris Sherlock
2016-01-13vcl: Create accessor and mutator for builtin font flag in FontMetricChris Sherlock
2016-01-13This stuff is private to vclTor Lillqvist
2016-01-13We only use the prev pointerTor Lillqvist
2016-01-13Bin unused fieldTor Lillqvist
2016-01-13vcl: Create accessor and mutator for full stop centered in FontMetricChris Sherlock
2016-01-13vcl: format enum in ImplFontMetric to make it easier to rebaseChris Sherlock
2016-01-13vcl: Create accessor and mutator for font scaling in FontMetricChris Sherlock
2016-01-12Revert "Re-work focus handling to use an idle handler"Miklos Vajna
2016-01-12Re-work focus handling to use an idle handlerTor Lillqvist
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock
2016-01-12vcl: change from Impl_Font to ImplFontChris Sherlock
2016-01-12vcl: put FontConfigFontOptions into Unix headerChris Sherlock
2016-01-12vcl: split off ImplFontCharMap into it's own header fileChris Sherlock
2016-01-11tdf#96875 Make OS X native context menus compatibleMaxim Monastirsky