index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
gfx_widget.pas
Age
Commit message (
Expand
)
Author
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-10
code formatting
graemeg
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 detection
graemeg
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 inside
graemeg
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 any
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-15
* Published BackgroundColor and OnPaint for TfpgForm
graemeg
2007-10-10
* Resizing widgets now take into account the MinWidth and MinHeight
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-07
GFX: Added support for handle component creation at runtime correct
graemeg
2007-09-07
* GUI: Made some components properties published so the RTTI can
graemeg
2007-09-06
* Added a new generic property to TfpgWidget to dispatch messages so
graemeg
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-21
X11: 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 to
graemeg
2007-08-02
* More work has been done to the PageControl. It looks like a PageControl, bu...
graemeg
2007-07-31
* Fixed FillRectangle() under GDI and X11.
graemeg
2007-07-26
* Added new composite images for radio buttons and checkbox buttons.
graemeg
2007-07-24
minor fix to TfpgLabel again.
graemeg
2007-07-24
made DoAllocateWinHandle only allocate not show a handle
drewski207
2007-07-23
The first part of removing the obsolete fpGUI and replacing it with the new m...
graemeg