Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-23 | fix gtk3salnativewidgets-gtk build with gcc 4.4 | Rene Engelhard | |
2012-04-23 | cut out negative widths/heights early | Caolán McNamara | |
2012-04-23 | fdo#42986 Add Presentationsize 16:9 Widescreen | Rob Snelders | |
2012-04-23 | Remove unused vcl methods. | Monica Ramirez Arceda | |
2012-04-23 | Remove unused code in vcl | Santiago Martinez | |
2012-04-20 | Build freetype and fontconfig statically for Android | Tor Lillqvist | |
2012-04-19 | fail earlier on oversized images | Caolán McNamara | |
2012-04-19 | ImplLayout can return NULL | Caolán McNamara | |
2012-04-19 | fdo#46687 - fix find toolbar X error handling | Michael Meeks | |
2012-04-18 | Just link statically to CreateUnoWrapper() in the DISABLE_DYNLOADING case | Tor Lillqvist | |
2012-04-17 | png parsing regression test | Caolán McNamara | |
2012-04-17 | String::ToInt32->rtl::OUString::toInt32 | Caolán McNamara | |
2012-04-15 | Nah, don't obscure the right type with void* | Tor Lillqvist | |
2012-04-15 | Copy and adapt current state of Norbert's CoreText work for iOS | Tor 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-15 | Remove accidentally duplicated file | Tor Lillqvist | |
2012-04-14 | vcl: win: adjust some coordinates | Ivan Timofeev | |
2012-04-14 | vcl: win: fix RTL checkmark backgrounds fdo#42537 | Ivan Timofeev | |
2012-04-14 | vcl: hack: pData->aSz.Width() is set only for MenuBar, use aOutSz.Width() | Ivan Timofeev | |
2012-04-14 | gtk3: add approved theme color fetch / selection. | Michael Meeks | |
2012-04-14 | Some vcl cleaning | Julien Nabet | |
2012-04-14 | update vcl readme wrt. fpickers | Michael Meeks | |
2012-04-12 | remove formfeeds | Thomas Arnhold | |
2012-04-11 | vcl: win: fix RTL menu separator and gutter, checkmarks are still misplaced | Ivan Timofeev | |
2012-04-11 | Drop unused EGL stuff | Tor Lillqvist | |
2012-04-11 | Drop plasma_now() | Tor Lillqvist | |
2012-04-10 | Remove using directives from svpgid.cxx... | Stephan Bergmann | |
...so that the hack of including it in gtk3salnativewidgets-gtk.cxx actually works. | |||
2012-04-10 | Resolves: fdo#31022 about dialog is suboptimal | Andrew Higginson | |
2012-04-09 | enforce only one possible use of gb_CustomTarget | Matúš Kukan | |
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed | |||
2012-04-09 | add package deps for resources | David Tardon | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "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-07 | callcatcher: update and remove newly unused methods | Caolán McNamara | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Remove unused code (vcl) | Thomas Collerton | |
2012-04-04 | No dialogs to be shown from vcl in a non-NativeActivity Android app | Tor Lillqvist | |
2012-04-04 | Add debugging output (this file is experimental anyway) | Tor Lillqvist | |
2012-04-04 | remove useless line (probably mis-merge) | David Tardon | |
2012-04-04 | Fix cursor movement in graphite fonts | Martin Hosken | |
2012-04-04 | WaE fixes to the mostly dummy iOS code | Tor Lillqvist | |
2012-04-03 | adjust code for what the original Intersect() usage probably meant | Luboš Luňák | |
Daniel Bankston is right, the call probably meant to check whether the intersection is not empty, as an optimization. | |||
2012-04-03 | Ignore return type of Region::Intersect | Daniel 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-03 | fdo#44610 - EasyHack | Daniel 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-03 | vcl: use CustomTarget makefile for kde_moc | Matúš Kukan | |
2012-04-02 | Don't crash in a non-NativeActivity app where mpApp is NULL | Tor Lillqvist | |
2012-04-02 | KDE3 file picker moved from fpicker to vcl | Cédric Bosdonnat | |
2012-04-02 | KDE4 file picker moved from fpicker to vcl | Cédric Bosdonnat | |