lazarus/lcl/interfaces/win32
paul 9aca1999ae win32:
- move ComboBoxWindowProc from win32callback.inc to Win32WSStdCtrls
- declare GetComboBoxInfo method in win32extra (this functions can be used to get listox and edit handles from combobox)

git-svn-id: trunk@12289 -
2007-10-02 07:00:20 +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 changed unit output directories to fpc format units/CPU-OS 2005-07-22 13:47:35 +00:00
README.txt renamed README files to README.txt 2006-07-21 18:31:15 +00:00
win32callback.inc win32: 2007-10-02 07:00:20 +00:00
win32debug.pp * Implemented basic alpha support 2007-08-25 01:49:40 +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
win32extra.pas win32: 2007-10-02 07:00:20 +00:00
win32int.pp win32: 2007-10-02 07:00:20 +00:00
win32lclintf.inc * fixed getting data from non memory devicecontexts 2007-09-10 22:30:15 +00:00
win32lclintfh.inc - move TWidgetset.GetListBoxXXX to TWSCustomListBox.GetXXX (where XXX in [GetIndexAtY, GetItemRect]) *untested on Carbon and wince* 2007-08-28 17:44:28 +00:00
win32listsl.inc Improved UTF-8 support on the Unicode Windows IDE and fixed Unicode version of ListBox, ComboBox and other TStrings based controls on Unicode Windows. 2007-07-25 14:11:19 +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 * Fixed black background on imagelist when no manifest or bpp < 24 2007-09-02 15:27:57 +00:00
win32proc.pp fix typo in previous commit 2007-09-30 08:04:22 +00:00
win32themes.pas * Fixed black background on imagelist when no manifest or bpp < 24 2007-09-02 15:27:57 +00:00
win32trayicon.inc Added gtk2 implementation for TTrayIcon and removed the widgetset implementations of GetCanvas on TTrayIcon. 2007-09-21 09:10:30 +00:00
win32uxtheme.pas - initial implementation of lazarus ThemeServices 2007-05-18 02:18:52 +00:00
win32winapi.inc lcl: fix formatting a bit 2007-09-30 06:13:28 +00:00
win32winapih.inc LCL, win, implemented GetRgnBox 2007-09-03 05:29:08 +00:00
win32wsactnlist.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
win32wsarrow.pp add class method modifier to the implementation of class methods (fixes fpc 2.1.1 compilation) 2006-05-27 20:40:25 +00:00
win32wsbuttons.pp * Implemented basic alpha support 2007-08-25 01:49:40 +00:00
win32wscalendar.pp add class method modifier to the implementation of class methods (fixes fpc 2.1.1 compilation) 2006-05-27 20:30:46 +00:00
win32wschecklst.pp add class method modifier to the implementation of class methods (fixes fpc 2.1.1 compilation) 2006-05-27 20:30:46 +00:00
win32wsclistbox.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
win32wscomctrls.pp * Implemented basic alpha support 2007-08-25 01:49:40 +00:00
win32wscontrols.pp win32: 2007-09-07 16:56:15 +00:00
win32wscustomlistview.inc - fix win32 crash if listview imagelist changed to nil (from Nikolay aka Browny) 2007-09-09 08:53:16 +00:00
win32wsdbctrls.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
win32wsdbgrids.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
win32wsdialogs.pp * Implemented basic alpha support 2007-08-25 01:49:40 +00:00
win32wsdirsel.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
win32wseditbtn.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
win32wsextctrls.pp Widgetset: introduce new WSWinControl method GetMouseInteractiveInDesigner to ask control about its needs in mouse messages/events in design time 2007-09-29 16:55:13 +00:00
win32wsextdlgs.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
win32wsfilectrl.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
win32wsforms.pp win32: 2007-09-30 07:51:49 +00:00
win32wsgrids.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
win32wsimglist.pp * Fixed black background on imagelist when no manifest or bpp < 24 2007-09-02 15:27:57 +00:00
win32wsmaskedit.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
win32wsmenus.pp * Implemented basic alpha support 2007-08-25 01:49:40 +00:00
win32wspairsplitter.pp * patch for tpairsplitter by Paul Ishenin 2007-03-06 00:08:35 +00:00
win32wsspin.pp win32: 2007-09-07 03:52:32 +00:00
win32wsstdctrls.pp win32: 2007-10-02 07:00:20 +00:00
win32wstoolwin.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00

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