galloj

Results 8 issues of galloj

#### Issue details It isn't possible to compile following code on GWT (required for taking screenshots): ```java Pixmap pixmap = Pixmap.createFromFrameBuffer(0, 0, Gdx.graphics.getBackBufferWidth(), Gdx.graphics.getBackBufferHeight()); ByteBuffer pixels = pixmap.getPixels(); ``` It...

#### Issue details GWT backend doesn't support horizontal scrolling. [Link to relevant code.](https://github.com/libgdx/libgdx/blob/master/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/DefaultGwtInput.java#L686) It can be implemented by using `wheelDeltaX` and `wheelDeltaY` instead of `wheelDelta`. #### Version of libGDX and/or...

Fixing error when loading tokenizer using encoder_path. Also I added some error messages, because all errors which happened because of bad input were mostly unreadable. I think it would be...

This should solve #16 and make code more readable

When there is left and right menu and we call on both `enableSwiper`, then there would be only one of them working. I think it would be good to support...

Bug is located on following line: https://github.com/EduMIPS64/edumips64/blob/2b5c97e7df5c0b2a21f7d16f60eba889b5e944b1/src/main/java/org/edumips64/utils/cli/LoadCommand.java#L32 The exception gets thrown and loading ends, but it should be implemented just like in GUI app: https://github.com/EduMIPS64/edumips64/blob/4662926c5124cd50cc3405485d729038ff10c340/src/main/java/org/edumips64/Main.java#L505 Hopefully I will do soon...

type:bug
priority:1
component:cli-ui