lazarus/lcl/interfaces/win32
2007-05-07 07:31:14 +00:00
..
interfaces.pp - request combobox item heights through onMeasureItem when style is ownerdraw variable + misc bugs with ItemHeight (report 0008113) 2007-05-04 01:26:23 +00:00
Makefile regenerated makefiles with fpcmake 2.3.1 to include the -Cg flag for x86_64-linux 2007-04-01 19:38:53 +00:00
Makefile.fpc
README.txt
win32callback.inc win32 interface: added HWND typecast to prevent range check errors 2007-04-11 11:18:56 +00:00
win32def.pp initial implementation of gui loop socket event handler (needed for win32 msg loop) 2007-03-22 20:41:38 +00:00
win32int.pp * Native imagelist implementation part 2 - win32 by paul and me 2007-04-07 01:07:23 +00:00
win32lclintf.inc LCL: added AllocateHWnd and implemented it for win32 (bug #8563) from Felipe 2007-04-03 10:04:06 +00:00
win32lclintfh.inc LCL: added AllocateHWnd and implemented it for win32 (bug #8563) from Felipe 2007-04-03 10:04:06 +00:00
win32listsl.inc ComboHeight := ComboHeight replaced with UpdateComboHeight 2007-05-04 15:11:39 +00:00
win32listslh.inc ComboHeight := ComboHeight replaced with UpdateComboHeight 2007-05-04 15:11:39 +00:00
win32memostrings.inc LCL: added Begin/EndUpdate in TCustomMemo.SetSelText, implemented SetUpdateState for memo lines in the win32 widgetset, fixes (8702) 2007-04-19 10:16:35 +00:00
win32object.inc win32 interface: fixed possible range error 2007-04-02 20:30:41 +00:00
win32proc.pp win32 interface: mousepos can get negative value, so use smallint instead of word to store last mouse pos 2007-04-04 22:05:59 +00:00
win32winapi.inc * fix mask bitmap creation; noticeable on win9x with 2.1.1 (issue #8564) 2007-04-07 15:11:25 +00:00
win32winapih.inc - introduced new win32 compatability function SystemParametersInfo 2007-03-30 05:58:41 +00:00
win32wsactnlist.pp
win32wsarrow.pp
win32wsbuttons.pp win32 interface: fixed several range errors 2007-04-04 15:12:31 +00:00
win32wscalendar.pp
win32wschecklst.pp
win32wsclistbox.pp
win32wscomctrls.pp declared TListItem.Position, TListItem.Top, TListItem.Left with implementation for win32 (0008426) 2007-04-18 15:51:50 +00:00
win32wscontrols.pp fixed cursor changing in designer mode (error introduced in fix #11001) 2007-04-26 03:29:33 +00:00
win32wscustomlistview.inc declared TListItem.Position, TListItem.Top, TListItem.Left with implementation for win32 (0008426) 2007-04-18 15:51:50 +00:00
win32wsdbctrls.pp
win32wsdbgrids.pp
win32wsdialogs.pp win32 interface: fixed memleak when showing an open file dialog 2007-05-03 07:01:52 +00:00
win32wsdirsel.pp
win32wseditbtn.pp
win32wsextctrls.pp - fixing problems with problems with TNoteBook.TabPosition in win32 2007-04-04 07:39:25 +00:00
win32wsextdlgs.pp
win32wsfilectrl.pp
win32wsforms.pp win32 interface: use Bounds of a form when create a new form. If CW_USEDEFAULT is used for bsDialog forms, the initial size is (0,0) which will give negative LCL sizes and range check errors. 2007-04-05 18:43:29 +00:00
win32wsgrids.pp
win32wsimglist.pp - some minor changes and comments for native win32 image list 2007-04-11 05:41:56 +00:00
win32wsmaskedit.pp
win32wsmenus.pp optimize menu drawing, reduce code (from Sergei Gorelkin) 2006-11-12 14:13:19 +00:00
win32wspairsplitter.pp * patch for tpairsplitter by Paul Ishenin 2007-03-06 00:08:35 +00:00
win32wsspin.pp fix focusing spinedit with tab (issue #7033, patch by Paul Ishenin) 2007-02-04 16:49:32 +00:00
win32wsstdctrls.pp - TMemo.Alignment implementation for win32, qt, gtk2 2007-05-07 07:31:14 +00:00
win32wstoolwin.pp
winext.pas win32 interface 2007-04-22 17:36:23 +00:00

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