summaryrefslogtreecommitdiff
path: root/src/corelib/gdi
AgeCommit message (Expand)Author
2008-03-19* ComboBox and CalendarCombo now work identical under Linux and Windows. Comb...graemeg
2008-03-18* Minor modification to Actived and Deactivate message distribution under Win...graemeg
2008-03-18* Fully implemented DPI functions for GDI backend.graemeg
2008-03-18* Applied a patch from Vladimir which imploves the file system encoding and s...graemeg
2008-03-17* Fixed the ComboBox flicker bug under Windows.graemeg
2008-03-15* GDI backend did not detect Alt keypress events.graemeg
2008-03-14* Applied various patch from Vladimir which implements locale file encoding s...graemeg
2008-03-12* Restructured gfx_utils.pas unit and moved it to the CoreLib directory.graemeg
2008-03-12* Applied a patch from Vladimir moving some code out of gui_grid.pas to gfxba...graemeg
2008-03-11* Added the Menu Key definition for GDI support.graemeg
2008-03-11* TfpgWidget now simulates a RMB click when Menu Key is pressed. In TfpgEdit ...graemeg
2008-03-10* Applied the solution from Vladimir so that ComboBox dropdown doesn't steal ...graemeg
2008-03-01* Updated translation files with new resource string constant.graemeg
2008-02-27* Created two new units called: gfx_pofiles.pas and gfx_translations.pas. Th...graemeg
2008-02-26Minor GDI fix for popup windows.graemeg
2008-02-20* Added a new cursor: mcHandgraemeg
2008-02-20* Bumped up the version numbers.graemeg
2008-02-18* Added a new gfx_constants unit which will be used as the start of localizat...graemeg
2008-02-18* I think I fixed the issue with PopupWindows taking focusgraemeg
2008-02-17* updated version numbers for next release.graemeg
2008-02-16* Implemented correct MouseEnter and MouseExit detectiongraemeg
2008-02-14* GDI: Implemented the new Clipboard class in Windows. Again graemeg
2008-02-13* Created a new ImageList unit and class.graemeg
2008-02-09Applied two of Vladimir's patchesgraemeg
2008-02-06Fixed the compiler error under Windows. That will teach me to test before I c...graemeg
2008-02-06* Added a new unit gui_editcombo. This is still undergraemeg
2008-01-31* TfpgColor is now a distinct type. Not just a longword alias.graemeg
2008-01-28* GDI: Fixed the double click issue under Windows.graemeg
2008-01-26* Middle mouse button click was never detected.graemeg
2008-01-21* GDI: Fixed index out of bounds errors in ComboBox.graemeg
2008-01-21* Fixed some memory leaks in TfpgComboBox.graemeg
2008-01-10Applied patch from Vladimir fixing button MouseEnter and MouseExit events.graemeg
2007-12-23GDI: Fixed issues where the mouse is used to resize controls in the UI Design...graemeg
2007-12-15* Added a new WindowAttribute called waStayOnTop. * Modified the SplashScree...graemeg
2007-12-02* Added gfx_wuline.pas to the Windows GFX package.graemeg
2007-11-06* Fixed the SetLineStyle issue under GDI. lsDot now drawsgraemeg
2007-11-06* Applied patch from Giuliano Colla. It modifies the line drawing but is curr...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-11Fixed bugs 1803016 and 1798475. When resizing a window a few times the painti...graemeg
2007-09-13* CoreLib: fpgApplication now has a Terminated property which terminates thegraemeg
2007-09-08* Fixed initial painting of components when they are placed in the graemeg
2007-09-03* GDI: Added two helper functions that could come in handly later.graemeg
2007-08-30* Changed the unit output path of the CoreLib and GUI (Lazarus) packages to t...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* minor fixgraemeg
2007-08-21* GDI: Fixed popup window support.graemeg
2007-08-21* GDI: Added missing units to GFX package.graemeg
2007-08-18* Moved and renamed gui_popupwindows.pas unit from GUI to CoreLib.graemeg