summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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-05* Fixed the Grid creation and setup. It caused issues in the UI Designer unde...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* Fixed the issue with screen flicker in the TfpgForm.OnPaint event handler.graemeg
2008-04-26UI Designer's Object Inspector now waits untill you press Enter before text o...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-15* Minor update to the modalform demo.graemeg
2008-04-14* Extended the dbtest example to show how the test.dbf database was created.graemeg
2008-04-12* updated the modalforms demo to show unwinding and setfocus behaviour.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-02* Fixed all grids where last line and scrollbar was not always in sync.graemeg
2008-04-02* Updated Edits demo project by Antoniograemeg
2008-04-01* BaseGrid.DrawCell and BaseGrid.CanDrawCell now have a GridDrawState type pr...graemeg
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
2008-03-27* New Implementation of memo lines. much faster. there is at least one bug le...drewski207
2008-03-27* Minor patch for UI Designer so that Widget ComboBox on palette bar is sorted.graemeg
2008-03-26* UI Designer now has a very basic way of setting the TabOrder. Still a lot o...graemeg
2008-03-26* Applied patch from Vladimir improving the Save support and file handling wi...graemeg
2008-03-25* Calendar demo project has been modified to draw a Calendar to the console w...graemeg
2008-03-25* more work on the DocEditor, but still far from having a working product.graemeg
2008-03-25* fpGUI should now compile under FPC 2.3.1 but it's untested.graemeg
2008-03-24* More improvements to the ColorListBox component.graemeg
2008-03-22* Increased double buffer on x11 efficiencydrewski207
2008-03-22* Changed the ui designer to set msg.Stop for it's widgets events.drewski207
2008-03-21* Applied grid patch from Jean-Marcgraemeg
2008-03-20* Finally fixed the Windows bug in the UI Designer when you move components q...graemeg
2008-03-18* UI Designer: Implemented a new property editor for the FontDesc property. I...graemeg
2008-03-18* Fixed a bug in the translation units where if both toolkit and application ...graemeg
2008-03-17* Applied patch form Antonio added Today button in CalendarCombo component.graemeg
2008-03-14* Applied patch from Antonio fixing the FileGrid demo.graemeg
2008-03-13* Applied patch from Antonio which adds a authentication to User Prompt Dialo...graemeg
2008-03-12* Applied User Prompt Dialog patch from Antonio.graemeg
2008-03-12* Applied a patch from Vladimir moving some code out of gui_grid.pas to gfxba...graemeg
2008-03-11* Implemented a new fpgGetNamedFontList() functiongraemeg
2008-03-10* Applied label patch from Jean-Marc adding improved Layout, Wraptext and Ali...graemeg
2008-03-02* Applications resourcestring declarations do not have to be in a hard-coded ...graemeg
2008-03-01* Updated translation files with new resource string constant.graemeg
2008-02-27* Created two new units called: gfx_pofiles.pas and gfx_translations.pas. Th...graemeg
2008-02-25* I believe I fixed the Button down state and Mouse Events issue. It now work...graemeg
2008-02-20* Applied Vladimir's patch for arrow key support in RadioButtons.graemeg
2008-02-18* This is a quick hack and only temporary to get UI Designer working under Li...graemeg
2008-02-18* I think I fixed the issue with PopupWindows taking focusgraemeg
2008-02-17* updated the documentation scripts.graemeg
2008-02-16* Fixed issue under Windows where changing a WindowTitle, the window resizes.graemeg
2008-02-15* Applied Jean-Marc's TextColor and BackgroundColor patch.graemeg