.. |
android
|
|
|
alllclintfunits.pas
|
|
|
cocoagdiobjects.pas
|
|
|
cocoautils.pas
|
|
|
customdrawn_androidproc.pas
|
|
|
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_x11proc.pas
|
Patch from Giuliano to improve the new X11 timer and to implement screenshot taking in X11 + My improvements over the code to implement GetDeviceSize
|
2012-04-04 10:31:21 +00:00 |
customdrawndefines.inc
|
Patch from Giuliano to improve the new X11 timer and to implement screenshot taking in X11 + My improvements over the code to implement GetDeviceSize
|
2012-04-04 10:31:21 +00:00 |
customdrawnint.pas
|
LCL-CustomDrawn: Buffers the canvas bitmap in Android which greatly diminishes the garbage collector activity and speeds drawing. Also adds a new callback routine to select forms of the project which should have the background drawing painting skipped to speed up drawing
|
2012-04-10 08:48:17 +00:00 |
customdrawnlclintf_android.inc
|
Adds explicit free via DeleteLocalRef to many Android local string alocations
|
2012-04-02 15:50:06 +00:00 |
customdrawnlclintf_cocoa.inc
|
|
|
customdrawnlclintf_win.inc
|
|
|
customdrawnlclintf_x11.inc
|
LCL-CustomDrawn-X11: Fixes the screenshot code
|
2012-04-04 13:55:48 +00:00 |
customdrawnlclintf.inc
|
Fixes a crash caused by the new mask code
|
2012-04-06 10:00:47 +00:00 |
customdrawnlclintfh.inc
|
LCL-CustomDrawn-X11: Fixes the screenshot code
|
2012-04-04 13:55:48 +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 and adds the screen format
|
2012-04-05 19:30:53 +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
|
LCL-CustomDrawn: Implements a new much faster image copying based in TLazIntfImage.GetDataLineStart. Speeds the magnifier drawing from 630ms to 477ms in X11
|
2012-04-05 12:22:56 +00:00 |
customdrawnobject.inc
|
LCL-CustomDrawn: Starts implementing stock objects
|
2012-04-06 14:07:00 +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
|
LCL-CustomDrawn: Dont consider invisible controls to disable drawing covered controls
|
2012-04-10 09:43:41 +00:00 |
customdrawntrayicon_android.inc
|
|
|
customdrawntrayicon_cocoa.inc
|
|
|
customdrawntrayicon_win.inc
|
|
|
customdrawntrayicon_x11.inc
|
Starts the X11 tray icon
|
2012-04-04 14:25:28 +00:00 |
customdrawnwinapi_android.inc
|
Adds explicit free via DeleteLocalRef to many Android local string alocations
|
2012-04-02 15:50:06 +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
|
LCL-CustomDrawn-X11: Implements GetCursorPos
|
2012-04-05 08:49:20 +00:00 |
customdrawnwinapi.inc
|
LCL-CustomDrawn: Improves DrawFocusRect to keep the canvas state
|
2012-04-06 14:17:32 +00:00 |
customdrawnwinapih.inc
|
LCL-CustomDrawn: Implements FocusRect
|
2012-04-06 14:14:25 +00:00 |
customdrawnwsarrow.pas
|
|
|
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
|
|
|
customdrawnwscontrols.pp
|
LCL-CustomDrawn: Resizing a control should call invalidate or else it isn't updated
|
2012-04-06 07:41:56 +00:00 |
customdrawnwsdialogs.pas
|
Adds a skeleton for wsdialogs in LCL-CustomDrawn
|
2012-03-28 14:13:19 +00:00 |
customdrawnwsextctrls.pas
|
Starts the X11 tray icon
|
2012-04-04 14:25:28 +00:00 |
customdrawnwsfactory.pas
|
Finishes the basic implementation of Android native menus
|
2012-03-28 13:59:52 +00:00 |
customdrawnwsforms_android.inc
|
|
|
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
|
Adds explicit free via DeleteLocalRef to many Android local string alocations
|
2012-04-02 15:50:06 +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
|
|
|
Makefile
|
LCL: makefiles: compile lcl.pas
|
2012-04-09 14:29:34 +00:00 |
Makefile.fpc
|
LCL: makefiles: compile lcl.pas
|
2012-04-09 14:29:34 +00:00 |
wincallback.inc
|
|
|