Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
5e4476b6
Kaydet (Commit)
5e4476b6
authored
Agu 07, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:oncevar
Change-Id: I678b1bf281ae4de4a75f8c83398ee19f75b4f278
üst
0451703e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
a11ywrapper.mm
vcl/osx/a11ywrapper.mm
+1
-1
salnativewidgets.cxx
vcl/osx/salnativewidgets.cxx
+1
-1
salobj.cxx
vcl/osx/salobj.cxx
+2
-2
No files found.
vcl/osx/a11ywrapper.mm
Dosyayı görüntüle @
5e4476b6
...
...
@@ -157,7 +157,7 @@ static std::ostream &operator<<(std::ostream &s, NSObject *obj) {
if ( ! asGetter ) {
[ methodName appendString: @"set" ];
}
NSRange aRange = { 2, 1 };
NSRange
const
aRange = { 2, 1 };
NSString * firstChar = [ attribute substringWithRange: aRange ]; // drop leading "AX" and get first char
if ( asGetter ) {
[ methodName appendString: [ firstChar lowercaseString ] ];
...
...
vcl/osx/salnativewidgets.cxx
Dosyayı görüntüle @
5e4476b6
...
...
@@ -590,7 +590,7 @@ bool AquaSalGraphics::drawNativeControl(ControlType nType,
// Perhaps some other HIThemeButtonDrawInfo setting would do the trick ?
CGContextSetShouldAntialias
(
mrContext
,
true
);
CGFloat
aGrey
[]
=
{
0.45
,
0.45
,
0.45
,
1.0
};
CGFloat
const
aGrey
[]
=
{
0.45
,
0.45
,
0.45
,
1.0
};
CGContextSetFillColor
(
mrContext
,
aGrey
);
CGContextBeginPath
(
mrContext
);
float
x
=
rc
.
origin
.
x
+
rc
.
size
.
width
;
...
...
vcl/osx/salobj.cxx
Dosyayı görüntüle @
5e4476b6
...
...
@@ -59,7 +59,7 @@ AquaSalObject::AquaSalObject( AquaSalFrame* pFrame, SystemWindowData* pWindowDat
if
(
pWindowData
->
bLegacy
)
{
NSOpenGLPixelFormatAttribute
aAttributes
[]
=
NSOpenGLPixelFormatAttribute
const
aAttributes
[]
=
{
NSOpenGLPFADoubleBuffer
,
NSOpenGLPFAAlphaSize
,
8
,
...
...
@@ -74,7 +74,7 @@ AquaSalObject::AquaSalObject( AquaSalFrame* pFrame, SystemWindowData* pWindowDat
}
else
{
NSOpenGLPixelFormatAttribute
aAttributes
[]
=
NSOpenGLPixelFormatAttribute
const
aAttributes
[]
=
{
NSOpenGLPFAOpenGLProfile
,
NSOpenGLProfileVersion3_2Core
,
NSOpenGLPFADoubleBuffer
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment