Mario Hüttel mhu
mhu opened issue mhu/gds-render#3 2019-02-27 21:46:23 +01:00
Code reformatting
mhu pushed to dev at mhu/gds-render 2019-02-27 21:42:58 +01:00
531634b55a Fix bug in bounding box 2d translation
mhu pushed to dev at mhu/gds-render 2019-02-27 21:33:24 +01:00
2e1cf456c7 Add pointer to parent library to cells, implement first draft of cell size/shape preview
bce47f11fc Fix formatting
Compare 2 commits »
mhu pushed to dev at mhu/gds-render 2019-02-27 20:28:10 +01:00
5573ceb46b Fix formatting in GDS-Parser
mhu pushed to dev at mhu/gds-render 2019-02-27 20:27:08 +01:00
7124c9a5cc Add fallthrough mark, correct Typo
mhu pushed to dev at mhu/gds-render 2019-02-22 20:05:53 +01:00
d5997ab5f2 Merge branch 'master' into dev
e692129477 fix minor code style stuff
c28da2ab71 Update doxygen color
6937d24699 Remove old search and implement new search using filtering.
1d67424bc9 Tree storage modified to use combination struct
Compare 7 commits »
mhu pushed to master at mhu/gds-render 2019-02-22 19:54:38 +01:00
e692129477 fix minor code style stuff
mhu pushed tag v1.0-rc3 to mhu/gds-render 2019-02-09 19:29:40 +01:00
mhu pushed to master at mhu/gds-render 2019-02-05 20:54:32 +01:00
c28da2ab71 Update doxygen color
mhu pushed to master at mhu/gds-render 2019-02-05 20:39:24 +01:00
6937d24699 Remove old search and implement new search using filtering.
1d67424bc9 Tree storage modified to use combination struct
Compare 2 commits »
mhu pushed to master at mhu/gds-render 2019-02-04 21:52:53 +01:00
c7ffcf68ed Add readme
mhu pushed to master at mhu/gds-render 2019-02-04 20:03:38 +01:00
8306c34292 Implement first draft of cell search
mhu pushed to dev at mhu/gds-render 2019-02-03 22:56:57 +01:00
af031acc38 Merge branch 'master' into dev
9f2544ee94 fix double 0 in layer mapping
1f281119df Fix the better solution. This makes it an even better solution
bdb06c4d6e Fix segfault and implement better *cough* fix for locale problems
1fa2d75abd Fix broken layer mapping if locale is different than english
Compare 5 commits »
mhu pushed to master at mhu/gds-render 2019-02-03 22:50:38 +01:00
9f2544ee94 fix double 0 in layer mapping
mhu pushed to master at mhu/gds-render 2019-02-03 22:47:57 +01:00
1f281119df Fix the better solution. This makes it an even better solution
mhu pushed to master at mhu/gds-render 2019-02-03 22:44:06 +01:00
bdb06c4d6e Fix segfault and implement better *cough* fix for locale problems
mhu pushed to master at mhu/gds-render 2019-02-03 22:29:10 +01:00
1fa2d75abd Fix broken layer mapping if locale is different than english
mhu closed issue mhu/gds-render#2 2019-01-28 15:40:27 +01:00
Possible Memory Leak
mhu commented on issue mhu/gds-render#2 2019-01-28 15:40:27 +01:00
Possible Memory Leak

There is no leak. GtkWidgets are initially unowned. Therefore, a call to g_object_unref() is not necessary.

mhu reopened issue mhu/gds-render#2 2019-01-28 12:24:23 +01:00
Possible Memory Leak