aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70b1e7d..82fdb3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2007-04-03 Rob Bradford <rob@openedhand.com>
+
+ * libowl/owlcolourselectordialog.c:
+ (owl_colour_selector_dialog_orientation_get_type),
+ (owl_colour_selector_dialog_get_property),
+ (owl_colour_selector_dialog_set_property),
+ (owl_colour_selector_dialog_constructor),
+ (owl_colour_selector_dialog_class_init),
+ (owl_colour_selector_dialog_init),
+ (owl_colour_selector_dialog_new_with_orientation),
+ (owl_colour_selector_dialog_new):
+ * libowl/owlcolourselectordialog.h:
+ Add support for vertical or horizontally orientated colour selector.
+ If the orientation is set to OWL_COLOUR_SELECTOR_AUTOMATIC (default)
+ then it will detect it based on the width & height on the screen.
+ It can also be manually specified with a construction time property.
+
2007-03-19 Rob Bradford <rob@openedhand.com>
* libowl/Makefile.am: