summaryrefslogtreecommitdiff
path: root/vcl/ios
AgeCommit message (Collapse)Author
2012-03-05Brutal dummy hacks based on "aqua" code just to get iOS stuff to linkTor Lillqvist
2012-03-01WaE: unused variableTor Lillqvist
2012-03-01WaE: is abstract but has non-virtual destructorTor Lillqvist
2012-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap()
2012-02-19risk converting ByteString to rtl::OString for OSes I don't haveCaolán McNamara
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold
2012-01-27Fix bit-rot in the iOS "code"Tor Lillqvist
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael 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-15vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks
2012-01-10Use SAL_N_ELEMENTSThomas 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-08catch exception by constant referenceTakeshi Abe
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-12-15Removed extra semicolonsJesse
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-07redundant if not-null checks on deleteThomas Arnhold
2011-11-04Further clean up of areas touched by previous commit.Stephan Bergmann
2011-11-04String->OUString, remove unused codeAugust Sodora
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-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann
2011-09-28Let SalAbort dump core on developer builds.Stephan Bergmann
2011-09-27More WaE fixes for iOSTor Lillqvist
2011-09-27WaE: Silence warnings for the iOS codeTor Lillqvist
No semantic changes, the iOS code still is mostly dummy.
2011-09-12mirror 64c15de6489b5a72f8530b66968d3d1660d39d55 from aqua into iosCaolán McNamara
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.