- bb4de01 Merge pull request #2 from davidsansome/build-tags by shirou · 9 years ago master
- 4da61d1 Add build constraints to all source files that use syscall by David Sansome · 9 years ago
- 3c9377f Merge pull request #1 from shawnps/master by shirou · 10 years ago
- 6b3ce29 gofmt -s by Shawn Smith · 10 years ago
- ada3ba6 Add PROCESSENTRY32 by WAKAYAMA Shirou · 12 years ago
- e7868d7 remove sendInput function to build without cgo. by WAKAYAMA Shirou · 12 years ago
- 26c1073 Merge pull request #30 from brunoqc/master by Allen Dang · 12 years ago
- a118f5e Merge pull request #31 from brunoqc/GetProcessTimes2 by Allen Dang · 12 years ago
- 4e0dd19 Merge pull request #33 from mattn/fix_build_mingw by Allen Dang · 12 years ago
- fb0ecdc Fix build on mingw by mattn · 12 years ago
- ebe1d67 Add GetProcessTimes() by Bruno Bigras · 12 years ago
- 8f5e4f1 Add TerminateProcess() by Bruno Bigras · 12 years ago
- a815ac8 Merge pull request #27 from biorhitm/master by Allen Dang · 12 years ago
- 31e64b0 Added GetDiskFreeSpaceEx to kernel.go by biorhitm · 12 years ago
- d94e6bc Added GetConsoleWindow to kernel32.go by biorhitm · 12 years ago
- e6b20c2 Merge pull request #26 from brunoqc/SendInput by Allen Dang · 12 years ago
- d32a557 Added SendInput() by Bruno Bigras · 12 years ago
- 36c3bcb Merge pull request #25 from bowenl2/master by Allen Dang · 12 years ago
- d645ce6 Added GetLogicalDrives to kernel32.go by bowenl2 · 12 years ago
- 1d6b221 Merge pull request #24 from nbareil/master by Allen Dang · 12 years ago
- 15a9fbd OpenEventLog() takes two string pointers by Nicolas Bareil · 12 years ago
- f898a4f Merge pull request #23 from taruti/master by Allen Dang · 13 years ago
- 918f1e2 Change registry API to support older windows versions by Taru Karttunen · 13 years ago
- c79fb6f SetWindowLongPtrW -> SetWindowLongW by Taru Karttunen · 13 years ago
- ddef909 Merge pull request #21 from rygorous/get_stock_obj_id by Allen Dang · 13 years ago
- 74e0bfb Add GetStockObject ID constants by Fabian Giesen · 13 years ago
- 7839ae9 Merge pull request #18 from Popog/master by Allen Dang · 13 years ago
- ace665b Updates and fixes necessary for glml by Popog · 13 years ago
- 6550729 Removed DWORD type, added size guarantees and documentation. by Popog · 13 years ago
- 0216151 Fixed typedefs by Popog · 13 years ago
- 4f93026 go fmt by Popog · 13 years ago
- 40381bd Merge pull request #16 from GRosenberg/master by Allen Dang · 13 years ago
- e685259 Initial DWM API implementation commit. by GRosenberg · 13 years ago
- 1dbde4f Merge pull request #15 from anschelsc/master by Allen Dang · 13 years ago
- 125639d Run gofmt with non-default settings. by Anschel Schaffer-Cohen · 13 years ago
- 61a20cd Test was backwards XD by Anschel Schaffer-Cohen · 13 years ago
- c2848b3 Added text attribute constants. by Anschel Schaffer-Cohen · 13 years ago
- 0526b7d Added SetConsoleTextAttributes. by Anschel Schaffer-Cohen · 13 years ago
- 66b3dac go fmt by Anschel Schaffer-Cohen · 13 years ago
- 69e55b3 Added GetConsoleScreenBufferInfo and appropriate types. by Anschel Schaffer-Cohen · 13 years ago
- 9edaef6 Merge pull request #13 from beatgammit/master by Allen Dang · 13 years ago
- 00861cb Added GetSystemTimes by T. Jameson Little · 13 years ago
- e2810bf Merge pull request #12 from ajhager/master by Allen Dang · 13 years ago
- 9df3462 Added AdjustWindowRect(Ex) by Joseph Hager · 13 years ago
- ad3f688 Merge pull request #11 from papplampe/master by Allen Dang · 13 years ago
- c969e8f added process related functions by papplampe · 13 years ago
- 7ef206f Merge pull request #10 from saintfish/master by Allen Dang · 14 years ago
- 72b8359 Fix bug that GetClientRect calls procGetWindowRect by Sheng Yu · 14 years ago
- 1015fb4 Merge pull request #9 from papplampe/master by Allen Dang · 14 years ago
- ca26772 fix double procs by papplampe · 14 years ago
- abb6d0f format by papplampe · 14 years ago
- 6a11d0c fixed merge problems by papplampe · 14 years ago
- ea26dc4 added event log functions by papplampe · 14 years ago
- e87646a Add "Michael Henke" to authors. by Allen Dang · 14 years ago
- 63edaac added clipboard and keyboard related functions by Allen Dang · 14 years ago
- 4fe0006 applied 4 spaces format by papplampe · 14 years ago
- e183715 added clipboard and keyboard functions by papplampe · 14 years ago
- 0420c1a Thanks dreamkxd! Update the data type inconsistent issue of COLORREF and HRESULT. by Allen Dang · 14 years ago
- f2b286b Fix issues caused by code merge. by Allen Dang · 14 years ago
- 2405002 Merge branch 'master' of https://github.com/AllenDang/w32 by Allen Dang · 14 years ago
- 045331b Add OpenSCManager,CloseServiceHandle,OpenService,StartService,ControlService and related constants. by Allen Dang · 14 years ago
- 8380d70 Merge pull request #5 from papplampe/master by Allen Dang · 14 years ago
- 616aebf applied 4 spaces format by papplampe · 14 years ago
- c0c182f SetDIBitsToDevice now fixed by papplampe · 14 years ago
- 3a66d55 fmt by papplampe · 14 years ago
- 6d6a997 added SetDIBitsToDevice, BeginPaint, EndPaint, PAINTSTRUCT and some constants needed by the functions by papplampe · 14 years ago
- 37e6113 Change folder structure, merge all sub-packages into "w32" package. by Allen Dang · 14 years ago
- 9b94841 Add constants related to clipboard. by Allen Dang · 14 years ago
- 482f7b1 Add "GetClipboardFormatName", "IsClipboardFormatAvailable". by Allen Dang · 14 years ago
- 5517ca2 Add "GetLastError". by Allen Dang · 14 years ago
- cf97444 Remove import reference of "fmt" and "syscall". by Allen Dang · 14 years ago
- 4ba1275 Merge branch 'master' of https://github.com/AllenDang/w32 by Allen Dang · 14 years ago
- 8203b43 Remove "LoadLib" and "GetProcAddr". by Allen Dang · 14 years ago
- e7e57e9 Use "syscall.NewLazyDLL" instead loading dll by myself. by Allen Dang · 14 years ago
- ffc611b Merge pull request #2 from bsiegert/master by Allen Dang · 14 years ago
- 5dce9c6 Fix an invalid verb in Sprintf format string. by Benny Siegert · 14 years ago
- f60f40e Add .md suffix. by Allen Dang · 14 years ago
- 9fc4955 Format files using go fmt. by Allen Dang · 14 years ago
- 92841fd Removed due to incomplete implementation. by Allen Dang · 14 years ago
- 41fd6c7 Refine "com" package. by Allen Dang · 14 years ago
- b4cc1ce Remove all makefile. by Allen Dang · 14 years ago
- 1929e47 Merge branch 'master' of https://github.com/AllenDang/w32 by Allen Dang · 14 years ago
- 6dc0e3e Format with gofmt. by Allen Dang · 14 years ago
- 810e5ed Merge pull request #1 from bsiegert/master by Allen Dang · 14 years ago
- 53ee192 Mention building using the "go" tool in README. by Benny Siegert · 14 years ago
- d6ae09c Add myself to AUTHORS. by Benny Siegert · 14 years ago
- 581b209 Modify import paths to "github.com/AllenDang/w32". by Benny Siegert · 14 years ago
- aee0a19 Remove now-unneeded Makefile. by Benny Siegert · 14 years ago
- 90fb0c5 Move source three levels up. by Benny Siegert · 14 years ago
- 9eaed0d Change algorithm in UTF16PtrToString. by Allen Dang · 14 years ago
- ca7ae86 Move oleaut32 before com in top level makefile. by Allen Dang · 14 years ago
- 0158e52 Change build sequence, move gdiplus to the end. by Allen Dang · 14 years ago
- 9a8c7a9 Fix wrong error message for CreateStreamOnHGlobal. by Allen Dang · 14 years ago
- 3d1abc8 Add CreateStreamOnHGlobal to ole32. by Allen Dang · 14 years ago
- c0c461d Remove "CopyMemory" from kernel32. by Allen Dang · 14 years ago
- ef8e2ba Add FindResource,SizeofResource,LoadResource,LockResource,CopyMemory to Kernel32. by Allen Dang · 14 years ago
- d159baa Add functions from gdiplus to support loading bitmap. by Allen Dang · 14 years ago
- dc2e22d Add DrawText,SetBkColor,SetTextColor. by Allen Dang · 14 years ago
- a9f712a Add TrackMouseEvent to comctl32. by Allen Dang · 14 years ago
- 6d413c4 Add FillRect in user32. by Allen Dang · 14 years ago