Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-15 | * Applied minor EditCombo patch from Jean-Marc. | 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-12 | * Applied jean-marc's calendar patch. | 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. | |||
2008-10-02 | * Added a conditional define for the BlueCurve 3d look in Listbox. | graemeg | |
2008-10-01 | * Updated all demos to use the new unit names. | graemeg | |
* Updated all packages like ide addons, fpcunit etc to use the new unit names. | |||
2008-10-01 | * Updated the fpGUI lazarus packages to use a platform specific output ↵ | graemeg | |
library path. This allows you to cross compile without having to delete the old compiled units. | |||
2008-09-30 | * Implemented a correct TfpgWindow.HasParent method. | graemeg | |
* Fixed the TfpgCanvas.CopyRect method * Implemented a overloaded SortRect() method using TfpgRect. | |||
2008-09-29 | * A minor fix in ShowModal handling if an error occurs while showing - the ↵ | graemeg | |
user input could be blocked. | |||
2008-09-27 | * Minor compilation bug fixed for GDI. | graemeg | |
2008-09-27 | * Phase 2 of the unit rename is complete. The gui units have now been renamed. | graemeg | |
* UI Designer has been updated to reflect the new gui unit names. | |||
2008-09-27 | * Minor fixes to get fpGUI to compile under Windows. After the unit name ↵ | graemeg | |
changes. | |||
2008-09-27 | * Rename all corelib units to the new naming convention. | graemeg | |
* Updated the UI Designer to use the new unit names. | |||
2008-09-25 | * Applied two minor fixed supplied by Jean-Marc. | graemeg | |
2008-09-25 | * Added a TArrowDirection type and Canvas.DrawArrow now uses that type ↵ | graemeg | |
instead of standard integers. | |||
2008-09-24 | * Fixed 3 memory leaks in the Hint Windows units. | graemeg | |
2008-09-23 | (no commit message) | graemeg | |
2008-09-23 | Minor improvement to the Font Select dialog. It now remembers your custom ↵ | graemeg | |
sample text between font attribute changes. | |||
2008-09-19 | * Removed old deprecated lazarus packages | graemeg | |
2008-09-16 | * property change for fpgui_toolkit package. | graemeg | |
* Added some inline documentation for TfpgButton. Later this will move to fpdoc documentation. | |||
2008-09-15 | * Added experimental PopupMenu poperty to TfpgMemo. | graemeg | |
2008-09-15 | * Minor patch added extra checks. | graemeg | |
2008-09-12 | * Fixed the TfpgTimer issue in modal forms. This also fixes the issue of ↵ | graemeg | |
Hint Help not displaying in modal forms. | |||
2008-09-10 | * Published ShowHint and ParentShowHint for all gui components. | graemeg | |
* UI Designer: Updated the designer to support ShowHint and ParentShowHint properties. * Updated the ShowHint property in TfpgWidget to use the stored property specifier. | |||
2008-09-10 | (no commit message) | graemeg | |
2008-09-09 | * Moved the HintTimer form TfpgWidget to TfpgApplication. Everything still ↵ | graemeg | |
seems fine, but it needs testing. | |||
2008-09-09 | * Fixed a bug in TfpgListView where it didn't paint the last column's content. | graemeg | |
* Applied formating to tiListMediators * Removed the ListBox implementation in tiListMediators. It was totally wrong. | |||
2008-09-08 | * TfpgBaseGrid's FocusCol and FocusRow now defaults to -1 | graemeg | |
2008-09-08 | * OnExit and OnEnter are now publish for TfpgMemo. | graemeg | |
* Memo mediator now handles OnChange and OnExit events correctly. * tiOPF demo 21 now has a CountryList screen as well. Also fixed the Contact.Memo property usage. | |||
2008-09-08 | no comments | graemeg | |
2008-09-02 | * Added some hints to the UI Designer main form. | graemeg | |