4968492eee
Fix unnecessary space in string after newline
2019-08-29 17:49:23 +02:00
f60150e8c7
Add full git commit to About dialog
2019-08-26 00:05:45 +02:00
b102d90d33
Add old style wwarning to compile flags. Fix code accordingly
2019-08-25 21:51:44 +02:00
01c9701492
Issue #19 : Implement first draft of command line rendering (synchronous-mode). Not yet fully tested!!
2019-06-22 01:21:26 +02:00
3ffd63115f
Issue #19 : Add LayerSettings Class
...
* Remove Command line and GUI rendering code
* Add LayerSettings Class with all options
* Prepare to remove mapping parser. Is now integrated in LayerSettings
* Adopt all renderers to check if the supplied layer_info struct has to be rendered.
Further todos:
* Implement correct command line parsing.
* Implement Layerselector and GUI to use new LayerSettings class
2019-06-21 21:41:38 +02:00
d107954859
Issue #19 : Finish integration of renderers to into command line interface
2019-06-19 20:47:19 +02:00
c146bcd094
Output renderers: Move existing renderers to common folder
2019-06-17 21:50:49 +02:00
5cfd93c18d
Add color palette to resources, create gui, data and images groups for resources
2019-05-20 19:18:01 +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
e8c7f78af4
Update include file hierarchy: Move include file to central include tree
2019-03-26 19:57:19 +01:00
5537c076a8
Add logo as resource and configure about dialog to use logo from resource
2019-03-21 22:22:35 +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
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
31d9d26aa4
Implement multiple GUI per process feature. Still buggy.
2019-03-15 20:02:03 +01:00
587b79dc31
Command line: print out unprocessed parameters
2019-03-15 17:57:59 +01:00
67e5023c1e
Command line: Fix auto-guessing of SVG file name.
2019-03-15 17:56:53 +01:00
b0c25a4bcf
Add version number to about dialog
2019-03-14 21:01:16 +01:00
a9c7b9f61f
Gui: Menubar: GActionEntry definition expanded to set unused values to zero, especially pointers
2019-03-14 19:10:06 +01:00
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
178ef2d5b2
Insert quick fix, that prevents starting multiple instances in GUI mode the same time
2019-03-13 22:54:52 +01:00
1ec0f9b297
Merge branch 'master' of git.shimatta.de:mhu/gds-render
2019-03-11 10:38:35 +01:00
2f2eb90b69
Add automatic version numbering to command line and GUI
2019-03-11 10:36:02 +01:00
d1e6e7b05a
fix style issues in main.c
2019-03-07 20:14:44 +01:00
fdf2c9a42b
fix style issue
2019-03-06 18:15:11 +01:00
bce47f11fc
Fix formatting
2019-02-27 20:28:53 +01:00
7e4b915961
Remove useless empty lines
2018-12-22 21:06:52 +01:00
f54ff7ded6
Add support for external shared object renderer
2018-12-15 00:05:34 +01:00
bbdc6c9049
remove unused variable warnings
2018-12-15 00:03:40 +01:00
3e1a4c7d92
Fixed style and warnings
2018-12-11 00:06:27 +01:00
e8b7bd65ac
Add static to global variable
2018-09-22 23:32:22 +02:00
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
6f7feb7aa9
Add doxygen
2018-07-24 10:21:55 +02:00
13aa2c8609
fix typo
2018-07-23 21:16:01 +02:00
942df1d971
fix typo
2018-07-23 21:14:35 +02:00
bb13993e34
Command line interface finished
2018-07-23 21:12:25 +02:00
b25f147707
command line progress
2018-07-23 20:17:18 +02:00
c60afedd6c
start command line interface
2018-07-23 17:00:37 +02:00
6fb4d39fc8
Add application menu and about dialog
2018-07-23 15:10:40 +02:00
d0e1383861
reconstructed code to use g_application
2018-07-23 13:10:34 +02:00
2a615367d7
Add advanced export settings for LaTeX export
2018-07-19 22:09:58 +02:00
3167da4648
cairo output started
2018-07-19 18:45:37 +02:00
b72466957c
Added variable scaling factor for Tex output
2018-07-19 17:54:05 +02:00
d9f0f3cdd5
settings dialog fully implemented
2018-07-19 17:49:33 +02:00
4c04ce3614
further implementation of settings dialog
2018-07-19 16:38:52 +02:00
73ea4d6838
re-organized folder structure
2018-07-19 15:11:18 +02:00
ea53890cd0
Move delete-event signal connect from glade to C-File
2018-06-04 11:41:35 +02:00
37a561115a
fix: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
2018-05-24 00:36:55 +02:00