- 19 Ock, 2012 28 kayıt (commit)
-
-
Michael Meeks yazdı
-
Tor Lillqvist yazdı
-
Michael Meeks yazdı
A temporary tweak to restore build-ability; the oslDirectory change needs a little more thought & public exposure, but rsc no longer crashes during compile ...
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Michael Meeks yazdı
-
Stephan Bergmann yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
- allow to specify view boxes for sub paths
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Keith McRae yazdı
Replaced calls to operator>>(long) with operator>>(sal_Int32) Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>
-
Keith McRae yazdı
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32)
-
Keith McRae yazdı
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32)
-
Keith McRae yazdı
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32)
-
Keith McRae yazdı
Changed case SbxSALINT64: to use operator>>(sal_Int64)
-
Keith McRae yazdı
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) to use sal_Int32
-
Keith McRae yazdı
Removed declarations & definitions for operator<<(long),(int)&(short) Removed declarations & definitions for operator>>(long),(int)&(short) Added (where necessary) operator<< for sal_Int & sal_uInt types Added (where necessary) operator>> for sal_Int & sal_uInt types Added SwapInt64 function, basically a copy of SwapUInt64
-
Olivier Hallot yazdı
Part L Modules ucb
-
Kohei Yoshida yazdı
-
-
- 18 Ock, 2012 12 kayıt (commit)
-
-
Andras Timar yazdı
-
Thorsten Behrens yazdı
vcl's DrawBitmap methods have a very nice optimisation, that reduce the blit to exactly the area covered (i.e. taking into account clip, scale etc.). This was hand-coded, now moved out to own AdjustTwoRect method, and also used from DrawOutDev / CopyArea.
-
Kohei Yoshida yazdı
No classes derived from this and they are not virtual methods.
-
Kohei Yoshida yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
In general it's good to have file opening in just one place. In particular, this means SvFileStream can now open files located in the app package (.apk Zip archive) on Android, we don't need to unpack them into separate files.
-
Tor Lillqvist yazdı
Having SvFileStream call the file opening etc functions here, instead of calling open() directly itself, means we won't have to duplicate the Android .apk hooks there, too.
-
Thorsten Behrens yazdı
decompose() would return incorrect rotation angle and scales when the angle was exactly 180 degrees, due to FPU rounding error. This commit fixes it. This problem would manifest itself when inserting an image into Calc/Draw, cropping it, and flipping it vertically or rotating it at exactly 180 degrees. Before the fix the image would simply disappear.
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-