- 23 Nis, 2013 10 kayıt (commit)
-
-
Pavel Janík yazdı
-
Andre Fischer yazdı
-
Oliver-Rainer Wittmann yazdı
- show correct state in popups - aggregate multiple attribute changes into one undo action
-
Andre Fischer yazdı
-
Armin Le Grand yazdı
-
Andre Fischer yazdı
-
Andre Fischer yazdı
-
Herbert Dürr yazdı
ceterum censeo: good old C-linkage interoperability would be much more robust, reliable and easier to maintain compared to the current UNO-bridges approach of emulating the behaviour of the individual compiler, linker, dylib, unwind, etc. environments and thus being extremely platform specific. What an incredible waste of energy for little (if any) gain. SCNR.
-
Andre Fischer yazdı
-
Andre Fischer yazdı
-
- 22 Nis, 2013 6 kayıt (commit)
-
-
Armin Le Grand yazdı
-
Andre Fischer yazdı
-
Jürgen Schmidt yazdı
-
Jürgen Schmidt yazdı
-
Zheng Fan yazdı
-
Zheng Fan yazdı
-
- 19 Nis, 2013 8 kayıt (commit)
-
-
Pavel Janík yazdı
-
Jürgen Schmidt yazdı
-
Andre Fischer yazdı
-
Herbert Dürr yazdı
-
Oliver-Rainer Wittmann yazdı
-
Herbert Dürr yazdı
reported by clang. The strange casting seems to be a leftover from times before the MenuManager::acquire() method was added.
-
Andre Fischer yazdı
121960: Extend the sidebar::ControllerItem to check Disabled state. Converted TextPropertyPanel to use this new functionality.
-
Herbert Dürr yazdı
-
- 18 Nis, 2013 9 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Oliver-Rainer Wittmann yazdı
-
Oliver-Rainer Wittmann yazdı
Patch by: Sven Jacobi Review by: orw
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
sizeof(ARRAY-1)==sizeof(&ARRAY[0]) but obviously sizeof(ARRAY)-1 was meant
-
Oliver-Rainer Wittmann yazdı
122026: adjust names of newly introduced UNO commands; correct uno:FlipHorizontal and uno:FlipVertical
-
Jürgen Schmidt yazdı
-
Herbert Dürr yazdı
the changes to emplace_args.hpp are from the boost 1.50 version
-
- 17 Nis, 2013 7 kayıt (commit)
-
-
Armin Le Grand yazdı
122072 map SID_ATTR_LINE_START and SID_ATTR_LINE_END to the correct GetState method GetDrawAttrState
-
Armin Le Grand yazdı
122072 map SID_ATTR_LINE_START and SID_ATTR_LINE_END to the correct GetState method GetDrawAttrState
-
Oliver-Rainer Wittmann yazdı
-
Herbert Dürr yazdı
there are non-gcc compilers such as clang that support this feature
-
Herbert Dürr yazdı
when the provided type and the target type of an initializer list don't match the new behaviour described in C++11's N2672 proposal can be triggered. Though that is very useful in general it complicates things for our case so that we're better of to use the little helpers provided by XCode's CF framework.
-
Armin Le Grand yazdı
i122041 Added 'Automatic' to TextPropertyPanel FontColor and HilightColor, added 'No Color' to ParagraphPropertyPanel BackgroundColor
-
Herbert Dürr yazdı
-