summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2016-01-25Translate german commentStephan Bergmann
2016-01-25Dialog's ImplAsyncCloseHdl is IMPL_LINK_NOARG_TYPEDStephan Bergmann
2016-01-25MenuBar's CloseButtonClickHdl doesn't need an argumentStephan Bergmann
2016-01-25vcl: reformat tabs in vcl/inc/octree.hxxChris Sherlock
2016-01-25vcl: remove vcl/inc/magic.hChris Sherlock
2016-01-25vcl: move vcl/inc/list.h to vcl/source/fontsubset/Chris Sherlock
2016-01-25vcl: fix comments to vcl/inc/jobset.hChris Sherlock
2016-01-25tdf#39468 vcl: translate German comment in vcl/source/gdi/octree.cxxChris Sherlock
2016-01-25vcl: remove comment cruft from vcl/source/gdi/octree.cxxChris Sherlock
2016-01-25vcl: rename impoct.hxx to impoctree.hxxChris Sherlock
2016-01-25vcl: remove comment cruft from vcl/inc/impoct.hxxChris Sherlock
2016-01-25vcl: remove unnecessary header includes from impgraph.hxxChris Sherlock
2016-01-25vcl: remove entirely useless comments, fix tab spacing of impgraph.hxxChris Sherlock
2016-01-25vcl: header cleanup of impfont.hxxChris Sherlock
2016-01-25vcl: remove unnecessary headers from impbmp.hxxChris Sherlock
2016-01-25vcl: minor tabification of vcl/inc/impbmp.hxxChris Sherlock
2016-01-25vcl: remove oddly misleading comment cruft from image.hChris Sherlock
2016-01-25vcl: listbox.hxx header cleanupChris Sherlock
2016-01-25vcl: rename private ilstbox.hxx header to listbox.hxxChris Sherlock
2016-01-25vcl: remove comment cruft from helpwin.hxxChris Sherlock
2016-01-25vcl: gtkprintwrapper is a private gtk only headerChris Sherlock
2016-01-25vcl: remove comment cruft from private header controldata.hxxChris Sherlock
2016-01-25vcl: remove comment cruft from dndeventcontainer.cxxChris Sherlock
2016-01-25vcl: remove comment cruft from dndlistenercontainer.cxxChris Sherlock
2016-01-25git: rename dndlcon.{hxx|cxx} to dndlistenercontainer.{hxx|cxx}Chris Sherlock
2016-01-25vcl: fix cupsmgr.hxx header guardsChris Sherlock
2016-01-25vcl: fix svmconverter.hxx header guardsChris Sherlock
2016-01-25vcl: fix dndeventdispatcher.hxx header guardsChris Sherlock
2016-01-25vcl: move dndevdis.{hxx|cxx} to dndeventdispatcher.{hxx|cxx}Chris Sherlock
2016-01-25vcl: cupsmgr.hxx is a private Unix-only headerChris Sherlock
2016-01-25more usage of C++ osl::Mutex, osl::MutexGuardNoel Grandin
2016-01-25vcl: rename cvtsvm.{cxx|hxx} file to svmconverter.{cxx|hxx}Chris Sherlock
2016-01-24fix buildCaolán McNamara
2016-01-24limit variable scopeDavid Tardon
2016-01-24move bmp dimension sanity check to a better placeDavid Tardon
2016-01-24limit variable scopeDavid Tardon
2016-01-24limit variable scopeDavid Tardon
2016-01-24sanitize input to avoid large allocationDavid Tardon
2016-01-24absolute seek is clearerDavid Tardon
2016-01-24sanitize valueDavid Tardon
2016-01-23vcl: LogicalFontInstance no longer friend of ImplFontMetricDataChris Sherlock
2016-01-23vcl: add size property to the ImplFont classChris Sherlock
2016-01-22vcl: reorder and correctly initialize ImplFont private variablesChris Sherlock
2016-01-22ImplSVEvent::maDelData is unused nowStephan Bergmann
2016-01-22vcl: oops, these shouldn't be set to false but should be copiedChris Sherlock
2016-01-22vcl: add orientation flag property to Font classChris Sherlock
2016-01-22Use C++ osl::Mutex, osl::MutexGuardStephan Bergmann
2016-01-22vcl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2016-01-22Resolves: rhbz#1257635 after httpConnectEncrypt use cupsGetDests2Caolán McNamara
2016-01-22tdf#96407 Provide OS X version info for About boxDouglas Mencken