summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-03-11sd: translate debug messagesThomas Arnhold1-1/+1
2013-03-11Resolves: fdo#62154 propogate text language down to icu for loclCaolán McNamara4-6/+182
2013-03-11vcl: further fixesThomas Arnhold2-27/+27
2013-03-11vcl: fix debug buildThomas Arnhold1-1/+1
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir9-113/+113
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold10-20/+20
2013-03-11Make ComboBox::CalcSize to return the right widthZolnai Tamás1-0/+2
2013-03-11use approximate_char_width instead of GetTextWidth('X')Caolán McNamara1-1/+1
2013-03-11XubString->OUStringCaolán McNamara1-2/+2
2013-03-10update pch filesPeter Foley1-0/+1
2013-03-09Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAMChris4-20/+20
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim12-0/+32
2013-03-08AndroidSalInstance::Wakeup() is unusedTor Lillqvist2-7/+0
2013-03-08Don't crash the other experimental appsTor Lillqvist2-16/+21
2013-03-08Make use of new-style AccessBridge ctorStephan Bergmann3-41/+28
2013-03-08set action and content area via their internal-child idsCaolán McNamara3-6/+35
2013-03-08make use of startsWith()Thomas Arnhold4-7/+7
2013-03-08Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salplug.cxxChris1-2/+2
2013-03-08fix handling of ttf embedding restrictionsLuboš Luňák1-6/+4
2013-03-08editable ttf fonts are usable for print&preview tooLuboš Luňák3-9/+9
2013-03-08embed also view-only fonts, but do not use themLuboš Luňák2-6/+40
2013-03-08protect against incomplete writesLuboš Luňák1-5/+12
2013-03-08function for duplicated codeLuboš Luňák2-0/+56
2013-03-08WaE: avoid mis-detection of uninitialized pixmap.Michael Meeks1-4/+6
2013-03-07Some further hacks for scrolling on touch devices, but no cigarTor Lillqvist1-1/+20
2013-03-07Add a commentTor Lillqvist1-0/+6
2013-03-07Add a SAL_INFO()Tor Lillqvist1-0/+1
2013-03-07fdo#38838 Replaced some use of (Uni)String with OUString.Jean-Noël Rouvignac1-4/+4
2013-03-07OUString::replaceAt() does not replace in-placeTor Lillqvist1-1/+1
2013-03-07Do not call OUStringBuffer::copy with bad argumentStephan Bergmann1-1/+2
2013-03-07c#708653# remove unused member SalXLib::pYieldEntries_Herbert Dürr1-2/+0
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara4-4/+21
2013-03-07add stock button text for paste, and map to gtk-pasteCaolán McNamara3-1/+9
2013-03-07Resolves: #i119997# fix a memory leak by WinGlyphFallbackSubstitutionHerbert Dürr1-4/+8
2013-03-07Oops, this is a conflict resolution problemFridrich Štrba1-1/+1
2013-03-07Replace (Xub)String with OUString in vcl(field)Chr. Rossmanith3-213/+204
2013-03-07fix canvas bitmap rendering (argb32 pixmaps) fixes color issue in n#780830Radek Doulik6-72/+97
2013-03-07Replaced XubString with OUString in vcl(combobox)Chr. Rossmanith2-45/+46
2013-03-07c#705440# check ftell return value when emitting Type1 subsetHerbert Dürr1-2/+3
2013-03-07c#705441# handle invalid FDSelect entry while emitting Type1Herbert Dürr1-0/+2
2013-03-07c#706171# handle invalid PFB chunk headerHerbert Dürr1-3/+5
2013-03-07OSL_TRACE->SAL_INFOCaolán McNamara1-10/+6
2013-03-07Start hacking on scrollingTor Lillqvist3-0/+71
2013-03-07Use view size for "work area" sizeTor Lillqvist1-1/+1
2013-03-07Now get rid of the #if 0 blocksTor Lillqvist1-444/+0
2013-03-07Improve vcl/READMETor Lillqvist1-18/+28
2013-03-07Revert "Window::PostPaint() was unused and empty"Tor Lillqvist2-0/+7
2013-03-07Handle damage tracking and redrawing properly in the "desktop" Android appTor Lillqvist2-15/+33
2013-03-07SALEVENT_COUNT is unusedTor Lillqvist1-1/+0
2013-03-07Window::PostPaint() was unused and emptyTor Lillqvist2-7/+0