summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-06-07Use the new THIRTYTWO_BIT_TC_MASK_RGBA format for Android and iOSTor Lillqvist5-8/+44
2012-06-07Implement native FixedLine render, add GTK support for itRuslan Kabatsayev3-0/+41
2012-06-07Render bg correctly for widgets without theme-visible positionRuslan Kabatsayev1-4/+32
2012-06-07Fix new Bitmap creation in Lanczos resampling.Tomaž Vajngerl1-3/+2
2012-06-06calc input line: Fix crash on MacOSX.Jan Holesovsky1-1/+1
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-8/+4
2012-06-05Intercept the window close event and end the preview when clicking 'x'.Kohei Yoshida3-10/+36
2012-06-05remove unused headersThomas Arnhold1-6/+0
2012-06-05fdo#50415 and fdo#34638 Fix Shortcut names are not localized on LinuxThomas Arnhold4-7/+396
2012-06-05Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist4-2/+12
2012-06-05GTK theming: implement frame renderingRuslan Kabatsayev2-1/+114
2012-06-05Let's be bold, and default to the nice method when scaling.Jan Holesovsky2-4/+4
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky3-3/+3
2012-06-05Lanczos resampling - mirror image on edges and fix image upscalingTomaž Vajngerl1-18/+42
2012-06-05assume for all menus we reserve space for checkboxesCaolán McNamara2-40/+17
2012-06-05at one stage we had checkmarks *and* icons in menus side by sideCaolán McNamara1-6/+7
2012-06-05nCheckPos and nImagePos are always the same value, merge togetherCaolán McNamara2-8/+5
2012-06-05fix mangled indentCaolán McNamara1-5/+5
2012-06-05make ImplGetNativeCheckAndRadioSize return max sizeCaolán McNamara2-18/+19
2012-06-05nMax here is a height valueCaolán McNamara1-6/+6
2012-06-04Change return PrintFontManager::countFontconfigFontsJulien Nabet2-4/+6
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-53/+44
2012-06-04fdo#50631: Fix the bounding box of rotated glyphs on MacOSX.Norbert Thiebaud1-5/+21
2012-06-04fdo#50169: skip the rest of the loop in case of wrong indexMichael Stahl1-4/+5
2012-06-04fdo#50169: add another index checkMartin Hosken1-0/+1
2012-06-04nuke unused definesTakeshi Abe1-2/+0
2012-06-04fdo#46378: Lanczos3 resampling of images added to Bitmap.Tomaz Vajngerl2-0/+250
2012-06-04sal_uInt32 -> cmsUInt32NumberFridrich Štrba1-1/+1
2012-06-04Find the internal lcms2 headerFridrich Štrba1-0/+1
2012-06-04Replace the module icc functionality by a use of lcms2Fridrich Štrba3-3/+12
2012-06-02vcl: add dependency on basebmp's headers not implied by linkingMatúš Kukan1-0/+5
2012-06-02targeted string re-workNorbert Thiebaud9-189/+187
2012-06-02targeted string re-workNorbert Thiebaud21-134/+123
2012-06-02Fix operator precedence errorRuslan Kabatsayev1-2/+2
2012-06-01Return correct bounding box of glyphs on Linux, we forgot to rotate it.Jan Holesovsky2-1/+16
2012-06-01Gtk theming: pass tab prelight state to themeRuslan Kabatsayev1-0/+6
2012-06-01GTK theming plugin: convert big if statement to switch structureRuslan Kabatsayev1-74/+87
2012-06-01vcl uses X11/extension headers tooDavid Tardon2-6/+6
2012-06-01nuke unused namespaceTakeshi Abe1-1/+0
2012-05-31targetted cppcheck warning fix reversionMichael Meeks2-7/+7
2012-05-31make CheckCharacterBounds tests happy without forcing empty glyphs 1 unit wideCaolán McNamara4-8/+9
2012-05-31vcl: cleanup code flow, and minor indent tweakMichael Meeks1-24/+23
2012-05-31GTK-theming: fix rendering of toolbuttonsRuslan Kabatsayev1-8/+33
2012-05-31GTK theming: implement rendering window backgroundRuslan Kabatsayev2-1/+34
2012-05-30vcl: rename unhelpful 'Default' screen to a BuiltIn screenMichael Meeks11-18/+54
2012-05-30One line docu to save me code reading the next time ;-)Jan Holesovsky1-0/+1
2012-05-30calc input line: Fix the size on Windows.Jan Holesovsky1-8/+8
2012-05-30i#87757: do not create empty Rectangle bounding box for glyphs:Michael Stahl2-1/+6
2012-05-30Add temporary test JNI method createWindowFoo()...Tor Lillqvist1-0/+10
2012-05-29nuke unused typedefTakeshi Abe3-9/+0