lazarus/lcl/interfaces/customdrawn
2012-05-11 07:54:39 +00:00
..
android
alllclintfunits.pas
cocoagdiobjects.pas
cocoautils.pas
customdrawn_androidproc.pas
customdrawn_cocoaproc.pas LCL-CustomDrawn-Cocoa: Accessibility: Fixes the position and enabled property 2012-05-11 06:19:47 +00:00
customdrawn_winproc.pas
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-Android: Improves the combobox selection further, fixing the case where the item index didnt change but the text did. Starts implementing Clipboard text setting 2012-05-08 17:04:49 +00:00
customdrawnint.pas LCL-CustomDrawn-Android: Further improves the improved timer. Starts adding a list to make sure nothing is GCed, uses global reference and adds a new parameter to in the future use only the list ID instead of the raw reference 2012-05-10 16:18:54 +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
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 LCL-CustomDrawn-Android: Fixes a bug which prevented input of numbers in Android 4 and overall improves the key events for all devices 2012-05-11 07:54:39 +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-Windows: Fixes compilation 2012-04-13 12:18:36 +00:00
customdrawnobject_x11.inc Minor improvement to the X11 screen format code 2012-04-11 08:39:16 +00:00
customdrawnobject.inc LCL-CustomDrawn-Android: Starts implementing clipboard support and fixes regressions from previous commits: Fixes Android combobox text and selection. Fixes Android virtual keyboard which was broken by SetFocus. 2012-05-08 16:15:40 +00:00
customdrawnprivate.pas CustomDrawn: Fixes some crashes which show in TEdit inserted inside TDBGrid 2012-04-27 08:34:35 +00:00
customdrawnproc.pas LCL-CustomDrawn-Android: Further improves the improved timer. Starts adding a list to make sure nothing is GCed, uses global reference and adds a new parameter to in the future use only the list ID instead of the raw reference 2012-05-10 16:18:54 +00:00
customdrawntrayicon_android.inc
customdrawntrayicon_cocoa.inc
customdrawntrayicon_win.inc
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-Cocoa: Accessibility: Fixes the position and enabled property 2012-05-11 06:19:47 +00:00
customdrawnwinapi_win.inc LCL-CustomDrawn: Implements some more generic winapis 2012-04-29 15:52:53 +00:00
customdrawnwinapi_x11.inc LCL-CustomDrawn: Implements some more generic winapis 2012-04-29 15:52:53 +00:00
customdrawnwinapi.inc LCL-CustomDrawn-Android: Starts implementing clipboard support and fixes regressions from previous commits: Fixes Android combobox text and selection. Fixes Android virtual keyboard which was broken by SetFocus. 2012-05-08 16:15:40 +00:00
customdrawnwinapih.inc LCL-CustomDrawn: Implements some more generic winapis 2012-04-29 15:52:53 +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 LCL-CustomDrawn: Implements SetFocus and corrects a lot of control injection code which was not updated to the latest way of doing it 2012-04-27 12:20:11 +00:00
customdrawnwscontrols.pp LCL-CustomDrawn-Cocoa: Now the highlighting of windowed controls is perfect in UIBrowser, non-windowed ones still wrong. Also fixes the implementation of ClientToScreen 2012-05-06 07:01:46 +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 Starts addding TMemo support to LCL-CustomDrawn and some fixes related to the TCDEdit.MultiLine implementation 2012-04-20 14:35:33 +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: Fixes compilation, adds a new smart painting for X11, improves trayicon for X11 2012-04-11 08:28:09 +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_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
customdrawnwsstdctrls.pas LCL-CustomDrawn: Implements SetFocus and corrects a lot of control injection code which was not updated to the latest way of doing it 2012-04-27 12:20:11 +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 LCL-CustomDrawn-Windows: Fixes compilation 2012-04-13 12:18:47 +00:00