summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
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
2008-04-25* Fixed a bug introduced in r719 with toggle buttons.graemeg
2008-04-24* TfpgApplicationBase now descends from TObject instead of TComponent.graemeg
2008-04-23* Introduced TfpgApplication.Terminate methodgraemeg
2008-04-21* Fixed unwanted button down behaviour on mouse hover if buttons Click raised...graemeg
2008-04-21* Added more handy scripts for cleaning out directories (linux only).graemeg
2008-04-21* EditCombo fixes by jean-marc.graemeg
2008-04-16* More implemented for MVP framework.graemeg
2008-04-15* Fixed some memory leaks in the TfpgMessageDialog class.graemeg
2008-04-14* TfpgEdit selection is now painted without the use of XOR, so anti-aliased t...graemeg
2008-04-12Minor bugfix in gui_forms where PopModalForm is called twice.graemeg
2008-04-11* Updated the UI Designer to use the TfpgPanel and gui_panel unit.graemeg
2008-04-11* Applied patches 1936023 and 1936029. New Canvas.DrawText methods with text ...graemeg
2008-04-11* Implemented OnClose event for TfpgPopupWindowgraemeg
2008-04-11* Fixed a bug where exceptions were silently handled without notification. Th...graemeg
2008-04-03* Minor fix in the MessageDialogsgraemeg
2008-04-02* Fixed all grids where last line and scrollbar was not always in sync.graemeg
2008-04-02* Applied patch from Vladimir removing all IFDEFs from gui_grid.graemeg
2008-04-02Oops, forgot the gui_panel unit.graemeg
2008-04-02* Applied patch (#1930945) from Jean-Marc which introduces a new component in...graemeg
2008-04-02* Applied patch (#1929389) from Jean-Marc improving TfpgLabelgraemeg
2008-04-01* If OnClick is assigned to HyperLink then it overrides the HyperLink link. N...graemeg
2008-04-01* BaseGrid.DrawCell and BaseGrid.CanDrawCell now have a GridDrawState type pr...graemeg
2008-04-01* Added a MouseToCell function to BaseGrid.graemeg
2008-03-31Applied a minor EditCombo patch from Jean-Marcgraemeg
2008-03-31* Added a patch from Antonio add a basic Integer and Float edit component.graemeg
2008-03-28* Many big changes which removes bucket loads of compiler warnins. These will...graemeg