- 11 Mar, 2012 6 kayıt (commit)
-
-
Tomcsik Bence yazdı
Object Catalog was a floating window. It has been converted to a fixed pane on the right hand side of the editor window. While it is a BasicDockingWindow, at the moment it is not possible to undock, move, or resize it. Also, the Object Catalog toolbar button does not show the visibility status of the pane, ideally it should look pressed, when the Object Catalog pane is visible. Another missing feature is that the Object Catalog pane cannot be switched on together with the dialog editor.
-
Arnaud Versini yazdı
-
Norbert Thiebaud yazdı
-
Petr Vorel yazdı
-
Julien Nabet yazdı
-
Luboš Luňák yazdı
otherwise clang warns about things like 1 && 1
-
- 10 Mar, 2012 27 kayıt (commit)
-
-
Luboš Luňák yazdı
clang has more strict (and probably more spec compliant) lookup
-
Stefan Knorr (astron) yazdı
-
Tom Thorogood yazdı
-
Stefan Knorr (astron) yazdı
-
Matúš Kukan yazdı
-
Matúš Kukan yazdı
-
Matúš Kukan yazdı
Where necessary, replace with wildcard, what does not change path.
-
Matúš Kukan yazdı
-
Matúš Kukan yazdı
-
Matúš Kukan yazdı
-
Julien Nabet yazdı
-
Julien Nabet yazdı
-
Julien Nabet yazdı
-
Luboš Luňák yazdı
http://llvm.org/bugs/show_bug.cgi?id=11250 , comment #4
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
Otherwise their instances created in other modules may end up as non-exported even when used by something exported.
-
Luboš Luňák yazdı
Otherwise when using a template from another module, an instance of it may end up being non-exported even though it's used by something exported.
-
Luboš Luňák yazdı
clang errors out on this
-
Luboš Luňák yazdı
The real reason for this change is that clang aborts with a fatal error in backend (http://llvm.org/bugs/show_bug.cgi?id=12226), but I'm not sure whether this was a correct construct in the first place anyway. The contents are above 0x7f, which may be outside the range of plain char, if it is signed, so maybe the result is undefined. I don't want to spend the time checking in the spec, but this new variant is technically the same and it is safe.
-
Luboš Luňák yazdı
-
Markus Mohrhard yazdı
Follow-up to fdo#43467
-
Markus Mohrhard yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
- 09 Mar, 2012 7 kayıt (commit)
-
-
Kohei Yoshida yazdı
It's a small-size object, so using std::vector is slightly more efficient.
-
Andras Timar yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Michael Stahl yazdı
For the "context menu" key VCL synthesizes a cursor position that is the center of the window, hence likely to be in the document body. When SwEditWin::Command calls lcl_CheckHeaderFooterClick, it then moves the document view cursor; prevent that by only calling that for actual mouse events. (regression from a6176612)
-
Noel Power yazdı
hack to fix the scenario where sometimes we get "Object required" error when comparing an uno property containing a struct with another struct ( if that property is "MAYBEVOID" )
-