lazarus/lcl/interfaces/win32
paul cd6febc8f8 lcl: replace UTF8String with String type
git-svn-id: trunk@33552 -
2011-11-16 05:52:31 +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, windows, fix 'After changes by commits 33328 and 33359 it becomes impossible to use Enter key in TMemo. Even TStrings property editor does not allow it' reported by Anton 2011-11-12 09:08:48 +00:00
win32debug.pp win32: cleanup 2011-02-01 05:56:48 +00:00
win32def.pp
win32defines.inc win32: use Vista dialogs by default 2011-03-25 09:11:29 +00:00
win32extra.pas win32: ifdef all vista open/save dialog code 2010-11-16 07:10:46 +00:00
win32int.pp LCL, Win32: fix range check error with newly started Windows. Issue #20321, patch from Benito van der Zander 2011-09-23 07:41:10 +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,WinCE,Carbon: fixed saving checkbox state inside TCheckListBox when moving items. issue #20589 2011-10-30 12:21:35 +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: check win32 code for correctness after Assert->DebugLn replacement, fix ObjectToHWND, remove TraceEvent, remove all commented DebugLn 2011-03-14 02:32:50 +00:00
win32pagecontrol.inc Renames TNotebookOption and friends to TCTabControlOptions,etc because the old name was completely wrong since TNotebook is completely unrelated to this type 2011-11-15 07:28:07 +00:00
win32proc.pp Fixes bug #20065. Removes ssCaps, ssNum and ssScroll because they are implemented based on the key lock in win32, which is not the same as shift state, they are added only for MouseWhell events and very unreliable across platforms (cannot be correctly implemented in win32 for example). Also corrects the ShiftState for MouseWhell messages in Windows. Removes State from the mousewhell internal message, now Button is used, which is more consistent with Win32. 2011-10-26 15:08:10 +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 WindowInfo^.needParentPaint set in CreateHandle of ListBox and CheckListBox - they are set during WM_NCCREATE 2011-03-31 00:56:20 +00:00
win32wscomctrls.pp Renames TNotebookOption and friends to TCTabControlOptions,etc because the old name was completely wrong since TNotebook is completely unrelated to this type 2011-11-15 07:28:07 +00:00
win32wscontrols.pp LCL: TWin32WSWinControl.PaintTo ERangeException fix. Issue #20164, patch from Flávio Etrusco 2011-09-15 17:22:53 +00:00
win32wscustomlistview.inc win32: replace UTF8Decode to UTF8ToAnsi 2011-11-03 07:03:50 +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 Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls 2011-07-20 14:39:50 +00:00
win32wsforms.pp lcl: move WN_NCHITTEST handling of THintWindow into LCL to allow overriding (issue #0019594) 2011-06-30 06:30:12 +00:00
win32wsgrids.pp
win32wsimglist.pp win32: fix compilation with range checks 2011-03-03 07:31:20 +00:00
win32wsmenus.pp LCL: fixed non-ASCII accelerator keys handling, bug #19223 2011-09-02 19:59:14 +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 LCL: set Windows listbox itemindex to -1 if nothing is selected. Issue #19893 2011-08-06 10:00:58 +00:00
win32wstoolwin.pp

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