~cmatsuoka/+git/xmdp:master

Last commit made on 2019-02-05
Get this branch:
git clone -b master https://git.launchpad.net/~cmatsuoka/+git/xmdp
Only Claudio Matsuoka can upload to this branch. If you are Claudio Matsuoka please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~cmatsuoka/+git/xmdp

Recent commits

7a7cf60... by Claudio Matsuoka

Improve snap package description

Signed-off-by: Claudio Matsuoka <email address hidden>

c717e0a... by Claudio Matsuoka

Use arch triplet to set snap library path

Signed-off-by: Claudio Matsuoka <email address hidden>

4538456... by Claudio Matsuoka

Add license field to snapcraft.yaml

Signed-off-by: Claudio Matsuoka <email address hidden>

5f99b7e... by Claudio Matsuoka

Add snapcraft build file

Signed-off-by: Claudio Matsuoka <email address hidden>

7bf010c... by Claudio Matsuoka

Handle fgets errors

Signed-off-by: Claudio Matsuoka <email address hidden>

fb43e53... by Claudio Matsuoka

Disable compiler debug and add optimization

Signed-off-by: Claudio Matsuoka <email address hidden>

515294a... by Claudio Matsuoka

Handle window close button

Signed-off-by: Claudio Matsuoka <email address hidden>

2a06e89... by Claudio Matsuoka

Make window resizable

Signed-off-by: Claudio Matsuoka <email address hidden>

29582d0... by Claudio Matsuoka

Clear screen only when needed

Signed-off-by: Claudio Matsuoka <email address hidden>

27f20ce... by Claudio Matsuoka

Compute progress bar based on time instead of order

If we use order and position, we'll have to handle special patterns 0xff
and 0xfe often found in S3M files. If we use time, no special handling
is needed.

Signed-off-by: Claudio Matsuoka <email address hidden>