summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' into patch-1Cory Ory2018-10-142-0/+13
| |\ \ | |/ / |/| |
* | | Merge pull request #54 from sugoiuguu/masterAlexander Neumann2018-10-112-1/+13
|\ \ \
| * \ \ Updated GetDesktopWindow() pos, added myself to AUTHORSsugoiuguu2018-10-102-1/+41
| |\ \ \ | |/ / / |/| | |
| * | | Updated GetDesktopWindow() pos, added myself to AUTHORSsugoiuguu2018-10-102-2/+3
| * | | added GetDesktopWindow()Tiago Carvalho2018-07-131-0/+11
| | * | Add myself (Cory Redmond) to authors.Cory Ory2018-10-131-0/+1
| | * | Proper custom color handlingCory Ory2018-09-191-1/+1
| |/ / |/| |
* | | Merge pull request #55 from gonutz/masterAlexander Neumann2018-08-212-0/+40
|\ \ \ | |/ / |/| |
| * | Add gonutz to AUTHORS and sort functions by namegonutz2018-08-202-26/+27
| * | Add CreateActCtx and ActivateActCtxLars2018-08-201-0/+39
|/ /
* | Merge pull request #50 from ryujimiya/ryujimiya_branch_2Alexander Neumann2018-04-303-0/+50
|\ \
| * | SAFEARRAY is addedryujimiya2018-04-273-0/+50
|/ /
* | Add WINDOWPOSAlexander Neumann2018-04-231-0/+10
* | Add HDLAYOUTAlexander Neumann2018-04-231-0/+5
* | Add some gdi32 stuffAlexander Neumann2018-04-231-0/+50
* | oleaut32: Fix constant for 32 bitAlexander Neumann2018-04-171-1/+1
* | Merge pull request #48 from ryujimiya/ryujimiya_branch_1Alexander Neumann2018-04-175-23/+373
|\ \
| * | rename VARIANT methods: e.g. GetLong -> Longryujimiya2018-04-171-24/+24
| * | The VARIANT-type method names are changed: e.g. LVal() to MustLong().ryujimiya2018-04-152-49/+49
| * | (1) Fix VARIANT type for Windows10 (x64) which was invalid at Windows 64bitryujimiya2018-04-084-23/+373
|/ /
* | Add some header control stuffAlexander Neumann2018-03-231-15/+106
* | Add NMLVSCROLLAlexander Neumann2018-03-231-0/+6
|/
* Don't panic on post XP stuff. At least not on startup.Alexander Neumann2017-11-203-4/+10
* Add some more GDI functionsAlexander Neumann2017-11-161-0/+45
* Add AlphaBlendAlexander Neumann2017-11-141-0/+32
* Merge branch 'loadicon-more' of https://github.com/tmm1/win into prsAlexander Neumann2017-11-131-0/+34
|\
| * add LoadIcon*Aman Gupta2017-11-021-0/+34
* | Merge branch 'bcm-setshield' of https://github.com/tmm1/win into prsAlexander Neumann2017-11-131-0/+1
|\ \
| * | add BCM_SETSHIELDAman Gupta2017-11-021-0/+1
| |/
* | Merge branch 'SHGetStockIconInfo' of https://github.com/tmm1/win into prsAlexander Neumann2017-11-132-0/+133
|\ \
| * | Update AUTHORSAman Gupta2017-11-061-0/+1
| * | add SHGetStockIconInfoAman Gupta2017-10-301-0/+132
| |/
* | Merge pull request #38 from icedream/feature/user32/windowfromdcAlexander Neumann2017-11-062-0/+13
|\ \ | |/ |/|
| * Add Carl Kittelberger to AUTHORS file.Carl Kittelberger2017-11-061-0/+1
| * Implement WindowFromDC from user32.Carl Kittelberger2017-11-051-0/+12
|/
* Add AnimateWindowAlexander Neumann2017-09-261-0/+24
* Fix DTTOPTS for 64 bitAlexander Neumann2017-09-181-6/+6
* Don't panic on startup if DrawThemeTextEx is not availableAlexander Neumann2017-08-241-1/+1
* Move some stuff aroundAlexander Neumann2017-08-231-12/+12
* Don't panic if GetPhysicallyInstalledSystemMemory is not available (before Vista)Alexander Neumann2017-08-232-3/+2
* Merge branch 'master' of github.com:lxn/winAlexander Neumann2017-08-082-21/+33
|\
| * Merge pull request #31 from bobbypage/memoryAlexander Neumann2017-08-072-21/+33
| |\
| | * Add myself to authorsDavid Porter2017-08-031-0/+1
| | * Add GetPhysicallyInstalledSystemMemory system call.David Porter2017-08-011-21/+32
* | | Add SysLink stuffAlexander Neumann2017-08-082-1/+66
|/ /
* / Add WM_NCHITTEST constantsAlexander Neumann2017-08-031-0/+30
|/
* Add missing // +build windows, fixes #28Alexander Neumann2017-07-112-0/+4
* Add some region functions + TransparentBltAlexander Neumann2017-04-171-1/+88
* Replace DrawThemeText with DrawThemeTextExAlexander Neumann2017-04-171-7/+70
* Add ExcludeClipRect and IntersectClipRectAlexander Neumann2017-04-111-0/+28