summaryrefslogtreecommitdiff
path: root/vcl/inc/ios
AgeCommit message (Collapse)Author
2012-04-15Remove accidentally duplicated fileTor Lillqvist
2012-04-04WaE fixes to the mostly dummy iOS codeTor Lillqvist
2012-03-05Brutal dummy hacks based on "aqua" code just to get iOS stuff to linkTor Lillqvist
2012-03-01String types have changed in base classTor Lillqvist
2012-03-01WaE: class 'CGRect' was previously declared [in SDK headers] as a structTor Lillqvist
2012-03-01WaE: 'SalData' defined as a struct here but previously declared as a classTor Lillqvist
2012-03-01WaE: extra tokens at end of #endif directiveTor Lillqvist
2012-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap()
2012-01-28ios: fix mis-mergeThomas Arnhold
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold
2012-01-27Fix bit-rot in the iOS "code"Tor Lillqvist
2012-01-15vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks
2011-10-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara
Rename ImplFontSelectData to FontSelectPattern because I can never remember the name of the thing. This way I'll be able to remember that its basically the equivalent of fontconfig's FcPattern
2011-10-26Clean up ImplSVData::mpSalData.Stephan Bergmann
soffice currently fails upon start up at least in GTK case due to vcl/unx/generic/app/saldisp.cxx SalDisplay ctor calling GetX11SalData() when the data is actually of type SalGenericData instead.
2011-09-27WaE: Silence warnings for the iOS codeTor Lillqvist
No semantic changes, the iOS code still is mostly dummy.
2011-07-31More iOS hacking, intermediate commit, certainly not workingTor Lillqvist
2011-07-24More iOS baby stepsTor Lillqvist
2011-07-14iOS hackingTor Lillqvist
Add some trivialish first attempts at iOS-specific headers and some source files that surely are quite bogus and does nothing sane, but must start with something. Mostly based on the MacOSX ("aqua") code.
2011-06-21Add (dummy) svsys.h file for AndroidTor Lillqvist
2011-06-16Add svsys.h file for iOSTor Lillqvist