summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2008-03-10* Applied label patch from Jean-Marc adding improved Layout, Wraptext and Ali...graemeg
2008-03-02* Applications resourcestring declarations do not have to be in a hard-coded ...graemeg
2008-03-01* Updated translation files with new resource string constant.graemeg
2008-02-27* Created two new units called: gfx_pofiles.pas and gfx_translations.pas. Th...graemeg
2008-02-25* I believe I fixed the Button down state and Mouse Events issue. It now work...graemeg
2008-02-20* Applied Vladimir's patch for arrow key support in RadioButtons.graemeg
2008-02-18* This is a quick hack and only temporary to get UI Designer working under Li...graemeg
2008-02-18* I think I fixed the issue with PopupWindows taking focusgraemeg
2008-02-17* updated the documentation scripts.graemeg
2008-02-16* Fixed issue under Windows where changing a WindowTitle, the window resizes.graemeg
2008-02-15* Applied Jean-Marc's TextColor and BackgroundColor patch.graemeg
2008-02-14* Applied patch from Michael van Canneyt fixing the anchors of the checkboxes...graemeg
2008-02-13* Treeview example should now fix the image paths at runtime, using the corre...graemeg
2008-02-13* Treeview component now has support for node imagesgraemeg
2008-02-09* fixed or updated some example projects to work with latest changes.graemeg
2008-02-05Applied patch from Slapshot fixing the TVFDPropertyEditor class. BackgroupCol...graemeg
2008-02-04* Removed the extra fpgTimers.Delete() call which caused a error an applicati...graemeg
2008-02-04* Applied patch from Slapshot to fix the CalendarTest compile error.graemeg
2008-02-01* Fixed old Color property to TextColor.graemeg
2008-01-28* Removed the unused debug code in ComboBox and ListBox units.graemeg
2008-01-26* Fixed the X11 event handling by using thegraemeg
2008-01-26Applied patch from Jean-Marc allowing TfpgEdit's text color to be changed.graemeg
2008-01-26* Middle mouse button click was never detected.graemeg
2008-01-26* After renaming some files from .dpr to .lpr, I forgot to update the project...graemeg
2008-01-14* Removed a debug writeln statement from gui_edit unit.graemeg
2008-01-12* Fixed MessageDialog crash on exit under Windows.graemeg
2008-01-04* GUI: Moved all MenuItem painting into the Paint event handler.graemeg
2007-12-15* Added a new WindowAttribute called waStayOnTop. * Modified the SplashScree...graemeg
2007-12-14* Implemented Cell Text Alignment.graemeg
2007-12-14* Implemented a OnClick event in TfpgWidget.graemeg
2007-12-13* A new GUI example showing how to implement a Splash Screen.graemeg
2007-12-04* Fixed a memory leak in TfpgCombobox.graemeg
2007-12-04* Minor painting improvement in the treeview nodes.graemeg
2007-12-04* Minor adjustments to the Wu Line example.graemeg
2007-12-04* Improved the Wu Line example. It now draws three different objects.graemeg
2007-12-03* Minor painting fixed to Gauge and ProgressBar frame painting.graemeg
2007-12-02* Implemented the Wu Anti-Aliased line drawing algorithm. Soon the canvas Dr...graemeg
2007-11-30* Fixed all the memory leaks I could find in CoreLib. We now have non in Core...graemeg
2007-11-29* Created a new overloaded CentrePoint function.graemeg
2007-11-28* Implemented a Command pattern interface.graemeg
2007-11-26Removed unused uses clauses.graemeg
2007-11-26* Correctly set the default value for some properties in the TreeView.graemeg
2007-11-08* Implemented a new mediator for use with tiOPF for the Calendar graemeg
2007-11-08* GUI: Changed the PgUp and PgDn directions in the Calendar component, to be ...graemeg
2007-11-08* X11: Setting a window title via netlayer does not work for thegraemeg
2007-11-07* Rename TfpgCustomComboBox to TfpgAbstractCoboBox.graemeg
2007-11-07* Added a OnKeyPress event to TfpgWidget. It can now be surfaced by anygraemeg
2007-11-06* Added new TfpgGauge component. Thanks to Giuliano Colla.graemeg
2007-11-05* More improvements to Calendar component.graemeg
2007-11-05* Implemented BeginUpdate and EndUpdate for BaseGrid.graemeg