summaryrefslogtreecommitdiff
path: root/src/corelib
AgeCommit message (Expand)Author
2008-01-04* GUI: Moved all MenuItem painting into the Paint event handler.graemeg
2008-01-03* Reworked the timing of when windows get removed from thegraemeg
2008-01-02* Fixed AV that occurs when a combobox is opened and closed a few times.graemeg
2007-12-27* ComboBox dropdown now opens and closes as expected when you click insidegraemeg
2007-12-23GDI: Fixed issues where the mouse is used to resize controls in the UI Design...graemeg
2007-12-15GFX/X11 * Minor fix to netlayers handling of splash screens.graemeg
2007-12-15* Added a new WindowAttribute called waStayOnTop. * Modified the SplashScree...graemeg
2007-12-14* Implemented a OnClick event in TfpgWidget.graemeg
2007-12-13* A new GUI example showing how to implement a Splash Screen.graemeg
2007-12-11* Fixed TfpgApplication to call CheckSynchronize in the application loop so m...graemeg
2007-12-02* Added gfx_wuline.pas to the Windows GFX package.graemeg
2007-12-02* Implemented the Wu Anti-Aliased line drawing algorithm. Soon the canvas Dr...graemeg
2007-11-30* Fixed all the memory leaks I could find in CoreLib. We now have non in Core...graemeg
2007-11-30* Some more minor improvements to the prototype Bitmap theme support.graemeg
2007-11-29* New overloaded method ImageFromRect in TfpgImage.graemeg
2007-11-29* Created a new overloaded CentrePoint function.graemeg
2007-11-28* Implemented a Command pattern interface.graemeg
2007-11-26* Created a new unit that implements a WideString version of TStringList.graemeg
2007-11-08* X11: Setting a window title via netlayer does not work for thegraemeg
2007-11-07* Added a OnKeyPress event to TfpgWidget. It can now be surfaced by anygraemeg
2007-11-06* SetLineStyle and LineWidth are now fully supported under X11 and GDI.graemeg
2007-11-06* Fixed the SetLineStyle issue under GDI. lsDot now drawsgraemeg
2007-11-06* Removed code duplication from the previous patch in X11 SetLineStyle.graemeg
2007-11-06* Applied patch from Giuliano Colla. It modifies the line drawing but is curr...graemeg
2007-11-05* More improvements to Calendar component.graemeg
2007-11-03* Improved modal form in X11 to use net window hintsdrewski207
2007-11-03* Started working on a Calendar component.graemeg
2007-10-28* Fixed the menu click issue under Windows.graemeg
2007-10-26* Updated the ThreeDee prototype with a new gradient function.graemeg
2007-10-25* Added new UTF8 function used for text translations with .po files.graemeg
2007-10-21* Added name and version constants.graemeg
2007-10-18* Improved the implementation of the Minimum Width/Height graemeg
2007-10-18* Win32: Implemented MinWidth and MinHeight constraint support for Forms. Not...graemeg
2007-10-17CoreLib: Fixed Canvas.StretchDraw(). I forgot to undo previous debug testing ...graemeg
2007-10-15* Published BackgroundColor and OnPaint for TfpgFormgraemeg
2007-10-11Fixed bugs 1803016 and 1798475. When resizing a window a few times the painti...graemeg
2007-10-10* Resizing widgets now take into account the MinWidth and MinHeightgraemeg
2007-10-08minor code formatting changes.graemeg
2007-10-05* Implemented a UTF8Insert() and UTF8Delete() proceduresgraemeg
2007-09-14* Introduced Setter methods for BaseWindow Width and Height properties.graemeg
2007-09-14* New overloaded EndDraw method for TfpgCanvas.graemeg
2007-09-13combobox changesgraemeg
2007-09-13* CoreLib: fpgApplication now has a Terminated property which terminates thegraemeg
2007-09-12minor adjustment to default font setting and included the missing extrafpc.cf...graemeg
2007-09-08* Made a few modifications so the GUI Designer works under Windows.graemeg
2007-09-08* Fixed initial painting of components when they are placed in the graemeg
2007-09-07GFX: Added support for handle component creation at runtime correct graemeg
2007-09-07* GUI: Made some components properties published so the RTTI cangraemeg
2007-09-06* Added a new generic property to TfpgWidget to dispatch messages sograemeg
2007-09-06* Moved some methods or properties to the public or published area.graemeg