Commit Graph

67 Commits

Author SHA1 Message Date
Mario Hüttel c146bcd094 Output renderers: Move existing renderers to common folder 2019-06-17 21:50:49 +02:00
Mario Hüttel 5cfd93c18d Add color palette to resources, create gui, data and images groups for resources 2019-05-20 19:18:01 +02:00
Mario Hüttel a016a18587 Improve doxygen 2019-03-30 19:55:47 +01:00
Mario Hüttel a3626e7b33 Improve doxygen documentation 2019-03-30 19:51:56 +01:00
Mario Hüttel e8c7f78af4 Update include file hierarchy: Move include file to central include tree 2019-03-26 19:57:19 +01:00
Mario Hüttel 5537c076a8 Add logo as resource and configure about dialog to use logo from resource 2019-03-21 22:22:35 +01:00
Mario Hüttel e289e7b301 fix compiler warnings 2019-03-16 16:24:39 +01:00
Mario Hüttel b9cc8570ac Use signal for gui disposement. Whena gui is closed, the library data is relesed 2019-03-16 16:09:29 +01:00
Mario Hüttel 60f54e2240 Typo 2019-03-15 23:16:39 +01:00
Mario Hüttel 19b26a3c26 Fix bugs in closing gds render windows 2019-03-15 20:36:23 +01:00
Mario Hüttel 31d9d26aa4 Implement multiple GUI per process feature. Still buggy. 2019-03-15 20:02:03 +01:00
Mario Hüttel 587b79dc31 Command line: print out unprocessed parameters 2019-03-15 17:57:59 +01:00
Mario Hüttel 67e5023c1e Command line: Fix auto-guessing of SVG file name. 2019-03-15 17:56:53 +01:00
Mario Hüttel b0c25a4bcf Add version number to about dialog 2019-03-14 21:01:16 +01:00
Mario Hüttel a9c7b9f61f Gui: Menubar: GActionEntry definition expanded to set unused values to zero, especially pointers 2019-03-14 19:10:06 +01:00
Mario Hüttel 55fd080796 Fix Issue #11
* Set NON_UNIQUE Flag of GApplication. When opening a second program instance, Glib will not try to open a second window inside the first instance, which was the feature, that caused problems
2019-03-14 19:02:17 +01:00
Mario Hüttel 178ef2d5b2 Insert quick fix, that prevents starting multiple instances in GUI mode the same time 2019-03-13 22:54:52 +01:00
Mario Hüttel 1ec0f9b297 Merge branch 'master' of git.shimatta.de:mhu/gds-render 2019-03-11 10:38:35 +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 d1e6e7b05a fix style issues in main.c 2019-03-07 20:14:44 +01:00
Mario Hüttel fdf2c9a42b fix style issue 2019-03-06 18:15:11 +01:00
Mario Hüttel bce47f11fc Fix formatting 2019-02-27 20:28:53 +01:00
Mario Hüttel 7e4b915961 Remove useless empty lines 2018-12-22 21:06:52 +01:00
Mario Hüttel f54ff7ded6 Add support for external shared object renderer 2018-12-15 00:05:34 +01:00
Mario Hüttel bbdc6c9049 remove unused variable warnings 2018-12-15 00:03:40 +01:00
Mario Hüttel 3e1a4c7d92 Fixed style and warnings 2018-12-11 00:06:27 +01:00
Mario Hüttel e8b7bd65ac Add static to global variable 2018-09-22 23:32:22 +02:00
Mario Hüttel 6a01d67594 Add cairo SVG export. However, cairo is buggy so it is on hold for the time being 2018-07-30 12:35:30 +02:00
Mario Hüttel 6f7feb7aa9 Add doxygen 2018-07-24 10:21:55 +02:00
Mario Hüttel 13aa2c8609 fix typo 2018-07-23 21:16:01 +02:00
Mario Hüttel 942df1d971 fix typo 2018-07-23 21:14:35 +02:00
Mario Hüttel bb13993e34 Command line interface finished 2018-07-23 21:12:25 +02:00
Mario Hüttel b25f147707 command line progress 2018-07-23 20:17:18 +02:00
Mario Hüttel c60afedd6c start command line interface 2018-07-23 17:00:37 +02:00
Mario Hüttel 6fb4d39fc8 Add application menu and about dialog 2018-07-23 15:10:40 +02:00
Mario Hüttel d0e1383861 reconstructed code to use g_application 2018-07-23 13:10:34 +02:00
Mario Hüttel 2a615367d7 Add advanced export settings for LaTeX export 2018-07-19 22:09:58 +02:00
Mario Hüttel 3167da4648 cairo output started 2018-07-19 18:45:37 +02:00
Mario Hüttel b72466957c Added variable scaling factor for Tex output 2018-07-19 17:54:05 +02:00
Mario Hüttel d9f0f3cdd5 settings dialog fully implemented 2018-07-19 17:49:33 +02:00
Mario Hüttel 4c04ce3614 further implementation of settings dialog 2018-07-19 16:38:52 +02:00
Mario Hüttel 73ea4d6838 re-organized folder structure 2018-07-19 15:11:18 +02:00
Mario Hüttel ea53890cd0 Move delete-event signal connect from glade to C-File 2018-06-04 11:41:35 +02:00
Mario Hüttel 37a561115a fix: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed 2018-05-24 00:36:55 +02:00
Mario Hüttel 1ffe677804 Fix 2nd segfault 2018-05-24 00:23:39 +02:00
Mario Hüttel 2c3c7a9a80 fix Segfault 2018-05-24 00:15:39 +02:00
Mario Hüttel 084c6999c7 Add option to specify layer order, wrote tex output for layer order 2018-05-22 18:45:23 +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 4987459337 restructured code 2018-05-22 12:59:28 +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