solvespace/src
whitequark a4e7dea9e3 Remove "generating group 1/10" status message during generation.
It's broken. It expects a valid OpenGL context during generation
that immediately pushes changes to the screen. This is never true
on non-Windows as offscreen rendering is used, and also incompatible
with OpenGL core profile.

Further, right now it displays junk on Windows as well due to some
issue with the bitmap font texture loading.

We will restore it later, in a saner form.
2016-05-27 11:41:17 +00:00
..
platform Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
srf Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
CMakeLists.txt Move vector font to res/fonts/; remove lff2c. 2016-05-18 11:24:24 +00:00
bsp.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
clipboard.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
config.h.in Implement a resource system. 2016-05-18 11:24:23 +00:00
confscreen.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
constraint.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
constrainteq.cpp Enable exhaustive switch coverage warnings as an error, and use them. 2016-05-26 12:43:52 +00:00
describescreen.cpp Convert all enumerations to use `enum class`. 2016-05-25 07:17:14 +00:00
draw.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
drawconstraint.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
drawentity.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
dsc.h Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
entity.cpp Enable exhaustive switch coverage warnings as an error, and use them. 2016-05-26 12:43:52 +00:00
export.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
exportstep.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
exportvector.cpp Add SHORT_DASH stipple pattern. 2016-05-27 11:41:17 +00:00
expr.cpp Enable exhaustive switch coverage warnings as an error, and use them. 2016-05-26 12:43:52 +00:00
expr.h Convert all enumerations to use `enum class`. 2016-05-25 07:17:14 +00:00
file.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
generate.cpp Remove "generating group 1/10" status message during generation. 2016-05-27 11:41:17 +00:00
glhelper.cpp Add SHORT_DASH stipple pattern. 2016-05-27 11:41:17 +00:00
graphicswin.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
group.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
groupmesh.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
importdxf.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
lib.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
mesh.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
modify.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
mouse.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
polygon.cpp Add const qualifiers to functions where trivially possible. 2016-05-25 03:22:54 +00:00
polygon.h Convert all enumerations to use `enum class`. 2016-05-25 07:17:14 +00:00
request.cpp Refactor EntReqTable to not special-case last row. 2016-05-26 12:43:52 +00:00
resource.cpp Replace all oops() checks with ssassert()s. 2016-05-20 12:38:30 +00:00
resource.h In Pixmap and BitmapFont, use std::vector instead of std::unique_ptr. 2016-05-18 11:24:24 +00:00
sketch.h Add SHORT_DASH stipple pattern. 2016-05-27 11:41:17 +00:00
solvespace.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
solvespace.h Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
style.cpp Add SHORT_DASH stipple pattern. 2016-05-27 11:41:17 +00:00
system.cpp Convert all enumerations to use `enum class`. 2016-05-25 07:17:14 +00:00
textscreens.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
textwin.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
toolbar.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
ttf.cpp Replace all oops() checks with ssassert()s. 2016-05-20 12:38:30 +00:00
ttf.h Don't hold all existing system fonts open. 2016-05-07 04:20:06 +00:00
ui.h Enable exhaustive switch coverage warnings as an error, and use them. 2016-05-26 12:43:52 +00:00
undoredo.cpp Convert all enumerations to use `enum class`. 2016-05-25 07:17:14 +00:00
util.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
view.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00