summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-02* Added some hints to the UI Designer main form.graemeg
2008-09-02* Removed debug writelngraemeg
2008-09-02* Applied Jean-Marc's hint patch which moves hint functionality to ↵graemeg
TfpgWidget. Soon this will move to TfpgApplication. * Made a few of my own fixes to Jean-Marc's patch. * Removed a few compiler warnings.
2008-09-01* Added some more information into the readme.txt file.graemeg
2008-09-01* Added a new tiListMediator demo for use with tiOPF.graemeg
2008-09-01* Fixed some compiler errors.graemeg
2008-08-31* Renamed the Hint Shadow class te be inline with the naming convension of ↵graemeg
fpGUI.
2008-08-31* Removed the debug line in TfpgApplication.CreateHintWindow.graemeg
2008-08-31* Renamed the hint window to TfpgHintWindowgraemeg
* Moved F_Hint variable to fpgApplication.HintWindow property. TfpgApplication now manages the life of HintWindow. * Moved DisplayHint (now called ActivateHint) and HideHint into TfpgApplication. * Introduced a new TfpgApplication.HintPause property that will managed the default delay before a help hint is displayed. Default is 1.5 seconds. * gui_edit unit has been updated to handle the new changes. * hintwindow example project has been updated to handle the new changes. * TfpgHintWindow class now manages the Shadow Window (lifetime, size and position). * The Hint Shadow class is now moved to the Implementation section so it's not accessible to the world, but only via the standard Hint Window class. * Introduced a HintWindowClass which is a global variable. It defaults to TfpgHintWindow, but allows the user to change it so a custom hint window can be used instead. * TfpgLabel.Text is now of type TfpgString
2008-08-31* Made some changes to the Hint Help under Windows. Microsoft strikesgraemeg
again with it's weird behaviour. Windows sends fake MouseMove messages when a windows is shown, hidden or moved. The backend had to filter out those fake messages. For more details on this see the following link. http://blogs.msdn.com/oldnewthing/archive/2003/10/01/55108.aspx
2008-08-29* Added missing gui_hint unit.graemeg
2008-08-29 * Implemented a clHintWindow colorgraemeg
2008-08-29* Added Hint window examplegraemeg
2008-08-29* Applied Jean-Marc's hint implementation.graemeg
* Made some improvements to the hint window handling by implementing a hint timer and more normal hint behaviour. Only in TfpgBaseEdit, but I'll abstract it higher up the hierarchy soon.
2008-08-29* Fixed method visibility level issues in tiMediators unit.graemeg
2008-08-26* Moved the UI Designer from the examples/apps directory to the root directory.graemeg
* Updated some build scripts
2008-08-25* published OnEnter and OnExit it TfpgComboBoxgraemeg
* published OnEnter and OnExit it TfpgEditComboBox * published OnEnter and OnExit it TfpgTrackBar * Changed GUIFieldName in TMediatorComboBoxView to 'Text' to fix bug in mediator observing text property. * Changed GUIFieldName in TMediatorItemComboBoxView to 'FocusItem' * Added a public visible RegisterFallBackMediators procedure which can be called by the developer as a fallback for generic mediator handling. * Implemented the missing SetupGUIandObject in TMediatorComboBoxView which now makes it work. * tiOPF mediator demo: removed debug output * tiOPF mediator demo: cleaned up the Model_View unit. This removed a huge amount of code. Awesome! * tiOPF mediator demo: cleaned up the frmMain unit. This removed plenty of code. I also fixed up the package requirements or the project.
2008-08-25* Implemented missing SetupGUIandObject in tiMeditaros for TfpgTrackBar.graemeg
* Moved DoObjectToGUI it Trackbar mediator from public to protected. * Minor code formatting fixes. * Implemented DoGetFieldBounds for TPerson in tiOPF demos.
2008-08-25no commentsgraemeg
2008-08-25* Started updating the tiOPF mediator demos using the new MGM implementation.graemeg
2008-08-23* Added new unit tests for MGM mediators. Thanks to MvC.graemeg
* Rearranged the tests into a seperate directory. * Fixed the unit test project requirements and added a readme.txt file.
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