Age | Commit message (Expand) | Author |
2014-05-12 | some work into intercepting mouse events in OpenGL window | Markus Mohrhard |
2014-05-12 | we need glew initalized before testing through it for features | Markus Mohrhard |
2014-05-11 | upgrade to jpeg-9a | Thomas Arnhold |
2014-05-11 | coverity#1169876 Uninitialized scalar field | Caolán McNamara |
2014-05-11 | Fix previous commit (vcl/MacOsX part) | Julien Nabet |
2014-05-11 | Fix previous commit (vcl part) | Julien Nabet |
2014-05-11 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10 | Julien Nabet |
2014-05-10 | coverity#708673 Uninitialized pointer field | Caolán McNamara |
2014-05-10 | coverity#708321 Uninitialized scalar field | Caolán McNamara |
2014-05-10 | coverity#708670 Uninitialized scalar field | Caolán McNamara |
2014-05-10 | coverity#708632 Uninitialized scalar field | Caolán McNamara |
2014-05-10 | remove globally disabled warnings from source files | Thomas Arnhold |
2014-05-09 | '!= false' is redundant, and confusing - kill it. | Jan Holesovsky |
2014-05-09 | use vcl::unohelper::CreateBreakIterator consistently | Caolán McNamara |
2014-05-09 | Revert font initialization foo | Caolán McNamara |
2014-05-09 | coverity#1209712 Dereference null return value | Caolán McNamara |
2014-05-09 | Handle all-space corner case | Stephan Bergmann |
2014-05-09 | move the renderToFile function to the helper to avoid the context | Markus Mohrhard |
2014-05-09 | chart2.opengl to vcl.opengl | Markus Mohrhard |
2014-05-08 | Fix "symbol aliasing" code | Stephan Bergmann |
2014-05-09 | Fix typo, thanks to Cor Nouws for noticing | Tor Lillqvist |
2014-05-08 | Handle CTFontCreatePathForGlyph failure | Stephan Bergmann |
2014-05-08 | fix memory leaks in vcl quartz | Ptyl Dragon |
2014-05-08 | RFC: add IsValueChangedFromSaved to VCL button and listbox | Noel Grandin |
2014-05-08 | we only want a fb that allows window rendering | Markus Mohrhard |
2014-05-08 | correct check for double buffered rendering | Markus Mohrhard |
2014-05-08 | we only want fb configs that support double buffered rendering | Markus Mohrhard |
2014-05-07 | avoid linking against the OpenGL libs when only using the window | Markus Mohrhard |
2014-05-07 | add new window that contains OpenGL context | Markus Mohrhard |
2014-05-07 | Handle non-initialized pImplSVData in InitAppFontData | Chris Sherlock |
2014-05-07 | coverity#1209590 Dereference after null check | Caolán McNamara |
2014-05-07 | The opaque PostUserEvent IDs are actually pointers | Stephan Bergmann |
2014-05-07 | VCL: make it more clear that this is a static function we are calling on | Chris Sherlock |
2014-05-07 | Move ImplInitAppFontData from Window to Application (take 2) | Chris Sherlock |
2014-05-07 | VCL: Application::SetSettings should not set mnAppFontX to 0 | Chris Sherlock |
2014-05-06 | vcl::EventPoster shall probably be covered by SolarMutex | Stephan Bergmann |
2014-05-06 | Just IMPL_LINK is just fine | Stephan Bergmann |
2014-05-06 | Application::UserEvent and Window::UserEvent are empty | Stephan Bergmann |
2014-05-06 | ImplSVEvent::mpLink is never null | Stephan Bergmann |
2014-05-06 | ImplSVEvent::mnEvent is always zero | Stephan Bergmann |
2014-05-06 | simplify ternary conditions "xxx ? true : yyy" | Noel Grandin |
2014-05-06 | fix the OpenGL offscreen rendering a bit | Markus Mohrhard |
2014-05-06 | sal_Bool to bool | Markus Mohrhard |
2014-05-06 | OpenGLContext: More error handling. | Jan Holesovsky |
2014-05-06 | OpenGLContext: Use the right window handle on Windows. | Jan Holesovsky |
2014-05-05 | AtkListener: consistency check is too strict | Michael Stahl |
2014-05-05 | Correct keycode mappings for KEY_QUOTE{LEFT,RIGHT} | Tor Lillqvist |
2014-05-05 | Untabify and remove trailing spaces | Tor Lillqvist |
2014-05-05 | Align table entries into equal-size columns | Tor Lillqvist |
2014-05-05 | GetKeyName for KEY_{TILDE,BRACKET{LEFT,RIGHT},SEMICOLON,QUOTERIGHT} | Tor Lillqvist |