lazarus/lcl/interfaces/win32
zeljko bd60e4f5de LCL: TCustomListView added TCustomListViewEditor class to implement OnEditing and OnEdited events in pure LCL. issue #12059.
win32: mark listview as readonly to ws always since we are using LCL implementation for listview editing (TCustomListViewEditor).

git-svn-id: trunk@35354 -
2012-02-13 11:45:13 +00:00
..
alllclintfunits.pas repeat r30232 and revert r30231 #0962e03d29 - the fail was in that revision 2011-04-07 07:58:09 +00:00
interfaces.pp
issues.xml
Makefile Makes LazUtils a base package for the LCL and moves FileUtil, Masks and lazutf8classes to it. Updates the Makefile structure to reflect this. 2011-10-17 09:24:01 +00:00
Makefile.compiled lcl: fixed Makefile.compiled 2011-03-17 12:19:41 +00:00
Makefile.fpc Makes LazUtils a base package for the LCL and moves FileUtil, Masks and lazutf8classes to it. Updates the Makefile structure to reflect this. 2011-10-17 09:24:01 +00:00
README.txt
win32callback.inc lcl, win32: update format settings if UpdateFormatSettings = True (feature #0020517) 2012-02-06 03:52:31 +00:00
win32debug.pp win32: cleanup 2011-02-01 05:56:48 +00:00
win32def.pp
win32defines.inc win32: redirect messages sent by win32 after call to DestroyWindow to a specific window proc (disabled by default through a define). Those messages can lead to access to LCL objects after destruction with potential crashes. 2011-12-24 01:08:30 +00:00
win32extra.pas win32: ifdef all vista open/save dialog code 2010-11-16 07:10:46 +00:00
win32int.pp win32: redirect messages sent by win32 after call to DestroyWindow to a specific window proc (disabled by default through a define). Those messages can lead to access to LCL objects after destruction with potential crashes. 2011-12-24 01:08:30 +00:00
win32lclintf.inc LCL: Make MessageDlg default button work on Windows 7. Issue #19863, patch from Bart Broersma 2011-08-22 18:29:58 +00:00
win32lclintfh.inc lcl: redo QuestionDialog buttons usage, move buttons to outer class for use in widgetsets 2010-11-24 10:12:28 +00:00
win32listsl.inc win32: assumes FSender is TCustomComboBox in TWin32ComboBoxStringList.GetComboHeight (same assumption is made in other methods) 2012-02-06 19:21:37 +00:00
win32listslh.inc Win32,WinCE,Carbon: fixed saving checkbox state inside TCheckListBox when moving items. issue #20589 2011-10-30 12:21:35 +00:00
win32memostrings.inc win32: Adjust line breaks before assigning a text string to memo (issue #0017000) 2011-03-19 17:00:28 +00:00
win32object.inc win32: redirect messages sent by win32 after call to DestroyWindow to a specific window proc (disabled by default through a define). Those messages can lead to access to LCL objects after destruction with potential crashes. 2011-12-24 01:08:30 +00:00
win32pagecontrol.inc win32: apply patch of cobines to fix page size after a tab caption change (bug #0018955) 2012-02-07 05:11:44 +00:00
win32proc.pp win32: group boolean fields of TWin32WindowInfo. Saves 8 bytes per record (96 -> 88) 2011-12-24 12:59:41 +00:00
win32themes.pas repeat r30232 and revert r30231 #0962e03d29 - the fail was in that revision 2011-04-07 07:58:09 +00:00
win32trayicon.inc win32, wince: make sure all LoadIcon, LoadCursor go to windows unit instead of graphics 2011-03-25 06:04:41 +00:00
win32winapi.inc lcl: replace UTF8String with String type 2011-11-16 05:52:31 +00:00
win32winapih.inc Introduces TCanvas.TextFitInfo and implements LCLIntf.GetTextExtentExPoint for Win32 2011-11-02 11:11:28 +00:00
win32wsarrow.pp
win32wsbuttons.pp win32: erase paint buffer on creation 2011-04-11 01:40:28 +00:00
win32wscalendar.pp
win32wschecklst.pp win32: remove redundant Win32Info checks 2012-01-08 09:51:31 +00:00
win32wscomctrls.pp win32: rename Notebook to TabControl 2012-02-07 05:00:15 +00:00
win32wscontrols.pp win32: redirect messages sent by win32 after call to DestroyWindow to a specific window proc (disabled by default through a define). Those messages can lead to access to LCL objects after destruction with potential crashes. 2011-12-24 01:08:30 +00:00
win32wscustomlistview.inc LCL: TCustomListView added TCustomListViewEditor class to implement OnEditing and OnEdited events in pure LCL. issue #12059. 2012-02-13 11:45:13 +00:00
win32wsdialogs.pp LCL WinVista: Fix setting TOpenDialog/TSaveDialog initialdir. Issue #20387, patch from Bart Broersma 2011-10-03 12:25:49 +00:00
win32wsextctrls.pp Updates win32 and wince for the new TCustomNotebook location 2011-07-04 10:05:35 +00:00
win32wsextdlgs.pp win32: fix win32dialogs compilation with recent fpc 2.5.1 on win64 platform (based on patch of Cyrax, issue #0019163) 2011-04-15 13:04:12 +00:00
win32wsextdlgs.rc
win32wsextdlgs.res
win32wsfactory.pas win32: rename Notebook to TabControl 2012-02-07 05:00:15 +00:00
win32wsforms.pp win32: use SW_SHOWNORMAL instead of SW_SHOW when we are showing a window (bug #0020670) 2012-02-06 06:08:03 +00:00
win32wsgrids.pp
win32wsimglist.pp LCL, Win32: Fix Rangecheck error when assigning ImageList to ListView. Issue #20861 2011-12-10 10:58:09 +00:00
win32wsmenus.pp win32: fix spacing for menu item drawing on classic windows by cobines with modifications (issue #0018424) 2012-02-13 06:42:22 +00:00
win32wspairsplitter.pp
win32wsspin.pp LCL Win32: Fix Spinbuttons showing through Panel. Patch from August Klein, Issue #19130 2011-06-19 11:07:38 +00:00
win32wsstdctrls.pp win32: use the same approach to set dropdowncount when theme is enabled or not. Fix issue #21232 2012-02-06 19:03:27 +00:00
win32wstoolwin.pp

see the docs/TODO about the state of the win32 interface