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
Age
Commit message (
Expand
)
Author
2013-12-17
agg2d: fix spelling mistake in code comment
Graeme Geldenhuys
2013-12-17
editcombo: Publish the missing ReadOnly property
Graeme Geldenhuys
2013-12-17
editcombo: Implements painting a ReadOnly state
Graeme Geldenhuys
2013-12-17
editcombo: Removed hard-coded control frame sizes
Graeme Geldenhuys
2013-12-17
editcombo: removed BeginDraw/EndDraw calls which are not needed.
Graeme Geldenhuys
2013-12-17
basegrid: removed hard-coded control frame size values.
Graeme Geldenhuys
2013-12-17
listview: removed hard-coded control frame size values.
Graeme Geldenhuys
2013-12-17
listview: painting of bottom right rectangle was all wrong.
Graeme Geldenhuys
2013-12-08
win32: package file file changes due to newer Lazarus IDE version.
Graeme Geldenhuys
2013-12-08
gdi: forgot to remove a debug writeln() statement.
Graeme Geldenhuys
2013-12-01
Fixing Listbox hard-coded border width - fixes theming issues.
Graeme Geldenhuys
2013-12-01
Fixes hard-coded widget border size - fixes theming issues
Graeme Geldenhuys
2013-11-01
hyperlink: default URL is now fpGUI website constant value.
Graeme Geldenhuys
2013-11-01
calendar: increased the dropdown window slightly of Calendar Combobox
Graeme Geldenhuys
2013-11-01
grid: The extra "+1" caused unnecessary scrolling
Graeme Geldenhuys
2013-10-31
Adds a convenience function to the StyleManager class
Graeme Geldenhuys
2013-10-31
gdi: prevents an AV if applications have a non-standard startup
Graeme Geldenhuys
2013-09-24
x11: fixes fpgColorToX().
Graeme Geldenhuys
2013-09-23
Fixes GitHub Issue #9 (15bit color conversion under X11)
Graeme Geldenhuys
2013-08-27
Published some useful events for TfpgFileGrid and TfpgStringGrid
Graeme Geldenhuys
2013-08-27
Published some useful events for TfpgRadioButton class
Graeme Geldenhuys
2013-08-27
published OnExit and OnEnter events for TfpgButton class.
Graeme Geldenhuys
2013-08-27
Fixes spelling mistakes in code comments.
Graeme Geldenhuys
2013-08-27
Replaced the FPC dbugintf unit with the customised fpGUI one.
Graeme Geldenhuys
2013-07-31
Fixes a memory leak in the LoadImage_PNG() function.
Graeme Geldenhuys
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
2013-07-15
CreateComboBox(): specify the default height to be the same as in constructor
Graeme Geldenhuys
2013-07-12
New Rectangle and Point methods introduced in fpg_main
Graeme Geldenhuys
2013-06-07
Surface more of the commonly used events for the TfpgEditCombo widget
Graeme Geldenhuys
2013-06-07
Adds OnKeyChar support to TfpgEditCombo widget
Graeme Geldenhuys
2013-06-07
Surfaced more of the commonly used events for TfpgMemo
Graeme Geldenhuys
2013-06-07
Adds support for OnKeyChar event to TfpgMemo
Graeme Geldenhuys
2013-06-07
Updated copyright notice for fpg_x11 unit.
Graeme Geldenhuys
2013-06-07
Surfaced OnKeyChar event for fpg_edit widgets.
Graeme Geldenhuys
2013-06-07
Introduced a new OnKeyChar event for TfpgWidget
Graeme Geldenhuys
2013-05-20
Removed Canvas.DrawControlFrame() - fpgStyle has tha functionality now
Graeme Geldenhuys
2013-05-20
bug: Under Windows the mouse coordinates in OnDragDrop was screen coordinates.
Graeme Geldenhuys
2013-05-16
agg2d: minor work-around for the difference between FreeType and GDI
Graeme Geldenhuys
2013-05-16
agg2d: Adds implementation for DoFillTriangle()
Graeme Geldenhuys
2013-05-16
Merge branch 'agg_fonts' into develop
Graeme Geldenhuys
2013-05-16
Agg2D: rought conversion of font point size to pixel size.
Graeme Geldenhuys
2013-05-16
aggcanvas: added support for font rotation
Graeme Geldenhuys
2013-05-16
aggcanvas: adds preliminary font support
Graeme Geldenhuys
2013-05-16
agg2d: DoSetTextColor() mistakenly ignored the Alpha channel value.
Graeme Geldenhuys
2013-05-16
grid: to prevent possible index out of bounds errors.
Graeme Geldenhuys
2013-05-16
new unit to do font mapping/lookups for the AggPas backend.
Graeme Geldenhuys
2013-05-13
Adds a new convenience function IsLoading to TfpgWidget
Graeme Geldenhuys
[next]