login


<   >
date commit author
2018-01-14 Simplify render_frame_rect(). marcelgmr@gmail.com
2017-12-31 Add .gitignore. marcelgmr@gmail.com
2017-11-25 example: fix height in title. marcelgmr@gmail.com
2017-11-25 Add example -- SDL2-based GIF player. marcelgmr@gmail.com
2017-11-25 Add missing newline to temporary messages. marcelgmr@gmail.com
2017-11-25 Add ge_rewind(). marcelgmr@gmail.com
2017-11-20 Fix palette indexing. marcelgmr@gmail.com
2017-11-20 Remove duplicate code. marcelgmr@gmail.com
2017-11-20 Add gd_render_frame(). marcelgmr@gmail.com
2017-11-20 Make dispose() static, since it's an internal function. marcelgmr@gmail.com
2017-11-20 Implement RGB canvas framework. marcelgmr@gmail.com
2017-11-18 Implement extension hooks for comment, plain text & unknown app. marcelgmr@gmail.com
2017-11-15 Implemented transparency. marcelgmr@gmail.com
2017-11-15 Implement background color and disposal methods. marcelgmr@gmail.com
2017-11-15 Remove temporary hack that was used for debugging. marcelgmr@gmail.com
2017-11-15 Respect LZW table size limit. marcelgmr@gmail.com
2017-11-15 Fix initial key size. marcelgmr@gmail.com
2017-11-15 Accept clear code anywhere on the image data stream. marcelgmr@gmail.com
2017-11-12 Add README. marcelgmr@gmail.com
2017-11-12 Read extra bytes and END BLOCK after image data. marcelgmr@gmail.com