lazarus/lcl/interfaces/customdrawn
2012-04-02 07:45:23 +00:00
..
android LCL: removed empty pas file 2012-02-26 17:29:58 +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
cocoautils.pas
customdrawn_androidproc.pas Small commenting improvement 2012-01-24 10:50:08 +00:00
customdrawn_cocoaproc.pas LCL-CustomDrawn: Further improves the painting performance by checking if a control is completely covered by other ones, this improves the magnifier painting speed by 20%, from 790ms to 630ms, although it is still way too high 2012-03-30 07:32:31 +00:00
customdrawn_winproc.pas customdrawn: Adds the possibility to compile to WinCE 2012-02-02 15:18:27 +00:00
customdrawn_x11proc.pas Patch from Giuliano Colla with a new timer, it is disabled by default because it crashes the test nonandroidtest 2012-04-02 07:45:23 +00:00
customdrawndefines.inc Patch from Giuliano Colla with a new timer, it is disabled by default because it crashes the test nonandroidtest 2012-04-02 07:45:23 +00:00
customdrawnint.pas Patch from Giuliano Colla with a new timer, it is disabled by default because it crashes the test nonandroidtest 2012-04-02 07:45:23 +00:00
customdrawnlclintf_android.inc Fixes crashes in the emulator related to invalid JNI references: in the combobox dialog and menu 2012-03-28 18:24:41 +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 Patch from Guiliano Colla for a new painting model no LCL-CustomDrawn-X11 and advances the implementation for shift states in this backend 2012-03-21 11:17:28 +00:00
customdrawnlclintf.inc lcl, widgetsets: remove IntfSendsUTF8KeyPress from the widgetset interfaces implementation and call GetLCLCapability instead inside the generic function body 2012-03-30 08:28:34 +00:00
customdrawnlclintfh.inc lcl, widgetsets: remove IntfSendsUTF8KeyPress from the widgetset interfaces implementation and call GetLCLCapability instead inside the generic function body 2012-03-30 08:28:34 +00:00
customdrawnobject_android.inc Fixes crashes in the emulator related to invalid JNI references: in the combobox dialog and menu 2012-03-28 18:24:41 +00:00
customdrawnobject_cocoa.inc LCL-CustomDrawn-Cocoa: Fixes compilation, corrects the AX strings comparisons and makes a connection from the window to the client area 2012-03-22 07:35:22 +00:00
customdrawnobject_win.inc LCL-CustomDrawn-Win: Implements GetAppHandle which fixes the showing of the taskbar 2012-03-19 08:51:53 +00:00
customdrawnobject_x11.inc Patch from Giuliano Colla with a new timer, it is disabled by default because it crashes the test nonandroidtest 2012-04-02 07:45:23 +00:00
customdrawnobject.inc LCL-CustomDrawn-X11: Buffer all invalidate calls and execute at most one per form per event 2012-03-16 06:47:45 +00:00
customdrawnprivate.pas LCL-CustomDrawn: Advances the radio button, but strangely it still gets a checkbox handle 2012-03-22 14:54:09 +00:00
customdrawnproc.pas Patch from Giuliano Colla with a new timer, it is disabled by default because it crashes the test nonandroidtest 2012-04-02 07:45:23 +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 Fixes compilation for LCL-CustomDrawin-Android and Windows 2012-03-23 06:21:29 +00:00
customdrawnwinapi_cocoa.inc LCL-CustomDrawn-Cocoa: Fixes compilation, corrects the AX strings comparisons and makes a connection from the window to the client area 2012-03-22 07:35:22 +00:00
customdrawnwinapi_win.inc Fixes compilation for LCL-CustomDrawin-Android and Windows 2012-03-23 06:21:29 +00:00
customdrawnwinapi_x11.inc Patch from Giuliano Colla with a new timer, it is disabled by default because it crashes the test nonandroidtest 2012-04-02 07:45:23 +00:00
customdrawnwinapi.inc LCL-CustomDrawn: Now uses the new TextHeight capabilities from LazFreeType 2012-03-23 07:15:25 +00:00
customdrawnwinapih.inc Patch from Guiliano Colla for a new painting model no LCL-CustomDrawn-X11 and advances the implementation for shift states in this backend 2012-03-21 11:17:28 +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
customdrawnwsbuttons.pas LCL-CustomDrawn: Fixes a crash due to uninitialized CDBaseControl.Children and starts implementing bitbtn glyph support 2012-03-15 16:10:31 +00:00
customdrawnwscomctrls.pas Many fixes for Android keyboard handling 2011-12-16 15:56:40 +00:00
customdrawnwscontrols.pp LCL-CustomDrawn-Cocoa: Greatly improves the accessibility, now child objects start to appear 2012-03-22 08:46:04 +00:00
customdrawnwsdialogs.pas Adds a skeleton for wsdialogs in LCL-CustomDrawn 2012-03-28 14:13:19 +00:00
customdrawnwsextctrls.pas LCL-CustomDrawn: Renames the Cocoa proc unit to a more standard name and adds support for forms without a minimize button 2012-03-18 15:38:05 +00:00
customdrawnwsfactory.pas Finishes the basic implementation of Android native menus 2012-03-28 13:59:52 +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 LCL-CustomDrawn-Cocoa: Fixes compilation, corrects the AX strings comparisons and makes a connection from the window to the client area 2012-03-22 07:35:22 +00:00
customdrawnwsforms_win.inc LCL-CustomDrawn-Win: Implements GetAppHandle which fixes the showing of the taskbar 2012-03-19 08:51:53 +00:00
customdrawnwsforms_x11.inc Patch from Giuliano Colla with a new timer, it is disabled by default because it crashes the test nonandroidtest 2012-04-02 07:45:23 +00:00
customdrawnwsforms.pp Patch from Guiliano Colla for a new painting model no LCL-CustomDrawn-X11 and advances the implementation for shift states in this backend 2012-03-21 11:17:28 +00:00
customdrawnwslazdeviceapis.pas Fixes bug #21279 improves Android font handling 2012-02-14 16:39:59 +00:00
customdrawnwsmenus.pas Adds forgotten file 2012-03-28 16:09:53 +00:00
customdrawnwsspin.pas LCL-CustomDrawn: Starts BitBtn implementation 2012-03-15 10:15:36 +00:00
customdrawnwsstdctrls.pas Commenting 2012-03-22 15:18: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
Makefile.fpc
wincallback.inc lcl: remove LM_DEACTIVATE message. In windows and in Delphi both activation and deactivation are handled by WM_ACTIVATE message. Better to do this merge in LCL before 1.0 to prevent later problems 2012-02-21 06:59:12 +00:00