.. |
android
|
LCL-CustomDrawn-Android: Starts bindings for sockets in Android
|
2012-05-11 11:57:39 +00:00 |
alllclintfunits.pas
|
|
|
cocoagdiobjects.pas
|
|
|
cocoautils.pas
|
|
|
customdrawn_androidproc.pas
|
|
|
customdrawn_cocoaproc.pas
|
LCL-CustomDrawn-Cocoa: Makes a fine adjustment on the window size, before it was too small by the amount of the height of the title bar
|
2012-08-16 05:32:29 +00:00 |
customdrawn_winproc.pas
|
Customdrawn: make timer related functions 64-bit safe (fixes similar to r39164 #384db6d21b), patch from bug #23052 by lks
|
2012-10-28 16:32:18 +00:00 |
customdrawn_x11proc.pas
|
|
|
customdrawndefines.inc
|
LCL-CustomDrawn: Adds a better identifier for CD injected controls and starts improving the tabbing between controls
|
2012-12-06 10:50:53 +00:00 |
customdrawnint.pas
|
LCL-CustomDrawn-Android: Adds code to store the Android API level at startup and advances the SQLite code
|
2012-12-02 11:00:03 +00:00 |
customdrawnlclintf_android.inc
|
|
|
customdrawnlclintf_cocoa.inc
|
|
|
customdrawnlclintf_win.inc
|
|
|
customdrawnlclintf_x11.inc
|
|
|
customdrawnlclintf.inc
|
Reimplements the cdintf control special case as a LCLIntf function, to be more conformant to the way of working for the LCL
|
2012-12-07 15:55:54 +00:00 |
customdrawnlclintfh.inc
|
Reimplements the cdintf control special case as a LCLIntf function, to be more conformant to the way of working for the LCL
|
2012-12-07 15:55:54 +00:00 |
customdrawnobject_android.inc
|
LCL-CustomDrawn-Android: Adds code to store the Android API level at startup and advances the SQLite code
|
2012-12-02 11:00:03 +00:00 |
customdrawnobject_cocoa.inc
|
|
|
customdrawnobject_win.inc
|
Customdrawn: make timer related functions 64-bit safe (fixes similar to r39164 #384db6d21b), patch from bug #23052 by lks
|
2012-10-28 16:32:18 +00:00 |
customdrawnobject_x11.inc
|
Large patch from Giuliano Colla: Adds pallete images to CD controls, improves TCDButton to be more similar to TBitBtn, improves the speed of mouse/resize message handling in LCL-CustomDrawn-X11 and starts implementing MessageDlg in LazDialogs
|
2012-09-11 08:04:30 +00:00 |
customdrawnobject.inc
|
LCL-CustomDrawn: Finally finishes fixing suppoty to navigate controls with tab
|
2012-12-09 18:55:55 +00:00 |
customdrawnprivate.pas
|
Reimplements the cdintf control special case as a LCLIntf function, to be more conformant to the way of working for the LCL
|
2012-12-07 15:55:54 +00:00 |
customdrawnproc.pas
|
LCL-CustomDrawn: Fixes a bug. It didnt consider the possibility of a alClient align with borders and wasnt drawing the parent control in this case
|
2012-08-15 18:32:12 +00:00 |
customdrawntrayicon_android.inc
|
|
|
customdrawntrayicon_cocoa.inc
|
|
|
customdrawntrayicon_win.inc
|
|
|
customdrawntrayicon_x11.inc
|
|
|
customdrawnwinapi_android.inc
|
LCL-CustomDrawn-Android: Fixes the implementation of reading from the Clipboard. Now both directions are working.
|
2012-05-09 14:45:05 +00:00 |
customdrawnwinapi_cocoa.inc
|
LCL-CustomDrawn: Fixes the issue with alAlign and starts improving TPageControl. TCDPageControl already works almost 100% ok.
|
2012-08-25 11:27:55 +00:00 |
customdrawnwinapi_win.inc
|
lazdialogs patch from Giuliano and also a minor improvement for handle handling in LCL-CustomDrawn-Win32 MessageBox
|
2012-09-28 08:36:33 +00:00 |
customdrawnwinapi_x11.inc
|
|
|
customdrawnwinapi.inc
|
fixed compilation with fpc 2.6.1 23444
|
2013-01-18 16:21:23 +00:00 |
customdrawnwinapih.inc
|
|
|
customdrawnwsarrow.pas
|
|
|
customdrawnwsbuttons.pas
|
|
|
customdrawnwscomctrls.pas
|
Reimplements the cdintf control special case as a LCLIntf function, to be more conformant to the way of working for the LCL
|
2012-12-07 15:55:54 +00:00 |
customdrawnwscontrols.pp
|
LCL-CustomDrawn: Fixes the issue with alAlign and starts improving TPageControl. TCDPageControl already works almost 100% ok.
|
2012-08-25 11:27:55 +00:00 |
customdrawnwsdialogs.pas
|
|
|
customdrawnwsextctrls.pas
|
|
|
customdrawnwsfactory.pas
|
LCL-CustomDrawn: Advances the support for TPageControl, not yet fully working
|
2012-08-15 18:50:43 +00:00 |
customdrawnwsforms_android.inc
|
|
|
customdrawnwsforms_cocoa.inc
|
LCL-CustomDrawn: Fixes the issue with alAlign and starts improving TPageControl. TCDPageControl already works almost 100% ok.
|
2012-08-25 11:27:55 +00:00 |
customdrawnwsforms_win.inc
|
|
|
customdrawnwsforms_x11.inc
|
LCL-CustomDrawn: Fixes compilation, patch from bug #22863
|
2012-09-28 08:20:43 +00:00 |
customdrawnwsforms.pp
|
Large patch from Giuliano Colla: Adds pallete images to CD controls, improves TCDButton to be more similar to TBitBtn, improves the speed of mouse/resize message handling in LCL-CustomDrawn-X11 and starts implementing MessageDlg in LazDialogs
|
2012-09-11 08:04:30 +00:00 |
customdrawnwslazdeviceapis.pas
|
|
|
customdrawnwsmenus_cocoa.inc
|
|
|
customdrawnwsmenus.pas
|
|
|
customdrawnwsspin.pas
|
|
|
customdrawnwsstdctrls.pas
|
Reimplements the cdintf control special case as a LCLIntf function, to be more conformant to the way of working for the LCL
|
2012-12-07 15:55:54 +00:00 |
interfaces.pas
|
|
|
Makefile
|
|
|
Makefile.fpc
|
|
|
wincallback.inc
|
Customdrawn: make timer related functions 64-bit safe (fixes similar to r39164 #384db6d21b), patch from bug #23052 by lks
|
2012-10-28 16:32:18 +00:00 |