Age | Commit message (Expand) | Author |
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 |
2014-05-05 | Add more unmapped VCL keycodes to the comment | Tor Lillqvist |
2014-05-05 | openGL: More debug info. | Jan Holesovsky |
2014-05-05 | simplify ternary conditions "xxx ? yyy : false" | Noel Grandin |
2014-05-05 | Revert "Move ImplInitAppFontData from Window to Application" | Miklos Vajna |
2014-05-05 | Handle GetTextBreak returning -1 | Stephan Bergmann |
2014-05-04 | Move ImplInitAppFontData from Window to Application | Chris Sherlock |
2014-05-03 | Rearrange outdev.cxx functions, et al. | Chris Sherlock |
2014-05-02 | Add the "quoteright" key to the list of available keyboard shortcuts. | Kohei Yoshida |
2014-05-02 | coverity#441827 Deference before null check | Chris Sherlock |
2014-05-01 | coverity#708673 Uninitialized pointer field | Caolán McNamara |
2014-05-01 | coverity#708576 Uninitialized scalar field | Caolán McNamara |
2014-05-01 | coverity#738861 Uninitialized pointer field | Caolán McNamara |
2014-05-01 | coverity#708321 Uninitialized pointer field | Caolán McNamara |
2014-05-01 | coverity#708645 Uninitialized pointer field | Caolán McNamara |
2014-05-01 | coverity#708650 Uninitialized pointer field | Caolán McNamara |
2014-05-01 | coverity#1209550 Unchecked dynamic_cast | Chris Sherlock |
2014-05-01 | coverity#1209003: Unchecked return value | Chris Sherlock |
2014-05-01 | Revert "VCL: move native widget rendering functions out of OutputDevice" | Chris Sherlock |
2014-05-01 | VCL: sal_True -> true and sal_False -> false in outdev/text.cxx | Chris Sherlock |
2014-05-01 | VCL: move native widget rendering functions out of OutputDevice | Chris Sherlock |
2014-05-01 | Many spelling fixes: directories r* - z*. | Pedro Giffuni |
2014-05-01 | VCL: Rearrange function locations and accessibility in window.hxx | Chris Sherlock |
2014-04-30 | vcl: clean-up DrawDeviceBitmap method | Tomaž Vajngerl |
2014-04-30 | fdo#77126 BitmapEx.Scale already takes care of mirroring | Tomaž Vajngerl |
2014-04-29 | coverity#1210161 Uninitialized scalar variable | Caolán McNamara |
2014-04-29 | Resolves: fdo#61102 type ahead in lists skips the next entry | Caolán McNamara |
2014-04-29 | Resolves: fdo#72142 darker default workspace color | Caolán McNamara |
2014-04-29 | prevent deadlocks between main thread and other thread processing a Qt event | Luboš Luňák |
2014-04-29 | coverity#1210193 Uninitialized pointer field | Caolán McNamara |
2014-04-29 | Add gluErrorString() replacement to OpenGLHelper | Tor Lillqvist |
2014-04-28 | mem leak in OutDevStackState | Caolán McNamara |
2014-04-28 | fdo#74336 limit the size of the non-placeable WMF image | Tomaž Vajngerl |
2014-04-28 | Revert "fdo#74336 need to transform dash length / dot length / distance" | Tomaž Vajngerl |
2014-04-28 | OpenGLContext: destroy context | Zolnai Tamás |
2014-04-28 | Introduce OpenGLContext::MakeCurrent for switching between contexts | Zolnai Tamás |
2014-04-28 | prefer makefile-gmake-mode | Takeshi Abe |
2014-04-28 | VCL: Move line functions into state areas | Chris Sherlock |
2014-04-28 | VCL: Rename ApplyMask to DrawDeviceMask in OutputDevice | Chris Sherlock |