Commit Graph

30 Commits

Author SHA1 Message Date
Paul Gilbert
baccbedf50 GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
Eugene Sandulenko
b25e58ece6
GRAPHICS: Added more info on 9-patch images 2021-06-09 21:50:07 +02:00
ysj1173886760
3b47e56155 GRAPHICS: MACGUI: clean the codes 2021-04-12 14:04:25 +02:00
ysj1173886760
dc2861dbed GRAPHICS: MACGUI: fix the bug when we calc the 9-patch offset 2021-04-12 14:04:25 +02:00
ysj1173886760
3b53a4f2f7 GRAPHICS: MACGUI: move titlePos into BorderOffsets 2021-04-12 14:04:25 +02:00
ysj1173886760
aeacf0d4d2 GRAPHICS: MACGUI: modify the position where it draws the title, currently, it will draw title at the center of title box 2021-04-12 14:04:25 +02:00
ysj1173886760
307147c565 GRAPHICS: MACGUI: use titlePos to calc titleIndex, change the titleWidth in 9-patch when title is changed 2021-04-12 14:04:25 +02:00
ysj1173886760
179654939e GRAPHICS: add title to 9-patch image 2021-04-12 14:04:25 +02:00
ysj1173886760
f2825c85de GRAPHICS: enhance blit in nine-patch with transparency color 2021-04-01 16:08:56 +02:00
djsrv
d4c825b089 GRAPHICS: Allow using Mac WM best color in 9patch 2020-07-31 16:38:37 -04:00
Eugene Sandulenko
06e4a85181 GRPAHICS: Enforced sanity check in 9-patch blitting 2020-04-27 13:57:35 +02:00
D G Turner
e97985e887 GRAPHICS: Further Fix for MSVC Warnings in Nine Patch Code 2019-10-03 04:42:44 +01:00
Eugene Sandulenko
45ef1eb166 GRAPHICS: Fix padding calculation for 9-patch images 2019-09-29 23:26:05 +02:00
Eugene Sandulenko
25159714fb GRAPHICS: Allow 256-byte palettes to 9-patch 2019-09-29 17:40:12 +02:00
Eugene Sandulenko
f7262a4e43 GRAPHICS: Added more debug output to 9-patch 2019-09-29 17:39:44 +02:00
Eugene Sandulenko
2da99ab0dc GRAPHICS: Fix NinePatch palette length.
Byte did not allow to have 256 color palettes.
2019-09-29 16:40:06 +02:00
Eugene Sandulenko
547122f738 MACGUI: Added sanity check to 9-patch recalculatuon 2019-09-29 00:35:13 +02:00
D G Turner
d83e0df8f0 GRAPHICS: Fix MSVC Warning in Nine Patch 2019-09-15 23:24:33 +01:00
Adrian Frühwirth
3747d852ee JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
Borja Lorente
ec6bb1431e GRAPHICS: Fix leak in ninepatch destructor 2016-08-26 12:27:16 +02:00
Borja Lorente
5bba089724 GRAPHICS: Fix big leak when blitting macgui borders 2016-08-25 13:26:02 +02:00
Borja Lorente
02a18134c3 GRAPHICS: Add basic caching to 9patch colors 2016-08-02 08:33:50 +02:00
Borja Lorente
03f2d9b01e GRAPHICS: Remove unused variables 2016-08-02 08:33:50 +02:00
Borja Lorente
e809320f58 GRAPHICS: Fix indentation 2016-08-02 08:33:50 +02:00
Borja Lorente
bc798d9ff4 GRAPHICS: Add custom border measures 2016-08-02 08:33:43 +02:00
Alexander Tkachev
4b87563792 GUI: Add blipClip() 2016-07-03 12:23:57 +02:00
Torbjörn Andersson
2c96073650 GRAPHICS: Fix GCC signed/unsigned warning 2016-05-29 22:58:01 +02:00
Torbjörn Andersson
5cae160ad7 GRAPHCIS: Remove unused variable 2016-05-29 22:54:44 +02:00
Eugene Sandulenko
8fc736fb2d GRAPHICS: Fix warnings 2016-05-28 17:17:00 +02:00
Eugene Sandulenko
a2174d76c1 GRAPHICS: Added 9-patch bitmap renderer 2016-05-26 22:37:42 +02:00