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
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-25
tabtest: Adds a debug label to tabsheet four to verify the tabsheet height value
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
tab demo: extended the demo to test/show other properties of PageControl
Graeme Geldenhuys
2013-07-15
CreateComboBox(): specify the default height to be the same as in constructor
Graeme Geldenhuys
2013-07-12
nicegrid: removed unnecessary fpg_types unit
Graeme Geldenhuys
2013-07-12
New Rectangle and Point methods introduced in fpg_main
Graeme Geldenhuys
2013-07-12
ide should use debug interface included in fpGUI instead.
Graeme Geldenhuys
2013-06-18
Updates extrafpc.cfg files so no console window is shown for Windows compiled...
Graeme Geldenhuys
2013-06-18
fpg_base documentation update.
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-29
globe: fixed the color value for AggPas by adding the Alpha channel value
Graeme Geldenhuys
2013-05-29
globe: removed unnecessary code
Graeme Geldenhuys
2013-05-22
docview: DND enabled
Graeme Geldenhuys
2013-05-22
richview: let the fpgStyle object do the drawing for us.
Graeme Geldenhuys
2013-05-20
demo: API change, ask fpgStyle to draw a widget primitive instead on Canvas
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
maximus: Object Pascal highlighter. improve hilight accuracy.
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-14
debug server: updates uses clause to use fpGUI's dbugmsg unit.
Graeme Geldenhuys
2013-05-13
docview: replace some code with convenience function to make it more readable
Graeme Geldenhuys
2013-05-13
Adds a new convenience function IsLoading to TfpgWidget
Graeme Geldenhuys
2013-05-13
code formatting: fixes the camel case of a function name.
Graeme Geldenhuys
2013-05-13
fixes compiler hint about unused variable
Graeme Geldenhuys
2013-05-12
agg: surfaced the new Fill(color) method in TAdd2D and agg_2d
Graeme Geldenhuys
2013-05-12
agg: Add agg_renderer_base.fill(color) method for blending a color.
Graeme Geldenhuys
2013-05-10
agg: removed the pointless casts. The x & y params are already PDouble's
Graeme Geldenhuys
2013-05-10
agg: fixes bug when attaching a Image to TAgg2d doesn't draw lines.
Graeme Geldenhuys
2013-05-08
MessageDialog: BeginDraw/EndDraw is not needed in HandlePaint()
Graeme Geldenhuys
2013-05-08
edittest: define the height of ComboBox widgets to match height of Edit widgets
Graeme Geldenhuys
2013-05-08
edittest: trackbars were never disabled
Graeme Geldenhuys
2013-05-08
edittest: BeginDraw/EndDraw calls were not needed.
Graeme Geldenhuys
2013-05-07
grid demo: adds OnHeaderClick event handler test
Graeme Geldenhuys
[next]