summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2012-04-23fix gtk3salnativewidgets-gtk build with gcc 4.4Rene Engelhard
2012-04-23cut out negative widths/heights earlyCaolán McNamara
2012-04-23fdo#42986 Add Presentationsize 16:9 WidescreenRob Snelders
2012-04-23Remove unused vcl methods.Monica Ramirez Arceda
2012-04-23Remove unused code in vclSantiago Martinez
2012-04-20Build freetype and fontconfig statically for AndroidTor Lillqvist
2012-04-19fail earlier on oversized imagesCaolán McNamara
2012-04-19ImplLayout can return NULLCaolán McNamara
2012-04-19fdo#46687 - fix find toolbar X error handlingMichael Meeks
2012-04-18Just link statically to CreateUnoWrapper() in the DISABLE_DYNLOADING caseTor Lillqvist
2012-04-17png parsing regression testCaolán McNamara
2012-04-17String::ToInt32->rtl::OUString::toInt32Caolán McNamara
2012-04-15Nah, don't obscure the right type with void*Tor Lillqvist
2012-04-15Copy and adapt current state of Norbert's CoreText work for iOSTor Lillqvist
Compiles, but I obviously have no idea how it works yet. Yes, eventually we should factor out common parts from the iOS and MacOSX code.
2012-04-15Remove accidentally duplicated fileTor Lillqvist
2012-04-14vcl: win: adjust some coordinatesIvan Timofeev
2012-04-14vcl: win: fix RTL checkmark backgrounds fdo#42537Ivan Timofeev
2012-04-14vcl: hack: pData->aSz.Width() is set only for MenuBar, use aOutSz.Width()Ivan Timofeev
2012-04-14gtk3: add approved theme color fetch / selection.Michael Meeks
2012-04-14Some vcl cleaningJulien Nabet
2012-04-14update vcl readme wrt. fpickersMichael Meeks
2012-04-12remove formfeedsThomas Arnhold
2012-04-11vcl: win: fix RTL menu separator and gutter, checkmarks are still misplacedIvan Timofeev
2012-04-11Drop unused EGL stuffTor Lillqvist
2012-04-11Drop plasma_now()Tor Lillqvist
2012-04-10Remove using directives from svpgid.cxx...Stephan Bergmann
...so that the hack of including it in gtk3salnativewidgets-gtk.cxx actually works.
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-09add package deps for resourcesDavid Tardon
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-07callcatcher: update and remove newly unused methodsCaolán McNamara
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Remove unused code (vcl)Thomas Collerton
2012-04-04No dialogs to be shown from vcl in a non-NativeActivity Android appTor Lillqvist
2012-04-04Add debugging output (this file is experimental anyway)Tor Lillqvist
2012-04-04remove useless line (probably mis-merge)David Tardon
2012-04-04Fix cursor movement in graphite fontsMartin Hosken
2012-04-04WaE fixes to the mostly dummy iOS codeTor Lillqvist
2012-04-03adjust code for what the original Intersect() usage probably meantLuboš Luňák
Daniel Bankston is right, the call probably meant to check whether the intersection is not empty, as an optimization.
2012-04-03Ignore return type of Region::IntersectDaniel Bankston
Caller of Region::Intersect was not ignore the return value in a conditional, so I refactored the conditional to not depend on the return value of Intersect without affect the original functionality of the code. This usage of Intersect may be a possible defect and should be checked out.
2012-04-03fdo#44610 - EasyHackDaniel Bankston
Since they always return sal_Bool values that are not used by any callers, I changed the Region class methods (both versions of each Union, Intersect, Exclude, XOr) from sal_Bool return type to void return type.
2012-04-03vcl: use CustomTarget makefile for kde_mocMatúš Kukan
2012-04-02Don't crash in a non-NativeActivity app where mpApp is NULLTor Lillqvist
2012-04-02KDE3 file picker moved from fpicker to vclCédric Bosdonnat
2012-04-02KDE4 file picker moved from fpicker to vclCédric Bosdonnat