Age | Commit message (Expand) | Author |
2015-03-23 | Typo: impemented->implemented | Julien Nabet |
2015-03-23 | move cairo helpers to vcl and make per-plug | Caolán McNamara |
2015-03-19 | reorganize resizing surfaces logic | Caolán McNamara |
2015-03-19 | Speed up ScriptRun::getPairIndex | Noel Grandin |
2015-03-19 | loplugin:constantfunction: vcl | Noel Grandin |
2015-03-19 | move the cairo resize hack into vcl | Caolán McNamara |
2015-03-18 | revert work in progress | Caolán McNamara |
2015-03-18 | more thinking | Caolán McNamara |
2015-03-18 | thinking | Caolán McNamara |
2015-03-18 | move the cairo resize hack into vcl | Caolán McNamara |
2015-03-18 | move IsCairoWorking to vclplug level and rename | Caolán McNamara |
2015-03-06 | Idle: Changed to new enum name | Tobias Madl |
2015-03-06 | Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum | Tobias Madl |
2015-03-06 | Timer: Adapted all idle includes and enum uses | Tobias Madl |
2015-03-03 | remove more SunStudio cruft | Michael Stahl |
2015-03-02 | WaE: comparison of integers of different signs | Tor Lillqvist |
2015-03-02 | -Werror,-Wsign-compare | Noel Grandin |
2015-02-26 | tdf#89666: vcl: speed up HbLayoutEngine line layout for large paragraphs | Michael Stahl |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2015-02-16 | add GetSelectEntryData to ListBox and ComboBox | Noel Grandin |
2015-02-12 | Resolves: tdf#89252 Fix bold, regular font spacing bug for Graphite fonts | Martin Hosken |
2015-02-06 | shared_ptr<T>(new T(args)) -> make_shared<T>(args) | Caolán McNamara |
2015-02-05 | convert all remaining BOOST_STATIC_ASSERT to static_assert | Caolán McNamara |
2015-02-04 | coverity#1268025 mnOrigHeight and mnNewHeight is unused now | Caolán McNamara |
2015-02-03 | GlyphCachePeer::mnBytesUsed is always zero | Stephan Bergmann |
2015-02-02 | coverity#736943 Untrusted loop bound | Caolán McNamara |
2015-01-30 | vcl: add GenericSalLayout::GetTextRect() | Chris Sherlock |
2015-01-29 | vcl: copy-pasted SAL_WARN_IF condition | Michael Stahl |
2015-01-28 | Some more loplugin:cstylecast clean-up | Stephan Bergmann |
2015-01-27 | these are const inputs, we fill widths from pGlyphIds via pEncoding | Caolán McNamara |
2015-01-27 | rhbz#1177022: vcl: fix PDF embedding of Type 1 fonts | Michael Stahl |
2015-01-27 | Use vector::data | Stephan Bergmann |
2015-01-27 | error: variable length array of non-POD element type | Stephan Bergmann |
2015-01-27 | Resolves: tdf#88819 printing with ps hangs | Caolán McNamara |
2015-01-27 | add a length arg to GetEmbedFontData | Caolán McNamara |
2015-01-26 | don't strip font names of apparent script suffixes anymore | Caolán McNamara |
2015-01-20 | Some more loplugin:cstylecast: vcl | Stephan Bergmann |
2015-01-19 | fdo#39440 vcl: reduce scope of local variables | Michael Weghorn |
2015-01-17 | no need to do that for all contexts | Markus Mohrhard |
2015-01-11 | vcl: ServerFontLayout::setNeedFallback() -> SetNeedFallback() | Chris Sherlock |
2015-01-11 | vcl: LayoutEngine::layout() to LayoutEngine::Layout() | Chris Sherlock |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
2015-01-06 | vcl: reset OpenGLContext(s) when yielding the last SolarMutex. | Michael Meeks |
2015-01-02 | Fix simple typos. | Andrea Gelmini |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2015-01-02 | Remove unnecessary comphelper::string::getToken | Stephan Bergmann |
2014-12-18 | vcl: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-12 | osl_getCommandArg always returns osl_Process_E_None | Stephan Bergmann |
2014-12-11 | vcl: Add BitmapInfoAccess for bitmaps' metadata access | Louis-Francis Ratté-Boulianne |