|
fe98499ce7
|
Enable Release build in PKGBUILD and also use this configuration in the compilation guide
|
2019-08-23 18:21:25 +02:00 |
|
|
5f40f148b6
|
Update doxygen: Windows compilation
|
2019-07-03 21:33:16 +02:00 |
|
|
86566a038f
|
Update version information in Compilation doxygen site
|
2019-07-03 21:14:17 +02:00 |
|
|
2510a54aac
|
Fix compiler warning about uninitialized variable
|
2019-06-22 01:28:58 +02:00 |
|
|
8ffcba830d
|
Fix #18: Segmentation fault due to a pointer pointing to already freed data.
|
2019-06-13 23:17:20 +02:00 |
|
|
4f02854401
|
Reclassify unhandled GDS records as information rather than a warning
|
2019-06-10 23:03:01 +02:00 |
|
|
f2b02c0c1f
|
Code and spelling improvements
|
2019-06-10 23:00:05 +02:00 |
|
|
e739305f46
|
Gds Parser: Add support for array refrences (AREFs)
|
2019-06-10 22:59:18 +02:00 |
|
|
7f7b4cc7bf
|
Fix #17: Reference loop detection fix. This will be part of v1.0-1
|
2019-06-08 13:32:42 +02:00 |
|
|
d08cd3626d
|
Update Usage page and application screenshot
|
2019-05-14 19:59:43 +02:00 |
|
|
ef180f3ea2
|
Add version generation script to doxygen generation script
|
2019-05-14 19:58:52 +02:00 |
|
|
74ecde9807
|
Revert "gds-parser: Remove unnecessary code. Fix #13"
Code wasn't unnecessary. Oops.
This reverts commit aa413732f1 .
|
2019-05-14 19:46:17 +02:00 |
|
|
cd2cf8c5c7
|
Add versioning scheme to documentation
|
2019-05-14 19:39:29 +02:00 |
|
|
63eb65a3c4
|
Fix #12: Wrong markdown in usage page.
|
2019-05-14 19:37:23 +02:00 |
|
|
aa413732f1
|
gds-parser: Remove unnecessary code. Fix #13
|
2019-05-14 18:35:40 +02:00 |
|
|
54165a8475
|
conv-settings-dialog: harden number2eng function against null pointer
|
2019-05-12 14:16:36 +02:00 |
|
|
c3c4636334
|
Add cell name to renderer settings dialog title bar
|
2019-04-08 19:05:07 +02:00 |
|
|
f4de9c4402
|
Code rework
|
2019-04-08 18:23:30 +02:00 |
|
|
a016a18587
|
Improve doxygen
|
2019-03-30 19:55:47 +01:00 |
|
|
a3626e7b33
|
Improve doxygen documentation
|
2019-03-30 19:51:56 +01:00 |
|
|
4dcafeed3f
|
Update doxygen reference
|
2019-03-28 22:14:11 +01:00 |
|
|
03e2b15571
|
Add dirty flag to git describe command used for the version string.
|
2019-03-28 22:02:00 +01:00 |
|
|
e278ad6d94
|
Move each GTK Widget to its own documentation group
|
2019-03-26 21:12:37 +01:00 |
|
|
8d8af8d211
|
Add compiler warnings to documentation
|
2019-03-26 21:12:05 +01:00 |
|
|
4bed016f01
|
Update documentation: Add compilation page, fix additional mistake in cell-geometrics.h
|
2019-03-26 21:00:05 +01:00 |
|
|
e8c7f78af4
|
Update include file hierarchy: Move include file to central include tree
|
2019-03-26 19:57:19 +01:00 |
|
|
60e20f45cc
|
Merge branch 'master' into dev
|
2019-03-25 19:06:26 +01:00 |
|
|
cd55137951
|
Grouped widgets into GUI group
|
2019-03-25 19:05:57 +01:00 |
|
|
d6fb6ba6b0
|
Remove SVG output from GUI, fixes issue #9
|
2019-03-25 18:57:48 +01:00 |
|
|
829c9a2386
|
Restructure code, improve doxygen documentation
|
2019-03-25 18:47:12 +01:00 |
|
|
a99a469cf0
|
Rename functions of mapping parser
|
2019-03-25 17:56:57 +01:00 |
|
|
f237004e6c
|
Remove useless function call
|
2019-03-22 22:43:24 +01:00 |
|
|
188086de52
|
Rework code: simplify if
|
2019-03-22 22:24:48 +01:00 |
|
|
38f18009fc
|
Rework Cairo-Render output messages
|
2019-03-22 22:15:56 +01:00 |
|
|
ff3f692f2c
|
Make renderer settings dialog settings unique for each window
|
2019-03-22 21:59:43 +01:00 |
|
|
5537c076a8
|
Add logo as resource and configure about dialog to use logo from resource
|
2019-03-21 22:22:35 +01:00 |
|
|
b43b142a75
|
Coding improvements in conversion settings dialog
|
2019-03-21 21:48:11 +01:00 |
|
|
4c0df56386
|
cast unused variables
|
2019-03-21 21:26:31 +01:00 |
|
|
008fe52cb2
|
Rename gds-parser folder to gds-utils because it no longer contains only the parser
|
2019-03-21 21:24:59 +01:00 |
|
|
67f9d9b4ee
|
Add source for ListBox Drag and Drop
|
2019-03-18 21:12:47 +01:00 |
|
|
e289e7b301
|
fix compiler warnings
|
2019-03-16 16:24:39 +01:00 |
|
|
b9cc8570ac
|
Use signal for gui disposement. Whena gui is closed, the library data is relesed
|
2019-03-16 16:09:29 +01:00 |
|
|
5357aff1b8
|
Fix bug which allowd moving layer elements between different windows.
|
2019-03-15 23:46:06 +01:00 |
|
|
64508104bc
|
Move drag and drop code from layer element to layer selector.
|
2019-03-15 23:17:03 +01:00 |
|
|
60f54e2240
|
Typo
|
2019-03-15 23:16:39 +01:00 |
|
|
19b26a3c26
|
Fix bugs in closing gds render windows
|
2019-03-15 20:36:23 +01:00 |
|
|
28734a797a
|
Merge branch 'master' into rework-main-window-gui
|
2019-03-15 20:02:53 +01:00 |
|
|
31d9d26aa4
|
Implement multiple GUI per process feature. Still buggy.
|
2019-03-15 20:02:03 +01:00 |
|
|
45f0d90a87
|
remove layer-selector-dnd.h file
|
2019-03-15 18:23:25 +01:00 |
|
|
33deba8ca4
|
Command line: Fix auto-guessing of SVG file name.
|
2019-03-15 18:03:29 +01:00 |
|