Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-15 | can't use auto_ptr with an array, wrong delete vs new[] | Caolán McNamara | |
2012-03-14 | fdo#47246: dtrans: fix multiply linked ImplHelper | Michael Stahl | |
No idea whether linking ftransl against static library dtobj is good, but the other two libraries here link against it already... | |||
2012-03-12 | WaE: "__uuidof" redefined | David Tardon | |
It would probably be better to find out why the "stock" __uuidof from MinGW causes linking error for libdnd (missing symbols) and if it can be fixed , but I am too lazy .-) | |||
2012-03-12 | WaE: variable 'hr' set but not used | David Tardon | |
2012-03-12 | add missing initializer | David Tardon | |
2012-03-12 | WaE: initialization order | David Tardon | |
2012-03-12 | probable intent | David Tardon | |
2012-03-12 | WaE: variable 'dwResult' set but not used | David Tardon | |
2012-03-12 | fix indentation | David Tardon | |
2012-03-12 | WaE: suggest explicit braces to avoid ambiguous 'else' | David Tardon | |
2012-03-12 | WaE: comparison between signed and unsigned integer expressions | David Tardon | |
2012-03-12 | use SAL_N_ELEMENTS | David Tardon | |
2012-03-12 | WaE: multi-character character constant | David Tardon | |
2012-02-17 | Use emptiness check rather than size check for efficiency | Mariusz Dykierek | |
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-13 | WaE: clipformat may be used uninitialized | Caolán McNamara | |
2011-12-23 | Fix for fdo43460 Part XIV getLength() to isEmpty() | Gustavo Buzzatti Pacheco | |
Part XIV Modules drawinglayer, dtrans, editeng | |||
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-02 | inline keyword makes sense only when the definition is in header. | Kohei Yoshida | |
2011-12-02 | sal_Bool to bool. | Kohei Yoshida | |
2011-12-02 | Encapsulate implementation of CMtaOleClipboard under win32. | Kohei Yoshida | |
This class is used only for win32 clipboard implementation. Better move it to where only the win32 implementation code can access it. | |||
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-21 | Fix MinGW build of dtrans. | Jan Holesovsky | |
2011-11-20 | Removing the empty pch file from dtrans | Joseph Powers | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-10 | WaE: initialization order | Caolán McNamara | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-22 | Always link with user32 | Tor Lillqvist | |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-17 | add more component prefixes | Matúš Kukan | |
2011-08-17 | cppcheck: remove assigned but unused variable | Takeshi Abe | |
2011-08-12 | add XNotifyingDataObject also for gcc compiler | Matúš Kukan | |
2011-08-11 | get this linking under windows | Caolán McNamara | |
2011-08-11 | get dtrans compiling under windows again | Caolán McNamara | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-08 | convert dtrans to gbuilb | Matúš Kukan | |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matus Kukan | |
2011-06-23 | Use the newly introduced sehandler.hxx (now in solenv/wntgcci/inc) | Tor Lillqvist | |
Where the OOo MinGW people get their __SEHandler from, no idea. | |||
2011-06-23 | Fix includes for MinGW cross-compilation | Tor Lillqvist | |
Don't use backslashes. Use correct case in header names. | |||
2011-06-22 | Fix MinGW compilation | Tor Lillqvist | |
2011-06-20 | catch by const reference | Caolán McNamara | |