summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-12tiOPF: Renamed conflicting class name to TtiListBoxListMediatorViewGraeme Geldenhuys
2010-10-12tiOPF: implemented two ListBox item mediatorsGraeme Geldenhuys
2010-10-12listbox: published a few more events and the Text propertyGraeme Geldenhuys
2010-10-12listbox: Text property is now a read/write propertyGraeme Geldenhuys
2010-10-11TfpgButton: experimental feature allowing multi-line textGraeme Geldenhuys
2010-10-11minor changes required due to last commits from Jarrod.Graeme Geldenhuys
2010-10-11fpgApplication.ProcessMessages now process other events (eg: timers) too.Graeme Geldenhuys
2010-10-11new method, Pause(), introduced to TfpgTimerGraeme Geldenhuys
2010-10-11TfpgTimer constructor and Reset can now be extended in descendantsGraeme Geldenhuys
2010-10-11Added a default parameter value for CreatePanel() functionGraeme Geldenhuys
2010-10-11Fix uses clause of fpGUI Lazarus IDE add-on package.Graeme Geldenhuys
2010-10-05After the Align algorithm change Splitter Demo needed a minor fixup.Graeme Geldenhuys
2010-10-05tiOPF demo 21: minor code change using shorter mediator syntax.Graeme Geldenhuys
2010-10-05StringGrid mediator was missing SetActive() implementation.Graeme Geldenhuys
2010-10-05StringGrid mediator bugfix in ClearList methodGraeme Geldenhuys
2010-10-04uidesigner: Made Align property available for all registered widgets.Graeme Geldenhuys
2010-10-04uidesigner: Registered Splitter in component palette.Graeme Geldenhuys
2010-10-04Published Align property for all widgets.Graeme Geldenhuys
2010-10-04Added missing predefined color for Splitter Grabbar.Graeme Geldenhuys
2010-10-04Reworked algorythm for Align propertyGraeme Geldenhuys
2010-10-04Splitter more visible in designer modeGraeme Geldenhuys
2010-10-04splitter bugfix: Splitter was sometimes non-movable because FControl was nilGraeme Geldenhuys
2010-10-04Splitter grabbar color is now a system color.Graeme Geldenhuys
2010-10-04Anchors now support relative positioningGraeme Geldenhuys
2010-10-04Update class documentation with "delayed resource allocation" information.Graeme Geldenhuys
2010-10-04X11: extra failsafe before posting FPGM_RESIZE event.Graeme Geldenhuys
2010-10-03X11: fake a Resize event after the window is mapped (shown).Graeme Geldenhuys
2010-10-03uidesigner now gives better default form names and detects conflictsGraeme Geldenhuys
2010-10-03uidesigner handling multiple forms bug fix.Graeme Geldenhuys
2010-10-03Published OnPaint for TfpgPanel and TfpgGroupBox.Graeme Geldenhuys
2010-10-01TfpgValueBar: Set default property values.Graeme Geldenhuys
2010-10-01Color Select Dialog: the second tab for color selection has been implementedGraeme Geldenhuys
2010-10-01TfpgSpinEdit bugfix: key up/down/pgup/pgdn never triggered the OnChange event.Graeme Geldenhuys
2010-10-01spinedit: replaced code with an existing method to do rectangle conversionGraeme Geldenhuys
2010-10-01spinedit: arrow painting used wrong button border sizeGraeme Geldenhuys
2010-10-01fixed issue ID: 3030971 from SourceForge.Graeme Geldenhuys
2010-10-01Fix compilation under Windows. Force DeleteFile() from Sysutils, not Windows ...Graeme Geldenhuys
2010-10-01bugfix for ID: 3064350 from SourceForge.Graeme Geldenhuys
2010-10-01uidesigner: registered Enabled and all color related properties with Object I...Graeme Geldenhuys
2010-10-01minor bugfix in TfpgBaseNumericEdit. Setting NegativeColor doesn't cause a re...Graeme Geldenhuys
2010-10-01published Enabled property on all (most) componentsGraeme Geldenhuys
2010-10-01Set default property values for TfpgWindowBaseGraeme Geldenhuys
2010-10-01color dialog: The PageControl and Tabsheets now have meaningful names.Graeme Geldenhuys
2010-10-01uidesigner: Implemented a TfpgColor property editorGraeme Geldenhuys
2010-10-01minor improvement to fpgGetNamedColor - now using fpgIsNamedColor internally.Graeme Geldenhuys
2010-10-01new function introduced: fpgIsNamedColor()Graeme Geldenhuys
2010-10-01minor code formattingGraeme Geldenhuys
2010-10-01uidesigner: correctly center images in component palette buttons.Graeme Geldenhuys
2010-10-01uidesigner: Improved the naming of the menu items and tooltipsGraeme Geldenhuys
2010-10-01bugfix: SpinEdit sometimes caused an AV because fpgCaret could not paintGraeme Geldenhuys