lazarus/lcl/interfaces/customdrawn
2012-08-16 05:32:29 +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 customdrawn-cocoa: Attempts to implement text rendering again, not yet working 2011-12-03 09:12:13 +00:00
cocoautils.pas
customdrawn_androidproc.pas Small commenting improvement 2012-01-24 10:50:08 +00:00
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: Adds the possibility to compile to WinCE 2012-02-02 15:18:27 +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-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-Android: Moves the JNI code to call the ListView Dialog to the CustomDrawn widgetset to centralize it. 2012-06-20 07:41:05 +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 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_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 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-Android: Moves the JNI code to call the ListView Dialog to the CustomDrawn widgetset to centralize it. 2012-06-20 07:41:05 +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 LCL-CustomDrawn: Starts support for tabbing between controls, didnt yet work in Mac OS X 2012-08-14 07:27:02 +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-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: Re-enables support for SetFocus in all platforms except Android and adds SetFocus support in the Accessibility code, this changes the focus when the selection is changed with VoiceOver 2012-08-15 09:01:38 +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 LCL-CustomDrawn: Advances the support for TPageControl, not yet fully working 2012-08-15 18:50:43 +00:00
customdrawnwscontrols.pp LCL-CustomDrawn-Cocoa: Adds VoiceOver speaking of labels and fixes a crash in voiceover combined with TNotebook 2012-08-02 06:17:45 +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-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
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 LCL-CustomDrawn: Starts BitBtn implementation 2012-03-15 10:15:36 +00:00
customdrawnwsstdctrls.pas LCL-CustomDrawn: Adds support for read/write selection information in TCDEdit, LCL-CustomDrawn and also in the Cocoa accessibility 2012-08-15 08:02:41 +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 LCL-CustomDrawn-Windows: Fixes compilation 2012-04-13 12:18:47 +00:00