lazarus/lcl/interfaces
2011-12-12 21:10:18 +00:00
..
carbon Carbon,QtMac: fixed wrong behaviour of mouse wheel scroll,because LCL assumes 120 as wheel delta.issue #20888 2011-12-12 16:54:28 +00:00
cocoa cocoa: start work on sizing/positioning 2011-12-12 07:52:53 +00:00
customdrawn customdrawn-android: Finishes the initial implementation of text rendering, it works ok for a very initial support. Improves the AlphaBlend method in TLazCanvas to be more optimized and support a custom source position. 2011-12-12 21:10:18 +00:00
fpgui Makes LazUtils a base package for the LCL and moves FileUtil, Masks and lazutf8classes to it. Updates the Makefile structure to reflect this. 2011-10-17 09:24:01 +00:00
gtk Gtk: TGtkWidgetSet.ShowWindow(), changed behaviour so it's win32 and qt compatibile.Respect SW_SHOW and SW_HIDE if handle is PGtkWidget without window. 2011-12-11 13:57:30 +00:00
gtk2 Gtk2: Fixed ScrollWindowEx when region rect is equal clip rect. 2011-12-11 13:58:46 +00:00
nogui Makes LazUtils a base package for the LCL and moves FileUtil, Masks and lazutf8classes to it. Updates the Makefile structure to reflect this. 2011-10-17 09:24:01 +00:00
qt Carbon,QtMac: fixed wrong behaviour of mouse wheel scroll,because LCL assumes 120 as wheel delta.issue #20888 2011-12-12 16:54:28 +00:00
win32 win32: dont update index for ReadOnly in TWin32WSCustomComboBox.SetText. It's not necessary because index, so the Text, is updated in LCL. The previous implementation was also wrong since could select wrong item, e.g., setting text to 'a' in a combo that has items 'abc', 'a' was selecting 'abc' 2011-12-11 23:11:29 +00:00
wince Implements support for TSelectDirectoryDialog in LCL-WinCE by using lazdialogs 2011-11-20 21:19:29 +00:00
LAYOUT.txt
lcl.lpk customdrawn-ws: Implements pixel setting, starts groupbox (not finished) and starts a new unit for customdrawncontrols descendents 2011-12-06 07:36:15 +00:00
lcl.pas Removes LCL-Android from lcl.lpk 2011-11-30 20:42:45 +00:00
Makefile
Makefile.fpc