Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
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-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... | |||
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-20 | Removing the empty pch file from dtrans | Joseph Powers | |
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-12 | add XNotifyingDataObject also for gcc compiler | Matúš Kukan | |
2011-08-11 | get this linking under windows | 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 | |