summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2016-01-15vcl: make constructors of ImplFont explicitChris Sherlock
2016-01-15vcl: convert next ImplFont constructor to use initializer listChris Sherlock
2016-01-15vcl: convert ImplFont constructor to use initializer listChris Sherlock
2016-01-15vcl: move metric.cxx to font/fontmetric.cxxChris Sherlock
2016-01-15vcl: reorganize ImplFontMetric to same layout as ImplFontMetricDataChris Sherlock
2016-01-15vcl: fixup prefixes for ImplFontMetricDataPtr variablesChris 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: change from pFontAttributes to pFontMetricChris Sherlock
2016-01-14vcl: FontMetric now has ImplFontMetricPtr objectsChris Sherlock
2016-01-14vcl: move font.cxx from gdi directory to font directoryChris 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: (workbench) check error status of socket writesChris Sherlock
2016-01-14vcl: Create mutator for line height attribute in FontMetricChris Sherlock
2016-01-14vcl: use mutators for FontMetric's ascent and descent propertiesChris 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-13tdf#92925 Remove MET (OS/2) exportBryan Quigley
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-13-Werror=misleading-indentation (GCC 6)Stephan Bergmann
2016-01-13tdf#95573 - stop (crazy) busy loop from blocking rendering.Michael Meeks
2016-01-13This stuff is private to vclTor Lillqvist
2016-01-13We only use the prev pointerTor Lillqvist
2016-01-13Fix memory leakStephan Bergmann
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-12tdf#96385 - opengl: dynamically adjust priority of swap buffers.Michael Meeks
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-12No need to name unused parametersTor Lillqvist
2016-01-12provide autorelease pool to avoid leakingDouglas Mencken