summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-04-18Just link statically to CreateUnoWrapper() in the DISABLE_DYNLOADING caseTor Lillqvist1-0/+12
2012-04-17png parsing regression testCaolán McNamara1-9/+22
2012-04-17String::ToInt32->rtl::OUString::toInt32Caolán McNamara1-3/+3
2012-04-15Nah, don't obscure the right type with void*Tor Lillqvist2-3/+3
2012-04-15Copy and adapt current state of Norbert's CoreText work for iOSTor Lillqvist14-2826/+3211
2012-04-15Remove accidentally duplicated fileTor Lillqvist2-61/+1
2012-04-14vcl: win: adjust some coordinatesIvan Timofeev1-3/+3
2012-04-14vcl: win: fix RTL checkmark backgrounds fdo#42537Ivan Timofeev1-5/+10
2012-04-14vcl: hack: pData->aSz.Width() is set only for MenuBar, use aOutSz.Width()Ivan Timofeev1-1/+4
2012-04-14gtk3: add approved theme color fetch / selection.Michael Meeks1-10/+24
2012-04-14Some vcl cleaningJulien Nabet3-16/+0
2012-04-14update vcl readme wrt. fpickersMichael Meeks1-1/+1
2012-04-12remove formfeedsThomas Arnhold1-3/+3
2012-04-11vcl: win: fix RTL menu separator and gutter, checkmarks are still misplacedIvan Timofeev1-3/+15
2012-04-11Drop unused EGL stuffTor Lillqvist3-9/+0
2012-04-11Drop plasma_now()Tor Lillqvist1-7/+0
2012-04-10Remove using directives from svpgid.cxx...Stephan Bergmann1-72/+69
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson9-34/+100
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan3-3/+3
2012-04-09add package deps for resourcesDavid Tardon1-0/+4
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi3-3/+3
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2-2/+2
2012-04-08gbuild: "use" vs. "add":Michael Stahl11-38/+38
2012-04-07callcatcher: update and remove newly unused methodsCaolán McNamara6-71/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi11-32/+20
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi8-29/+29
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi7-72/+72
2012-04-06Remove unused code (vcl)Thomas Collerton2-31/+0
2012-04-04No dialogs to be shown from vcl in a non-NativeActivity Android appTor Lillqvist1-1/+11
2012-04-04Add debugging output (this file is experimental anyway)Tor Lillqvist1-0/+13
2012-04-04remove useless line (probably mis-merge)David Tardon1-1/+0
2012-04-04Fix cursor movement in graphite fontsMartin Hosken2-23/+27
2012-04-04WaE fixes to the mostly dummy iOS codeTor Lillqvist5-185/+57
2012-04-03adjust code for what the original Intersect() usage probably meantLuboš Luňák1-1/+1
2012-04-03Ignore return type of Region::IntersectDaniel Bankston1-1/+2
2012-04-03fdo#44610 - EasyHackDaniel Bankston2-61/+45
2012-04-03vcl: use CustomTarget makefile for kde_mocMatúš Kukan4-45/+12
2012-04-02Don't crash in a non-NativeActivity app where mpApp is NULLTor Lillqvist1-5/+4
2012-04-02KDE3 file picker moved from fpicker to vclCédric Bosdonnat20-1/+3336
2012-04-02KDE4 file picker moved from fpicker to vclCédric Bosdonnat6-0/+991
2012-03-31vcl: use CustomTarget makefilesMatúš Kukan7-82/+22
2012-03-30Add a dummy SalI18NImeStatus subclassTor Lillqvist1-2/+15
2012-03-29emf+ on win: implement bitmap creation from bitmapcanvasRadek Doulik1-1/+16
2012-03-29n714787: Duplicate code removal.Muthu Subramanian1-34/+34
2012-03-29bypass GtkSalPrinter when it is not enabledDavid Tardon1-1/+1
2012-03-29set correct paper tray in UIDavid Tardon1-0/+21
2012-03-27fix vertical align when switching mode in multibar fdo#44140Noel Power1-1/+13
2012-03-27Fix vcl alpha blending n#714787Thorsten Behrens1-30/+36
2012-03-26merge getVerticalDeltaAngle and GetVerticalFlagsCaolán McNamara1-25/+6