- 13 Oct, 2020 1 commit
-
-
schneider authored
Closes #210
-
- 07 Sep, 2020 2 commits
-
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- 15 Jun, 2020 2 commits
- 21 May, 2020 1 commit
-
-
Rahix authored
It's 44 years since the release of vi and sadly lots of editors still don't care about trimming off trailing spaces ... Signed-off-by:
Rahix <rahix@rahix.de>
-
- 26 Apr, 2020 1 commit
-
-
zenox authored
-
- 08 Apr, 2020 1 commit
-
-
schneider authored
-
- 03 Apr, 2020 2 commits
- 16 Mar, 2020 2 commits
- 03 Jan, 2020 1 commit
-
-
Rahix authored
Instead of an ugly hack where spaces are used to pad the entries background colors, properly draw a rectangle and the text above it. No visual change. Signed-off-by:
Rahix <rahix@rahix.de>
-
- 09 Dec, 2019 1 commit
-
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- 10 Nov, 2019 1 commit
-
-
- 05 Oct, 2019 2 commits
-
-
Fix two bugs in the display/gfx module: 1. The animation of the simple_menu used in the main menu had the issue that there is a black line visible at the top. This is due the gfx_puts method ignoring lines, where the top pixel of the string is above the top of the screen. As gfx_puts uses gfx_setpixel which in turn ignores pixels outside of the screen, remove the check in gfx_puts. 2. X and Y coordinates were cast to unsigned-ints before being given to the gfx-library which means calls like circ(0, -10, 30) would be draw at coordinates like [0,65526]. Fix this by changing the data-type of all coordinates to signed-integers. Also remove the x and y ranges from the documentation of the individual python functions and instead add a general documentation about the screen and it's size/coordinate system.
- 04 Oct, 2019 3 commits
-
-
zenox authored
-
zenox authored
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- 22 Sep, 2019 1 commit
-
-
Rahix authored
-
- 16 Sep, 2019 1 commit
-
-
xiretza authored
-
- 14 Sep, 2019 1 commit
-
-
Rahix authored
Fixes #155 Signed-off-by:
Rahix <rahix@rahix.de>
-
- 06 Sep, 2019 1 commit
-
-
fleur authored
-
- 05 Sep, 2019 1 commit
-
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- 03 Sep, 2019 3 commits
-
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- 31 Aug, 2019 1 commit
-
- 30 Aug, 2019 1 commit
-
- 29 Aug, 2019 1 commit
-
-
Gerd authored
-
- 28 Aug, 2019 4 commits
-
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- 27 Aug, 2019 2 commits
-
-
- 24 Aug, 2019 3 commits
-
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
With 977b2498 merged, the simple_menu pixel offsets need to be adjusted to look right. Signed-off-by:
Rahix <rahix@rahix.de>
-
Lucas Werkmeister authored
The outer two stripes should be twice as wide as the middle stripe.
-