index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
fpg_tab.pas
Age
Commit message (
Expand
)
Author
2013-07-25
tabs: Fixed the painting of tabs when positioned at tpBottom.
Graeme Geldenhuys
2013-07-25
tabs: Tab height is now correctly drawn - no hard-coded 21px height any more
Graeme Geldenhuys
2013-07-15
tabs: ensures that scroll buttons are not visible
Graeme Geldenhuys
2013-07-15
pagecontrol: tab height is not hard-coded any more.
Graeme Geldenhuys
2012-10-19
Code formatting fix: Replace tab character with spaces or fixing indentation ...
Graeme Geldenhuys
2012-10-19
PageControl now has a new ActiveTabColor property
Graeme Geldenhuys
2011-08-24
bugfix in PageControl keypress handling. Consume incorrectly set.
Graeme Geldenhuys
2011-05-08
globally renamed TFTextFlags to TfpgTextFlags
Graeme Geldenhuys
2011-01-13
tabs: When creating tabsheets, there sizes are immediately calculated.
Graeme Geldenhuys
2011-01-12
Set Width and Height properties so internal state is correcty.
Graeme Geldenhuys
2011-01-12
PageControl: Set a default value for published property ActivePageIndex
Graeme Geldenhuys
2010-11-18
PageControl: introduced BeginUpdate and EndUpdate methods.
Graeme Geldenhuys
2010-11-18
PageControl: tabs painting is now only done in HandlePaint()
Graeme Geldenhuys
2010-11-01
PageControl: Right click popup menu caption now shows tab you clicked over
Graeme Geldenhuys
2010-11-01
fpg_tab: Refactored HandleLMousUp and extracted most of the code into a new
Graeme Geldenhuys
2010-10-04
Published Align property for all widgets.
Graeme Geldenhuys
2010-10-01
published Enabled property on all (most) components
Graeme Geldenhuys
2010-04-25
Publish the new OnShowHint for all other widgets in fpGUI.
Graeme Geldenhuys
2010-04-21
Fixed scroll buttons in PageControl when tabs are left|right positioned.
Graeme Geldenhuys
2010-04-20
PageControl: has a new property Options.
Graeme Geldenhuys
2010-04-19
PageControl: New popup menu to close active tab
Graeme Geldenhuys
2010-04-19
PageControl: New OnClosingTabSheet event added.
Graeme Geldenhuys
2010-04-14
tabs: adds support for Left/Right tab position and mouse support.
Graeme Geldenhuys
2010-03-26
tabs: make sure internal ActivePageIndex is still correct.
Graeme Geldenhuys
2010-03-24
tabs: InsertPage can now suppress the OnChange event from firing.
Graeme Geldenhuys
2010-03-24
tabs: OnChange even is automatically fired when ActivePage is set.
Graeme Geldenhuys
2010-03-24
tabs: populate tabsheet.Text for UI Designer.
Graeme Geldenhuys
2010-03-24
tabs: initial implemenation of tab position tpRight.
Graeme Geldenhuys
2010-03-24
tabs: Text Formatting Flags are now set per tab position.
Graeme Geldenhuys
2010-03-24
tabs: Fixed ButtonHeight implementation to take FixedTabHeight into account.
Graeme Geldenhuys
2010-03-24
tabs: Correct MaxButtonWidth implementation to take FixedTabWidth into account.
Graeme Geldenhuys
2010-03-24
tabs: defined other tab positions + minor code formatting
Graeme Geldenhuys
2010-03-24
tabs: Renamed MaxButtonHeight method to more clearly define what it does.
Graeme Geldenhuys
2010-03-24
tabs: Implemented left and right tab drawing in DrawTab() method.
Graeme Geldenhuys
2010-03-24
Tabs: New property FixedTabHeight.
Graeme Geldenhuys
2010-03-24
PageControl: UTF8 compliance with text handling in tabs.
Graeme Geldenhuys
2010-03-21
Tab: implemented TabPosition tpBottom and tpNone
Graeme Geldenhuys
2010-03-19
PageControl: Neaten up code and some minor improvements.
Graeme Geldenhuys
2010-02-26
Update copyright notice in all units.
Graeme Geldenhuys
2010-02-25
Published Hint and ShowHint on all widgets.
Graeme Geldenhuys
2008-11-06
* Minor fix in TabSheet bg color.
graemeg
2008-10-14
* UI Designer: New component TfpgTabSheet component on the palette.
graemeg
2008-10-13
* Added some extra sanity checks in TfpgPageControl.
graemeg
2008-09-27
* Phase 2 of the unit rename is complete. The gui units have now been renamed.
graemeg