summaryrefslogtreecommitdiff
path: root/vcl/inc/ios
AgeCommit message (Collapse)AuthorFilesLines
2012-09-18Don't access broken service mgr during bootstrap failureStephan Bergmann1-1/+1
...so that displaying a (non-translated) error box upon BE_UNO_SERVICEMANAGER works after all. Augment the error text with an exception message where appropriate. This allows to revert fdfb7a3c4b3a89b73ab5546b9620348bc4984d8f "Related fdo#51252: Report uncaught exceptions with MessageBox on Windows" as that was to catch and display failures from instantiating the service mgr. Change-Id: I049a38e95342634796eb0e940e2ee8e55193c9d3
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara1-0/+2
i.e. honour gtk-fontconfig-timestamp so that if we request a font from packagekit to be installed, then we can auto-use it when it appears. Change-Id: Id0d914a3f9cd589d9e8a87bf9be4b6e47de2e191
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen1-1/+0
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0
2012-06-20Remove duplicate ImplGetAppSVData and GetAppSalDataStephan Bergmann1-1/+0
Change-Id: I8cb241898e22251656de4e080f1ae9bfe0359383
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud2-7/+7
Change-Id: I402481e7c6ea605c8ccfdf6cb08166859b37e8de
2012-06-11Remove unused InterceptChildWindowKeyDownThomas Arnhold1-1/+0
- 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-04-15Copy and adapt current state of Norbert's CoreText work for iOSTor Lillqvist6-255/+440
Compiles, but I obviously have no idea how it works yet. Yes, eventually we should factor out common parts from the iOS and MacOSX code.
2012-04-15Remove accidentally duplicated fileTor Lillqvist1-60/+0
2012-04-04WaE fixes to the mostly dummy iOS codeTor Lillqvist1-4/+1
2012-03-05Brutal dummy hacks based on "aqua" code just to get iOS stuff to linkTor Lillqvist2-72/+62
2012-03-01String types have changed in base classTor Lillqvist1-6/+6
2012-03-01WaE: class 'CGRect' was previously declared [in SDK headers] as a structTor Lillqvist1-1/+1
2012-03-01WaE: 'SalData' defined as a struct here but previously declared as a classTor Lillqvist1-2/+2
2012-03-01WaE: extra tokens at end of #endif directiveTor Lillqvist1-1/+1
2012-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez1-4/+0
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold1-3/+0
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold1-1/+0
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap()
2012-01-28ios: fix mis-mergeThomas Arnhold1-1/+1
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold1-2/+1
2012-01-27Fix bit-rot in the iOS "code"Tor Lillqvist5-8/+8
2012-01-15vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks1-2/+2
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks1-2/+0
2011-10-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara1-2/+2
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 Bergmann1-3/+3
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 Lillqvist1-1/+0
No semantic changes, the iOS code still is mostly dummy.
2011-07-31More iOS hacking, intermediate commit, certainly not workingTor Lillqvist3-69/+12
2011-07-24More iOS baby stepsTor Lillqvist4-2/+119
2011-07-14iOS hackingTor Lillqvist18-0/+2096
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 Lillqvist1-4/+4
2011-06-16Add svsys.h file for iOSTor Lillqvist1-0/+36