Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-05 | Brutal dummy hacks based on "aqua" code just to get iOS stuff to link | Tor Lillqvist | |
2012-03-01 | WaE: unused variable | Tor Lillqvist | |
2012-03-01 | WaE: is abstract but has non-virtual destructor | Tor Lillqvist | |
2012-02-22 | vcl: fdo#46399 cleanup and share dummy virtual methods ... | Greggory Hernandez | |
2012-02-20 | unusedcode.easy: Remove SwProtocol::Snapshot() | Thomas Arnhold | |
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap() | |||
2012-02-19 | risk converting ByteString to rtl::OString for OSes I don't have | Caolán McNamara | |
2012-01-28 | vcl: Remove unused GetSymbolKeyName | Thomas Arnhold | |
2012-01-27 | Fix bit-rot in the iOS "code" | Tor Lillqvist | |
2012-01-16 | vcl: introduce crystal clear separation between X11 Screens and DisplayScreens | Michael 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-15 | vcl: rename methods to crisp up a 'DisplayScreen' naming concept | Michael Meeks | |
2012-01-15 | vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplify | Michael Meeks | |
2012-01-10 | Use SAL_N_ELEMENTS | Thomas 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-08 | catch exception by constant reference | Takeshi Abe | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2011-12-15 | Removed extra semicolons | Jesse | |
2011-11-27 | remove include of pch header from vcl | Norbert Thiebaud | |
2011-11-25 | gsl_getSystemTextEncoding -> osl_getThreadTextEncoding | David Tardon | |
2011-11-07 | redundant if not-null checks on delete | Thomas Arnhold | |
2011-11-04 | Further clean up of areas touched by previous commit. | Stephan Bergmann | |
2011-11-04 | String->OUString, remove unused code | August Sodora | |
2011-10-27 | Rename ImplFontSelectData to FontSelectPattern so I know what it does | Caolá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-25 | Fix for fdo41997 continuation of VCL cleanup | Olivier Hallot | |
2011-10-07 | Undo basis/brand split: merge basis share/ into brand share/. | Stephan Bergmann | |
2011-09-28 | Let SalAbort dump core on developer builds. | Stephan Bergmann | |
2011-09-27 | More WaE fixes for iOS | Tor Lillqvist | |
2011-09-27 | WaE: Silence warnings for the iOS code | Tor Lillqvist | |
No semantic changes, the iOS code still is mostly dummy. | |||
2011-09-12 | mirror 64c15de6489b5a72f8530b66968d3d1660d39d55 from aqua into ios | Caolán McNamara | |
2011-07-31 | More iOS hacking, intermediate commit, certainly not working | Tor Lillqvist | |
2011-07-24 | More iOS baby steps | Tor Lillqvist | |
2011-07-14 | iOS hacking | Tor 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. |