Commit Graph

60 Commits

Author SHA1 Message Date
Mark van Renswoude b2fb171e96 Added support for BeforeDraw/AfterDraw to GraphicContainerItem 2019-02-04 13:02:56 +01:00
Mark van Renswoude d69c8eb0c8 Support for Delphi 10.2 Tokyo
Added packages
Alias for deprecated TImageIndex
2017-07-06 17:04:25 +02:00
Mark van Renswoude 3ac790534d Fixed: D2007 package dependency on X2Utils 2014-06-27 07:54:36 +00:00
Mark van Renswoude 12603632fa Added: Win64 compatibility 2014-03-16 08:55:48 +00:00
Mark van Renswoude 231b2c42bf Import / export GraphicContainer 2013-12-30 09:33:09 +00:00
Mark van Renswoude d3ca72b5ff Export/Import GraphicList 2013-12-08 09:27:27 +00:00
Mark van Renswoude 9ffd13c06e Delphi XE2 compatibility 2013-12-06 13:08:57 +00:00
Mark van Renswoude 78f2b65e9c Delphi XE2 compatibility 2013-12-05 10:49:47 +00:00
Mark van Renswoude 9437806b34 Added: ImagePosition property for MenuBar musikCube painter 2012-09-24 14:45:27 +00:00
Mark van Renswoude b54cdd968e Fixed: syntax error 2012-05-02 14:45:55 +00:00
Mark van Renswoude e681c29456 Fixed: List index out of bounds when multiple containers are on a form
Fixed: no need to move/remove graphics in the internal list if conversion is disabled
2012-05-02 13:59:12 +00:00
Mark van Renswoude 9feef16168 Fixed: ByName functions should work on PictureName instead of Name 2010-07-20 10:04:45 +00:00
Mark van Renswoude 131f05711d Fix caused a double freeing, fixed. 2010-07-12 08:01:32 +00:00
Mark van Renswoude 388f91d1d0 Potential fix for "Invalid ImageList Index"
Dropped D6 compatibility in favor of losing an ugly hack
2010-07-12 07:37:54 +00:00
Mark van Renswoude e1c32b70e5 Fixed: free notification wasn't handled for a linked Action 2010-06-02 10:15:24 +00:00
Mark van Renswoude 6322d27e0c Fixed: last item is skipped when using SelectLast 2010-03-30 13:36:13 +00:00
Mark van Renswoude da24dfd4d0 Fixed: SelectLast used the active group to start 2010-03-30 13:31:51 +00:00
Mark van Renswoude 7c3d746844 Incorrect iteration direction for SelectLast method caused it to act like SelectFirst 2010-03-30 13:24:19 +00:00
Mark van Renswoude 6b13daa2dc Added: ItemDisabledColor (musikCube painter is still not configurable enough though) 2010-03-17 11:20:40 +00:00
Mark van Renswoude fe5574b9e9 Added: support for "for...in" enumerators 2009-08-06 08:44:12 +00:00
Mark van Renswoude 79f30dfe52 Added: Delphi 2007 packages 2009-07-21 08:43:17 +00:00
Mark van Renswoude 57ba59dc96 Added: support for a background image in the UnameIT menubar painter 2009-04-22 14:22:01 +00:00
Mark van Renswoude a9c1bcc0d6 Changed: Designer property is now public (AV in designer turned out to be an outdated package) 2009-03-30 11:20:23 +00:00
Mark van Renswoude 5ff5d3e6ff Changed (again): Group.SelectedItem is now public, allowing a default selection 2009-03-13 15:27:22 +00:00
Mark van Renswoude c4efc9ca49 Repository too old to merge - renaming branch to trunk 2009-03-13 15:26:41 +00:00
Mark van Renswoude 12c4cdabbe Repository too old to merge - renaming branch to trunk 2009-03-13 15:26:34 +00:00
Mark van Renswoude 432295bcb8 Changed: Group.SelectedItem is now public, allowing a default selection 2009-03-13 14:16:14 +00:00
Mark van Renswoude 5574566444 Merged: menubaractions branch into trunk 2009-02-25 11:31:18 +00:00
Mark van Renswoude a2b063801c Fixed: always convert images in design-time
Fixed: dynamically added images on a graphiclist with Convert=False would result in an incorrect count
Fixed: container item tracks container's FreeNotification
Fixed: checks for invalid pointers (solves some AV's)
2009-02-25 10:54:20 +00:00
Mark van Renswoude 2ac4754fa6 Added: support for custom drawing procedures 2008-06-09 08:44:30 +00:00
Mark van Renswoude 18b17e3487 Added: image index to graphiclist editor
Added: gradient support to unaMenuBarPainter
Added: ImageOffset support to unaMenuBarPainter
2008-06-06 14:22:00 +00:00
Mark van Renswoude 280e5f669b Added: ImageOffsetX/Y to unaMenuBarPainter 2008-05-26 10:22:50 +00:00
Mark van Renswoude 670eb4baa5 Fixed: moving of menu items in the editor
Fixed: actions are executed immediately if the queue is empty
Fixed: SetSelectedItem can handle nil with raising an AV
Fixed: memory leak in animation action
2007-06-01 06:41:52 +00:00
Mark van Renswoude e070e53c07 Added: somewhat working support for moving menu items in the editor
Fixed: animation start time based on action start
Fixed: auto-collapse + auto-select
2007-04-20 13:37:56 +00:00
Mark van Renswoude eedd2e0696 Changed: initial refactoring for action queue 2007-04-02 14:49:00 +00:00
Mark van Renswoude cb9b91c617 Branched: MenuBar refactoring based on an action queue 2007-04-02 14:48:14 +00:00
Mark van Renswoude 669cf750dc Fixed: designtime editor updates properly
Fixed: moving images in a graphiclist
2007-04-02 14:45:31 +00:00
Mark van Renswoude ced0de69b1 Added: MenuBar package
Changed: proper UnameIT MenuBar Painter implementation
Fixed: GraphicList editor notifies designer of changes
2007-01-31 09:41:11 +00:00
Mark van Renswoude a60c185db1 Fixed: memory leak in CreateImage method
Changed: GraphicList now uses TComponent-based items to support Visual Inheritance
2007-01-04 19:47:47 +00:00
Mark van Renswoude 7ca9314af1 Added: Action support
Added: TX2Color32 type
Fixed: re-selecting the items when designer is activated
2006-05-22 05:13:12 +00:00
Mark van Renswoude a401e01dd9 Added: CursorGroup/Item properties
Added: OnSelectedChanging/OnSelectedChanged events
Added: design-time editor
Fixed: drawing of disabled items in the unaMenuBarPainter
2006-04-17 18:41:43 +00:00
Mark van Renswoude b5eb0c6ad3 Added: OnExpand/Collapse events
Added: Fade + Fade/Slide animations
Changed: Animation properties moved from Painter to MenuBar
Changed: concrete animation classes moved to separate unit
Changed: custom Scroller replaced for standard Windows scrollbar
2006-04-02 20:00:02 +00:00
Mark van Renswoude 9a1dd7da01 Fixed: paint problems with dissolve effect and blurry shadows in the UnameIT painter
Added: experimental custom scrollbar drawing
2006-04-01 19:51:46 +00:00
Mark van Renswoude eb63e27541 Changed: refactored animation class
Added: resolving animation
Added: Uname-IT painter
Added: various options (auto-collapse, auto-select, etc)
2006-03-30 04:54:11 +00:00
Mark van Renswoude 430d01900e Added: X2MenuBar component + musikCube painter 2006-03-24 05:56:59 +00:00
Mark van Renswoude 72f9725251 Fixed: crashes when adding the second image 2005-12-13 15:49:17 +00:00
Mark van Renswoude 4de0005e56 Added: Convert property, for optimization when API-compatibility is not required
Fixed: adding a new image automatically opens the image selection dialog
2005-12-13 15:05:09 +00:00
Mark van Renswoude 8e3fb92a69 Added: IndexByName, GraphicByName and PictureByName methods
Changed: shortcut for deleting items in the design-time editor from Del to Ctrl-Del (Clear changed from Ctrl-Del to Ctrl-Shift-Del), it conflicted with using Del in the Name box
2005-03-26 17:06:08 +00:00
Mark van Renswoude 713484f798 Fixed: previous bug-fix invalidated ImageList updating 2004-10-07 19:34:57 +00:00
Mark van Renswoude 4e24a4cd67 Fixed: DrawGraphic checks AIndex, caused infinite AVs otherwise when using an invalid index 2004-10-07 18:21:44 +00:00