Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 1356 818

latest revision download trunk

1356 annotated / raw | Diffs: previous, other | Lines: 794 ( +4, -1 )

Created: 2009-12-02 21:36:33 +0100 (3 months 7 days ago) | Author: RobertLee | Changeset: 1356

SpTBXLib 2.4.4 release

1301 annotated / raw | Diffs: previous, other | Lines: 791 ( +2, -2 )

Created: 2009-09-13 19:07:40 +0200 (5 months 27 days ago) | Author: RobertLee | Changeset: 1301

SpTBXLib 2.4.3 release

1275 annotated / raw | Diffs: previous, other | Lines: 791 ( +54, -5 )

Created: 2009-08-02 02:27:35 +0200 (7 months ago) | Author: RobertLee | Changeset: 1275

- Fixed incorrect TSpTBXMDIHandler MDI buttons painting when
 using the default Windows theme, thanks to Cybrus for
 reporting this.

1245 annotated / raw | Diffs: previous, other | Lines: 742 ( +20, -4 )

Created: 2009-07-25 03:10:56 +0200 (7 months ago) | Author: RobertLee | Changeset: 1245

- Fixed incorrect TSpTBXComboBox painting, when the Style
 is set to csDropDownList and the control is disabled the
 text is not painted with csGrayText. This is a VCL bug
 the same happens with TComboBox when you set it to
 csDropDownFixed (TSpTBXComboBox uses csDropDownFixed
 instead of csDropDownList).
 Thanks to Arvid for reporting this.
- Fixed incorrect TSpTBXSpinEdit behavior, when the focus
 was changed the text wasn't validated, thanks to Stephan
 for reporting this.
- Fixed TSpTBXMRUListItem.LoadFromIni/SaveToIni bug, in Delphi
 2009, some strings are not stored correctly (Surrogate Pair),
 thanks to Totonica for reporting this.
- Fixed CurrentSkin.GetTextColor bug, it didn't return the
 correct skncDockablePanelTitleBar text color when using
 the EOS skin, thanks to Aaron Taylor for reporting this.

1129 annotated / raw | Diffs: previous, other | Lines: 726 ( +9, -1 )

Created: 2009-05-29 19:54:30 +0200 (9 months ago) | Author: RobertLee | Changeset: 1129

- Minor fixes.

1038 annotated / raw | Diffs: previous, other | Lines: 718 ( +12, -4 )

Created: 2009-05-08 23:29:54 +0200 (10 months ago) | Author: RobertLee | Changeset: 1038

SpTBXLib 2.4.2 release

1021 annotated / raw | Diffs: previous, other | Lines: 710 ( +17, -1 )

Created: 2009-05-05 03:55:09 +0200 (10 months ago) | Author: RobertLee | Changeset: 1021

- Fixed incorrect MRU saving on TSpTBXMRUListItem, the
 items were not correctly encoded when saving to an Ini
 file, thanks to Dirk for reporting this.
- Fixed AV on TSpTBXFormPopupMenu, thanks to Joel Toivonen
 for reporting this.

996 annotated / raw | Diffs: previous, other | Lines: 694 ( +4, -1 )

Created: 2009-03-16 03:28:08 +0100 (11 months ago) | Author: RobertLee | Changeset: 996

SpTBXLib 2.4.1 release

966 annotated / raw | Diffs: previous, other | Lines: 691 ( +33, -2 )

Created: 2009-01-18 00:39:42 +0100 (13 months ago) | Author: RobertLee | Changeset: 966

SpTBXLib 2.4 release.

953 annotated / raw | Diffs: previous, other | Lines: 660 ( +0, -1 )

Created: 2008-10-21 22:50:46 +0200 (16 months ago) | Author: RobertLee | Changeset: 953

- Updated Customizer demo, now it supports Delphi 2009
- Fixed TSpTBXEditItem bug, OnChange was not fired when the text was being changed.

951 annotated / raw | Diffs: previous, other | Lines: 661 ( +4, -0 )

Created: 2008-09-28 01:34:12 +0200 (17 months ago) | Author: RobertLee | Changeset: 951

- Fixed incorrect SubMenuItems painting, the caption was not
 painted correctly when Windows themes was disabled, thanks
 to Yury Plashenkov for reporting this.
- Fixed incorrect TSpTBXGroupBox painting, the control was not
 repainted when the font was changed, thanks to Yury Plashenkov
 for reporting this.
- Added conditional define to SpTBXCustomizer.pas to make it
 compatible with older versions of Delphi, thanks to Arvid
 for reporting this.

950 annotated / raw | Diffs: previous, other | Lines: 657 ( +7, -3 )

Created: 2008-09-27 03:18:49 +0200 (17 months ago) | Author: RobertLee | Changeset: 950

SpTBXLib 2.3 release.

925 annotated / raw | Diffs: previous, other | Lines: 653 ( +4, -1 )

Created: 2008-07-30 05:30:42 +0200 (19 months ago) | Author: RobertLee | Changeset: 925

2.2 release

896 annotated / raw | Diffs: previous, other | Lines: 650 ( +4, -1 )

Created: 2008-06-26 23:17:12 +0200 (20 months ago) | Author: RobertLee | Changeset: 896

26 June 2008 - version 2.1
 - New skin added: Aluminum, thanks to Pete for his contribution.
 - Added Windows Vista specific constants to support Vista
   themes on Delphi versions prior to 2007, thanks to Wolf B.
   for his contribution.
 - Added Turkish translation for the Customizer demo, thanks to
   Zylar.
 - Added EditImageIndex property to TSpTBXEditItem and
   TSpTBXSpinEditItem, use this to show an icon image
   on the left of the EditCaption when the item is on a menu.
 - Added AutoSplitterVisibility property to TSpTBXMultiDock,
   use this property to autmotically hide the adjacent
   splitter when the MultiDock is empty.
 - Added OnWindowStateChanged event to TSpTBXDockablePanel,
   this event is fired when the DockablePanel gets minimized,
   maximized or restored.
 - Fixed incorrect keyboard handling on TSpTBXTitleBar, Alt+Space
   didn't popup the system menu, thanks to Costas Stergiou for
   reporting this.
 - Fixed TSpTBXDockablePanel bug, the floating panel was able to be
   dragged offscreen leaving no way to move it back, thanks to
   Minoru Yoshida for reporting this.
 - Fixed TSpTBXSplitter bug, incorrect alignment when the split
   control was minimized and the Form was resized, thanks to
   Den and Minoru Yoshida for reporting this.

879 annotated / raw | Diffs: previous, other | Lines: 647 ( +4, -1 )

Created: 2008-05-03 18:33:17 +0200 (22 months ago) | Author: RobertLee | Changeset: 879

2.0 release

864 annotated / raw | Diffs: previous, other | Lines: 644 ( +2, -2 )

Created: 2008-04-02 22:17:38 +0200 (23 months ago) | Author: RobertLee | Changeset: 864

1.9.5 release

845 annotated / raw | Diffs: previous, other | Lines: 644 ( +13, -2 )

Created: 2008-03-22 00:03:34 +0100 (23 months ago) | Author: RobertLee | Changeset: 845

- Added ExtendedAccept property to TSpTBXSpinEditor.
- Fixed incorrect floating border painting on Vista,
 the borders should not be transparent, thanks to
 Costas Stergiou for reporting this.
- Fixed incorrect TSpTBXMRUListItem behavior, MaxItems
 had no effect when new files were added, thanks to
 Senfore for reporting this.
- Minor bug fixes.

824 annotated / raw | Diffs: previous, other | Lines: 633 ( +5, -1 )

Created: 2008-02-05 19:04:33 +0100 (2 years 1 month ago) | Author: RobertLee | Changeset: 824

- Fixed incorrect MRU loading on TSpTBXMRUListItem, thanks
 to Pete for reporting this.
- Fixed incorrect item stretching when the toolbar was
 vertical and tboImageAboveCaption was set, thanks to
 John for reporting this.

823 annotated / raw | Diffs: previous, other | Lines: 629 ( +2, -2 )

Created: 2008-02-03 21:38:50 +0100 (2 years 1 month ago) | Author: RobertLee | Changeset: 823

3 February 2008 - version 1.9.4
 - Added HidePathExtension property to TSpTBXMRUListItem.
 - Added TitleBarBorderSize to the skins options.
 - Added LoadFromIni/SaveToIni to TSpTBXMRUListItem.
 - Fixed AV on TabControl when scrolling tabs, thanks
   to Beta Xiong and Yucel Yavuz for reporting this.
 - Fixed incorrect TabControl.ScrollState behavior
   thanks to Michele for reporting this.
 - Fixed incorrect TSpTBXSpinEditor.ValueInc/ValueDec behavior
   when ValueSnap was true and Increment was higher than
   10000, thanks to Yucel Yavuz for reporting this.
 - Minor bug fixes.

820 annotated / raw | Diffs: previous, other | Lines: 629 ( +40, -26 )

Created: 2008-01-24 00:02:32 +0100 (2 years 1 month ago) | Author: RobertLee | Changeset: 820

- Added HidePathExtension property to TSpTBXMRUListItem.
- Added TitleBarBorderSize to the skins options.
- Fixed AV on TSpTBXTabControl when scrolling tabs, thanks
 to Beta Xiong for reporting this.

819 annotated / raw | Diffs: previous, other | Lines: 615 ( +29, -2 )

Created: 2008-01-23 01:29:33 +0100 (2 years 1 month ago) | Author: RobertLee | Changeset: 819

- Added LoadFromIni/SaveToIni to TSpTBXMRUListItem.
- Minor bug fixes.

818 new annotated / raw | Lines: 588 ( +588, -0 )

Created: 2008-01-19 23:33:20 +0100 (2 years 1 month ago) | Author: RobertLee | Changeset: 818

19 January 2008 - version 1.9.3
 - New component added: TSpTBXMDIHandler.
 - New toolbar item added: TSpTBXMRUListItem.
 - New toolbar item added: TSpTBXMDIWindowItem.
 - New skin added: Human.
 - Reduced ~10 KB from exe size.
 - Completed the Brazilian Portuguese translation of the Customizer
   demo, thanks to Mauricio Magnani.
 - Added BlankSeparators property to TSpTBXCustomizer.
 - Fixed item stretching problems.
 - Fixed incorrect gutter painting on the popup menus.
 - Fixed incorrect Autosizing of TSpTBXTextControl, thanks
   to Alexey Naumov for reporting this.
 - Fixed AV on TSpTBXCustomizer when ShorcutsList was nil
   when calling ApplyItemOptions, thanks to PyScripter for
   reporting this.
 - Fixed recursion on TSpTBXTabToolbar.RightAlignItems,
   thanks to Jim for reporting this.

Open Source License registered to the www.soft-gems.net Project. This license of FishEye is provided to support the development of www.soft-gems.net only.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.4 Build:build-307 2008-07-31 ) - Administration - Page generated 2010-03-12 20:28 +0100