Block a user
d4f14c52ed
Issue #19: Replace g_errors because these errors are not fatal
58d3f5c57c
Fix function prototype description for external renderer
Move ouput renderers to GObjects
Command löine interface is now re-implemented. It could still be buggy. I haven't tested it yet.
02a59c4cc5
Merge branch 'dev' into output-renderer-rework
40c4c8b4fb
Fix compiler warning about uninitialized variable
31c4efe99b
Update GUI image in doxygen documentation to show new button style
01c9701492
Issue #19: Implement first draft of command line rendering (synchronous-mode). Not yet fully tested!!
01ab56e07a
Issue #19: Remove unused variable from layer settings
f5bc8de86e
Issue #19: Edit usage site in doxygen because the command line parameters have severly changed
d107954859
Issue #19: Finish integration of renderers to into command line interface
5c994f892a
Issue #19: Implement CairoRenderer as GObject
96f1347b2c
Issue #19: rename renderer source files and implement latex renderer new functions
2d2ca67c48
Issue #19: Move LaTeX Renderer to GObject
d9282d8e5a
Issue #19: Add dispose to ExternalRenderer class in order to free the path to the shared object
Move ouput renderers to GObjects
Add an render_output_async() and join() function for asynchronous usage in order to support the multithread-dev branch.