lazarus/lcl/interfaces
2011-12-21 08:30:02 +00:00
..
carbon Carbon: fixed TTabControl, now it's TCarbonCustomControl, also fixed issue #12506 2011-12-19 09:08:12 +00:00
cocoa cocoa: port StretchMaskBlt from carbon, fix context destruction, misc 2011-12-21 08:30:02 +00:00
customdrawn LCL-CustomDrawn-Windows: Fixes compilation 2011-12-21 07:09:33 +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: fix inaccurate paint of checkbox and radiobutton when caption is empty. issue #20764 2011-12-18 18:17:53 +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 Qt: updated README.txt 2011-12-21 07:16:54 +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 Starts screenshot taking code in LCL-CustomDrawn-Cocoa, already works, but the colors are switched 2011-12-19 08:36:19 +00:00
lcl.pas Removes LCL-Android from lcl.lpk 2011-11-30 20:42:45 +00:00
Makefile
Makefile.fpc