lazarus/lcl/interfaces/customdrawn
2013-02-13 07:11:48 +00:00
..
android LCL-CustomDrawn-Android: Starts bindings for sockets in Android 2012-05-11 11:57:39 +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 Patches from bugs #23866 and #23864, fixes 64 bits and fpc 2.7.1 issues 2013-02-13 07:11:48 +00:00
cocoautils.pas
customdrawn_androidproc.pas Small commenting improvement 2012-01-24 10:50:08 +00:00
customdrawn_cocoaproc.pas Patch from bug #23867 - fix compilation in fpc 2.7.1 2013-02-13 07:03:49 +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 Patch from Giuliano: Fixes compilation, adds a new smart painting for X11, improves trayicon for X11 2012-04-11 08:28:09 +00:00
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 LCL-CustomDrawn-Android: Changes the hardcoded package name to a variable which user software can change 2012-04-30 08:36:08 +00:00
customdrawnlclintf_cocoa.inc Patches from bugs #23866 and #23864, fixes 64 bits and fpc 2.7.1 issues 2013-02-13 07:11:48 +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 LCL-CustomDrawn-X11: Fixes the screenshot code 2012-04-04 13:55:48 +00:00
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 LCL-CustomDrawn-Cocoa: Fixes compilation and adds the screen format 2012-04-05 19:30:53 +00:00
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 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 Patch from Giuliano: Fixes compilation, adds a new smart painting for X11, improves trayicon for X11 2012-04-11 08:28:09 +00:00
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 LCL-CustomDrawn: Implements some more generic winapis 2012-04-29 15:52:53 +00:00
customdrawnwinapi.inc keep old StrikeTrough for current RC 2.6.2 2013-01-19 20:35:10 +00:00
customdrawnwinapih.inc LCL-CustomDrawn: Implements some more generic winapis 2012-04-29 15:52:53 +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 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 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 LCL-CustomDrawn: Advances the support for TPageControl, not yet fully working 2012-08-15 18:50:43 +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: 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 LCL-CustomDrawn-Win: Implements GetAppHandle which fixes the showing of the taskbar 2012-03-19 08:51:53 +00:00
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 Adds explicit free via DeleteLocalRef to many Android local string alocations 2012-04-02 15:50:06 +00:00
customdrawnwsmenus_cocoa.inc LCL-CustomDrawn-Cocoa: Fixes a crash and starts adding Menu support 2012-04-15 18:36:21 +00:00
customdrawnwsmenus.pas LCL-CustomDrawn-Cocoa: Fixes a crash and starts adding Menu support 2012-04-15 18:36:21 +00:00
customdrawnwsspin.pas LCL-CustomDrawn: Starts BitBtn implementation 2012-03-15 10:15:36 +00:00
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 Moves the selection of cwstring vs paswstring vs windows string manager into the widgetsets 2011-12-02 23:00:48 +00:00
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 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