aboutsummaryrefslogtreecommitdiff
path: root/core/sys/win32
Commit message (Expand)AuthorAgeFilesLines
...
* | Add convenience functions for open + save dialogs.Jeroen van Rijn2019-03-091-2/+89
* | Add win32.get_cwd to return the current working directoryJeroen van Rijn2019-03-092-0/+17
* | package dynlibgingerBill2019-03-031-1/+1
* | Add minor additions to mem, sync, and sys/win32gingerBill2019-02-211-2/+43
|/
* Initial support for GetVersionExAJeroen van Rijn2019-01-182-24/+41
* Add win32 cursor stuffgingerBill2019-01-051-0/+35
* Add sys/win32/comdlg32.odingingerBill2019-01-022-10/+105
* Reorganize sys/win32gingerBill2019-01-028-1462/+1483
* Update sys/win32; Add Menu stuffgingerBill2019-01-011-0/+131
* Fix typogingerBill2018-12-081-1/+1
* style fixes & PR changesdimenus2018-12-061-6/+6
* added win32 vk codesdimenus2018-12-051-2/+129
* fixed typo in 'GetMonitorInfoA' & added additional window stylesdimenus2018-12-051-2/+47
* Add `utf8_to_ucs2` for package win32 so that the wide procedures can used by ...gingerBill2018-08-301-1/+65
* Allow `.allocator` for dynamic arrays; Add `mem.Pool`gingerBill2018-06-121-0/+3
* Use const & for Array<AstNode *> parametersgingerBill2018-06-032-11/+8
* Add basic package support (no IR support yet)gingerBill2018-05-262-4/+4
* Parse directories to be packagesgingerBill2018-05-212-0/+1209