Commit Graph

10 Commits

Author SHA1 Message Date
Mario Hüttel f6abfada2c ColorPalette: Fix Dispose function
* Set freed pointer to NULL in dispose function because dispose cna be run multiple times. This fixes the case of freeing an already freed pointer.
2020-07-09 23:54:40 +02:00
Mario Hüttel 40a7e5a650 Compilation: Add -Wextra to compile arguments + Fix minor resulting warnings 2019-11-12 18:14:07 +01:00
Mario Hüttel 2e8e258b49 Style improvements 2019-10-25 21:16:31 +02:00
Mario Hüttel 2af859b136 Fix bug of color palette not working properly, due to uninitialized variable 2019-08-25 21:52:22 +02:00
Mario Hüttel 0d0b692960 Fix memory leak in color palette due to missing dispose function 2019-08-19 19:52:50 +02:00
Mario Hüttel dfadaa241e Color palette: Finish implementation
Color palette can now be loaded from a resource containing hexadecimal
RGB values.
2019-06-13 22:21:28 +02:00
Mario Hüttel e847e691bd Merge branch 'multithread-dev' into color-palette-feature
Get newest changes
2019-06-07 19:35:02 +02:00
Mario Hüttel 0d6b2c7a36 Color palette: Cast unused function parameter 2019-06-07 19:33:53 +02:00
Mario Hüttel 6ae316f459 Edit color palette code 2019-05-28 20:05:13 +02:00
Mario Hüttel 1f7f3118fa Start development of color-palette class 2019-05-20 20:07:45 +02:00