- 56a20f98 cppuhelper: method 2, load implementations to invoke component factory by Henry Castro · 11 years ago private/hcvcastro/preinit
- c22ddbf vcl: desktop terminate, to dispose objects by Henry Castro · 11 years ago
- 09dcaef vcl: assign NULL after deleting by Henry Castro · 11 years ago
- 3941ed1 vcl: add isInitVCL, to not initialize twice by Henry Castro · 11 years ago
- 69f6f8b desktop: add InitVCL to lo_initialize by Henry Castro · 11 years ago
- 0209190 cppuhelper: add preInitBootstrap symbol by Henry Castro · 11 years ago
- 0d94313 cppuhelper: method 1, load implementations to invoke component factory by Henry Castro · 11 years ago
- 6afd2c0 smoketest: add lok_preinit to libtest by Henry Castro · 11 years ago
- 1fe9b15 New version of ConvertTextToNumber extension (1.5) by Andras Timar · 11 years ago
- 5032455 lok: rework use preInitBootstrap by Henry Castro · 11 years ago
- 1bea5bf9 Revert lok: use preInitBootstrap by Henry Castro · 11 years ago
- 718815a lok: use preInitBootstrap by Henry Castro · 11 years ago
- 901999a cppuhelper: add loadImplementations by Henry Castro · 11 years ago
- 419ae0c Add missing helpful GL trace messages outside of the impl. itself. by Michael Meeks · 11 years ago
- 3087560 Avoid bogus warnings with VCL_GL_INFO, by making the optimizer work. by Michael Meeks · 11 years ago
- 2be6126 tdf#93798 - avoid apitrace provoked infinite loop dumping errors. by Michael Meeks · 11 years ago
- 35ad782 do not parse range fragments as valid ranges by Eike Rathke · 11 years ago
- 58c105c tdf#89245 xmloff: fix Calc header background image saving by Miklos Vajna · 11 years ago
- c2d6b85 tdf#75973 : User Defined Types in password encrypted macros by Laurent Godard · 11 years ago
- 9a5cbcd VclPtr: no dialog loaded from a .ui ever actually destructed by Caolán McNamara · 11 years ago
- e1cc124 WaE: remove unused parameter. by Michael Meeks · 11 years ago
- 887ce99 pClientData can be null by Caolán McNamara · 11 years ago
- 41a545e tdf#93536 - avoid crash when calling ToTop on disposed window. by Michael Meeks · 11 years ago
- 25d0a90 Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFO by Tor Lillqvist · 11 years ago
- 5e463fc ODF import: workaround dubious draw:fill="solid" on frame styles by Michael Stahl · 11 years ago
- 56218a8 related: tdf#92379: sw: backward compatible ODF export of overriding by Michael Stahl · 11 years ago
- a19985c tdf#92379: sw: ODF import: fix fo:background-color="transparent" by Michael Stahl · 11 years ago
- eadf257 tdf#92379: svx: don't overwrite fo:background-color on ODF import by Michael Stahl · 11 years ago
- 99c3ac7 sw: Flat ODF import: set the InReading and InXMLImport flags by Michael Stahl · 11 years ago
- ba24290 vcl: fix resource management issue in WinSalLayout by Michael Stahl · 11 years ago
- cd491e8 vcl: fix drmemory warning in UniscribeLayout::DropGlyph() by Michael Stahl · 11 years ago
- 52e13e7 check stream status by Caolán McNamara · 11 years ago
- 35d3c3e eof isn't a Error, so use good not GetError by Caolán McNamara · 11 years ago
- 53e6788 guard against 0 item size by Caolán McNamara · 11 years ago
- c31be2d check seeks and reads by Caolán McNamara · 11 years ago
- 94a0e01 Avoid unintended unconditional std::cerr debug output by Tor Lillqvist · 11 years ago
- fc6a367 Avoid accidental leftover unconditional debug printout by Tor Lillqvist · 11 years ago
- a9e53ff tdf#93353: fix copy fluy in fly by Bjoern Michaelsen · 11 years ago
- 51637d8 tdf#93736 need to create trapezoid from input polygon by Tomaž Vajngerl · 11 years ago
- 404a0f1 check stream state after read attempt by Caolán McNamara · 11 years ago
- 838ad7a check for stream status after a read, not after a seek by Caolán McNamara · 11 years ago
- c004f80 check seek for success by Caolán McNamara · 11 years ago
- 99619ce check status of SeekTo by Caolán McNamara · 11 years ago
- 3476463 check SeekToEndOfRecord for success by Caolán McNamara · 11 years ago
- deb422e tdf#93529 - use debug messages while rendering to break up the trace. by Michael Meeks · 11 years ago
- ae92c74 clip strings to max available size by Caolán McNamara · 11 years ago
- dd31bd1 tdf#93529 - add glDebugMessageInsert wrappers to help with API tracing. by Michael Meeks · 11 years ago
- ac382ac avoid loops in atom chains by Caolán McNamara · 11 years ago
- fbe1fbe avoid hang in certain ppts by Caolán McNamara · 11 years ago
- 670dcdd don't write SvxBackgroundColorItem via inherited SvxColorItem::Store by Caolán McNamara · 11 years ago
- 4c42757 Don't attempt to cache glyphs that are vertical but the text direction isn't by Tor Lillqvist · 11 years ago
- e495dff Error handling by Tor Lillqvist · 11 years ago
- 8cdc827 Make vertical fonts show up when using OpenGL glyph caching by Tor Lillqvist · 11 years ago
- c4beee9 No NO_MAPPERS, NO_TYPE3, NO_TYPE42 or NO_TTCR anywhere by Tor Lillqvist · 11 years ago
- 001ba1b Adjust for the TA_BASELINE of the DC by Tor Lillqvist · 11 years ago
- fdb7a8f Drop code that is dead after 4667db065d34193d99bce82f7e8f3b20a03ecade by Tor Lillqvist · 11 years ago
- d5e5a8e Still more hacking on OpenGL glyph caching for Windows by Tor Lillqvist · 11 years ago
- 90a08d4 Make the pixel greylevel debug output work as intended by Tor Lillqvist · 11 years ago
- fcb15fa Add SAL_ENABLE_GLYPH_CACHING by Tor Lillqvist · 11 years ago
- eb54f8c More fixing of glyph rendering for caching with OpenGL on Windows by Tor Lillqvist · 11 years ago
- 9b150bf More fixing of OpenGL glyph caching on Windows by Tor Lillqvist · 11 years ago
- 1798443 Add FIXME comment and bin an #if 0 snippet by Tor Lillqvist · 11 years ago
- a1e1453 (disabled) Initial work for OpenGL glyph caching on Windows by Tor Lillqvist · 11 years ago
- af87340 Add a globally usable WindowsErrorString function by Tor Lillqvist · 11 years ago
- 112a97d WaE: 'rArgs' : unreferenced formal parameter by Tor Lillqvist · 11 years ago
- 992227a Drop SimpleWinLayout by Tor Lillqvist · 11 years ago
- daf16b7 SimpleWinLayout::mbDisableGlyphs was always true by Tor Lillqvist · 11 years ago
- e44c4ed Add missing SAL_OVERRIDEs by Tor Lillqvist · 11 years ago
- 83d530a Avoid some ugly and pointless initial double colons by Tor Lillqvist · 11 years ago
- 2be5eaa check seeks and offsets by Caolán McNamara · 11 years ago
- 61d30c1 check seek by Caolán McNamara · 11 years ago
- ade04a5 don't loop on overly-short nEndPos by Caolán McNamara · 11 years ago
- dc350de check returns of SeekToEndOfRecord by Caolán McNamara · 11 years ago
- cffed0c crashtesting: tiff loop detection too slow by Caolán McNamara · 11 years ago
- 8486d4f gtk3: paste special empty by Caolán McNamara · 11 years ago
- c62aedf tdf#93558 Hardcode black text on white background by Maxim Monastirsky · 11 years ago
- c496da6 xmloff: ODF export: actually ODF 1.2 does not allow graphic-properties by Michael Stahl · 11 years ago
- 482ca82 tdf#80512 KDE4: fix RTL scrollbar handling by Jan-Marek Glogowski · 11 years ago
- 306e9c6 extend seek, loop ending tests to ppt specific code by Caolán McNamara · 11 years ago
- 20bc030 KDE4: don't ignore write(2) return value by Jan-Marek Glogowski · 11 years ago
- 56ca092 coverity#1320472 Uninitialized scalar field by Caolán McNamara · 11 years ago
- 630f9f4 Revert "do not parse range fragments as valid ranges" by Eike Rathke · 11 years ago
- 7bbc2a5 there might be no model by Caolán McNamara · 11 years ago
- a0d1772 various hangs, check seeks and record lengths by Caolán McNamara · 11 years ago
- 02b3e68 don't hang on unreachable record ends by Caolán McNamara · 11 years ago
- 9e3d593 fix crash on loading certain ppts by Caolán McNamara · 11 years ago
- 84b4027 behave like the native format filter for non-insert mode by Caolán McNamara · 11 years ago
- 74262437 we only need the PaM for its Point and only to create a uno cursor by Caolán McNamara · 11 years ago
- 4c12222 tdf#93620: show OpenGL status in Help->About by László Németh · 11 years ago
- 31dd460 do not parse range fragments as valid ranges by Eike Rathke · 11 years ago
- 5a81682 ensure editeng str len is in sync with attributes by Caolán McNamara · 11 years ago
- 9ce688e tdf#92019 Use texture atlas for 16, 24, 32, 48, 64 px width images by Tomaž Vajngerl · 11 years ago
- ae223c4 opengl: push mask coords to the shaders along the image coords by Tomaž Vajngerl · 11 years ago
- e0f8b0c Fixed (fixed size) texture atlas for "caching" OpenGL texures by Tomaž Vajngerl · 11 years ago
- 6f88024 Resolves: rhbz#1255811 implement Edit modify handler by Eike Rathke · 11 years ago
- db65b27 -Werror,-Winconsistent-missing-override by Stephan Bergmann · 11 years ago
- d4e34db Accept also OS X 10.11 by Tor Lillqvist · 11 years ago
- 8dc2806 vcl OpenGL program: Cache mvp matrix to reduce ~200 api calls per frame. by Lubosz Sarnecki · 11 years ago
- 1ef21a7 there may be no storage available in older formats by Caolán McNamara · 11 years ago
- ccba41f tdf#93614 - detect hanging OpenGL drivers with a watchdog. by Michael Meeks · 11 years ago