Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-04 | fpicker: make the place edition dialog working | Cédric Bosdonnat | |
Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d | |||
2012-05-02 | != instead of < for comparison with end iterator | Julien Nabet | |
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8 | |||
2012-04-30 | add another test doc | Caolán McNamara | |
Change-Id: I6cc92e2242cf0f162b5c670bf2e70f1e8fc49a28 | |||
2012-04-30 | Related: moz#424333 pixmaps are limited to max signed short | Caolán McNamara | |
Change-Id: I88cfd9592e11aa7dbe704df4810090b6a1ce4c66 | |||
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
2012-04-29 | Fix buildissue in svtools with missing include. | Tomas Chvatal | |
cpp: line 33, Fatal error: Cannot open include file "svtools/svtools.hrc" Change-Id: Ic7bd1af8f14cc0e44328c9f149c5dc45f04e5afb | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-27 | ruler: Implemented the design by Mirek M. | Jan Holesovsky | |
See http://listarchives.libreoffice.org/global/design/msg04151.html for details. Change-Id: I9c01ecd5951deba13ed6ddd2a69946dc1334ca43 | |||
2012-04-27 | Make the default application background lighter (and remove a hack). | Jan Holesovsky | |
Change-Id: I03f8db9b47ceb9b0240f3ac549681d8362eea0b5 | |||
2012-04-27 | ruler: Kill STYLE_OPTION_MONO usage. | Jan Holesovsky | |
According to the discussion on the design@ list, we want much more flat look overall anyway, so no need to distinguish between '3D' and 'flat' look. Change-Id: Ibf88d722c9ebfa9872ffd9a1a156b77478ded655 | |||
2012-04-25 | Remove unused methods | José Santiago Jiménez Sarmiento | |
2012-04-25 | refactor ImpSvtData | Caolán McNamara | |
2012-04-25 | DeleteOnIdleItems isn't called anywhere | Caolán McNamara | |
2012-04-25 | after nine years, time to give up on the REGEXP_SUPPORT dream | Caolán McNamara | |
2012-04-25 | drop a String::CreateFromAscii | Caolán McNamara | |
2012-04-24 | it's Erzya, not Eryza | Eike Rathke | |
2012-04-23 | Add some more timelogging, for graphic export here. | Thorsten Behrens | |
2012-04-21 | Replace css macro with namespace for nicer namespacing | Thomas Arnhold | |
2012-04-20 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-19 | fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language list | Eike Rathke | |
2012-04-19 | gif parsing regression test | Caolán McNamara | |
2012-04-18 | jpg parsing regression test | Caolán McNamara | |
2012-04-18 | callcatcher: update list | Caolán McNamara | |
2012-04-18 | UniString->rtl::OUString | Caolán McNamara | |
2012-04-18 | hard-coded windows dumper path makes no sense for us anymore | Caolán McNamara | |
2012-04-18 | string created but never used | Caolán McNamara | |
2012-04-17 | png parsing regression test | Caolán McNamara | |
2012-04-16 | WaE: "CDECL" redefined | David Tardon | |
2012-04-16 | callcatcher: update list | Caolán McNamara | |
2012-04-16 | callcatcher: update unused code | Caolán McNamara | |
2012-04-12 | remove formfeeds | Thomas Arnhold | |
2012-04-12 | callcatcher: update unused code list | Caolán McNamara | |
2012-04-11 | Replace deprecated List for std::vector. | Rafael Dominguez | |
2012-04-11 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-10 | Resolves: fdo#31022 about dialog is suboptimal | Andrew Higginson | |
2012-04-10 | catch by const ref | Caolán McNamara | |
2012-04-09 | s/pathes/paths/ | Tor Lillqvist | |
2012-04-09 | add package deps for resources | David Tardon | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | rename gb_CppunitTest_uses_ure | David Tardon | |
2012-04-08 | compile- and run-time use of UNO must be split | David Tardon | |
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk | |||
2012-04-08 | clean up | David Tardon | |
2012-04-08 | simplify use of configuration from unit tests | David Tardon | |
2012-04-08 | always use --protector for UNO tests | David Tardon | |
2012-04-08 | drop uses_ure | David Tardon | |
2012-04-08 | let use_api handle the use of type rdbs at runtime | David Tardon | |
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime? | |||
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-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 )/' \{\} \; |