summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2007-10-22* Minor update to the tiOPF generic edit mediators unit.graemeg
2007-10-21* GUI: Set correct default values for published properties of ProgressBar and...graemeg
2007-10-21* Added name and version constants.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-17CoreLib: Fixed Canvas.StretchDraw(). I forgot to undo previous debug testing ...graemeg
2007-10-11* Reworked the GetEnumPropValueList() procedure used in the UI Designer. No m...graemeg
2007-10-10* Resizing widgets now take into account the MinWidth and MinHeightgraemeg
2007-10-10* UI Designer: Added some published properties for the ListView component.graemeg
2007-10-10fixed listview to work in the designerdrewski207
2007-10-10* Fixed compilation for 64bit fpcdrewski207
2007-10-08* UI Designer: Fixed the issue with scrolling in the property window and the ...graemeg
2007-10-08* UI Designer: Added more available Boolean properties to the Object Inspector.graemeg
2007-10-07GUI Designer: Implement a boolean property editor.graemeg
2007-09-27* Added a new property to edit in the Form Designer for TfpgForm's.graemeg
2007-09-26* Added comments as to how the ImageMargin and ImageSpacing properties of Tfp...graemeg
2007-09-19* GUI: All CustomGrid and StringGrid properties using a Column Index is nowgraemeg
2007-09-18* minor changes to the documentation editor main form.graemeg
2007-09-18* GUI Designer: Worked around the bug that crashed the Designer graemeg
2007-09-18* gui_bevel unit was not included in the uses clause of agraemeg
2007-09-17Designer: minor fix with the Grid Resolution.graemeg
2007-09-17* Experimental: started a implementation where the TfpgMemo can graemeg
2007-09-14* Introduced Setter methods for BaseWindow Width and Height properties.graemeg
2007-09-14* New overloaded EndDraw method for TfpgCanvas.graemeg
2007-09-13* CoreLib: fpgApplication now has a Terminated property which terminates thegraemeg
2007-09-12minor adjustment to default font setting and included the missing extrafpc.cf...graemeg
2007-09-10* GUI Designer: removed obsolete code.graemeg
2007-09-08DocEdit: Updated the main form to be maintainable by the GUI Designer.graemeg
2007-09-08set missing SVN propertiesgraemeg
2007-09-08* Made a few modifications so the GUI Designer works under Windows.graemeg
2007-09-08* GUI Designer: Minor changes and removed Boolean property editors for now. W...graemeg
2007-09-08* Fixed initial painting of components when they are placed in the graemeg
2007-09-08* GUI Designer: Some code formating changes in generated code.graemeg
2007-09-07GFX: Added support for handle component creation at runtime correct graemeg
2007-09-07* GUI: Made some components properties published so the RTTI cangraemeg
2007-09-07* GUI: Rename the Checkbox property FontName to FontDesc to be consistent withgraemeg
2007-09-06* Added a new generic property to TfpgWidget to dispatch messages sograemeg
2007-09-06* Moved some methods or properties to the public or published area.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-29* docedit: Started work on parsing a fpdoc description (xml) file.graemeg
2007-08-26* Renamed the fpc.cfg to extrafpc.cfg so it doesn't conflict withgraemeg