summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-27Remove padding specifiers for close buttonHEADmasterDaniel Stone1-10/+0
2012-08-27Default theme: Add window close icon from GTK+Daniel Stone3-0/+2
2012-08-24Port to new Clutter/Wayland APIDaniel Stone2-10/+9
2012-08-10widget: fix annotation on get_padding()Lionel Landwerlin1-1/+1
2012-08-08style: reload style sheets when they are modifiedThomas Wood3-11/+75
2012-08-02widget: list the supported style properties in the documentationThomas Wood1-1/+19
2012-07-27MxScrollView: Fixed to clip events for clipped child area in ClutterActor->pi...Tristan Van Berkom1-4/+20
2012-07-27image: add some annotations for mx_image_set_from_buffer/dataEvan Nemerson1-5/+7
2012-07-26widget: Implement the "text-align" property from CSSThomas Wood3-1/+44
2012-07-26tests: select the first widget if none was specified at start upThomas Wood2-6/+12
2012-07-24kinetic-scroll-view: don't swallow cancel when listening on the stageLionel Landwerlin1-4/+11
2012-07-23widget: add "visibility" and "display" style propertiesThomas Wood3-4/+105
2012-07-20style: allow style properties to be flagged as "inherit"Thomas Wood3-6/+53
2012-07-20style: remove unused style propertiesThomas Wood1-5/+0
2012-07-18configure.ac: bump clutter dependency to 1.11.8Lionel Landwerlin1-1/+1
2012-07-18scroll-view: do not apply active state on button/touch eventsLionel Landwerlin1-0/+21
2012-07-18kinetic-scroll-view: swallow cancelled events to speedup emissionLionel Landwerlin1-5/+5
2012-07-18widget: remove useless testLionel Landwerlin1-7/+2
2012-07-18kinetic-scroll-view: do not apply active state on button/touch eventsLionel Landwerlin1-2/+23
2012-07-18kinetic-scroll-view: add debug tracesLionel Landwerlin1-5/+59
2012-07-18widget: add width and height css propertiesThomas Wood1-0/+101
2012-07-18Remove tools directory from default SUBDIRS listLionel Landwerlin1-3/+2
2012-07-18widget: add a "margin" style propertyThomas Wood1-0/+23
2012-07-17widget: remove unused -mx-border-image-transition-duration css propertyThomas Wood1-18/+2
2012-07-17configure: allow the default style to be disabledThomas Wood3-8/+25
2012-07-17configure: make tools and tests optional and disabled by defaultThomas Wood2-0/+25
2012-07-17kinetic-scroll-view: Respect scroll policy in mx-kinetic-scroll-viewLionel Landwerlin1-4/+12
2012-07-17box-layout: fix computation of step increment with horizontal boxLionel Landwerlin1-2/+2
2012-07-17widget: tweak behavior to respond to pointer eventsLionel Landwerlin1-0/+9
2012-07-17kinetic-scroll-view: add ensure_visible APILionel Landwerlin2-0/+77
2012-07-17widget: prevent warning when pointer is leaving the windowLionel Landwerlin1-1/+1
2012-07-17kinetic-scroll-view: add use-grab property for better behavior with touch eventsLionel Landwerlin2-10/+253
2012-07-17kinetic-scroll-view: add touch event supportLionel Landwerlin1-102/+186
2012-07-17kinetic-scroll-view: remove debug messagesLionel Landwerlin1-8/+2
2012-07-17kinetic-scroll-view: capture motion events in smater wayLionel Landwerlin1-2/+30
2012-07-17kinetic-scroll-view: don't stop deceleration at 5px movementLionel Landwerlin1-2/+2
2012-07-17kinetic-scroll-view: allow deceleration > 1.0 instead of >= 1.01Lionel Landwerlin1-1/+1
2012-07-17texture-cache: add image loading support on androidLionel Landwerlin1-0/+67
2012-07-17entry: add touch event supportLionel Landwerlin1-1/+10
2012-07-17combo-box: add touch event supportLionel Landwerlin1-0/+17
2012-07-17button-group: add touch event supportLionel Landwerlin1-3/+5
2012-07-17button: add touch event supportLionel Landwerlin1-0/+53
2012-07-17widget: actual touch events handlingLionel Landwerlin1-0/+40
2012-07-17widget: handle long press with touch eventsLionel Landwerlin3-9/+25
2012-07-17widget: add utility functions to manage sequencesLionel Landwerlin3-1/+100
2012-07-17grid: add css theming for column/row spacingLionel Landwerlin1-9/+78
2012-07-17grid: coherency in function nameLionel Landwerlin1-3/+3
2012-05-30kinetic-scroll-view: fix typo in documentationLionel Landwerlin1-1/+1
2012-05-29kinetic-scroll-view: add option to not use clampingLionel Landwerlin2-24/+89
2012-05-29kinetic-scroll-view: fix clamping at scrollview's bottomLionel Landwerlin1-2/+6