lazarus/lcl/interfaces/customdrawn
martin 20f0d2d151 LazLogger: renamed events to On....
git-svn-id: trunk@35325 -
2012-02-12 14:42:12 +00:00
..
android Adds a new object to lazdevicepias: Device and it starts with manufacturer and model info showing in Android and already predicts vibration capabilities. Starts opening the implementation of font enumeration in lcl-customdrawn 2012-02-10 13:39:06 +00:00
alllclintfunits.pas
cocoagdiobjects.pas
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
customdrawn_androidproc.pas Small commenting improvement 2012-01-24 10:50:08 +00:00
customdrawn_winproc.pas customdrawn: Adds the possibility to compile to WinCE 2012-02-02 15:18:27 +00:00
customdrawn_x11proc.pas
customdrawndefines.inc
customdrawnint.pas Implements vibration in Android 2012-02-10 15:10:13 +00:00
customdrawnlclintf_android.inc Restructures the LazDeviceAPIs WS implementation to be on a separate unit instead of in the LCLIntf. This allows us to move the types which bellong in the lazdeviceapis unit back to it and make things more modular too. 2012-01-26 10:07:10 +00:00
customdrawnlclintf_cocoa.inc Restructures the LazDeviceAPIs WS implementation to be on a separate unit instead of in the LCLIntf. This allows us to move the types which bellong in the lazdeviceapis unit back to it and make things more modular too. 2012-01-26 10:07:10 +00:00
customdrawnlclintf_win.inc Restructures the LazDeviceAPIs WS implementation to be on a separate unit instead of in the LCLIntf. This allows us to move the types which bellong in the lazdeviceapis unit back to it and make things more modular too. 2012-01-26 10:07:10 +00:00
customdrawnlclintf_x11.inc Restructures the LazDeviceAPIs WS implementation to be on a separate unit instead of in the LCLIntf. This allows us to move the types which bellong in the lazdeviceapis unit back to it and make things more modular too. 2012-01-26 10:07:10 +00:00
customdrawnlclintf.inc
customdrawnlclintfh.inc Restructures the LazDeviceAPIs WS implementation to be on a separate unit instead of in the LCLIntf. This allows us to move the types which bellong in the lazdeviceapis unit back to it and make things more modular too. 2012-01-26 10:07:10 +00:00
customdrawnobject_android.inc LazLogger: renamed events to On.... 2012-02-12 14:42:12 +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 customdrawn: Adds the possibility to compile to WinCE 2012-02-02 15:18:27 +00:00
customdrawnobject_x11.inc
customdrawnobject.inc new Debugln via LazLogger (now used by default) 2012-02-09 01:13:23 +00:00
customdrawnprivate.pas customdrawnws: Fixes clicking of controls while is scrolled mode 2012-02-01 15:10:12 +00:00
customdrawnproc.pas customdrawnws: Fixes clicking of controls while is scrolled mode 2012-02-01 15:10:12 +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 Adds a new object to lazdevicepias: Device and it starts with manufacturer and model info showing in Android and already predicts vibration capabilities. Starts opening the implementation of font enumeration in lcl-customdrawn 2012-02-10 13:39:06 +00:00
customdrawnwinapi_cocoa.inc Adds a new object to lazdevicepias: Device and it starts with manufacturer and model info showing in Android and already predicts vibration capabilities. Starts opening the implementation of font enumeration in lcl-customdrawn 2012-02-10 13:39:06 +00:00
customdrawnwinapi_win.inc Adds a new object to lazdevicepias: Device and it starts with manufacturer and model info showing in Android and already predicts vibration capabilities. Starts opening the implementation of font enumeration in lcl-customdrawn 2012-02-10 13:39:06 +00:00
customdrawnwinapi_x11.inc Adds a new object to lazdevicepias: Device and it starts with manufacturer and model info showing in Android and already predicts vibration capabilities. Starts opening the implementation of font enumeration in lcl-customdrawn 2012-02-10 13:39:06 +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 Adds a new object to lazdevicepias: Device and it starts with manufacturer and model info showing in Android and already predicts vibration capabilities. Starts opening the implementation of font enumeration in lcl-customdrawn 2012-02-10 13:39:06 +00:00
customdrawnwsarrow.pas
customdrawnwscomctrls.pas
customdrawnwscontrols.pp
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 Restructures the LazDeviceAPIs WS implementation to be on a separate unit instead of in the LCLIntf. This allows us to move the types which bellong in the lazdeviceapis unit back to it and make things more modular too. 2012-01-26 10:07:10 +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 customdrawn: Adds the possibility to compile to WinCE 2012-02-02 15:18:27 +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
customdrawnwslazdeviceapis.pas Removes some forgotten debugln 2012-02-10 15:16:30 +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
Makefile
Makefile.fpc
wincallback.inc customdrawn: Adds the possibility to compile to WinCE 2012-02-02 15:18:27 +00:00