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
2014-09-19
Windows: Just for fun, allow the ability to hook into the System Menu
Graeme Geldenhuys
2014-09-16
Edit2 font alias is now a variable and not hard coded.
Graeme Geldenhuys
2014-07-24
Fixed StretchDraw() "abstract error" due to DoFreeImage call.
Graeme Geldenhuys
2014-07-17
CanvasBase.GradientFill causes a math error
Andrew Haines
2014-07-15
Fixes a GDI bug dating back to July 2007.
hinst
2014-06-23
Merge remote-tracking branch 'demerson/scroll-frame' into 'develop'
Graeme Geldenhuys
2014-06-20
Revert "File Search Result Name was never correctly converted from OS encodin...
Graeme Geldenhuys
2013-08-27
Replaced the FPC dbugintf unit with the customised fpGUI one.
Graeme Geldenhuys
2013-07-12
New Rectangle and Point methods introduced in fpg_main
Graeme Geldenhuys
2013-05-28
horizontal scrolling, commit 2
David Laurence Emerson
2013-05-28
Revert "Add common procedures in fpg_base for deadkeys"
Graeme Geldenhuys
2013-05-28
debug support
Graeme Geldenhuys
2013-05-28
Add common procedures in fpg_base for deadkeys
Jean-Marc Levecque
2013-05-13
fixes compiler hint about unused variable
Graeme Geldenhuys
2013-05-01
Adds much faster Canvas.CopyRect() implemenation for the GDI backend.
Graeme Geldenhuys
2013-04-30
Adds CP1251 to UTF8 encoding conversion
Graeme Geldenhuys
2013-04-25
Implemented a new ConvertTextToUTF8() which converts some encoding to UTF8
Graeme Geldenhuys
2013-04-18
Merge branch 'hotfix-2' into develop
Graeme Geldenhuys
2013-04-17
Revert "Add common procedures in fpg_base for deadkeys"
Graeme Geldenhuys
2013-04-12
New record structure to be used in future OnMove events.
Graeme Geldenhuys
2013-04-09
Merge latest fixes from 'release-1.0' branch into develop
Graeme Geldenhuys
2013-04-09
New SearchMode property to FileListBase class
Dibo
2013-04-04
launching help viewer
Graeme Geldenhuys
2013-04-03
debug support
Graeme Geldenhuys
2013-03-22
Add common procedures in fpg_base for deadkeys
Jean-Marc Levecque
2012-11-30
Fixes compiler warning about using a deprecated type... TFPColor
Graeme Geldenhuys
2012-11-30
Fixes compiler hint about unused unit
Graeme Geldenhuys
2012-11-13
File Search Result Name was never correctly converted from OS encoding to UTF-8
Graeme Geldenhuys
2012-09-26
fixes spelling mistake in code comment.
Graeme Geldenhuys
2012-08-16
Make sure TfpgString is based on AnsiString.
Graeme Geldenhuys
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
[next]