summaryrefslogtreecommitdiff
path: root/README.cross
AgeCommit message (Expand)Author
2012-08-20Don't fake --with-system-nss any more, autodetect build platform toolchainTor Lillqvist
2012-08-09Can use simpler autogen.lastrun nowTor Lillqvist
2012-08-09Drop the --with-external-tar to avoid confusionTor Lillqvist
2012-08-09No, we don't want any Python stuff for AndroidTor Lillqvist
2012-08-09Update sample autogen.lastrun for MacOSX -> AndroidTor Lillqvist
2012-08-03android: share more common Makefile pieces between a couple of usersMichael Meeks
2012-07-24Check for the msi* build requirements in configure.in + update README.cross.Jan Holesovsky
2012-06-26mingw32-python is now necessary too.Jan Holesovsky
2012-06-19Add a note about MinGW debugging TODO.Jan Holesovsky
2012-06-04Must use -mmacosx-version-min=10.6 when host platform is iOS simulatorTor Lillqvist
2012-05-18Update README.cross to match reality betterTor Lillqvist
2012-05-17Mention that the android/qa/sc test has not been maintained latelyTor Lillqvist
2012-05-17Now with in-process redirection, the adb shell setprop thing is not neededTor Lillqvist
2012-03-19How to examine strings in winedbg.Jan Holesovsky
2012-03-05Don't bother mentioning irrelevant autogen optionsTor Lillqvist
2012-03-01Modify iOS device example to use ClangTor Lillqvist
2012-02-27android: remove obsolete sourcing of Env.Host.sh adviceMichael Meeks
2012-02-22Updates for iOS, and Xcode 4.3Tor Lillqvist
2012-02-17Recommend to use NDK r7bTor Lillqvist
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-03Add --with-android-sdk and --with-ant-home to the Android from Linux sampleTor Lillqvist
2012-01-26README.cross: LibO-dev -> LOdev in the mingw sectionMiklos Vajna
2012-01-22Wash my handsTor Lillqvist
2012-01-20Add --with-android-sdk to the sample autogen.lastrunTor Lillqvist
2012-01-20Fix my emailTor Lillqvist
2012-01-18android: add --with-android-ndk= option to simplify configure.Michael Meeks
2012-01-17Correct my emailTor Lillqvist
2012-01-17Make it sound slightly less experimental and scaryTor Lillqvist
2012-01-11Work around http://code.google.com/p/android/issues/detail?id=23351Tor Lillqvist
2012-01-03More Android notesTor Lillqvist
2012-01-03Explain building and running (and debugging) unit tests on Android a bitTor Lillqvist
2011-12-15Add autogen.lastrun sample for cross-compiling to Android from Mac OS XTor Lillqvist
2011-11-29--with-system-libxslt is gone, remove it from the distro-configs.Jan Holesovsky
2011-11-26Use the 5.0 SDK for the iOS simulator exampleTor Lillqvist
2011-11-14Update Android example to use NDK r7Tor Lillqvist
2011-11-11Update example for iOS device: Use 5.0 SDKTor Lillqvist
2011-11-11Add note about an iOS SDK hickupTor Lillqvist
2011-11-11Update iOS examplesTor Lillqvist
2011-11-10Tiny editTor Lillqvist
2011-11-08Add -Wl,--fix-cortex-a8 to the Android CC and CXXTor Lillqvist
2011-11-08Revert "Just put the Android ARM compiler options in the mk files"Tor Lillqvist
2011-11-08Just put the Android ARM compiler options in the mk filesTor Lillqvist
2011-11-07Update the Android exampleTor Lillqvist
2011-11-03Introduce LibreOfficeMinGW distro-config.Jan Holesovsky
2011-10-20Make the README.cross a bit more copy&paste proofFridrich Štrba
2011-10-20Reduce confusion between openSUSE and SLE a bitTor Lillqvist
2011-10-18Add --disable-nss-module to the README.cross.Jan Holesovsky
2011-10-04No need to copy the .dlls to the installation any more.Jan Holesovsky
2011-09-29Don't recommend --enable-symbols, it makes it huge.Jan Holesovsky
2011-09-29You have to install into /tmp, otherwise you'll have runtime trouble.Jan Holesovsky
ource/dialog/titledockwin.cxx?h=cp-6.4-20&id=51d7f466df85f679f54e4e690f8b5e602192eb7b'>sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl ... and less overloaded; C++11 initializer_list should make undefined behavior as fixed in ba0a866b83f016fd460320e7d057dd107e019f19 less likely. Change-Id: I15cc0804451b6a4fcbfaa623f9a30db222207865 Reviewed-on: https://gerrit.libreoffice.org/23666 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> 2015-12-24loplugin:unnecessaryvirtualNoel Grandin and unwind some apparently now unused VCL OpenGL and GlyphCachePeer stuff. Change-Id: Ic85302d4e1ad4056dabc49c97a608891052e3167 Reviewed-on: https://gerrit.libreoffice.org/20920 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2015-12-21loplugin:unusedmethodsNoel Grandin Change-Id: Ifafdaf6da0225f244853a0042a6458643b570623 2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann Change-Id: Ie83819e2bcdc5fa160b39296b005ca9a5ff74b1d 2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin the Call() already does a check Found with: git grep -A 1 -w 'IsSet()' | grep -B 1 '.Call(' | grep ':' | cut -d ':' -f 1 Change-Id: Ia7248f5d62640b75f705e539c3d1183e39c0d847 2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky In the paints, we must use the size of the Window for the computations, not of the RenderContext - the RenderContext can be much bigger than the Window in the double-buffering case. Fixes for example the list boxes, and many others. Change-Id: I4c7607569f88b2d097587140858d0862e54b5ea6 2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin Change-Id: Ic0f7f8fa236bb478b3598ae3fd3c1b30ebbf1a01 2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl - Move vcl::RenderContext to outdev. - Change some methods on vcl::Window to accept RenderContext as parameter. - Add ApplySettings to vcl::Window - This method is called before painting. Refactor existing classes that use InitSettings to have ApplySettings or mark the classes to be refactored later. - Add RenderSettings for adding defered settings to rendering. This is similar to ApplySettings but for more ad-hoc calls. Change-Id: I4ea58461f3b6b08ccfa3e0ddd1a4a3e04f8c4f45 2015-05-14refactor TitledDockingWindow to use RenderContextTomaž Vajngerl Change-Id: Ie30f61871b27d84c1fbb570d5ae9a8cfaa901d28 2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann Change-Id: Iddfd36ae0de86fdd2d4febb2c05d1fe0c02801f0 2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl Change-Id: Ifd3339813e5d3dfb54566fd226aaf2d2a199d59a 2015-04-30Gradually typed LinkStephan Bergmann Turn the Link class into a template abstracting over the link's argument and return types, but provide default template arguments that keep the generic, unsafe "void* in, sal_IntPtr out" behvior. That way, individual uses of the Link class can be updated over time. All the related macros are duplicated with ..._TYPED counterparts, that additionally take the RetType (except for LINK_TYPED, which manages to infer the relevant types from the supplied Member). (It would have been attractive to change the "untyped" LinkStubs from taking a void* to a properly typed ArgType parameter, too, but that would cause -fsanitize=function to flag uses of "untyped" Link::Call.) Change-Id: I3b0140378bad99abbf240140ebb4a46a05d2d2f8 2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl Change-Id: Id716c47d56922ab6ce0c3adb3d426ea814980674 2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl Change-Id: Ia1667246064d11827dbd149def15e5bf08b119b8 2015-04-17sfx2: convert new to ::Create.Noel Grandin Change-Id: I53f95a65702c144ba4c4b0caac1e172015fec0fa 2015-04-10vclwidget: only call dispose() onceNoel Grandin by using a new utility method in vcl::Window This means that we don't have to make all our dispose methods safe to call more than once. Change-Id: I2110c7de4a86c70fdc97dd8fd318c86b56865374 2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin Change-Id: I78ea3f4304ace27c6db0e3d0651bd65043dcbc68 2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin and dump the ones that nothing is listening to Change-Id: I253ef284df785812a439dd160edba1b07fdbaac4 2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin and drop DATACHANGED_DATETIME because no-one is using it Change-Id: Id5ac9a7fbba0e35501ed82e5252f66858621f7ff 2014-12-22de-resource FLT_LEFT_PANE_[DRAW|IMPRESS]_DOCKING_WINDOWCaolán McNamara Change-Id: I5042141eaa0dfbf9d2184b86b537a9b149c9a06c 2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin Change-Id: I435ce2331fb49e7ce9fe97bdfddfaef706759a84 Reviewed-on: https://gerrit.libreoffice.org/12023 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-10-13create a macro library for implementing bit-flags typesNoel Grandin Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, changed from a macro- to a template-based solution. (Unfortunately MSVC 2012 does not support explicit conversion operators. Worked around that with explicit #ifs rather than some HAVE_EXPLICIT_CONVERSION_OPERATORS and SAL_EXPLICIT_CONVERSION_OPERATOR ainticipating we hopefully soon move to a baseline that requires unconditional support for them.) Change-Id: I4a89643b218d247e8e4a861faba458ec6dfe1396 2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin and fix a couple of bugs in SC and SW where the call mode was being passed to the hints parameter by accident Change-Id: Ief805410b3f7035e012e229e77f92d5832430f58 Reviewed-on: https://gerrit.libreoffice.org/11916 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-10-11convert vcl StateChangedType to enum classNoel Grandin Change-Id: Ifa46523619ae7fb8d112525b8df594836e51bb8f Reviewed-on: https://gerrit.libreoffice.org/11843 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2014-09-23fdo#82577: Handle WindowNoel Grandin Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a 2014-09-18fdo#82577: Handle FontNoel Grandin Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537 2014-04-16coverity#1202947 Uninitialized scalar fieldCaolán McNamara Change-Id: Ieee8f9eba25f17ba789d3be5a006e056108c386b