Age | Commit message (Expand) | Author |
2012-06-16 | removed unused forward declarations of class | Takeshi Abe |
2012-06-15 | fix c02dd533f5a21b8386b6cfe8fdd9e3f83e7cbc7b | Norbert Thiebaud |
2012-06-16 | Separable Gaussian Blur and Unsharpen Mask filter. | Tomaž Vajngerl |
2012-06-16 | Add new Scale modes, simplify convolution calculation. | Tomaž Vajngerl |
2012-06-14 | Add note where scaling and offsetting could/should be added | Tor Lillqvist |
2012-06-13 | calc input line: Fix crash with accessibility enabled. | Jan Holesovsky |
2012-06-13 | reduce use of UniString ctor from null-terminated unicodearray | Caolán McNamara |
2012-06-13 | removed code commented-out in the first place | Takeshi Abe |
2012-06-12 | toolbars: Improve the toolbars look in Windows Vista or later. | Jan Holesovsky |
2012-06-12 | Get rid of GRADIENT_* defines, they conflict with Windows GDI types. | Jan Holesovsky |
2012-06-12 | Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for Android | Tor Lillqvist |
2012-06-11 | Remove non-functional Hide/ShowStatusText | Thomas Arnhold |
2012-06-11 | Make DO_TEST_PDF code work again | Gökçen Eraslan |
2012-06-11 | FixedBorder is no longer used | Caolán McNamara |
2012-06-10 | separator will be invisible if there is no visible buttons | Ivan Timofeev |
2012-06-09 | Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxx | Tor Lillqvist |
2012-06-09 | oops, hide the first separator as well | Ivan Timofeev |
2012-06-09 | fdo#42379: hide separators before calculating line breaks | Ivan Timofeev |
2012-06-09 | Remove superfluous empty lines on top | Thomas Arnhold |
2012-06-07 | Implement native FixedLine render, add GTK support for it | Ruslan Kabatsayev |
2012-06-07 | Fix new Bitmap creation in Lanczos resampling. | Tomaž Vajngerl |
2012-06-06 | calc input line: Fix crash on MacOSX. | Jan Holesovsky |
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin |
2012-06-05 | Intercept the window close event and end the preview when clicking 'x'. | Kohei Yoshida |
2012-06-05 | Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE. | Jan Holesovsky |
2012-06-05 | Lanczos resampling - mirror image on edges and fix image upscaling | Tomaž Vajngerl |
2012-06-05 | assume for all menus we reserve space for checkboxes | Caolán McNamara |
2012-06-05 | at one stage we had checkmarks *and* icons in menus side by side | Caolán McNamara |
2012-06-05 | nCheckPos and nImagePos are always the same value, merge together | Caolán McNamara |
2012-06-05 | fix mangled indent | Caolán McNamara |
2012-06-05 | make ImplGetNativeCheckAndRadioSize return max size | Caolán McNamara |
2012-06-05 | nMax here is a height value | Caolán McNamara |
2012-06-04 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin |
2012-06-04 | fdo#50169: skip the rest of the loop in case of wrong index | Michael Stahl |
2012-06-04 | fdo#50169: add another index check | Martin Hosken |
2012-06-04 | fdo#46378: Lanczos3 resampling of images added to Bitmap. | Tomaz Vajngerl |
2012-06-04 | sal_uInt32 -> cmsUInt32Number | Fridrich Štrba |
2012-06-04 | Replace the module icc functionality by a use of lcms2 | Fridrich Štrba |
2012-06-02 | targeted string re-work | Norbert Thiebaud |
2012-06-02 | targeted string re-work | Norbert Thiebaud |
2012-06-02 | Fix operator precedence error | Ruslan Kabatsayev |
2012-05-31 | targetted cppcheck warning fix reversion | Michael Meeks |
2012-05-31 | make CheckCharacterBounds tests happy without forcing empty glyphs 1 unit wide | Caolán McNamara |
2012-05-30 | vcl: rename unhelpful 'Default' screen to a BuiltIn screen | Michael Meeks |
2012-05-30 | calc input line: Fix the size on Windows. | Jan Holesovsky |
2012-05-30 | Add temporary test JNI method createWindowFoo()... | Tor Lillqvist |
2012-05-29 | nuke unused typedef | Takeshi Abe |
2012-05-28 | valgrind: Related rhbz#820376 mnDestWidth used without initialization | Caolán McNamara |
2012-05-28 | calc input line: Native rendering of the input line. | Jan Holesovsky |
2012-05-28 | fdo#46378: Prefer interpolation-based image rescaling in PDF export. | Gökçen Eraslan |