- 05 Mar, 2012 5 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Whether anything that's done in postprocess is relevant for iOS remains to be seen.
-
- 04 Mar, 2012 11 kayıt (commit)
-
-
Katarina Machalkova yazdı
make the original check more general, to cover all chart types that don't support statistics
-
Noel Grandin yazdı
* Make typedefs private to class ScTabViewObj * rename field aSelectionListeners to aSelectionChgListeners
-
Markus Mohrhard yazdı
There are still some more issues but at least they are now correctly located in the right position All advanced attributes are not yet applied.
-
Markus Mohrhard yazdı
-
Andras Timar yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
David Tardon yazdı
Maybe it depends on the day of the week or something like that...
-
Andras Timar yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
- 03 Mar, 2012 10 kayıt (commit)
-
-
Julien Nabet yazdı
-
Matúš Kukan yazdı
-
Lucas Baudin yazdı
We didn't check wether the window was big enough to draw all the widgets. Sometimes, when the window was displaying, it was too small and drawing outside of the window caused a crash, we didn't take into account that the root point for drawing gtk3 widgets wasn't always (0,0).
-
Julien Nabet yazdı
-
Julien Nabet yazdı
-
Matteo Casalin yazdı
-
Matteo Casalin yazdı
-
Matteo Casalin yazdı
-
Matteo Casalin yazdı
-
Matteo Casalin yazdı
-
- 02 Mar, 2012 14 kayıt (commit)
-
-
Markus Mohrhard yazdı
The uno::Sequence copy c'tor creates a flat copy and increments the ref count. So if you use new and later delete together with the copy constructor you get a double delete.
-
Markus Mohrhard yazdı
there are some lifetime problems related to SchXMLCell and therefore this helps to limit the scope of possible problems
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
A right parenthesis was apparently misplaced, leading to the code actually containing a bogus comma expression. The GetPropertyValue() call's result was ignored and the subexpression after the comma, zero, was used instead.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Surely it's the bitwise operator & that is wanted here. The code makes no sense otherwise. We apparently have been generating UUIDs where every second hex digit is always a '1', like {x1x1x1x1-x1x1-x1x1-x1x1-x1x1x1x1x1x1} (where each x is a random hex digit).
-
Tor Lillqvist yazdı
Remopve apparently accidentally leftover initializer parameter list that now was just a comma expression with no effect.
-
Michael Stahl yazdı
It looks like the second call to PutValue() was accidentally inserted in f462a51f. Also, pDoc is valid when pField is.
-
Michael Stahl yazdı
-
Michael Stahl yazdı
SwXTextField::setPropertyValue: call Expand() for all text fields Fixes getPresentation returning stale values. (regression from CWS sw34bf01, 8485708f) Also, without this the text formatting does not actually update and the new content is not displayed until some other unrelated editing operation.
-