summaryrefslogtreecommitdiff
path: root/examples/gui
AgeCommit message (Expand)Author
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-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
2007-11-03* Started working on a Calendar component.graemeg
2007-10-28* Refactored the TfpgLabel component.graemeg
2007-10-28* Fixed the menu click issue under Windows.graemeg
2007-10-22* Minor update to the tiOPF generic edit mediators unit.graemeg
2007-10-18* Improved the implementation of the Minimum Width/Height graemeg
2007-10-18* Win32: Implemented MinWidth and MinHeight constraint support for Forms. Not...graemeg
2007-10-17* Fixed a ComboBox clipping issue where long text would paint over the intern...graemeg
2007-10-08* UI Designer: Added more available Boolean properties to the Object Inspector.graemeg
2007-09-19* GUI: All CustomGrid and StringGrid properties using a Column Index is nowgraemeg
2007-09-13* CoreLib: fpgApplication now has a Terminated property which terminates thegraemeg
2007-09-08* GUI Designer: Some code formating changes in generated code.graemeg
2007-09-05(no commit message)graemeg
2007-09-05* Treeview linestyle has been changed to lsDot by default.graemeg
2007-09-05* More painting fixes for the Treeview. Node lines seem to paintgraemeg
2007-09-05* Added some painting fixes to the Treeview. Also added a few new properties.graemeg
2007-09-03* Treeview finally paints itself. Still not 100% and still no input support.graemeg
2007-09-03* Implemented more of the Treeview component. Started with thegraemeg
2007-08-31* started the Treeview implementation. This is still heavy undergraemeg
2007-08-31* Created a template test project for the upcoming Treeview component.graemeg
2007-08-30* Changed the unit output path of the CoreLib and GUI (Lazarus) packages to t...graemeg
2007-08-26* Renamed the fpc.cfg to extrafpc.cfg so it doesn't conflict withgraemeg
2007-08-23* Grid cells in disabled state are not painting in 3D text effect.graemeg
2007-08-22* Started the implementation of a StringGrid. It is graemeg
2007-08-22* Minor improvements to the File Dialog.graemeg
2007-08-21* Removed OS based Double Click from GDI.graemeg
2007-08-21* GDI: Added missing units to GFX package.graemeg
2007-08-20* MenuBar height is now calculated based on Menu Font.graemeg
2007-08-20* I commit this menu changes for reference in a future theme.graemeg
2007-08-20* Added keyboard handling in PopupMenus.graemeg
2007-08-20* Implemented a most of the Menu component. It's stillgraemeg
2007-08-20* CoreLib: Some minor code cleanup, removing unused variables and code comments.graemeg
2007-08-18* Moved and renamed gui_popupwindows.pas unit from GUI to CoreLib.graemeg
2007-08-17* FileDialog: Drive combobox and File grid are now in sync at all times.graemeg