summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
AgeCommit message (Expand)Author
2014-07-10fix linking in vcl under OSXNoel Grandin
2014-07-03fix libmerged: vclplug_svp is inMatúš Kukan
2014-06-16Use proper name also when libmerged is used.Matúš Kukan
2014-06-09gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl
2014-06-03vcl: Refactor scale "super" out of bitmap and make it independentTomaž Vajngerl
2014-05-23vcl: moved paint functions from window.cxx to paint.cxxChris Sherlock
2014-05-23vcl: move mouse functions from window.cxx to mouse.cxxChris Sherlock
2014-05-23vcl: split window.cxx into event and settings functionsChris Sherlock
2014-05-22Initial cut at some infinite monkeys work.Michael Meeks
2014-05-20vcl: move resource functions from window.cxx to resource.cxxChris Sherlock
2014-05-20vcl: move globalization functions from window.cxx to globalization.cxxChris Sherlock
2014-05-20vcl: move debug function from window.cxx to debug.cxxChris Sherlock
2014-05-13vcl: move window order and stack functions into stacking.cxxChris Sherlock
2014-05-13vcl: move Window clipping functions to clipping.cxxChris Sherlock
2014-05-13vcl: move legacy accessibility functions to own fileChris Sherlock
2014-05-13VCL: Move accessibility functions to accessibility.cxxChris Sherlock
2014-05-01Revert "VCL: move native widget rendering functions out of OutputDevice"Chris Sherlock
2014-05-01VCL: move native widget rendering functions out of OutputDeviceChris Sherlock
2014-05-01VCL: Rearrange function locations and accessibility in window.hxxChris Sherlock
2014-04-27VCL: complete reorganization of text and font functions in outdev.hxxChris Sherlock
2014-04-25VCL: ImpObjStack replaced with std::stackChris Sherlock
2014-04-22Merge tworect.cxx with rect.cxx and rename functionsChris Sherlock
2014-04-22Move OutputDevice clipping functions into own fileChris Sherlock
2014-04-22Reorganize outdev.hxx - mainly map functionsChris Sherlock
2014-04-22Reorganize native control functions in OutputDeviceChris Sherlock
2014-04-22Reorganize OutputDevice bitmap functionsChris Sherlock
2014-04-20Move VCL text line functions from text.cxx to textline.cxxChris Sherlock
2014-04-17No need for vcl/source/outdev/bezier.cxx any moreChris Sherlock
2014-04-16Move alpha.cxx contents into bitmap.cxxChris Sherlock
2014-04-16Split outdev5.cxx and outdev6.cxxChris Sherlock
2014-04-16Split outdev3.cxxChris Sherlock
2014-04-16Split outdev2.cxxChris Sherlock
2014-04-16Move lines and rectangles to seperate source filesChris Sherlock
2014-04-16Move line functions into line.cxx and polyline.cxxChris Sherlock
2014-04-16Move bezier functions into own source file bezier.cxxChris Sherlock
2014-04-16Don't forget to add polygon as an object in the makefile!Chris Sherlock
2014-04-16Move hatch functions to own source file.Chris Sherlock
2014-04-16Move OutputDevice gradient funcs to vcl/source/gdi/outdev/gradient.cxxChris Sherlock
2014-04-16Move OutputDevice source files to vcl/source/gdi/outdevChris Sherlock
2014-04-09vcl quartz: cache per-run glyphs informationNorbert Thiebaud
2014-03-21move remaining padmin dialogs into vclCaolán McNamara
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert
2014-02-06Make vcl/source/filter/jpeg/jpegc.c be C++ codeStephan Bergmann
2014-02-05fdo#69358 Introduction of native Mac OSX Toolbar, based on CoreUIJoren De Cuyper
2014-01-18Do proper script itemization with HarfBuzzKhaled Hosny
2014-01-16If this is Windows specific, it can be inside ifeq ($(OS),WNT)Tor Lillqvist