WIP: Modernize color selection
This merge request is an attempt to modernize the code in Gcolor3ColorSelection
. It moves the UI code to Glade, removes deprecated methods and other code we won't use, uses GdkRGBA
where possible and other clean ups.
It still uses some deprecated functions (gdk_device_*
) but since I don't understand that part of Gdk too well and since it's part of code that will likely be changed with the incoming Wayland fixes, I have left those for now. If you know this part of Gdk, feel free to have a go or to tell me what to change :)
This MR closes #68 (closed).