Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-26 | re-base on ALv2 code. | Michael Meeks | |
2012-06-25 | Remove OLD_TAB_STYLE | Thomas Arnhold | |
The new tab style is there until 2007. Change-Id: I267b554d609878b1f011f87ce817898c5e94a83e | |||
2012-06-25 | Fix error: redefinition of 'value' | Tor Lillqvist | |
Change-Id: I6c887971b91380543a2c59a4f1b477b9eb4a49b8 | |||
2012-06-23 | Initial basic support for CoreText. very partial and highly unstable. | Norbert Thiebaud | |
Change-Id: I5dc9fb342e45fa3d428e340a597a2d9d4e246cb5 | |||
2012-06-23 | WaE on Mac SDK > 10.4 | Norbert Thiebaud | |
Change-Id: Ie0e413a6beef87d399807f98f345103c82442a9c | |||
2012-06-23 | factorize what we can share for salgdi between CoreText and ATSUI | Norbert Thiebaud | |
2012-06-23 | move ATSUI entangled-code into its specific sub-directory | Norbert Thiebaud | |
This is prep work to make room for a CoreText-based implementation | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-20 | Rename the class ImplFontData into PhysicalFontFace | Norbert Thiebaud | |
Change-Id: I402481e7c6ea605c8ccfdf6cb08166859b37e8de | |||
2012-06-13 | removed code commented-out in the first place | Takeshi Abe | |
Change-Id: Idb109cf767342042f1a2941c30fcf137f468e7df | |||
2012-06-11 | Remove unused InterceptChildWindowKeyDown | Thomas Arnhold | |
- InterceptChildWindowKeyDown never gets called - so mbInterceptChildWindowKeyDown doesn't get changed - at ImplInterceptChildWindowKeyDown a) ImplSendMessage() is never accessed b) always returns sal_False Change-Id: I2dc84c88644d19c238064ab1b7dff0a24f90dc5d | |||
2012-06-09 | Remove superfluous empty lines on top | Thomas Arnhold | |
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b | |||
2012-06-04 | fdo#50631: Fix the bounding box of rotated glyphs on MacOSX. | Norbert Thiebaud | |
Similarly to Ifb04d4a8e485182c5ef2771025b06832bfd75ae0 (commit ac25f124858b79e302adcc533d6a658d5c529394), we need to rotate the bounding box of glyphs on MacOSX too. Additionally, round the position up, and convert the size more straight-forward way. Change-Id: Idf7a077836e65072795c6d98d61925ce62ee35b7 | |||
2012-05-29 | nuke unused typedef | Takeshi Abe | |
Change-Id: I12a55e08a83b88221d992790c97c830761755582 | |||
2012-05-27 | Use normal font in tab headers | Stefan Knorr (astron) | |
2012-05-23 | fdo#49914, rulers: DarkShadow color is supposed to be dark (even on Mac). | Jan Holesovsky | |
Change-Id: I09d0c5d6797b6df9e84ad3574fc420241fe72707 | |||
2012-05-16 | remove unneeded include of boost/bind.hpp | Caolán McNamara | |
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c | |||
2012-04-25 | isOUStringType still used (from dbgutil code) | Stephan Bergmann | |
2012-04-24 | WaE: when type is in parentheses, array cannot have dynamic size | Tor Lillqvist | |
2012-04-24 | WaE: delete called on class that is abstract but has non-virtual destructor | Tor Lillqvist | |
2012-04-24 | WaE: 'ATSLayout::InitFont' hides overloaded virtual function | Tor Lillqvist | |
2012-04-24 | WaE: unused functions | Tor Lillqvist | |
2012-04-24 | WaE: incompatible pointer types | Tor Lillqvist | |
2012-04-24 | WaE: unused variable | Tor Lillqvist | |
2012-04-24 | WaE: semicolon before method body is ignored | Tor Lillqvist | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-02-29 | can use Zip for this | David Tardon | |
2012-02-27 | there is no Sequence::isEmpty() | Ivan Timofeev | |
2012-02-27 | Replace getLength() with isEmpty() where appropriate | Chr. Rossmanith | |
2012-02-22 | vcl: fdo#46399 cleanup and share dummy virtual methods ... | Greggory Hernandez | |
2012-02-22 | unusedcode.easy: vcl: remove DrawNativeControlText() | Thomas Arnhold | |
2012-02-22 | EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option) | Josh Heidenreich | |
2012-02-20 | unusedcode.easy: Remove SwProtocol::Snapshot() | Thomas Arnhold | |
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap() | |||
2012-02-19 | risk converting ByteString to rtl::OString for OSes I don't have | Caolán McNamara | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) | Takeshi Abe | |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann | |
2012-01-28 | vcl: Remove unused GetSymbolKeyName | Thomas Arnhold | |
2012-01-16 | vcl: introduce crystal clear separation between X11 Screens and DisplayScreens | Michael Meeks | |
A DisplayScreen is a screen index as used by the upper level abstractions, an X11Screen is a wrapper around an integer X screen index. | |||
2012-01-15 | vcl: rename methods to crisp up a 'DisplayScreen' naming concept | Michael Meeks | |
2012-01-15 | vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplify | Michael Meeks | |
2012-01-10 | Use SAL_N_ELEMENTS | Thomas Arnhold | |
Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs | |||
2012-01-09 | catch exception by constant reference | Takeshi Abe | |
2012-01-08 | catch exception by constant reference | Takeshi Abe | |
2012-01-06 | Fix fdo#33816 - don't loop infinitely when using Apple Remote | Thorsten Behrens | |
Removed erratic loop condition - we simply want to check if any frame has fullscreen flag set. | |||
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2011-12-22 | use officecfg/Office/Common.hxx directly | David Tardon | |
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-14 | Adapted Mac-only code to ByteString reduction. | Stephan Bergmann | |
2011-12-14 | Adapted Mac-only code to ByteString reduction. | Stephan Bergmann | |