Mario Hüttel mhu
mhu pushed to master at mhu/gds-render 2019-03-11 23:33:55 +01:00
a237a89ecf Feature: Double click on cells now also opens the convert settings menu. Same callback as for the convert button is used.
mhu pushed to master at mhu/opencl-template 2019-03-11 21:58:45 +01:00
2ac2de2ad0 Add example floating point calculation
mhu pushed to dev at mhu/gds-render 2019-03-11 10:40:53 +01:00
1ec0f9b297 Merge branch 'master' of git.shimatta.de:mhu/gds-render
2f2eb90b69 Add automatic version numbering to command line and GUI
bbf08a4d6e style fix, convert dialog size preview in SI units
34a19fa11d Fix style in external renderer
b4ae8eee37 fix style issues in main-window.c
Compare 8 commits »
mhu pushed to master at mhu/gds-render 2019-03-11 10:39:31 +01:00
1ec0f9b297 Merge branch 'master' of git.shimatta.de:mhu/gds-render
2f2eb90b69 Add automatic version numbering to command line and GUI
Compare 2 commits »
mhu pushed to master at mhu/gds-render 2019-03-08 20:43:45 +01:00
bbf08a4d6e style fix, convert dialog size preview in SI units
mhu pushed to master at mhu/gds-render 2019-03-07 20:32:19 +01:00
34a19fa11d Fix style in external renderer
mhu pushed to master at mhu/gds-render 2019-03-07 20:29:52 +01:00
b4ae8eee37 fix style issues in main-window.c
mhu pushed to master at mhu/gds-render 2019-03-07 20:23:00 +01:00
6e1b7d3f61 Update style checker to new version
mhu pushed to master at mhu/c-style-checker 2019-03-07 20:22:34 +01:00
3a58e3dd1c Remove spdx checking, remove const structs warning, add spelling dictionary
mhu pushed to master at mhu/gds-render 2019-03-07 20:11:42 +01:00
d1e6e7b05a fix style issues in main.c
mhu pushed to master at mhu/gds-render 2019-03-07 19:57:51 +01:00
187ae2a74b Add style checker as submodule
mhu deleted tag master from mhu/c-style-checker 2019-03-07 19:56:30 +01:00
mhu pushed to master at mhu/c-style-checker 2019-03-07 19:56:30 +01:00
9238b877ef Init with modified form of linux style checker, add script to conveniently execute style checker
mhu created repository mhu/c-style-checker 2019-03-07 19:56:16 +01:00
mhu pushed to master at mhu/gds-render 2019-03-06 20:05:44 +01:00
eeae61ad47 Check cells before displaying them and color the cells accordingly. Fixes #4
3146ca801f Add functions for checking cell reference loops
43fdab4533 Improve GDS parser
59835018af Edit colors
d81c6d1037 Make gds-parser more robust
Compare 19 commits »
mhu pushed to dev at mhu/gds-render 2019-03-06 20:04:32 +01:00
eeae61ad47 Check cells before displaying them and color the cells accordingly. Fixes #4
3146ca801f Add functions for checking cell reference loops
43fdab4533 Improve GDS parser
59835018af Edit colors
Compare 4 commits »
mhu closed issue mhu/gds-render#4 2019-03-06 20:04:32 +01:00
Use proper cell entry colors
mhu pushed to dev at mhu/gds-render 2019-03-06 18:13:17 +01:00
d81c6d1037 Make gds-parser more robust
ba53a1151e Add cell recursion cehck to command line interface
fdf2c9a42b fix style issue
34c113517b Fox doxygen file header
5291b682c7 remove braces around scale to prevent doxygen from interpreting this as HTML tag
Compare 9 commits »
mhu pushed to master at mhu/gds-render 2019-03-05 21:43:28 +01:00
586339cac1 fix doxygen
mhu pushed to dev at mhu/gds-render 2019-03-05 21:00:29 +01:00
3882f3944e Change selction filter function. Now only cells without major errors are selectable. Warnings are okay because the renderers can handle these (unresolved references etc...)