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
/
corelib
/
fpg_base.pas
Age
Commit message (
Expand
)
Author
2012-06-29
More sanity checks before calling the help viewer.
Graeme Geldenhuys
2012-06-29
Added new Exception classes for use in fpGUI.
Graeme Geldenhuys
2012-03-20
CreateMaskFromSample() under Agg-enabled canvas uses Alpha channel to mask im...
Graeme Geldenhuys
2012-03-19
Bit shifting of Alpha channel was wrong in color conversion routines
Graeme Geldenhuys
2012-03-19
Removed deprecated TFPColor usage.
Graeme Geldenhuys
2012-03-15
Give FreeMem()a help hand regarding the allocated memory size.
Graeme Geldenhuys
2012-03-15
improved the signature of Canvas constructors.
Graeme Geldenhuys
2012-03-15
New overloaded fpgColor() that takes a Alpha parameter as well.
Graeme Geldenhuys
2012-03-15
Changed color channels from word to byte size.
Graeme Geldenhuys
2012-03-15
Enable usage of Alpha channel when color type is created or converted.
Graeme Geldenhuys
2012-03-15
Canvas read-only LineWidth property changed to a function GetLineWidth()
Graeme Geldenhuys
2012-03-09
Adds a comment about internal data structure of TfpgImage data.
Graeme Geldenhuys
2011-12-08
New functions to return darker or lighter variations of a color.
Graeme Geldenhuys
2011-11-29
move declaration of TfpgEditBorderStyle so it is more accessible.
Graeme Geldenhuys
2011-11-21
TfpgWindowBase now introduces a BringToFront() method.
Graeme Geldenhuys
2011-10-26
new handy function to covert individual R, G and B values into a TfpgColor va...
Graeme Geldenhuys
2011-08-31
updates KeycodeToText() to use the new resource string constants.
Graeme Geldenhuys
2011-08-24
Shift comes after Ctrl or Alt
Graeme Geldenhuys
2011-08-17
Fixed KeycodeToText that overwrote the ShiftState of previous values.
Graeme Geldenhuys
2011-08-17
TfpgTimer refactoring.
Graeme Geldenhuys
2011-08-11
changed string parameter to TfpgString type
Graeme Geldenhuys
2011-07-16
added timestamp varibale to Mouse Parameter record structure.
Graeme Geldenhuys
2011-06-17
Introduced a new property TfpgWindowBase.WindowState
Graeme Geldenhuys
2011-02-07
Default Font changes.
Graeme Geldenhuys
2011-01-12
Fix stupid typo bug in HandleMove.
Graeme Geldenhuys
2011-01-11
fixes Alignment and Anchor calculation even before we have a window handle
Graeme Geldenhuys
2011-01-10
DoWaitWindowMessage() defined as virtual abstract in fpg_base
Graeme Geldenhuys
2011-01-10
DoMessagesPending() renamed to MessagesPending()
Graeme Geldenhuys
2010-11-12
fpgApplication.CreateForm implementation has changed, but end result is the same
Graeme Geldenhuys
2010-10-29
Moved OnDragStartDetected from TfpgWidget to TfpgWindowBase
Graeme Geldenhuys
2010-10-29
Renamed TfpgMimeDataStruct to TfpgMimeDataItem
Graeme Geldenhuys
2010-10-28
TfpgWindowBase introduced a new abstract method
Graeme Geldenhuys
2010-10-27
Renamed TfpgWindowBase.DoEnabledDrops() to DoDNDEnabled()
Graeme Geldenhuys
2010-10-01
Set default property values for TfpgWindowBase
Graeme Geldenhuys
2010-09-23
TfpgMimeDataBase: introduced a new raw Data property. Returns data as variant
Graeme Geldenhuys
2010-09-23
TfpgMimeDataBase: Fixed implementation of HTML property, and fixed HasFormats...
Graeme Geldenhuys
2010-09-23
Two new MouseCursor shapes added. mcDrag & mcNoDrop
Graeme Geldenhuys
2010-09-23
Oops, forgot to commit the TfpgDragBase class from earlier.
Graeme Geldenhuys
2010-09-23
two new classes introduced to manage data associated with mime types.
Graeme Geldenhuys
2010-09-23
More well known drop actions added to TfpgDropAction
Graeme Geldenhuys
2010-09-23
Rename TfpgDragAction(s) to TfpgDropAction(s). A more correct description of ...
Graeme Geldenhuys
2010-09-23
Renamed DND fpGUI message constants to keep with existing naming convention.
Graeme Geldenhuys
2010-09-23
New types and message constants for DND support.
Graeme Geldenhuys
2010-09-21
Two new types introduced: TfpgPoint and TfpgSize
Graeme Geldenhuys
2010-09-21
Removed compiler warnings.
Graeme Geldenhuys
2010-09-20
Moved GetClientRect() and GetBoundsRect() out of TfpgWidget into TfpgBaseWindow
Graeme Geldenhuys
2010-09-04
Replaced some RTL functions with fpGUI wrapper ones to handle Unicode text.
Graeme Geldenhuys
2010-09-04
Rearranged some constants and moved fpgAddColon() to fpg_utils unit.
Graeme Geldenhuys
2010-08-26
GDI: Correctly implement clipboard support under Windows.
Graeme Geldenhuys
2010-08-23
Use fpGUI wrapper functions instead of RTL functions directly.
Graeme Geldenhuys
[next]