Age | Commit message (Expand) | Author |
2015-11-28 | -Werror,-Wunused-variable | Stephan Bergmann |
2015-11-28 | -Werror,-Wunused-variable | Stephan Bergmann |
2015-11-28 | Revert "Revert "write a log file about OpenGL driver"" | Michael Stahl |
2015-11-28 | -Werror,-Wunused-function | Stephan Bergmann |
2015-11-28 | Missing includes | Stephan Bergmann |
2015-11-28 | Don't wrap glyphy source files in namespace GLyphyDemo | Stephan Bergmann |
2015-11-28 | Adapt to true wchar_t in clang-cl | Stephan Bergmann |
2015-11-28 | -Werror,-Wwritable-strings | Stephan Bergmann |
2015-11-28 | -Werror,-Wmicrosoft-enum-value | Stephan Bergmann |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann |
2015-11-28 | -Werror,-Wunused-variable | Stephan Bergmann |
2015-11-28 | -Werror,-Wswitch | Stephan Bergmann |
2015-11-28 | demo-font.cc needs _USE_MATH_DEFINES for M_PI, M_SQRT2 | Stephan Bergmann |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann |
2015-11-28 | -Werror,-Wunused-function | Stephan Bergmann |
2015-11-28 | -Werror,-Wdeprecated-declarations | Stephan Bergmann |
2015-11-28 | -Werror,-Wformat | Stephan Bergmann |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann |
2015-11-27 | Disable code not needed with new HarfBuzz versions | Khaled Hosny |
2015-11-27 | try to get this working on linux baseline | Caolán McNamara |
2015-11-27 | mutex used in post-main dtor | Caolán McNamara |
2015-11-27 | crashtesting: we're using OneBitMsbPal as the 1bit format, not OneBitLsbGrey | Caolán McNamara |
2015-11-27 | Revert "write a log file about OpenGL driver" | Thorsten Behrens |
2015-11-26 | Cleanup last, partial include redux patch. | Michael Meeks |
2015-11-26 | vcl: fix build | Michael Stahl |
2015-11-26 | vcl: reduce pointless timer / scheduler / idle includes. | Michael Meeks |
2015-11-26 | tdf#91288 Does not display traditional Chinese variant of | Mark Hung |
2015-11-26 | vcl: fix event processing to idle - for JUnit tests. | Michael Meeks |
2015-11-26 | vcl: OutputDevice::GetTextArray() should always init pDXAry | Michael Stahl |
2015-11-26 | vcl: warn if we can't set a new font in OutputDevice | Michael Stahl |
2015-11-26 | mark UNO structs as SAL_WARN_UNUSED, where possible | Noel Grandin |
2015-11-26 | restrict this for > cairo 1.10.0 for now | Caolán McNamara |
2015-11-26 | test for IsMouseCaptured before releasing mouse | Caolán McNamara |
2015-11-26 | loplugin:redundantcast | Noel Grandin |
2015-11-25 | vcl: further fix debug name cleanup. | Michael Meeks |
2015-11-25 | vcl: cleanup scheduler debug name usage. | Michael Meeks |
2015-11-25 | vcl: don't treat non-ready timers as idle handlers. | Michael Meeks |
2015-11-25 | vcl: improve scheduler debugging information. | Michael Meeks |
2015-11-25 | vcl: timer - avoid expensive and pointless re-fetch of current time. | Michael Meeks |
2015-11-25 | gtk3: use cairo to do drawAlphaBitmap with scaling | Caolán McNamara |
2015-11-25 | vcl: SalEnumFontsProcExA is unused since 2010 | Michael Stahl |
2015-11-25 | gtk3: of course we have a different 1 bit mask format as well | Caolán McNamara |
2015-11-25 | downgrade these warnings to info | Caolán McNamara |
2015-11-25 | coverity#1340225 Missing break in switch | Caolán McNamara |
2015-11-25 | gtk3: implement drawAlphaBitmap for svp/gtk3 backend | Caolán McNamara |
2015-11-25 | gtk3: it's the *Original* device we care about, not the temp clip hack devices | Caolán McNamara |
2015-11-25 | gtk3: implement drawPolyLine for svp/gtk3 backend | Caolán McNamara |
2015-11-25 | gtk3: track what needs to be implemented | Caolán McNamara |
2015-11-25 | gtk3: stroke as well as fill | Caolán McNamara |
2015-11-25 | vcl: move private impl. detail of Scheduler out of global header. | Michael Meeks |