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
/
gui
/
gui_menu.pas
Age
Commit message (
Expand
)
Author
2008-07-16
* Added compile fix for Splash Screen demo from MvC.
graemeg
2008-05-19
* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...
graemeg
2008-05-09
* Fixed bug where program crashed if MainMenu contains no items and you click...
graemeg
2008-03-27
* Moved some constants to the gfx_constants unit.
graemeg
2008-03-25
* Minor changes to menu and About fpGUI dialog.
graemeg
2008-02-22
* Applied Jean-Marc's ListBox patch.
graemeg
2008-02-18
* I think I fixed the issue with PopupWindows taking focus
graemeg
2008-02-17
* Minor fixes to the mouse and menu handling.
graemeg
2008-02-17
* Added a new MenuOptions property to MenuBar components. This controls some ...
graemeg
2008-02-15
* Applied Jean-Marc's TextColor and BackgroundColor patch.
graemeg
2008-02-01
* Menu items that are disabled now appear as selected when the mouse moves ov...
graemeg
2008-02-01
* Applied patch from Jean-Marc which fixes a minor issue in the TfpgMemo and ...
graemeg
2008-01-26
* Middle mouse button click was never detected.
graemeg
2008-01-07
* Moved many methods from Public to Private or Protected in gui_menu.pas
graemeg
2008-01-04
* GUI: Moved all MenuItem painting into the Paint event handler.
graemeg
2007-11-29
* Created a new overloaded CentrePoint function.
graemeg
2007-10-28
* Fixed the menu click issue under Windows.
graemeg
2007-10-05
* Implemented a UTF8Insert() and UTF8Delete() procedures
graemeg
2007-09-26
* Added copyright information in the GUI units.
graemeg
2007-08-30
* Changed the unit output path of the CoreLib and GUI (Lazarus) packages to t...
graemeg
2007-08-27
* Implemented List Mediators with tiOPF support and added a demo.
graemeg
2007-08-21
* GDI: Fixed popup window support.
graemeg
2007-08-21
* GDI: Added missing units to GFX package.
graemeg
2007-08-21
* Fixed a minor memory leak in fpgApplication. We still have quite a few
graemeg
2007-08-20
* MenuBar height is now calculated based on Menu Font.
graemeg
2007-08-20
* I commit this menu changes for reference in a future theme.
graemeg
2007-08-20
* Added keyboard handling in PopupMenus.
graemeg
2007-08-20
* Implemented a most of the Menu component. It's still
graemeg
2007-08-13
* Started implementation of a menu
graemeg