lazarus/lcl/interfaces/customdrawn
2011-12-14 18:29:28 +00:00
..
android customdrawn-android: Implements TTimer and improves the key handling 2011-12-14 12:36:48 +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 customdrawnws: Starts unifying the event callbacks by the Cocoa backend 2011-12-09 06:35:10 +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 customdrawn-windows: Fixes the drawing of sub-controls and starts using the unified message handlers 2011-12-09 09:29:32 +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 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
customdrawnint.pas customdrawnws: Removes the wrong usage of the unit Translations, saves 1MB in file size 2011-12-14 18:29:28 +00:00
customdrawnlclintf.inc Reworks the assyncronous modal dialogs interface and adds it to the TCustomForm too. Reimplements the Android support for modal dialogs to support 1 Java implementation for both MessageBox and PromptUser. Implements LCLIntf.PromptUser for Android 2011-12-12 07:30:55 +00:00
customdrawnlclintfh.inc customdrawnws: Implements TLabel 2011-12-13 20:06:36 +00:00
customdrawnobject_android.inc customdrawn-android: Improves the non-native form handling and implement appropriate support for the Back hardware key 2011-12-14 13:16:24 +00:00
customdrawnobject_cocoa.inc Adapts lazcanvas to the new fpcanvas capabilities, Improves the region sizing, adapts the customdrawn backends to support selecting native vs non-native text, removes an undesired resourcestring usage from customdrawncontrols and fixes the checkbox in all customdrawn platforms 2011-12-07 12:25:44 +00:00
customdrawnobject_win.inc customdrawn-windows: Finishes fixing the windows backend 2011-12-05 15:32:34 +00:00
customdrawnobject_x11.inc customdrawn-x11: Improves the paint profiling debug info, starts unifying the code to draw the form and speeds up the X11 rendering by eating redundant paint messages 2011-12-08 10:32:13 +00:00
customdrawnobject.inc customdrawn: Corrects the Application.MessageBox result 2011-12-13 21:23:32 +00:00
customdrawnprivate.pas customdrawnws: Patch from bug #20848 plus a small comment fix 2011-12-10 16:55:07 +00:00
customdrawnproc.pas customdrawn-android: Improves the non-native form handling and implement appropriate support for the Back hardware key 2011-12-14 13:16:24 +00:00
customdrawnwinapi_android.inc customdrawnws: Implements TLabel 2011-12-13 20:06:36 +00:00
customdrawnwinapi_cocoa.inc Reworks the assyncronous modal dialogs interface and adds it to the TCustomForm too. Reimplements the Android support for modal dialogs to support 1 Java implementation for both MessageBox and PromptUser. Implements LCLIntf.PromptUser for Android 2011-12-12 07:30:55 +00:00
customdrawnwinapi_win.inc Reworks the assyncronous modal dialogs interface and adds it to the TCustomForm too. Reimplements the Android support for modal dialogs to support 1 Java implementation for both MessageBox and PromptUser. Implements LCLIntf.PromptUser for Android 2011-12-12 07:30:55 +00:00
customdrawnwinapi_x11.inc Reworks the assyncronous modal dialogs interface and adds it to the TCustomForm too. Reimplements the Android support for modal dialogs to support 1 Java implementation for both MessageBox and PromptUser. Implements LCLIntf.PromptUser for Android 2011-12-12 07:30:55 +00:00
customdrawnwinapi.inc customdrawnws: Adds more stub code to the text metrics to prevent crashes. Updates the non-android example for the second form 2011-12-14 09:46:26 +00:00
customdrawnwinapih.inc customdrawn-android: Implements TTimer and improves the key handling 2011-12-14 12:36:48 +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 customdrawn-ws: Starts implementing TPageControl 2011-12-07 14:47:51 +00:00
customdrawnwscontrols.pp customdrawn-windows: Starts rewriting for the new unified handle 2011-12-05 13:33:33 +00:00
customdrawnwsextctrls.pas customdrawnws: Improves TCDWSPanel and implements Frame3D 2011-12-06 14:17:50 +00:00
customdrawnwsfactory.pas customdrawnws: Starts implementing TEdit, Starts implementing Android key events, updates the example 2011-12-14 08:14:19 +00:00
customdrawnwsforms_android.inc 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
customdrawnwsforms_cocoa.inc customdrawn-cocoa: Updates to use the new unified form handle 2011-12-02 18:36:48 +00:00
customdrawnwsforms_win.inc customdrawn-windows: Fixes the drawing of sub-controls and starts using the unified message handlers 2011-12-09 09:29:32 +00:00
customdrawnwsforms_x11.inc customdrawnws: Starts unifying the event callbacks by the Cocoa backend 2011-12-09 06:35:10 +00:00
customdrawnwsforms.pp customdrawnws: Patch from bug #20848 plus a small comment fix 2011-12-10 16:55:07 +00:00
customdrawnwsstdctrls.pas customdrawnws: Starts implementing TEdit, Starts implementing Android key events, updates the example 2011-12-14 08:14:19 +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 customdrawn-windows: Fixes the drawing of sub-controls and starts using the unified message handlers 2011-12-09 09:29:32 +00:00