Age | Commit message (Expand) | Author |
2008-12-09 | * Added fpgApplicationRemoveWindowFromModalStack so windows that are in the s... | drewski207 |
2008-11-18 | * Minor bug fix in TfpgApplication. Setting the HintPase didn't affect the hi... | graemeg |
2008-11-12 | * new fpgCharAt() function | graemeg |
2008-11-06 | * Fixed the selection issue in TfpgEdit. | graemeg |
2008-10-29 | * msgqueue now raises exceptions if the queue is full instead of trying to wr... | graemeg |
2008-10-26 | * Added a X11 only utility app that highlights the window sizes used by widge... | graemeg |
2008-10-20 | * Due to TThreads sometimes being used for posting messages to the applicatio... | graemeg |
2008-10-19 | X11: Increased the main evenloop timeout to prevent lag in GUI updates. | graemeg |
2008-10-15 | * Added an example fpmake program contributed by Henry Vermaak. Showing how t... | graemeg |
2008-10-06 | * Implemented the speedup feature in SpinEdit. | graemeg |
2008-10-06 | * Added the missing fpg_extgraphics unit. | graemeg |
2008-10-05 | * Added a new Canvas.DrawPolygon() method | graemeg |
2008-10-03 | * Added Jean-Marc initial implementation of SpinEdit component. | graemeg |
2008-10-01 | * Updated the fpGUI lazarus packages to use a platform specific output librar... | graemeg |
2008-09-30 | * Implemented a correct TfpgWindow.HasParent method. | graemeg |
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 |
2008-09-27 | * Minor fixes to get fpGUI to compile under Windows. After the unit name chan... | graemeg |
2008-09-27 | * Rename all corelib units to the new naming convention. | graemeg |
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 instea... | graemeg |
2008-09-19 | * Removed old deprecated lazarus packages | graemeg |
2008-09-16 | * property change for fpgui_toolkit package. | graemeg |
2008-09-12 | * Fixed the TfpgTimer issue in modal forms. This also fixes the issue of Hint... | graemeg |
2008-09-10 | * Published ShowHint and ParentShowHint for all gui components. | graemeg |
2008-09-10 | (no commit message) | graemeg |
2008-09-09 | * Moved the HintTimer form TfpgWidget to TfpgApplication. Everything still se... | graemeg |
2008-09-08 | no comments | graemeg |
2008-09-02 | * Removed debug writeln | graemeg |
2008-09-02 | * Applied Jean-Marc's hint patch which moves hint functionality to TfpgWidget... | graemeg |
2008-08-31 | * Removed the debug line in TfpgApplication.CreateHintWindow. | graemeg |
2008-08-31 | * Renamed the hint window to TfpgHintWindow | graemeg |
2008-08-31 | * Made some changes to the Hint Help under Windows. Microsoft strikes | graemeg |
2008-08-29 | * Implemented a clHintWindow color | graemeg |
2008-08-29 | * Applied Jean-Marc's hint implementation. | graemeg |
2008-08-26 | * Moved the UI Designer from the examples/apps directory to the root directory. | graemeg |
2008-08-25 | * Implemented missing SetupGUIandObject in tiMeditaros for TfpgTrackBar. | graemeg |
2008-08-23 | * minor spelling mistakes. | graemeg |
2008-07-28 | * Applied the updated images from Vladimir to better support alternative colo... | graemeg |
2008-07-28 | * Applied Vladimir's updatestdimgs changes | graemeg |
2008-07-28 | * Removed temp variable when setting up standard images. | graemeg |
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 AddLi... | graemeg |
2008-07-23 | * fpgOpenURL() under X11 now tries to use xdg-open first before trying altern... | graemeg |
2008-07-23 | Applied patch from Valdimir fixing app crash when mouse wheel is scrolled in ... | graemeg |
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-22 | Applied Valdimir's modalform patch for GDI backend. | graemeg |