| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r11460)
|
| |
|
| |
(bzr r11350)
|
| |
|
| |
(bzr r11321)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fileencoding=utf-8 in all 1074 Vim modelines.
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").
Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99
That's my geekiest commit yet.
(bzr r9900)
|
| |
|
| |
(bzr r6839)
|
| |
|
| |
(bzr r6569)
|
| |
|
|
|
| |
this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history.
(bzr r4224)
|
| |
|
|
|
| |
shortcuts; this may be removed later on)
(bzr r3657)
|
| |
|
| |
(bzr r3608)
|
| |
|
| |
(bzr r3601)
|
| |
|
| |
(bzr r3587)
|
| |
|
|
|
| |
the right approach)
(bzr r3586)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
10.3 (Panther)
g_return_val_if_fail(fabs(denom) > 1e-6, NR::Nothing());
is apparently causing gcc 3.3 to fail (OS X 10.3) with the error:
line-geometry.cpp: In member function `virtual NR::Maybe<NR::Point>
Box3D::Line::intersect(const Box3D::Line&)':
line-geometry.cpp:57: error: parse error before `;' token
If the NR::Nothing() is simply broken out as its own variable instead of
including it in g_return_val_if_fail(), then the file compiles. The root
cause is not known, but I assume this is a gcc bug.
This was the only source change needed for building svn 15634 for OS X
10.3.
(bzr r3548)
|
| |
|
| |
(bzr r3497)
|
| |
|
|
|
| |
scrolling or zooming); don't create knots for infinite VPs on the canvas
(bzr r3495)
|
|
|
boxes in a fixed perspective without any live interaction.
(bzr r3084)
|