- 26 Mar, 2019 2 commits
-
-
Claes Sjofors authored
-
Claes Sjofors authored
-
- 22 Mar, 2019 4 commits
-
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Christoffer Ackelman authored
-
- 18 Mar, 2019 6 commits
-
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
- 15 Mar, 2019 3 commits
-
-
Christoffer Ackelman authored
Instead of calling ctx->redraw() to redraw the window, call ctx->set_dirty(). The FlowCtx will redraw the window at the end of the event_handler if any event has marked it as dirty. If you really need to redraw the window NOW (ex. after a timer triggered event), call ctx->set_dirty followed by ctx->redraw_if_dirty().
-
Claes Sjofors authored
-
Claes Sjofors authored
-
- 07 Mar, 2019 6 commits
-
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Christoffer Ackelman authored
-
- 06 Mar, 2019 2 commits
-
-
Christoffer Ackelman authored
-
Christoffer Ackelman authored
+Autoformat on profibus files.
-
- 28 Feb, 2019 4 commits
-
-
Christoffer Ackelman authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Christoffer Ackelman authored
-
- 27 Feb, 2019 5 commits
-
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
- 26 Feb, 2019 1 commit
-
-
Christoffer Ackelman authored
-
- 22 Feb, 2019 2 commits
-
-
Christoffer Ackelman authored
-
Claes Sjofors authored
-
- 21 Feb, 2019 2 commits
-
-
Christoffer Ackelman authored
Please do not simply revert everything if it doesn't compile. Fix the problem with #ifdef OS_LINUX #endif clauses instead. I merged all "OS-specific" buildscripts and makefiles. Now you only have to modify 1 file instead of 6 (1 per OS) when you change the build system. The difference between Unix-derived operating systems is really not big enough to jusify 6 versions of every script and makefile. We don't need 71500 lines of "copy-paste" code to handle those small differences.
-
Christoffer Ackelman authored
-
- 14 Feb, 2019 1 commit
-
-
Christoffer Ackelman authored
-
- 13 Feb, 2019 2 commits
-
-
Claes Sjofors authored
-
Christoffer Ackelman authored
strncpy(short_dst_buffer, long_src_buffer, sizeof(short_dst_buffer)) -> The string is truncated to the length of short_dst_buffer.
-