summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-04* Fixed the save and restore form state in the UI Designer, which broke after...graemeg
2008-06-04* Applied a patch from Luiz Americo which fixes some alignment issues inside ...graemeg
2008-06-03* Completed the whole Afrikaans translation.graemeg
2008-06-03* Minor quote string bug fix in the tools generateincfiles.exegraemeg
2008-06-03* Fixed the Other Units path for ComboBox Demo project.graemeg
2008-06-03Update the language include files. I forgot to do it with the previous commit.graemeg
2008-06-03Applied partial parts of patch [ 1979341 ] gui_editCombo from Jean-Marc.graemeg
2008-06-03* Added a RandomData unit to the examples/gui directory.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-06-02* It's now possible to refresh the internal list of the TMediatorDynamicCombo...graemeg
2008-06-02* Patch from Vladimir for application icon under Windows.graemeg
2008-05-30* Created a Lazarus IDE add-on to register a new project type. You can then c...graemeg
2008-05-30* Created a new bitmap animation component called TfpgImgAnim.graemeg
2008-05-28* Column widths are now setup correctly in the stringgrid mediator.graemeg
2008-05-28* Added many improvements to the Listview and StringGrid composite mediators ...graemeg
2008-05-28* Fixed the bug when getting unhandled exceptions inside a Modal dialog, keyb...graemeg
2008-05-27* More work on the MiG Layout implementation.graemeg
2008-05-27* Applied Vladimir's patch so non-resizeable forms can be minimized under Win...graemeg
2008-05-27* Applied Vladimir's button flag patch.graemeg
2008-05-26* Applied Vladimir's patch to reduce GDI Objects.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-23* Just a little bit of code cleanup, nothing more.graemeg
2008-05-23* Added some sanity checks in TfpgFontBase.TextWidth and Utf8Copygraemeg
2008-05-23Minor update in the List controls Demo of tiOPF and MGM.graemeg
2008-05-22* Minor bugfix in gui_customgrid.graemeg
2008-05-22* New OnResize event for TfpgWidget.graemeg
2008-05-22* applied workaround patch for Text Extent and TfpgEdit component.graemeg
2008-05-20* Updated the tiOPF support code which the latest 0-based indexing changes.graemeg
2008-05-19* Added the new listbox example to trunk.graemeg
2008-05-19* The listbox example used svn externals which it shouldn't have.graemeg
2008-05-19* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...graemeg
2008-05-19* fpgGet[Red|Green|Blue] did not take into account named colors.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-13* Added a overloaded ShowAt() method so we do not have to pass in the first p...graemeg
2008-05-13* Popup window can now use screen coordinates as well in the ShowAt method.graemeg
2008-05-12* Updated Lazarus code templates for fpGUI based applications.graemeg
2008-05-12* readme file for Sprites demo.graemeg
2008-05-12* Ported the Sprites demo from Lazarus to fpGUI. fpGUI shows no flicker at al...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* Made the DrawText functions signature more consistent.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