summaryrefslogtreecommitdiff
path: root/src/corelib/gfx_widget.pas
AgeCommit message (Expand)Author
2008-06-23* TfpgListBox now handles the Resize message. This fixes the scrollbar issue ...graemeg
2008-06-04* Applied a patch from Luiz Americo which fixes some alignment issues inside ...graemeg
2008-05-22* New OnResize event for TfpgWidget.graemeg
2008-05-09* Fixed bug where program crashed if MainMenu contains no items and you click...graemeg
2008-04-27* Fixed the issue with screen flicker in the TfpgForm.OnPaint event handler.graemeg
2008-04-25* Fixed a bug introduced in r719 with toggle buttons.graemeg
2008-04-02* Applied patch (#1930945) from Jean-Marc which introduces a new component in...graemeg
2008-03-28* Many big changes which removes bucket loads of compiler warnins. These will...graemeg
2008-03-26* Now we are correctly handling the ComponentState property between different...graemeg
2008-03-26* Applied patch from Vladimir improving the DoubleClick support.graemeg
2008-03-25* fpGUI should now compile under FPC 2.3.1 but it's untested.graemeg
2008-03-22* Added Stop to TfpgMessageRec.drewski207
2008-03-11* Implemented a global MessageHook feature where one component can register a...graemeg
2008-03-11* Popup Menu display via Menu Key is now centred in active widget.graemeg
2008-03-11* TfpgWidget now simulates a RMB click when Menu Key is pressed. In TfpgEdit ...graemeg
2008-03-10code formattinggraemeg
2008-03-04* More more on the MiG Layout port.graemeg
2008-02-25* I believe I fixed the Button down state and Mouse Events issue. It now work...graemeg
2008-02-20* Applied Vladimir's patch for arrow key support in RadioButtons.graemeg
2008-02-16* Implemented correct MouseEnter and MouseExit detectiongraemeg
2008-02-15* Applied Jean-Marc's TextColor and BackgroundColor patch.graemeg
2008-02-09* Introduced to new types: TfpgChar and TfpgString.graemeg
2008-01-31* TfpgColor is now a distinct type. Not just a longword alias.graemeg
2008-01-26* Middle mouse button click was never detected.graemeg
2008-01-21* Fixed some memory leaks in TfpgComboBox.graemeg
2008-01-16* Fixed a bug where the Right and Centre mouse button dectection was wrong wa...graemeg
2008-01-11* TfpgWidget now has two new events. OnEnter and OnExit so the user can trap ...graemeg
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-14* Implemented a OnClick event in TfpgWidget.graemeg
2007-12-11* Fixed TfpgApplication to call CheckSynchronize in the application loop so m...graemeg
2007-11-07* Added a OnKeyPress event to TfpgWidget. It can now be surfaced by anygraemeg
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-15* Published BackgroundColor and OnPaint for TfpgFormgraemeg
2007-10-10* Resizing widgets now take into account the MinWidth and MinHeightgraemeg
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
2007-08-27* Implemented List Mediators with tiOPF support and added a demo.graemeg
2007-08-24* Ported the Generic Edit Mediator for use with tiOPF.graemeg
2007-08-21* GDI: Oops. The previous revision broke left click. Now fixed.graemeg
2007-08-21* Removed OS based Double Click from GDI.graemeg
2007-08-21X11: The start of implementing a Double Click event.graemeg
2007-08-21* GDI: Fixed popup window support.graemeg
2007-08-03* Added debug lines in GDI code and compiler defines tograemeg
2007-08-02* More work has been done to the PageControl. It looks like a PageControl, bu...graemeg