summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-23* minor spelling mistakes.graemeg
2008-08-22* Added Michael new refactored and improved MGM implementation.graemeg
* Removed the old units from the tiOPFfpGUI.lpk package and added new units. I did not delete the old mediator units yet.
2008-08-21* Applied UI Designer patch from MvC. Adding improved support of OI property ↵graemeg
undo feature. Behaviour is also adjustable in General Options dialog. * Fixed tab order of General Options dialog in UI Designer.
2008-08-21* Minor StringGrid patch adding ColumnAlignment property. Thanks Michael van ↵graemeg
Canneyt.
2008-08-21* Updated UI Designer example project information files.graemeg
2008-08-20* Applied minor fix from Jean-Marc for numeric edit.graemeg
2008-08-20* Applied patch from Michael van Canneyt improving file dialog handling in ↵graemeg
UI Designer. * I fixed a minor bug in StringGrid Columns property editor. Issue was caused by new behaviour of Edit.OnChange firing more often.
2008-08-20* Minor update to docs build scriptgraemeg
2008-08-19* TfpgEdit.OnChange now fires when Edit.Text is set or when clipboard ↵graemeg
functions like Delete and Paste are used.
2008-08-19* Fixed bad type casting in tiRtfReport which was not 64bit friendly. Patch ↵graemeg
supplied by Michael van Canneyt.
2008-08-18* Updated the tiOPFfpGUI.lpk package compiler options.graemeg
* Implemented a FieldInfo class for use with the ListView mediator. Soon I will port that to the StringGrid mediator as well.
2008-08-13* minor patch for editcombo from Jean-Marcgraemeg
2008-08-01* Minor tweak in the color of the tabs.graemeg
2008-08-01* Minor patch from Jean-Marc for EditCombo.graemeg
2008-07-28* Updated File Dialog (file information panel) to use the TfpgPanel instead ↵graemeg
of a TfpgBevel with a TfpgLabel. One less component to maintain.
2008-07-28* Applied the updated images from Vladimir to better support alternative ↵graemeg
color backgrounds. * Added filegrid images for future use. * Updated the stdimages.inc file with the new image data.
2008-07-28* Applied Vladimir's updatestdimgs changesgraemeg
2008-07-28* Removed temp variable when setting up standard images.graemeg
2008-07-25* Applied Vladimir's gui_dialog patch. Adding a helper function for file ↵graemeg
dialog usage. * I move HighlightFile from public to private in TfpgFileDialog class. It's a internal function. * Updated the filedialog example to show pre-highlighted files in the save dialog.
2008-07-24* Added some code comments for the UTF8 utility functions.graemeg
2008-07-24* Minor fix in right aligned text. Removing remainder spaces before a linebreak.graemeg
2008-07-24* Added some short form utf-8 methods to gfx_utf8utils unit.graemeg
2008-07-24* Applied a minor patch from Vladimir renaming the function WrapLine to ↵graemeg
AddLineBreaks.
2008-07-23* Applied Jean-Marc's grid Options property patch.graemeg
* Fixed a minor grid text color issue introduced by a previous patch. * Updated the GridTest example project to show the new Options property at work.
2008-07-23* fpgOpenURL() under X11 now tries to use xdg-open first before trying ↵graemeg
alternative options.
2008-07-23Applied patch from Valdimir fixing app crash when mouse wheel is scrolled in ↵graemeg
application console window.
2008-07-23* Applied Vladimir's DrawText patch. Nice work.graemeg
2008-07-23* Minor parameter type change in Clipboard classes from String to TfpgString.graemeg
2008-07-22Applied Valdimir's modalform patch for GDI backend.graemeg
2008-07-22* Applied minor German translation patch from Jörg Braungraemeg
2008-07-21* Applied fpgui_mode.diff patch from Luiz Americo.graemeg
2008-07-21* Applied ComboBox cleanup patch from Luiz Americograemeg
2008-07-21* Minor scrollbar patch so Windows behaves the same as Linux. Patch by Vladimir.graemeg
2008-07-18* GUI Test Runner: The counters are now activated, so you can see the number ↵graemeg
of tests run, number of errors and number of failures.
2008-07-18* Minor fix in the CustomGrid SetRowCount and SetColumnCount methods. Even ↵graemeg
if those properties are set between BeginUpdate/EndUpdate calls.
2008-07-18* Removed unnecessary parameters from DoUpdateWindowPosition.graemeg
2008-07-17* Added extra safety in the Grid Scrollbar handling. * Replaced magic ↵graemeg
numbers with ModalResult constants.
2008-07-17* Applied Luiz Americo's resize patch with minor fixes.graemeg
* Fixed up the setting of FDirty. * Fixed up scrollbar handling in Grid and Listbox components.
2008-07-17* Minor fix to get GUI Test Runner to compile with FPC 2.3.1graemeg
2008-07-17* Small patch for EditCombo from Jean-Marc.graemeg
2008-07-16* Added compile fix for Splash Screen demo from MvC.graemeg
* Added the compileall.sh script supplied by Michael van Canneyt for the GUI examples. * Removed all compiler warnings and hints from the GUI examples.
2008-07-16* Applied Vladimir's GetClientRect patch.graemeg
2008-07-15* Appied gui_edit patch from Jean-Marc.graemeg
2008-07-15* GUI Test Runner: Improved the images in the treeview.graemeg
* GUI Test Runner: Progress bar is now activated as tests run. * Treeview: Fixed the horizontal scrolling bug where nodes disappear.
2008-07-14* Minor changes to popup menus for Edit and Treeview.graemeg
2008-07-14* Applied some of the various patch from Jean-Marc.graemeg
2008-07-14* Applied patch no:2014995 EditFload decimal setup.graemeg
2008-07-14* Applied patch from Vladimir, removing all memory leaks from UI Designer.graemeg
2008-07-14* Implemented a ModalResult type and related constants.graemeg
* Updated fpGUI framework to use the new TfpgModalResult type and mrXXX constants.
2008-07-14* Fixed the blind casting to TfpgWidget done in gui_radiobutton.graemeg
* Fixed a spelling mistake in a function name in gui_radiobutton unit.