summaryrefslogtreecommitdiff
path: root/icon-themes/breeze_dark/res/sx03188.png
blob: 41713d0518a33bf81a128e151fa7961c425575a3 (plain)
ofshex dumpascii
0000 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 10 00 00 00 10 08 06 00 00 00 1f f3 ff .PNG........IHDR................
0020 61 00 00 00 04 73 42 49 54 08 08 08 08 7c 08 64 88 00 00 00 09 70 48 59 73 00 00 0e c4 00 00 0e a....sBIT....|.d.....pHYs.......
0040 c4 01 95 2b 0e 1b 00 00 00 19 74 45 58 74 53 6f 66 74 77 61 72 65 00 77 77 77 2e 69 6e 6b 73 63 ...+......tEXtSoftware.www.inksc
0060 61 70 65 2e 6f 72 67 9b ee 3c 1a 00 00 00 32 49 44 41 54 38 8d 63 60 18 68 c0 08 63 bc ff f0 f1 ape.org..<....2IDAT8.c`.h..c....
0080 3f 29 1a 05 05 f8 19 51 04 d0 0d 40 e6 e3 93 63 22 c5 56 6c 60 18 78 61 34 0c 06 55 18 0c 18 00 ?).....Q...@...c".Vl`.xa4..U....
00a0 00 46 0e 3d c3 f0 de 57 16 00 00 00 00 49 45 4e 44 ae 42 60 82 .F.=...W.....IEND.B`.
00'>2018-12-07HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann 2018-12-07HAVE_BROKEN_CONST_ITERATORS is always false nowStephan Bergmann 2018-09-11Use [[fallthrough]] also with MSVCStephan Bergmann 2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann 2018-08-31GCC only supports inline variables since GCC 7Stephan Bergmann 2018-08-30Silence bogus -Werror=redundant-move (GCC 9)Stephan Bergmann 2018-08-29-Werror=redundant-move (GCC 9), take twoStephan Bergmann 2018-07-04Make brittle SortedAutoCompleteStrings ownership handling more explicitStephan Bergmann 2017-11-08Drop HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STLStephan Bergmann 2017-10-19tdf#113211: fix calculations with big integersMike Kaganski 2017-06-16Remove HAVE_CXX11_REF_QUALIFIER, always true nowStephan Bergmann 2017-06-01HAVE_THREADSAFE_STATICS sould always be trueStephan Bergmann 2017-03-02Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann 2017-03-02Remove HAVE_CXX11_CONSTEXPR, always true nowStephan Bergmann 2016-12-15Phase out support for HAVE_BROKEN_STATIC_INITIALIZER_LISTStephan Bergmann 2016-12-12[API CHANGE] Remove salcpprt static libraryStephan Bergmann 2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann 2016-03-31Typo in HAVE_BROKEN_STATIC_INITILIZER_LISTStephan Bergmann 2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann 2015-10-12HAVE_CXX11_PERFECT_FORWARDING is required on all supported toolchainsStephan Bergmann 2015-10-12HAVE_CXX11_FINAL is required on all supported toolchainsStephan Bergmann 2015-10-12HAVE_CXX11_OVERRIDE is required on all supported toolchainsStephan Bergmann 2015-10-12HAVE_CXX11_DELETE is required on all supported toolchainsStephan Bergmann 2015-09-30Avoid unhelpful -Wunused-variableStephan Bergmann 2015-06-19Fix check for broken standard libraryStephan Bergmann 2015-02-10Properly check for Clang with static initializer_list bugStephan Bergmann 2015-02-06Make OUStringLiteral more usefulStephan Bergmann 2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl 2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl 2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann 2013-08-05do not base feature checks on gcc versionLuboš Luňák 2013-07-23adjust for upstreaming of warn_unused attributeLuboš Luňák 2013-06-13rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config headerLuboš Luňák 2013-04-08Check for the C++11 "final" specifier and introduce SAL_FINALTor Lillqvist