This website requires JavaScript.
6ae316f459
Edit color palette code
Mario Hüttel
2019-05-28 20:05:13 +0200
082a823575
Add space for activity bar
Mario Hüttel
2019-05-28 20:02:56 +0200
1f7f3118fa
Start development of color-palette class
Mario Hüttel
2019-05-20 20:07:45 +0200
5cfd93c18d
Add color palette to resources, create gui, data and images groups for resources
Mario Hüttel
2019-05-20 19:18:01 +0200
6818357f64
Rename glade directory to more generic resource directory
Mario Hüttel
2019-05-20 19:04:22 +0200
b0fdb261e0
Remove text from auto-color button. A simple symbol is enough.
Mario Hüttel
2019-05-19 16:54:49 +0200
de8d6967c6
Update button images
Mario Hüttel
2019-05-17 17:47:23 +0200
493f787fd1
Doxygen: Tab width 4 -> 8, fixes #15
Mario Hüttel
2019-05-17 17:36:42 +0200
a7b7ba71e5
Add auto-color button to GUI
Mario Hüttel
2019-05-15 20:46:13 +0200
d08cd3626d
Update Usage page and application screenshot
v1.0
Mario Hüttel
2019-05-14 19:59:37 +0200
ef180f3ea2
Add version generation script to doxygen generation script
Mario Hüttel
2019-05-14 19:58:52 +0200
74ecde9807
Revert "gds-parser: Remove unnecessary code. Fix #13 "
Mario Hüttel
2019-05-14 19:46:17 +0200
cd2cf8c5c7
Add versioning scheme to documentation
Mario Hüttel
2019-05-14 19:39:29 +0200
63eb65a3c4
Fix #12 : Wrong markdown in usage page.
Mario Hüttel
2019-05-14 18:35:40 +0200
aa413732f1
gds-parser: Remove unnecessary code. Fix #13
Mario Hüttel
2019-05-14 18:35:40 +0200
54165a8475
conv-settings-dialog: harden number2eng function against null pointer
Mario Hüttel
2019-05-12 14:16:36 +0200
c3c4636334
Add cell name to renderer settings dialog title bar
Mario Hüttel
2019-04-08 19:05:07 +0200
f4de9c4402
Code rework
Mario Hüttel
2019-04-08 18:23:30 +0200
a016a18587
Improve doxygen
Mario Hüttel
2019-03-30 19:55:47 +0100
a3626e7b33
Improve doxygen documentation
Mario Hüttel
2019-03-30 19:51:56 +0100
4dcafeed3f
Update doxygen reference
Mario Hüttel
2019-03-28 22:14:11 +0100
03e2b15571
Add dirty flag to git describe command used for the version string.
Mario Hüttel
2019-03-28 22:02:00 +0100
e278ad6d94
Move each GTK Widget to its own documentation group
Mario Hüttel
2019-03-26 21:12:37 +0100
8d8af8d211
Add compiler warnings to documentation
Mario Hüttel
2019-03-26 21:12:05 +0100
4bed016f01
Update documentation: Add compilation page, fix additional mistake in cell-geometrics.h
Mario Hüttel
2019-03-26 21:00:05 +0100
e8c7f78af4
Update include file hierarchy: Move include file to central include tree
Mario Hüttel
2019-03-26 19:57:19 +0100
60e20f45cc
Merge branch 'master' into dev
Mario Hüttel
2019-03-25 19:06:26 +0100
cd55137951
Grouped widgets into GUI group
Mario Hüttel
2019-03-25 19:05:57 +0100
d6fb6ba6b0
Remove SVG output from GUI, fixes issue #9
Mario Hüttel
2019-03-25 18:57:48 +0100
829c9a2386
Restructure code, improve doxygen documentation
Mario Hüttel
2019-03-25 18:47:12 +0100
a99a469cf0
Rename functions of mapping parser
Mario Hüttel
2019-03-25 17:56:57 +0100
f237004e6c
Remove useless function call
Mario Hüttel
2019-03-22 22:43:24 +0100
188086de52
Rework code: simplify if
Mario Hüttel
2019-03-22 22:24:48 +0100
38f18009fc
Rework Cairo-Render output messages
Mario Hüttel
2019-03-22 22:15:56 +0100
ff3f692f2c
Make renderer settings dialog settings unique for each window
Mario Hüttel
2019-03-22 21:59:27 +0100
5537c076a8
Add logo as resource and configure about dialog to use logo from resource
Mario Hüttel
2019-03-21 22:22:35 +0100
b43b142a75
Coding improvements in conversion settings dialog
Mario Hüttel
2019-03-21 21:48:11 +0100
4c0df56386
cast unused variables
Mario Hüttel
2019-03-21 21:26:31 +0100
008fe52cb2
Rename gds-parser folder to gds-utils because it no longer contains only the parser
Mario Hüttel
2019-03-21 21:24:59 +0100
67f9d9b4ee
Add source for ListBox Drag and Drop
Mario Hüttel
2019-03-18 21:12:47 +0100
e289e7b301
fix compiler warnings
Mario Hüttel
2019-03-16 16:24:39 +0100
b9cc8570ac
Use signal for gui disposement. Whena gui is closed, the library data is relesed
Mario Hüttel
2019-03-16 16:09:29 +0100
5357aff1b8
Fix bug which allowd moving layer elements between different windows.
Mario Hüttel
2019-03-15 23:46:06 +0100
64508104bc
Move drag and drop code from layer element to layer selector.
Mario Hüttel
2019-03-15 23:17:03 +0100
60f54e2240
Typo
Mario Hüttel
2019-03-15 23:16:39 +0100
19b26a3c26
Fix bugs in closing gds render windows
Mario Hüttel
2019-03-15 20:36:23 +0100
28734a797a
Merge branch 'master' into rework-main-window-gui
Mario Hüttel
2019-03-15 20:02:53 +0100
31d9d26aa4
Implement multiple GUI per process feature. Still buggy.
Mario Hüttel
2019-03-15 20:02:03 +0100
45f0d90a87
remove layer-selector-dnd.h file
Mario Hüttel
2019-03-15 18:23:25 +0100
33deba8ca4
Command line: Fix auto-guessing of SVG file name.
v1.0-rc4
Mario Hüttel
2019-03-15 17:56:53 +0100
587b79dc31
Command line: print out unprocessed parameters
Mario Hüttel
2019-03-15 17:57:59 +0100
67e5023c1e
Command line: Fix auto-guessing of SVG file name.
Mario Hüttel
2019-03-15 17:56:53 +0100
c94c3d591e
rework layer selector. This commit is compilable. Layer selector is now a separate GObject
Mario Hüttel
2019-03-14 23:40:26 +0100
c9e2c2a76d
Rename layer selector functions. Attention. This commit breaks the code. Compile a later commit, that implements the full feature set, This starts the reworking of the cell selector as a gobject class
Mario Hüttel
2019-03-14 21:40:53 +0100
bb2a4f7f04
Rename layer info deletion function
Mario Hüttel
2019-03-14 21:39:12 +0100
6b03695824
Restructured Code
Mario Hüttel
2019-03-14 21:30:37 +0100
b0c25a4bcf
Add version number to about dialog
Mario Hüttel
2019-03-14 21:01:16 +0100
899c8daf81
Add documentation target, which at the moment is only an alias for the doxygen target
Mario Hüttel
2019-03-14 19:24:17 +0100
a9c7b9f61f
Gui: Menubar: GActionEntry definition expanded to set unused values to zero, especially pointers
Mario Hüttel
2019-03-14 19:10:06 +0100
55fd080796
Fix Issue #11
Mario Hüttel
2019-03-14 19:02:17 +0100
178ef2d5b2
Insert quick fix, that prevents starting multiple instances in GUI mode the same time
Mario Hüttel
2019-03-13 22:54:52 +0100
6a78e0df15
Fix background color of drag element in Drag and Drop code for the layer selector.
Mario Hüttel
2019-03-13 21:00:26 +0100
1e6d0bd1b9
Restructured code for layer selector
Mario Hüttel
2019-03-13 20:32:09 +0100
658e681c38
Implement a more convenient drag and drop
Mario Hüttel
2019-03-13 20:22:11 +0100
e24b4a8367
implement layer sorting buttons, This fixes #5
Mario Hüttel
2019-03-12 19:47:39 +0100
960a773ed1
Implement fucntion to force sort of the layer selector
Mario Hüttel
2019-03-12 19:39:36 +0100
ab23be1cfc
Make enum in sorting function const
Mario Hüttel
2019-03-12 19:28:17 +0100
72d5352b09
Change sorting function in order to add capability to sort both ways
Mario Hüttel
2019-03-12 19:26:31 +0100
3f198f870a
Add buttons for layer sorting to glade file
Mario Hüttel
2019-03-12 19:10:27 +0100
2a204640bd
Add warning to probably misunderstandable function
Mario Hüttel
2019-03-12 19:02:34 +0100
a237a89ecf
Feature: Double click on cells now also opens the convert settings menu. Same callback as for the convert button is used.
Mario Hüttel
2019-03-11 23:33:51 +0100
1ec0f9b297
Merge branch 'master' of git.shimatta.de:mhu/gds-render
Mario Hüttel
2019-03-11 10:38:35 +0100
2f2eb90b69
Add automatic version numbering to command line and GUI
Mario Hüttel
2019-03-11 10:36:02 +0100
bbf08a4d6e
style fix, convert dialog size preview in SI units
Mario Hüttel
2019-03-08 20:46:48 +0100
34a19fa11d
Fix style in external renderer
Mario Hüttel
2019-03-07 20:35:23 +0100
b4ae8eee37
fix style issues in main-window.c
Mario Hüttel
2019-03-07 20:32:55 +0100
6e1b7d3f61
Update style checker to new version
Mario Hüttel
2019-03-07 20:26:03 +0100
d1e6e7b05a
fix style issues in main.c
Mario Hüttel
2019-03-07 20:14:44 +0100
187ae2a74b
Add style checker as submodule
Mario Hüttel
2019-03-07 20:00:54 +0100
eeae61ad47
Check cells before displaying them and color the cells accordingly. Fixes #4
Mario Hüttel
2019-03-06 20:07:26 +0100
3146ca801f
Add functions for checking cell reference loops
Mario Hüttel
2019-03-06 20:05:48 +0100
43fdab4533
Improve GDS parser
Mario Hüttel
2019-03-06 20:04:49 +0100
59835018af
Edit colors
Mario Hüttel
2019-03-06 19:58:26 +0100
d81c6d1037
Make gds-parser more robust
Mario Hüttel
2019-03-06 18:16:14 +0100
ba53a1151e
Add cell recursion cehck to command line interface
Mario Hüttel
2019-03-06 18:15:50 +0100
fdf2c9a42b
fix style issue
Mario Hüttel
2019-03-06 18:15:11 +0100
34c113517b
Fox doxygen file header
Mario Hüttel
2019-03-06 18:14:53 +0100
5291b682c7
remove braces around scale to prevent doxygen from interpreting this as HTML tag
Mario Hüttel
2019-03-06 17:38:47 +0100
e76f2cbb9d
Merge branch 'master' into dev
Mario Hüttel
2019-03-05 21:48:26 +0100
586339cac1
fix doxygen
Mario Hüttel
2019-03-05 21:46:29 +0100
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...)
Mario Hüttel
2019-03-05 21:02:57 +0100
00b47d7ded
Add lib cell renderer to main window. It is needed for the Error level defines of the cells
Mario Hüttel
2019-03-05 20:55:04 +0100
e9b67fe1bc
Implement error level indicator for cells
Mario Hüttel
2019-03-05 20:50:54 +0100
976bdd9854
Fix function description
Mario Hüttel
2019-03-05 20:21:49 +0100
73e4806e65
Implenment child cell resolve checker
Mario Hüttel
2019-03-05 20:14:07 +0100
0b17c25ecc
Add defualt value for check results
Mario Hüttel
2019-03-05 20:08:10 +0100
0ef6d2f40f
update trigonometric library doxygen
Mario Hüttel
2019-03-05 19:50:01 +0100
58bb74b905
Add checks to cell structure
Mario Hüttel
2019-03-05 19:48:03 +0100
cd9030a24e
Create GDS Tree checking functions. Renamed doxygen section of GDS Parser to GDS-Utilities so the cheking function fit into this section
Mario Hüttel
2019-03-05 19:38:07 +0100
546332a9c2
Merge branch 'dev'
Mario Hüttel
2019-03-04 20:20:15 +0100