summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-11-26mv ooo to top-levelJoe Schaefer1-9/+9
2012-11-12Added ColorDepth change test with assertion to the Bitmap::Scale methodArmin Le Grand1-12/+21
2012-11-12Corrected bitmap scaler to not create 24bit outputs for scaling masks/alphasArmin Le Grand1-1/+2
2012-11-09Wrong comparison with bool correctedArmin Le Grand1-1/+1
2012-10-30#121233# some slight corrections/enhancementsArmin Le Grand2-107/+65
2012-10-29#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SC...Armin Le Grand8-26/+1465
2012-10-27Remove unused variable to prevent compile warnings.Pavel Janík1-1/+0
2012-10-26#121267# added support for taking clipping into account for metafile-based ex...Armin Le Grand4-0/+1153
2012-10-25#121237# Corrected Region export, was missing to write an end marker when Reg...Armin Le Grand1-4/+10
2012-10-23Remove unused variable to prevent compiler warnign.Pavel Janík1-1/+0
2012-10-23#121237# Rework/Cleanup of Region code due to missing complete support for B2...Armin Le Grand26-3080/+3484
2012-10-19make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr13-127/+129
2012-10-18Remove the incubating disclaimer now that Apache OpenOffice has graduated fro...Herbert Dürr2-2/+2
2012-10-16#121194# Better support for graphic fill styles which are not bitmaps (svg, m...Armin Le Grand2-3/+11
2012-10-10#121183# Added buffering non-bitmap formats in GraphicArmin Le Grand1-51/+65
2012-10-03Rename local variable that shadows other to prevent compiler warning.Pavel Janík1-2/+2
2012-10-02#120957# Added Reginas corrections for gradient colors for linear gradients i...Armin Le Grand1-181/+158
2012-09-27#115630# secured OutputDevice::ImplDrawHatch in vcl and PolyPolygon::Optimize...Armin Le Grand1-30/+55
2012-09-25Fix typoAriel Constenla-Haile1-1/+1
2012-09-25Check empty BitmapExAriel Constenla-Haile1-3/+5
2012-09-22#i119418# - About Dialog improvementsAriel Constenla-Haile2-23/+91
2012-09-12#120683# add new cmd line arg -conversionmode to enavle further optimizationJürgen Schmidt3-47/+66
2012-09-07Fix issue #120627#: [From Symphony]the text on the Y axis is reversed when ex...Zhe Wang1-1/+6
2012-09-06assertion corrected: BitmapEx constructors with Mask or AlphaMask needed more...Armin Le Grand1-3/+3
2012-09-06assertion removed: allow BitmapEx constructors with empty Mask or AlphaMaskArmin Le Grand1-10/+2
2012-08-22#i120481# Add registered transferable flavor to make the Writer acceptAndre Fischer2-9/+20
2012-08-06#120464# - method <PrinterController::triggerAppToFreeResources()>: reset <La...Oliver-Rainer Wittmann1-0/+1
2012-07-27#120165# Adapt Mask/Alpha at BitmapEx construction when size differs from bas...Armin Le Grand1-4/+18
2012-07-19Corrected static_cast which does not work on Win compiler, reinterpret cas ne...Armin Le Grand1-1/+1
2012-07-18i118923 - OS/2 port: dump some more info about printers and form sizes.Yuri Dario2-1/+9
2012-07-18i120312 - OS/2 port: workaround to invalid float operation.Yuri Dario1-0/+3
2012-07-18i150733: cast double to sal_Int64 can throw a EXCEPTION_FLT_INVALID_OPERATION...Yuri Dario1-10/+17
2012-07-18i118923 - OS/2 port: fix ImplOs2FontData reference counting, fixes vcl exit c...Yuri Dario1-0/+1
2012-07-18basic, cui, extensions, filter, vcl: fix some warningsArmin Le Grand4-8/+9
2012-07-18#i120306# better input checks in WinSalBitmap::ImplCreateDIB()Herbert Dürr1-33/+43
2012-07-11#i120237# cache the updated frame reference in the AquaSalGraphicsHerbert Dürr1-1/+8
2012-07-11#i120273# workaround a crash on OSX when an VirtualDevice is reused that was ...Herbert Dürr1-3/+4
2012-07-10119994: Range picker dialog is changed to modal mode wronglyYong Lin Ma1-2/+15
2012-07-05#i120096# Detect empty polygon in Region constructor and set impl object acco...Andre Fischer2-1/+12
2012-07-03i118923 - OS/2 port: enable menu automatic hilite based on current WPS/XWP se...Yuri Dario2-4/+42
2012-06-25fix Aqua clipboard creation of human readable nameHerbert Dürr1-2/+2
2012-06-21Forward debug=<value> argument from build to make.Andre Fischer1-1/+9
2012-06-19i118923 - OS/2 port: Fix clipboard component passive registration using windo...Yuri Dario1-0/+2
2012-06-18#c706125# fix overallocation on 64bit platformsHerbert Dürr1-1/+1
2012-06-18#c708666# remove unused member m_aThread from GetPPDAttribs structHerbert Dürr1-1/+0
2012-06-18#c708649# start to fix mis-pimpl-ification of Window classHerbert Dürr2-150/+142
2012-06-18#c708653# remove unused member SalXLib::pYieldEntries_Herbert Dürr1-2/+0
2012-06-15#c705604# fix accidential copy by value of big objectHerbert Dürr1-1/+1
2012-06-15#i119997# fix a memory leak by WinGlyphFallbackSubstitution"Herbert Dürr1-3/+7
2012-06-14#c705440# check ftell return value when emitting Type1 subsetHerbert Dürr1-5/+6