New | None | GraffitiFontAwesomeButton |
New | None | GraffitiLineicons |
New | None | GraffitiMaterialIcons |
New | None | GraffitiResponsive |
Added | 482 | GraffitiCalendar has a new ShowEventTooltips as Boolean = True property. |
Added | None | GraffitiColors has a new CartesianDistance (color1 as Color, color2 as Color ) as Double function. |
Added | 477 | GraffitiGrid has a new EditKeyDown( key as String ) as Boolean event. |
Added | 477 | GraffitiGrid has a new read-only EditingRow as GraffitiGridRow property. |
Added | 477 | GraffitiGrid has a new read-only EditingColumn as GraffitiGridColumn property. |
Added | None | GrafitiNote now supports embedding links when Compact = False using <link></link> tags. |
Added | None | GraffitiNote has a new IconSize as Integer = 16 property. |
Added | None | GraffitiNote has a new LinkColor as ColorGroup property. |
Added | None | GraffitiNote has a new LinkColorHover as ColorGroup property. |
Added | None | GraffitiNote has a new LinkPressed( index as Integer, content as String ) event. |
Added | 485 | GraffitiPDFViewer has a new FileDropped( name as String, content as String ) as Boolean event. Return False to attempt default loading. |
Added | 485 | GraffitiPDFViewer has a new FileDropAllowed as Boolean = True property. |
Added | 485 | GraffitiPDFViewer has a new FileDropCaption as String = “Drop file to open.” property. |
Added | 485 | GraffitiPDFViewer has a new FileDropCaptionWorking as String = “Loading File…” property. |
Added | None | GraffitiScrollableArea now exposes a Paint event, but on Windows it may be overdrawn by inside containers. |
Added | None | GraffitiTour can now be placed directly on a DesktopWindow. The Window property of the GraffitiTour instance must be set before use. |
Added | None | GraffitiTour has a new ItemPressed( item as GraffitiTourItem ) event. |
Added | 479 | GraffitiTour has a new LinkPressed( item as GraffitiTourItem, index as Integer, content as String ) event definition. |
Added | None | GraffitiTour has a new Stop method. |
Added | None | GraffitiTour now supports arbitrary size and position for steps. |
Added | 479 | GraffitiTourCard has a new LinkPressed( index as Integer, content as String ) event. |
Added | 479 | GraffitiTourCard now supports links in the MessageText property with the format: “A <link>Link</link> is fun!” |
Added | None | GraffitiTourItem has a new AnimationStyle as AnimationStyles property. |
Added | None | GraffitiTourItem has a new AnimationStyles enumeration: Default, Fade, SlideUp, SlideDown, SlideLeft, SlideRight, Grow, Revel, RollHorizontal, RollVertical, WindowShade, Doors, None |
Added | None | GraffitiTourItem has a new Constructor( target as Rect, title as String, message as String ) method. |
Added | None | GraffitiTourItem has a new TargetRect as Rect property. |
Added | None | GraffitiWindowNotifier has a new NoteLinkPressed( note as GraffitiNote, index as Integer, content as String ) event. |
Fixed | None | GraffitiColors.Windows.Immersive no longer requires an explicit “Allow” for Supported to return True. |
Fixed | None | GraffitiModal should no longer draw exit animations incorrectly on Windows due to a bug in Xojo. |
Fixed | 55 | GraffitiNote now recalculates states on press. |
Fixed | None | GraffitiNote now vertically centers the Icon. |
Fixed | None | GraffitiScrollableArea now sizes scrollbars to max depending upon container size. |
Fixed | None | GraffitiTour now properly draws cards with transparency on Windows. |
Fixed | 479 | GraffitiTour now raises an exception when a non-DesktopWindow values is set to the Window property. |
Fixed | 479 | GraffitiTour once again raises the Started event. |
Fixed | 479 | GraffitiTour once again raises the Ended event. |
Fixed | 479 | GraffitiTour once again raises the Cancelled event. |
Fixed | 479 | GraffitiTour now attempts to make sure that its components are the frontmost on the window in Windows. |
Fixed | None | GraffitiTour now sets focus to cards as they are displayed to allow keyboard navigation. |
Fixed | None | GraffitiTour will no longer have invisible items if the window contains a Toolbar. |
Fixed | None | GraffitiWall optimization improvements. |
Fixed | 55 | GraffitiWindowNotifier will now automatically remove dock icon notifications when calling Remove/RemoveAll/RemoveAt. |
Fixed | None | All classes now define a default event where appropriate. |
Deprecated | None | GraffitiNote.Click event. Use Pressed event. |
Deprecated | None | GraffitiNote.CloseClick event. Use ClosePressed event. |
Removed | None | ColorPicker class from ~2003. Replaced with GraffitiColorPicker. |
Note | None | Cleaned up many analysis warnings. |