- Dec 27, 2014
-
-
Christoph Grüninger authored
-
- Dec 26, 2014
-
-
Christoph Grüninger authored
-
- Dec 07, 2014
-
-
Christoph Grüninger authored
Transform forgotten folders dev/ps and dom/lgm/ngin2d. Minor clean-ups.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Dec 06, 2014
-
-
Christoph Grüninger authored
Adjust all includes outside of ui/.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Add flags in Makefile.am to make all compile.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Oliver Sander authored
-
- Dec 05, 2014
-
-
Oliver Sander authored
-
Oliver Sander authored
-
- Dec 02, 2014
-
-
Oliver Sander authored
There were code paths within CreateLine where the method did return a value, and others where it didn't. No caller of CreateLine actually considered the return values at all. Hence we may as well decide to not return anything at all. This should fix an issue reported by the undefined-behavior sanitizer. Thanks to Carsten Gräser for pointing this out.
- Nov 13, 2014
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Aug 20, 2014
-
-
Oliver Sander authored
To get rid of tabs, mainly. These two files were left out when moving to git, because uncrustify wouldn't take them. With a bit a manual arm-twisting uncrustify now processes these files.
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
The (very) old DDD debugger with the (very) old motif gui cannot handle umlauts.
-
Oliver Sander authored
-
Oliver Sander authored
Compilers are much smarter than programmers, and know best when to use CPU registers. Leave the decision to them and do not clutter the code with the 'register' keyword.
-
Oliver Sander authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
- Jul 22, 2014
-
-
Elias Pipping authored
This used to be legal, but is not anymore. In particular, clang refuses to compile it. This patch fixes the issue.
-
- Jul 21, 2014
-
-
Oliver Sander authored
The explicit list of 8 bit numbers in the files tool0, tool1, etc were stored in arrays of char. However, they contain values larger than 127, which is illegal in C++11 -- the type must be unsigned char. On the other hand, the char arrays are handed to X, which really does expect signed char. The patch fixes the problem by changing the types to unsigned char, and explicitly casting the arguments of the X calls.
-
- Jun 23, 2014
-
-
Oliver Sander authored
-