lazarus/lcl/interfaces/customdrawn
2012-01-21 17:09:21 +00:00
..
android Android: Converts all key codes from the Android SDK. Adds more keys to the Android keyboard support 2012-01-18 15:11:04 +00:00
alllclintfunits.pas customdrawnws: Fixes the compilation of the Cocoa backend and adds a skeleton for the arrow component 2011-11-29 07:55:28 +00:00
cocoagdiobjects.pas customdrawn-cocoa: Attempts to implement text rendering again, not yet working 2011-12-03 09:12:13 +00:00
cocoaprivate.pas Makes the decition to prefix all VK_ constants which are exclusive of the LCL with VK_LCL_ 2012-01-21 17:09:21 +00:00
cocoautils.pas customdrawnws: Advances the Cocoa backend 2011-11-07 19:33:49 +00:00
customdrawn_androidproc.pas customdrawnws: Starts implementing TBitmap 2011-11-29 21:32:48 +00:00
customdrawn_winproc.pas LCL-CustomDrawn: Attempts to fix win64 compilation and starts the mobile emulator (not yet working) 2012-01-08 00:14:41 +00:00
customdrawn_x11proc.pas customdrawnws: Starts the process of harmonized the form handles of all backends to diminish the backend code. For now X11 and Android are harmonized and base on TCDForm. Cocoa and Win32 will need big adjustments 2011-12-02 09:56:12 +00:00
customdrawndefines.inc Starts native text for LCL-CustomDrawn-Windows 2011-12-22 15:21:21 +00:00
customdrawnint.pas lcl-customdrawn-android: Fixes the accelerometer values to be according to the specification, implements TApplication.Minimize and TApplication.Terminate 2012-01-17 15:29:04 +00:00
customdrawnlclintf_android.inc Moves SendNotification to WSControls, moves all accessibility types to Controls, starts changing TTreeView to use selected text changed messages instead of child objects. TTreeView accessibility not yet working in Carbon 2012-01-18 08:29:35 +00:00
customdrawnlclintf_cocoa.inc Moves SendNotification to WSControls, moves all accessibility types to Controls, starts changing TTreeView to use selected text changed messages instead of child objects. TTreeView accessibility not yet working in Carbon 2012-01-18 08:29:35 +00:00
customdrawnlclintf_win.inc Moves SendNotification to WSControls, moves all accessibility types to Controls, starts changing TTreeView to use selected text changed messages instead of child objects. TTreeView accessibility not yet working in Carbon 2012-01-18 08:29:35 +00:00
customdrawnlclintf_x11.inc Moves SendNotification to WSControls, moves all accessibility types to Controls, starts changing TTreeView to use selected text changed messages instead of child objects. TTreeView accessibility not yet working in Carbon 2012-01-18 08:29:35 +00:00
customdrawnlclintf.inc Adds LCLIntf functions for conveniently obtaining a native form Handle or a native Canvas Handle from the LCL 2011-12-21 20:13:07 +00:00
customdrawnlclintfh.inc Moves SendNotification to WSControls, moves all accessibility types to Controls, starts changing TTreeView to use selected text changed messages instead of child objects. TTreeView accessibility not yet working in Carbon 2012-01-18 08:29:35 +00:00
customdrawnobject_android.inc Makes the decition to prefix all VK_ constants which are exclusive of the LCL with VK_LCL_ 2012-01-21 17:09:21 +00:00
customdrawnobject_cocoa.inc Starts Accessibility API structure and adds a routine to detect if we are on a mobile platform 2012-01-08 10:05:55 +00:00
customdrawnobject_win.inc LCL-CustomDrawn-Windows: Fixes compilation 2011-12-21 07:09:33 +00:00
customdrawnobject_x11.inc LCL-CustomDrawn-X11: Adds support for XAddConnectionWatch 2011-12-22 11:06:45 +00:00
customdrawnobject.inc Advances the support for setting the font size in Android 2011-12-20 13:12:14 +00:00
customdrawnprivate.pas Improves LCL-CustomDrawn scrolling 2011-12-31 12:24:07 +00:00
customdrawnproc.pas Improves LCL-CustomDrawn scrolling 2011-12-31 12:24:07 +00:00
customdrawntrayicon_android.inc Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet) 2011-12-24 10:06:18 +00:00
customdrawntrayicon_cocoa.inc Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet) 2011-12-24 10:06:18 +00:00
customdrawntrayicon_win.inc Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet) 2011-12-24 10:06:18 +00:00
customdrawntrayicon_x11.inc Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet) 2011-12-24 10:06:18 +00:00
customdrawnwinapi_android.inc Finishes basic SMS sending in Android and fixes TEdit.GetText in LCL-CustomDrawn, but in the process broke the initial text setting for TEdit 2011-12-29 13:51:45 +00:00
customdrawnwinapi_cocoa.inc Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet) 2011-12-24 10:06:18 +00:00
customdrawnwinapi_win.inc Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet) 2011-12-24 10:06:18 +00:00
customdrawnwinapi_x11.inc Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet) 2011-12-24 10:06:18 +00:00
customdrawnwinapi.inc Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet) 2011-12-24 10:06:18 +00:00
customdrawnwinapih.inc Fixes bug #20195: Removes LCLIntf.Frame in favor of a cross-platform implementation for TCanvas.Frame 2011-12-24 10:52:33 +00:00
customdrawnwsarrow.pas customdrawnws: Fixes the compilation of the Cocoa backend and adds a skeleton for the arrow component 2011-11-29 07:55:28 +00:00
customdrawnwscomctrls.pas Many fixes for Android keyboard handling 2011-12-16 15:56:40 +00:00
customdrawnwscontrols.pp customdrawn-windows: Starts rewriting for the new unified handle 2011-12-05 13:33:33 +00:00
customdrawnwsextctrls.pas Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet) 2011-12-24 10:06:18 +00:00
customdrawnwsfactory.pas Advances implementing the WS class for TLazAccessibleObject 2012-01-12 01:29:32 +00:00
customdrawnwsforms_android.inc LCL-CustomDrawn: Attempts to fix win64 compilation and starts the mobile emulator (not yet working) 2012-01-08 00:14:41 +00:00
customdrawnwsforms_cocoa.inc Starts Accessibility API structure and adds a routine to detect if we are on a mobile platform 2012-01-08 10:05:55 +00:00
customdrawnwsforms_win.inc LCL-CustomDrawn: Attempts to fix win64 compilation and starts the mobile emulator (not yet working) 2012-01-08 00:14:41 +00:00
customdrawnwsforms_x11.inc LCL-CustomDrawn: Attempts to fix win64 compilation and starts the mobile emulator (not yet working) 2012-01-08 00:14:41 +00:00
customdrawnwsforms.pp LCL-CustomDrawn: Attempts to fix win64 compilation and starts the mobile emulator (not yet working) 2012-01-08 00:14:41 +00:00
customdrawnwsstdctrls.pas customdrawnws: Fixes the initial text value in TEdit by creating the intf control earlier 2011-12-29 15:12:20 +00:00
interfaces.pas Moves the selection of cwstring vs paswstring vs windows string manager into the widgetsets 2011-12-02 23:00:48 +00:00
Makefile Adds makefiles 2011-11-07 08:09:30 +00:00
Makefile.fpc Adds makefiles 2011-11-07 08:09:30 +00:00
wincallback.inc Fixes focusing into intf controls 2011-12-22 16:43:37 +00:00