lazarus/lcl/interfaces/win32
2017-03-18 07:58:07 +00:00
..
alllclintfunits.pas lcl: added cocoa/agl.pp 2016-11-08 15:36:00 +00:00
interfaces.pp Use the new UTF-8 system by default. Can be disabled by define DisableUTF8RTL. EnableUTF8RTL is removed. 2015-10-20 17:20:11 +00:00
issues.xml LCL: win32: mark TCheckBox.Color and TRadioButton.Color as restricted. Issue #30313 2016-06-27 13:16:01 +00:00
Makefile lcl: updated makefiles 2016-03-20 13:05:51 +00:00
Makefile.compiled
Makefile.fpc lcl: makefiles: added -Sc C-style operators, bug #27128 2014-12-04 11:15:36 +00:00
README.txt
win32callback.inc win32: call CM_MOUSELEAVE on WM_MOUSELEAVE and register WM_MOUSELEAVE to be sent. Issue #31510 2017-03-08 19:47:43 +00:00
win32debug.pp
win32def.pp
win32defines.inc Win32: Remove the use of IfDef's for UseVistaDialogs. It has been defined for over 4 years now, without a mechanisme to undefine it. 2015-11-28 23:18:25 +00:00
win32extra.pas win32: use PrintWindow instead of WM_PRINT in PaintTo so windows are draw with theme 2016-12-28 10:59:59 +00:00
win32int.pp win32: fix scrolling for spin, combo and listview. Issue #31507 2017-03-08 14:29:37 +00:00
win32lclintf.inc Win32: first attempt to implement TWin32WidgetSet.FontIsMonoSpace. Issue #0028898. 2016-03-18 16:45:35 +00:00
win32lclintfh.inc Win32: first attempt to implement TWin32WidgetSet.FontIsMonoSpace. Issue #0028898. 2016-03-18 16:45:35 +00:00
win32listsl.inc LCL-Win32: Throw error when a sorted TCheckListBox item is replaced. Issue #30004, patch from Michl. 2016-10-12 11:05:07 +00:00
win32listslh.inc
win32memostrings.inc win32: remove dumb destroy method in TWin32MemoStrings 2016-11-04 11:34:58 +00:00
win32object.inc LCL: Win32: Prevent one flickering after restoring a minimized modal form. Issue #31122 2016-12-22 21:20:27 +00:00
win32pagecontrol.inc LCL: TCustomTabControl: Win32: Allow setting tab width and tab height. Issue #31109, patch from AlexeyT. 2017-01-25 17:42:06 +00:00
win32proc.pp win32: less warnings. 2016-12-06 19:36:24 +00:00
win32themes.pas lcl: themes: High-DPI: scale default (hard-coded) detail sizes. Solves issue #31557 on Qt+Gtk2 2017-03-18 07:58:07 +00:00
win32trayicon.inc codetools, lazutils, win32: less hints 2015-12-15 16:27:39 +00:00
win32winapi.inc win32: fix scrolling for spin, combo and listview. Issue #31507 2017-03-08 14:29:37 +00:00
win32winapih.inc WS, win32: add GetDpiForMonitor 2016-12-15 08:16:09 +00:00
win32wsbuttons.pp lcl: themes: add TThemeOption.toUseGlyphEffects. Use it for TToolButton, TSpeedButton, TBitBtn, TButtonGlyph 2015-12-21 05:37:05 +00:00
win32wscalendar.pp Win32: fix TWin32WSCustomCalendar.HitTest if application does not use a manifest on Vista and up. Issue #0029975. 2016-04-06 17:08:54 +00:00
win32wschecklst.pp win32: check list: scale check box (for multi-monitor) 2017-02-21 17:45:15 +00:00
win32wscomctrls.pp Add missing unit LCLProc for previous commit 54120 #b22e329287. Fix mantis #31368 2017-02-08 19:26:59 +00:00
win32wscontrols.pp LCL: TWinControl: Win32: Revert revision 53791 #019b8c5c6b because after this PaintTo only work for TForm, not for other controls. Issue #25448 2017-02-02 19:59:36 +00:00
win32wscustomlistview.inc LCL: TListView: Win32: use caption width, if there are no items to calculate the correct autosize width. Issue #29132 2016-12-22 11:51:15 +00:00
win32wsdialogs.pp Win32: TFontDialog: implement retrieving font settings before calling OnApplyClicked. Resolves Issue #0028636. 2016-08-21 23:15:42 +00:00
win32wsextctrls.pp Deprecate wrappers for LazUTF8 functions in LCLProc. 2015-02-06 18:25:31 +00:00
win32wsextdlgs.pp win32: clean up 2016-03-02 06:41:52 +00:00
win32wsextdlgs.rc
win32wsextdlgs.res
win32wsfactory.pas
win32wsforms.pp customdrawn, win32: disable alphablend for parented forms. Issue #26206, patch by Michl 2016-12-14 09:09:23 +00:00
win32wsgrids.pp grids: fix inplace editor horizontal margins. Patch by wp. Issue #30054 2016-04-25 10:23:37 +00:00
win32wsimglist.pp
win32wsmenus.pp win32: menu item: fix checkbox painting. Issue #31149 2017-02-20 15:54:57 +00:00
win32wspairsplitter.pp
win32wsspin.pp win32: spin: forward scroll message on arrows also to spin LCL-level. 2017-03-08 15:35:26 +00:00
win32wsstdctrls.pp win32: group box: highDPI: force reposition of children after font change. Issue #23415 2017-02-19 16:03:57 +00:00
win32wstoolwin.pp

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