summaryrefslogtreecommitdiff
path: root/src/corelib/fpg_base.pas
AgeCommit message (Expand)Author
2014-10-19New fpgApplication.GetScreenPixelColor() for X11Graeme Geldenhuys
2014-10-17Fixes "division by zero" errorGraeme Geldenhuys
2014-10-17Revert "CanvasBase.GradientFill causes a math error"Graeme Geldenhuys
2014-09-19Windows: Just for fun, allow the ability to hook into the System MenuGraeme Geldenhuys
2014-09-16Edit2 font alias is now a variable and not hard coded.Graeme Geldenhuys
2014-07-24Fixed StretchDraw() "abstract error" due to DoFreeImage call.Graeme Geldenhuys
2014-07-17CanvasBase.GradientFill causes a math errorAndrew Haines
2014-07-15Fixes a GDI bug dating back to July 2007.hinst
2014-06-23Merge remote-tracking branch 'demerson/scroll-frame' into 'develop'Graeme Geldenhuys
2014-06-20Revert "File Search Result Name was never correctly converted from OS encodin...Graeme Geldenhuys
2013-08-27Replaced the FPC dbugintf unit with the customised fpGUI one.Graeme Geldenhuys
2013-07-12New Rectangle and Point methods introduced in fpg_mainGraeme Geldenhuys
2013-05-28horizontal scrolling, commit 2David Laurence Emerson
2013-05-28Revert "Add common procedures in fpg_base for deadkeys"Graeme Geldenhuys
2013-05-28debug supportGraeme Geldenhuys
2013-05-28Add common procedures in fpg_base for deadkeysJean-Marc Levecque
2013-05-13fixes compiler hint about unused variableGraeme Geldenhuys
2013-05-01Adds much faster Canvas.CopyRect() implemenation for the GDI backend.Graeme Geldenhuys
2013-04-30Adds CP1251 to UTF8 encoding conversionGraeme Geldenhuys
2013-04-25Implemented a new ConvertTextToUTF8() which converts some encoding to UTF8Graeme Geldenhuys
2013-04-18Merge branch 'hotfix-2' into developGraeme Geldenhuys
2013-04-17Revert "Add common procedures in fpg_base for deadkeys"Graeme Geldenhuys
2013-04-12New record structure to be used in future OnMove events.Graeme Geldenhuys
2013-04-09Merge latest fixes from 'release-1.0' branch into developGraeme Geldenhuys
2013-04-09New SearchMode property to FileListBase classDibo
2013-04-04launching help viewerGraeme Geldenhuys
2013-04-03debug supportGraeme Geldenhuys
2013-03-22Add common procedures in fpg_base for deadkeysJean-Marc Levecque
2012-11-30Fixes compiler warning about using a deprecated type... TFPColorGraeme Geldenhuys
2012-11-30Fixes compiler hint about unused unitGraeme Geldenhuys
2012-11-13File Search Result Name was never correctly converted from OS encoding to UTF-8Graeme Geldenhuys
2012-09-26fixes spelling mistake in code comment.Graeme Geldenhuys
2012-08-16Make sure TfpgString is based on AnsiString.Graeme Geldenhuys
2012-06-29More sanity checks before calling the help viewer.Graeme Geldenhuys
2012-06-29Added new Exception classes for use in fpGUI.Graeme Geldenhuys
2012-03-20CreateMaskFromSample() under Agg-enabled canvas uses Alpha channel to mask im...Graeme Geldenhuys
2012-03-19Bit shifting of Alpha channel was wrong in color conversion routinesGraeme Geldenhuys
2012-03-19Removed deprecated TFPColor usage.Graeme Geldenhuys
2012-03-15Give FreeMem()a help hand regarding the allocated memory size.Graeme Geldenhuys
2012-03-15improved the signature of Canvas constructors.Graeme Geldenhuys
2012-03-15New overloaded fpgColor() that takes a Alpha parameter as well.Graeme Geldenhuys
2012-03-15Changed color channels from word to byte size.Graeme Geldenhuys
2012-03-15Enable usage of Alpha channel when color type is created or converted.Graeme Geldenhuys
2012-03-15Canvas read-only LineWidth property changed to a function GetLineWidth()Graeme Geldenhuys
2012-03-09Adds a comment about internal data structure of TfpgImage data.Graeme Geldenhuys
2011-12-08New functions to return darker or lighter variations of a color.Graeme Geldenhuys
2011-11-29move declaration of TfpgEditBorderStyle so it is more accessible.Graeme Geldenhuys
2011-11-21TfpgWindowBase now introduces a BringToFront() method.Graeme Geldenhuys
2011-10-26new handy function to covert individual R, G and B values into a TfpgColor va...Graeme Geldenhuys
2011-08-31updates KeycodeToText() to use the new resource string constants.Graeme Geldenhuys