Moritz Pflanzer

Results 14 issues of Moritz Pflanzer

Loading (presentation and custom layouts) should be performed asynchronously.

enhancement
low

Not all menus update or show sensible data if the display configuration is changed.

bug
medium

Not sure if this is this useful. At least one should be able to deactivate it or it should be deactivated automatically while in full screen mode.

enhancement
question
low

- Make it draggable - Make it available on all screens (through configuration)

enhancement
low

What is the best way to achieve a command line like the following: ``` exe fetch ``` The number of origins should be fixed to a given number. The only...

The following kernel produces a wrong result with Oclgrind: ``` kernel void mad_sat_overflow(global long *res) { res[0] = mad_sat(1L, -1L, 0L); } ``` Output should be: ``` Argument 'res': 8...

bug

It's capabilities are unfortunately limited by the fact that LLVM doesn't make a difference between signed and unsigned operations in its LLVM IR. To avoid excessive false positive warnings signed...