Commit Graph

27 Commits

Author SHA1 Message Date
Mario Hüttel 31d9d26aa4 Implement multiple GUI per process feature. Still buggy. 2019-03-15 20:02:03 +01:00
Mario Hüttel 6b03695824 Restructured Code
* Move layer info struct and associated functions to dedicated c/h files.
* Rename layer selector folder more generic "layer"

Besides from restructuring nothing changes
2019-03-14 21:30:37 +01:00
Mario Hüttel 899c8daf81 Add documentation target, which at the moment is only an alias for the
doxygen target
2019-03-14 19:24:17 +01:00
Mario Hüttel 1e6d0bd1b9 Restructured code for layer selector 2019-03-13 20:32:09 +01:00
Mario Hüttel 658e681c38 Implement a more convenient drag and drop 2019-03-13 20:22:11 +01:00
Mario Hüttel 2f2eb90b69 Add automatic version numbering to command line and GUI 2019-03-11 10:36:02 +01:00
Mario Hüttel f54ff7ded6 Add support for external shared object renderer 2018-12-15 00:05:34 +01:00
Mario Hüttel fc6756b1fb Add doxygen to build system 2018-12-10 23:53:57 +01:00
Mario Hüttel d69082a676 Fix CmakeLists File. Project command has to be first to prevent errors 2018-09-22 23:29:31 +02:00
Mario Hüttel d4517aa493 add trigonometric sub library, add function to calculate bounding box of polygon 2018-07-27 21:00:30 +02:00
Mario Hüttel 6f9b23301e Add PKGBUILD to build Pacman package 2018-07-25 11:19:15 +02:00
Mario Hüttel c60afedd6c start command line interface 2018-07-23 17:00:37 +02:00
Mario Hüttel d0e1383861 reconstructed code to use g_application 2018-07-23 13:10:34 +02:00
Mario Hüttel d9f0f3cdd5 settings dialog fully implemented 2018-07-19 17:49:33 +02:00
Mario Hüttel 73ea4d6838 re-organized folder structure 2018-07-19 15:11:18 +02:00
Mario Hüttel 7734467ea9 Use cairo for path bounding box 2018-07-11 12:24:15 +02:00
Mario Hüttel da19037211 Activate -Wall compile flag, Fix code not to throw warnings 2018-06-05 22:51:50 +02:00
Mario Hüttel 29f66951d1 Completely restructudred code
* Subfolders for different modules
* LaTeX output module started
* Convert button sensitivity impemented
2018-05-22 16:17:14 +02:00
Mario Hüttel 35d10a5a24 Custom Library/Cell Renderer for tree view
This allows direct storing of library/cell structures instead of only names
2018-05-22 00:00:19 +02:00
Mario Hüttel 302a0d1da7 move glade files into resources inside the binary 2018-05-18 18:47:19 +02:00
Mario Hüttel 9eb861f6d8 layer mapping save function implemented 2018-05-17 21:46:14 +02:00
Mario Hüttel 781c2a603a Implemente layer box
* Layers can be added dynamically
* Layers are sorted

TODO:
- implement load and save functions
2018-05-16 16:24:06 +02:00
Mario Hüttel aea3b490ca layer element created, dialog for multiple files added 2018-05-15 16:57:08 +02:00
Mario Hüttel 7d3b7f96eb Main Window and list clear
* designed basic window
* implemented free function to clear library structures
2018-05-08 15:00:37 +02:00
Mario Hüttel 3cfdc86ef8 Parser finished?
* Implemented basic parser functionality
* Tested with GDSII file
* Ready to write render output
2018-05-08 11:59:32 +02:00
Mario Hüttel f20a59eb30 redesigned lists to GLists 2018-05-07 15:57:47 +02:00
Mario Hüttel db753126ac parser for gds started 2018-05-07 13:27:50 +02:00