Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-18 | Don't access broken service mgr during bootstrap failure | Stephan Bergmann | |
...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-04 | Workaround for crash on iOS | Tor Lillqvist | |
Change-Id: I947f7def862d2a238dc609a91d898f03dbd72b84 | |||
2012-09-03 | fix ClearDevFontList -> ClearDevFontCache typo | Caolán McNamara | |
Change-Id: I52d2cb88ef99b9c9846cab13ff2994ed0495d9a3 | |||
2012-09-03 | Refetch fonts if new ones installed or old ones deinstalled | Caolán McNamara | |
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-08-27 | Undefined variable mnTrailingSpaceWidth | Tor Lillqvist | |
Change-Id: Id3bf0bbeecbf4b36eb629bc5a80db7443fff4395 | |||
2012-08-02 | Bin unused function for now | Tor Lillqvist | |
Change-Id: Ib08bf14eebf366aa4bd3e82806a91dd12033c417 | |||
2012-07-31 | fdo#48549 System::Beep() removal | Mathieu Vonlanthen | |
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0 | |||
2012-07-01 | vcl: CTRL_FIXEDBORDER is dead since ef877aab7e | Ivan Timofeev | |
Change-Id: I568b55c3b0b799bdc91ba081e7375debce9618aa | |||
2012-06-20 | Rename the class ImplFontData into PhysicalFontFace | Norbert Thiebaud | |
Change-Id: I402481e7c6ea605c8ccfdf6cb08166859b37e8de | |||
2012-06-11 | Remove unused InterceptChildWindowKeyDown | Thomas Arnhold | |
- 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-05-27 | Use normal font in tab headers | Stefan Knorr (astron) | |
2012-05-23 | fdo#49914, rulers: DarkShadow color is supposed to be dark (even on Mac). | Jan Holesovsky | |
Change-Id: I09d0c5d6797b6df9e84ad3574fc420241fe72707 | |||
2012-05-16 | remove unneeded include of boost/bind.hpp | Caolán McNamara | |
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c | |||
2012-04-15 | Nah, don't obscure the right type with void* | Tor Lillqvist | |
2012-04-15 | Copy and adapt current state of Norbert's CoreText work for iOS | Tor Lillqvist | |
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-15 | Remove accidentally duplicated file | Tor Lillqvist | |
2012-04-04 | WaE fixes to the mostly dummy iOS code | Tor Lillqvist | |
2012-03-30 | Add a dummy SalI18NImeStatus subclass | Tor Lillqvist | |
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. |