summaryrefslogtreecommitdiff
path: root/src/corelib/gfx_widget.pas
AgeCommit message (Expand)Author
2008-09-25* Applied two minor fixed supplied by Jean-Marc.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-02* Removed debug writelngraemeg
2008-09-02* Applied Jean-Marc's hint patch which moves hint functionality to TfpgWidget...graemeg
2008-08-31* Renamed the hint window to TfpgHintWindowgraemeg
2008-08-31* Made some changes to the Hint Help under Windows. Microsoft strikesgraemeg
2008-08-29* Applied Jean-Marc's hint implementation.graemeg
2008-07-21* Applied fpgui_mode.diff patch from Luiz Americo.graemeg
2008-07-18* Removed unnecessary parameters from DoUpdateWindowPosition.graemeg
2008-07-17* Applied Luiz Americo's resize patch with minor fixes.graemeg
2008-07-16* Applied Vladimir's GetClientRect patch.graemeg
2008-07-14* Applied some of the various patch from Jean-Marc.graemeg
2008-07-07* Fixed svn properties on some files.graemeg
2008-07-03* EditTest in the prototypes directory now tests Button ImageLayout property.graemeg
2008-07-02* Removed the RePaint call from HandleAlignments. It's now called from Realig...graemeg
2008-06-29Applied path from Vladimirgraemeg
2008-06-28* Committed Vladimir's Splitter component patch.graemeg
2008-06-27* A slight fix for X11 resizing forms with the mouse and alignment processing.graemeg
2008-06-27* Introduced a new property to TfpgWidget, called IsContainer for allgraemeg
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