lp://qastaging/goffice
- Get this branch:
- bzr branch lp://qastaging/goffice
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://gitlab.gnome.org/GNOME/goffice.git.
Last successful import was .
Recent revisions
- 4556. By Mwelinder
-
Merge branch 'rafaelff-
add-no- c-format- flag' into 'master' Prevent unwanted c-format in go-pattern-
selector. c Closes #75
See merge request GNOME/goffice!15
- 4554. By Morten Welinder
-
GOComboBox: catch delete_event and just hide the popup
Some window managers allow sending a delete_event to our popup even
during a grab. Deal with that, at least mostly. - 4552. By Morten Welinder
-
axis: fix problem with really big numbers.
The parameterizations f(x) = ax+b and g(x)=(x-x0)+b both cover
all possibly lines, at least over the real numbers. However, when
x values are really big then a well chosen x0 avoids torturing b in
ways that strain floating point numbers. We pick x0=xmin here, but
there are other possible choices such as (xmin+xmax)/2.We could even get fancy and use something like xmin rounded to as
many bits and xmin and xmax agree.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)