Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-14 | * more extrafpc.cfg changes. | graemeg | |
2008-11-14 | * updated all extrafpc.cfg files to use the correct lib output directory. | graemeg | |
2008-11-13 | * NumericEdit fixed from Jean-Marc. Fixed bug where value changed as you set ↵ | graemeg | |
and loose focus with the mouse cursor. | |||
2008-11-12 | * Removed public Alignment property from EditInteger, EditFloat and ↵ | graemeg | |
EditCurrency. | |||
2008-11-12 | * new fpgCharAt() function | graemeg | |
* Renamed EditXXX's DecimalSeparator and ThousandSeparatar properties to not conflict with the global variables in SysUtils. * Added EditCurrency, EditFloat and EditInteger to the UI Designer palette. I still have issues with TfpgChar type, so you have to use the 'unknow' memo in Object Inspector. * Minor changes in edits demo to compile again after the above changes. | |||
2008-11-12 | * Improved UI Designer component palette. Components now wrap around when ↵ | graemeg | |
they don't fit. * Added some sensible MinWidth and MinHeight values to UI Designer main form. | |||
2008-11-11 | * Jean-marc did excellent work fixing up the numeric edit components. | graemeg | |
2008-11-11 | * minor update to the build readme.txt file instructions. | graemeg | |
2008-11-09 | * another minor patch from jean-marc | graemeg | |
2008-11-08 | * Implemented GetClientRect for TfpgBaseEdit | graemeg | |
* Replaced Char with TfpgChar for TfpgBaseNumericEdit * Fixed visiblity of GetClientRect in TfpgAbstractPanel * Fixed text position in TfpgBaseNumbericEdit - spacing from the right. | |||
2008-11-08 | formatting patch from Jean-marc for BaseNumericEdit | graemeg | |
2008-11-06 | * Minor fix in TabSheet bg color. | graemeg | |
2008-11-06 | * Fixed the selection issue in TfpgEdit. | graemeg | |
* Changed the AChar parameter of UTF8CharAtByte to a out parameter. | |||
2008-11-06 | * Minor improvements to the tiMediators unit. | graemeg | |
2008-11-03 | no comments | graemeg | |
2008-11-03 | * Minor fixes to tiListMediators and SelectedObject property. | graemeg | |
* Introduced easy access functions to selected Object in tiListMediators * Updated the Demo 21 AddressBook to work correctly with SelectedObject. | |||
2008-11-01 | * Updated it, pt and fr languages. | graemeg | |
2008-10-31 | * Applied Jean-Marc's editcombo patch | graemeg | |
2008-10-31 | * Implemented virtual RowDelete() method for TfpgCustomGrid. | graemeg | |
* Implemented full RowDelete() for TfpgStringGrid. * Updated tiListMediators to use the new RowDelete() method of StringGrid. * Updated the GridTest demo to show RowDelete() in action. * Updated the AddressBook Demo 21 to enable deleting of contacts. | |||
2008-10-31 | * Fixed a bug in ListMediator notification where it mixed 0 and 1-based ↵ | graemeg | |
indexing. | |||
2008-10-30 | * Added my work-in-progress on TfpgTextEdit component. | graemeg | |
2008-10-30 | * Fixed the AddressType in the MGM Address Demo. | graemeg | |
2008-10-29 | * msgqueue now raises exceptions if the queue is full instead of trying to ↵ | graemeg | |
write to the console (which might not exist). * MessageDialog displayed wrong icon for Critical errors. * Removed compiler hint from tiListMediators' | |||
2008-10-26 | * Added a X11 only utility app that highlights the window sizes used by ↵ | graemeg | |
widgets in any applications. This will get extended over time to include more window information. | |||
2008-10-26 | * Added missing published properties to components in fpg_panel unit. | graemeg | |
2008-10-22 | * Applied Edit component patch from Vladimir - fixing overflow error. | graemeg | |
2008-10-20 | * Published new events for Calendar Combo. | graemeg | |
* tiOPF: CalendarCombo mediator now hooks into the OnChange and OnExit event. | |||
2008-10-20 | * SpinEdit controls needed some published events. | graemeg | |
* Spinedit controls got OnChange event. * tiOPF: Updated the SpinEdit and CheckBox mediators to hook into the OnChange events. | |||
2008-10-20 | * Due to TThreads sometimes being used for posting messages to the ↵ | graemeg | |
application event queue, the event queue must be made thread safe. I think this is how it is done. Please test or advise of a better idea - I am new to TThreads. | |||
2008-10-19 | X11: Increased the main evenloop timeout to prevent lag in GUI updates. | graemeg | |
* X11: Rewrote the eventloop timeout code with extra comments. | |||
2008-10-19 | * minor adjustment in uidesigner startup when a file is passed in as a ↵ | graemeg | |
parameter. | |||
2008-10-17 | * Fixed some bugs in the tiRtfReport unit. Day, Month, Year reported wrong ↵ | graemeg | |
results. * Added a RTF Reporting demo. | |||
2008-10-16 | * Implemented SpinEdit and SpinEditFloat mediators for use with tiOPF based ↵ | graemeg | |
projects. | |||
2008-10-15 | * Applied minor EditCombo patch from Jean-Marc. | graemeg | |
2008-10-15 | All tiAppXXX methods now have a ATitle parameter. | graemeg | |
2008-10-15 | * Added an example fpmake program contributed by Henry Vermaak. Showing how ↵ | graemeg | |
the new FPC build system can be used with fpGUI. * Removed some compiler warnings. | |||
2008-10-14 | * Applied minor patch from Jean-Marc for EditCombo. | graemeg | |
2008-10-14 | * Applied SpinEdit, Edit, Button and Panel patch from Jean-Marc. | graemeg | |
2008-10-14 | * UI Designer: New component TfpgTabSheet component on the palette. | graemeg | |
* UI Designer: visual editing of PageControl is now possible. Loading and saving of your design also works. It still needs testing and the pagecontrol sometimes draws artifacts. | |||
2008-10-13 | * Added some extra sanity checks in TfpgPageControl. | graemeg | |
* UI Designer: Started experimental support to edit a PageControl visually in the designer. | |||
2008-10-13 | * ListView changes from MvC. | graemeg | |
2008-10-12 | * Applied jean-marc's calendar patch. | graemeg | |
2008-10-10 | * Added double click to edit in the main form grid of Demo 21. | graemeg | |
2008-10-07 | * Removed a memory leak from fpg_hint unit. | graemeg | |
* Added an example 'customstyles' to show how a quick and easy style could be applied. Please not theming is not fully implemented in fpGUI, so this might change later. | |||
2008-10-06 | * Implemented the speedup feature in SpinEdit. | graemeg | |
* Added a few more bug fixes to SpinEdit unit. | |||
2008-10-06 | Applied minor EditCombo patch from Jean-Marc. | graemeg | |
2008-10-06 | * Applied Jean-Marc's calendar patch adding start week day etc. | graemeg | |
2008-10-06 | * Added the missing fpg_extgraphics unit. | graemeg | |
2008-10-05 | * Added a new Canvas.DrawPolygon() method | graemeg | |
* Added a new unit fpg_extgraphics.pas with extensive shape drawing methods * Added a new conversion method called fpgRectToRect() * Replaced the implementation of TfpgStyle.DrawDirectionArrow to use the new fpg_extgraphics.PaintTriangle() method instead. * Adjusted ComboBox painting of internal button to accomodate the new fpg_extgraphics unit. * Added Jean-Marc's new fpg_spinedit unit. * Made some further improvements and minor fixes to the SpinEdit and SpinEditFloat components. * renamed the fpdoc file fpgfx.xml to fpg_main.xml as per the new unit names. | |||
2008-10-03 | * Added Jean-Marc initial implementation of SpinEdit component. | graemeg | |
* I made some changes and minor bug fixes to the SpinEdit and highlighted some todo items in the header of the unit. |