summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2008-07-09* Applied patch from Jean-Marc improving the EditoCombo component. Patch #199...graemeg
2008-07-08* Added a new FindSubNode method to TfpgTreeNode.graemeg
2008-07-07* Published more events and properties for EditInteger and EditFload components.graemeg
2008-07-07* Fixed svn properties on some files.graemeg
2008-07-03* EditTest in the prototypes directory now tests Button ImageLayout property.graemeg
2008-07-02* Applied Button patch from Michael van Canneyt. Adding ImageLayout property ...graemeg
2008-07-01* TfpgButton now contains a new property called Flat which gives it a flat lo...graemeg
2008-06-29Applied path from Vladimirgraemeg
2008-06-29* Improved the look of the Splitter components by showing a GrabBar and trian...graemeg
2008-06-28* Forgot to add the actual gui_splitter unit.graemeg
2008-06-28* Fixed the dialog size issue reported by Jean-Marc.graemeg
2008-06-27* A slight fix for X11 resizing forms with the mouse and alignment processing.graemeg
2008-06-27* Introduced a new property to TfpgWidget, called IsContainer for allgraemeg
2008-06-26* More code clean up.graemeg
2008-06-26* Refactored the TfpgButton class so it's easier to create custom button type...graemeg
2008-06-24* Using Assign() to set Items of TfpgComboBox did not update the displayed text.graemeg
2008-06-24* Temporary workaround for TfpgForm under X11 fixing Alignment components. Se...graemeg
2008-06-23* TfpgListBox now handles the Resize message. This fixes the scrollbar issue ...graemeg
2008-06-19* Restore button state if an exception occurs inside the Click event.graemeg
2008-06-18* Finally fixed a Index out of bounds error in StringGrid. Thanks to David Em...graemeg
2008-06-12* Minor fixes to csUpdating ComponentState in Grids.graemeg
2008-06-10* Applied patch from Jean-Marc for editcombo component.graemeg
2008-06-09* Fixed the tiGUIIni read/write formstate information for tiOPF based applica...graemeg
2008-06-04* Applied a patch from Luiz Americo which fixes some alignment issues inside ...graemeg
2008-06-03Applied partial parts of patch [ 1979341 ] gui_editCombo from Jean-Marc.graemeg
2008-06-03* Applied Jean-Marc's patch to gui_listbox fixing issues in editcombo.graemeg
2008-06-02* Minor fix to paint the EditCombo's background correctly.graemeg
2008-05-30* Created a new bitmap animation component called TfpgImgAnim.graemeg
2008-05-28* Fixed the bug when getting unhandled exceptions inside a Modal dialog, keyb...graemeg
2008-05-27* Applied Vladimir's button flag patch.graemeg
2008-05-26* Edit and Panel's BorderStyle properties had conflicting names.graemeg
2008-05-26* TfpgPanel and TfpgGroupBox now also use the txtEnabled text flag.graemeg
2008-05-26* TextFlagsDflt now contains txtEnabledgraemeg
2008-05-23Applied patch from Vladimir. TfpgEdit now displays long text correctly on bot...graemeg
2008-05-22* Minor bugfix in gui_customgrid.graemeg
2008-05-22* New OnResize event for TfpgWidget.graemeg
2008-05-19* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...graemeg
2008-05-15* Applied patch from Luiz Americo optimising the ListView painting calls and ...graemeg
2008-05-14* Applied Valdimir's patch to improve some functions in TfpgEdit.graemeg
2008-05-09* Minor change so ShowModal forms also execute the OnClose event.graemeg
2008-05-09* Fixed bug where Up or Down arrow usage in ComboBox without drowpdown did no...graemeg
2008-05-09* Fixed bug where program crashed if MainMenu contains no items and you click...graemeg
2008-05-05* Fixed the Grid creation and setup. It caused issues in the UI Designer unde...graemeg
2008-05-02* To make the PageControl more visible in the UI Designer.graemeg
2008-05-02* Applied DrawText patch to correct text alignment parameters.graemeg
2008-04-29* The default look of the PageControl has been improved. It now looks like th...graemeg
2008-04-28Applied patch #1946867 from Jean-Marc. Also updated the Panel example project.graemeg
2008-04-27* Removed unneeded Canvas.BeginDraw and Canvas.EndDraw calls.graemeg
2008-04-27* Fixed the issue with screen flicker in the TfpgForm.OnPaint event handler.graemeg
2008-04-25* Updated some widgets to handle the Keypad Enter key as well.graemeg