History log of /haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/SelectedColorMode.h
Revision Date Author Comments
# f333ade3 19-Jul-2015 Stephan Aßmus <superstippi@gmx.de>

Icon-O-Matic: Converted color picker to use layouting

Basically synced the code with what I did for WIP WonderBrush rewrite.
* Converted to use layouting
* Removed unused liblayout MView cruft
* Removed need for rendering in separate threads in favor of
rendering lazily. The original Colors! rendering was insanely slow
and inefficient, hence the separate rendering threads.
* Some style fixes along the way.
* Some minor bug fixes, too, but these were not actually triggered.
* Renamed selected_color_mode.h to SelectedColorMode.h


# f333ade30958169ee702db317a8197bebbad52f9 19-Jul-2015 Stephan Aßmus <superstippi@gmx.de>

Icon-O-Matic: Converted color picker to use layouting

Basically synced the code with what I did for WIP WonderBrush rewrite.
* Converted to use layouting
* Removed unused liblayout MView cruft
* Removed need for rendering in separate threads in favor of
rendering lazily. The original Colors! rendering was insanely slow
and inefficient, hence the separate rendering threads.
* Some style fixes along the way.
* Some minor bug fixes, too, but these were not actually triggered.
* Renamed selected_color_mode.h to SelectedColorMode.h