Mario Hüttel mhu
mhu opened issue mhu/gds-render#19 2019-06-17 21:27:40 +02:00
Move ouput renderers to GObjects
mhu pushed to dev at mhu/gds-render 2019-06-13 23:25:31 +02:00
24b70eec48 Merge branch 'master' into dev
8ffcba830d Fix #18: Segmentation fault due to a pointer pointing to already freed data.
4f02854401 Reclassify unhandled GDS records as information rather than a warning
f2b02c0c1f Code and spelling improvements
e739305f46 Gds Parser: Add support for array refrences (AREFs)
Compare 5 commits »
mhu pushed to multithread-dev at mhu/gds-render 2019-06-13 23:25:22 +02:00
24b70eec48 Merge branch 'master' into dev
8ffcba830d Fix #18: Segmentation fault due to a pointer pointing to already freed data.
4f02854401 Reclassify unhandled GDS records as information rather than a warning
f2b02c0c1f Code and spelling improvements
e739305f46 Gds Parser: Add support for array refrences (AREFs)
Compare 5 commits »
mhu pushed tag v1.1 to mhu/gds-render 2019-06-13 23:19:28 +02:00
mhu pushed to master at mhu/gds-render 2019-06-13 23:17:29 +02:00
8ffcba830d Fix #18: Segmentation fault due to a pointer pointing to already freed data.
mhu closed issue mhu/gds-render#18 2019-06-13 23:17:29 +02:00
Crash if a library contains cell reference loops
mhu opened issue mhu/gds-render#18 2019-06-13 23:12:40 +02:00
Crash if a library contains cell reference loops
mhu deleted branch color-palette-feature from mhu/gds-render 2019-06-13 22:30:42 +02:00
mhu pushed to multithread-dev at mhu/gds-render 2019-06-13 22:28:51 +02:00
022d9561db Remove temporary files of fot from doxygen output (DOT_CLEANUP)
f5f8509b91 Merge branch 'color-palette-feature' into dev
61f607ac94 Add autocoloring to layer selector. Auto coloring feature now fully implemented. Fix #14
ee1b55120f Gui: Add button callback for auto color button
b04788b7d4 Layer selector: Add prototype and empty function body for function that
Compare 10 commits »
mhu pushed to dev at mhu/gds-render 2019-06-13 22:28:25 +02:00
022d9561db Remove temporary files of fot from doxygen output (DOT_CLEANUP)
mhu pushed to dev at mhu/gds-render 2019-06-13 22:26:11 +02:00
f5f8509b91 Merge branch 'color-palette-feature' into dev
61f607ac94 Add autocoloring to layer selector. Auto coloring feature now fully implemented. Fix #14
ee1b55120f Gui: Add button callback for auto color button
b04788b7d4 Layer selector: Add prototype and empty function body for function that
3c05b50bc7 Gui: Add color palette object to gui. Will be used in button callback to
Compare 8 commits »
mhu closed issue mhu/gds-render#14 2019-06-13 22:23:12 +02:00
Button for automatically coloring Layers
mhu pushed to color-palette-feature at mhu/gds-render 2019-06-13 22:23:12 +02:00
61f607ac94 Add autocoloring to layer selector. Auto coloring feature now fully implemented. Fix #14
ee1b55120f Gui: Add button callback for auto color button
b04788b7d4 Layer selector: Add prototype and empty function body for function that
3c05b50bc7 Gui: Add color palette object to gui. Will be used in button callback to
dfadaa241e Color palette: Finish implementation
Compare 5 commits »
mhu pushed tag v1.0-1 to mhu/gds-render 2019-06-10 23:07:27 +02:00
mhu pushed to master at mhu/gds-render 2019-06-10 23:03:08 +02:00
4f02854401 Reclassify unhandled GDS records as information rather than a warning
mhu pushed to master at mhu/gds-render 2019-06-10 23:00:11 +02:00
f2b02c0c1f Code and spelling improvements
e739305f46 Gds Parser: Add support for array refrences (AREFs)
Compare 2 commits »
mhu pushed to dev at mhu/gds-render 2019-06-09 14:18:01 +02:00
5729ef0db8 Doxygen: Change dot output to SVG
mhu pushed to dev at mhu/gds-render 2019-06-08 13:34:09 +02:00
88cd834d13 Merge branch 'master' into dev
7f7b4cc7bf Fix #17: Reference loop detection fix. This will be part of v1.0-1
Compare 2 commits »
mhu pushed to multithread-dev at mhu/gds-render 2019-06-08 13:33:56 +02:00
88cd834d13 Merge branch 'master' into dev
7f7b4cc7bf Fix #17: Reference loop detection fix. This will be part of v1.0-1
Compare 2 commits »
mhu closed issue mhu/gds-render#17 2019-06-08 13:32:48 +02:00
Bug in tree loop detection