summaryrefslogtreecommitdiff
path: root/examples/corelib
AgeCommit message (Expand)Author
2013-06-18Updates extrafpc.cfg files so no console window is shown for Windows compiled...Graeme Geldenhuys
2013-05-20demo: API change, ask fpgStyle to draw a widget primitive instead on CanvasGraeme Geldenhuys
2013-05-16agg2d: Adds implementation for DoFillTriangle()Graeme Geldenhuys
2013-04-04Agg Canvas demoGraeme Geldenhuys
2010-05-12Project file updates due to new Lazarus IDE version.Graeme Geldenhuys
2010-04-30Updated Canvas Test demo screenshots to show results.Graeme Geldenhuys
2010-04-30Updated Canvas Test demo to show that TfpgImage.ImageFromRect() does work.Graeme Geldenhuys
2010-04-30Extended Canvas Test demo to show that 1x1 rectangles now work.Graeme Geldenhuys
2010-04-30Canvas Test demo: now the form is managed by the UI Designer.Graeme Geldenhuys
2010-03-18helloworld: Fixed memory leaks and new painting methodGraeme Geldenhuys
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2009-11-26Add copies of the gui/compileall.sh script to the "apps" and "corelib" direct...Graeme Geldenhuys
2009-10-09Canvas.DrawString() help.Graeme Geldenhuys
2009-08-27Fix default size of tiShowString() form.Graeme Geldenhuys
2009-04-05* Added missing unit output directories.Graeme Geldenhuys
2008-11-14* updated all extrafpc.cfg files to use the correct lib output directory.graemeg
2008-10-01* Updated all demos to use the new unit names.graemeg
2008-07-07* Published more events and properties for EditInteger and EditFload components.graemeg
2008-06-19* Updated the Bevel example so it compiles again. * Updated the EventTest ex...graemeg
2008-04-27* Fixed the issue with screen flicker in the TfpgForm.OnPaint event handler.graemeg
2008-02-09* fixed or updated some example projects to work with latest changes.graemeg
2008-01-28* Removed the unused debug code in ComboBox and ListBox units.graemeg
2007-10-18* Win32: Implemented MinWidth and MinHeight constraint support for Forms. Not...graemeg
2007-10-17CoreLib: Fixed Canvas.StretchDraw(). I forgot to undo previous debug testing ...graemeg
2007-09-13* CoreLib: fpgApplication now has a Terminated property which terminates thegraemeg
2007-08-26* Renamed the fpc.cfg to extrafpc.cfg so it doesn't conflict withgraemeg
2007-08-16* Fixed bug where GFX based applications crashed on run.graemeg
2007-08-16* Added images, Owner, Group and file attribute support to TfpgFileGrid.graemeg
2007-08-15* Fixed bug in Horz and Vert scrollbars where they didn't followgraemeg
2007-08-10* Fixed minor compiler error and Mouser Cursor supportgraemeg
2007-08-08* Finally fixed all painting issues with rectangles and clipping.graemeg
2007-08-07* Changed the parameters of DrawRectangle, FillRectangle to rather use Width ...graemeg
2007-08-07* Fixed a minor bug where the CoreLib examples did not show the main windowgraemeg
2007-08-06* Implemented Canvas.FillGradient().graemeg
2007-08-02* More work has been done to the PageControl. It looks like a PageControl, bu...graemeg
2007-07-27* Added the new test project I forgot earlier.graemeg
2007-07-27X11 only:graemeg
2007-07-25* Fixed a spelling mistake which caused a compiler error under Windows.graemeg
2007-07-25* Implemented and added a new unit that will handle command line parameters.graemeg
2007-07-25* Fixed the Windows implementation of Canvas.DrawArc and Canvas.FillArc.graemeg
2007-07-25* Implemented two new canvas functions. DrawArc() and FillArc()graemeg
2007-07-23Restructure Part 5.graemeg
2007-07-23Restructure Part 3.graemeg