Age | Commit message (Expand) | Author |
2014-01-13 | Keep in sync with desktop_strings[] in salplug.cxx | Maxim Monastirsky |
2014-01-13 | -Wunused-variable | Stephan Bergmann |
2014-01-13 | drop unnecessary tools/string.hxx includes | Caolán McNamara |
2014-01-13 | SalDisplay::Dispatch shall apparently return bool | Stephan Bergmann |
2014-01-13 | longparas: drop xub_StrLen from fields | Caolán McNamara |
2014-01-13 | longparas: weed out xub_StrLen in pdf writer | Caolán McNamara |
2014-01-13 | longparas: STRING_LEN here means text len, so expand to just that | Caolán McNamara |
2014-01-13 | longparas: make OutputDevice::GetGlyphBoundRects safe | Caolán McNamara |
2014-01-13 | longparas: drop 16bit string limits in meta text actions | Caolán McNamara |
2014-01-13 | longparas: STRING_LEN gets expanded to string len, so just use str len | Caolán McNamara |
2014-01-13 | longparas: xub_StrLen to sal_Int32 | Caolán McNamara |
2014-01-13 | disentangle CalcSize | Caolán McNamara |
2014-01-13 | longparas: drop STRING_MAXLEN limit in TextEngine | Caolán McNamara |
2014-01-13 | longparas: drop STRING_MAXLEN limit in TextDoc | Caolán McNamara |
2014-01-13 | longparas: STRING_LEN->EDIT_NOLIMIT | Caolán McNamara |
2014-01-13 | longparas: xub_StrLen to sal_Int32 | Caolán McNamara |
2014-01-13 | make mnCursorPos a sal_Int32 | Caolán McNamara |
2014-01-13 | Clean up #if GTK_CHECK_VERSION(3,0,0) | Stephan Bergmann |
2014-01-12 | longparas: these 0xFFFF are STRING_LEN | Caolán McNamara |
2014-01-12 | longparas: nStart and nEnd are always overwritten | Caolán McNamara |
2014-01-12 | longparas: raise 16bit Impl_IMEInfos limits to 32bit | Caolán McNamara |
2014-01-12 | longparas: raise 16bit cursor pos limit to 32bit | Caolán McNamara |
2014-01-12 | mnDeltaStart is unused | Caolán McNamara |
2014-01-11 | longparas: OldTextLen and DeltaStart are unused | Caolán McNamara |
2014-01-11 | longparas: unnecessary xub_StrLen cast | Caolán McNamara |
2014-01-11 | longparas: lift 16bit max edit length | Caolán McNamara |
2014-01-11 | longparas: convert GetMaxVisChars from xub_StrLen to sal_Int32 | Caolán McNamara |
2014-01-11 | WaE: unsafe mix of type 'sal_Bool' and type 'bool' | Tor Lillqvist |
2014-01-11 | longparas: shouldn't need to split strings in textview anymore | Caolán McNamara |
2014-01-10 | Normalized aqua graphics line and fill colors to RGBA | tsahi glik |
2014-01-10 | EndDialog takes long nResult, not bool | Stephan Bergmann |
2014-01-10 | operator ==, != should return bool | Stephan Bergmann |
2014-01-10 | re-write SvStream operator<< to non-overloaded methods | Noel Grandin |
2014-01-10 | endSpool return value is effectively success flag, not job ID | Stephan Bergmann |
2014-01-09 | some notes about COM threading in LO generally and winaccessibility | Michael Stahl |
2014-01-09 | stop condition reversed, sigh | Caolán McNamara |
2014-01-08 | Resolves: rhbz#1050162 don't draw to NULL window | Caolán McNamara |
2014-01-08 | Fix compilation error for 64-bit OS X by simplifying code | Tor Lillqvist |
2014-01-08 | Revert "make FilePicker::createWithMode not crash" | Matúš Kukan |
2014-01-08 | GtkComboBox->VclComboBoxNumeric | Caolán McNamara |
2014-01-08 | improve warning message | Caolán McNamara |
2014-01-07 | fdo#72521 fdo#73103 Fix editable combo-boxes behavior under KDE4 | Maxim Monastirsky |
2014-01-06 | EMF/WMF: parse line cap and line join | Andras Timar |
2014-01-06 | Resolves: #i123817# prepare codebase for updating to boost 1.55 | Herbert Dürr |
2014-01-06 | pGlyphIDs->pGlyphIds | Caolán McNamara |
2014-01-06 | Resolves: #i123840# add and use the sal_GlyphId type | Herbert Dürr |
2014-01-06 | Move default: to end of switch | Chris Sherlock |
2014-01-04 | fdo#73280 - always advance the iterator to avoid an infinite loop. | Michael Meeks |
2014-01-04 | hidpi: Blind fix - avoid double scaling by updating GetItemImage(). | Jan Holesovsky |
2014-01-04 | hidpi: Sidebar, fontwork, autoformat and other improvements. | Keith Curtis |