]> gitweb.factorcode.org Git - factor.git/history - basis/windows
windows: Add cpu-mhz on Windows
[factor.git] / basis / windows /
2021-01-31 Doug Colemanwindows: Add cpu-mhz on Windows
2021-01-30 Doug Colemanwindows: Add some code to put something in the tray.
2020-12-16 John Benediktssoncalendar: change >gmt, >local-time to clone.
2020-12-16 John Benediktssoncalendar: use clone >gmt in a few places.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-09-02 Doug Colemanvscode: Prefer code-insiders version if installed.
2020-05-16 John Benediktssonbasis/extra: replace "/ >integer" with "/i" in a few...
2020-04-13 Alexander Iljinwindows.kernel32: add GetLogicalDriveStrings
2020-04-03 John Benediktssonwindows.iphlpapi: use follow, it's simpler.
2020-03-15 Doug Colemanwindows: Move types to ole32
2020-03-15 Doug Colemanwindows: Move IStream to windows.com to fix bootstrap.
2020-03-10 Doug Colemanwindows: Add more COM code.
2020-03-10 Doug Colemanwindows: Fix user32/shcore DPI functions.
2020-03-07 Doug Colemanwindows: Add a bunch of HighDPI functions.
2020-03-07 Benjamin Pollackwindows; add functions to determine DPI scaling
2020-03-07 Doug Colemanwindows.ole32: Add more LONG: constants.
2020-03-06 Doug Colemanwindows.ole32: Add more error constants as long.
2020-02-13 Doug Colemanwindows.gdiplus: flags{ } is in literals, fix using
2020-02-11 John Benediktssoncore/basis/extra: use flags{ } in places.
2020-01-06 Alexander Iljinwindows.errors: fix a compilation error
2020-01-06 Alexander Iljinwindows.errors: streamline error handling and throwing
2020-01-06 Alexander IljinReplace "win32-error-string throw" with windows-error...
2020-01-06 Alexander IljinReplace "n>win32-error-string throw" with windows-error...
2020-01-06 Alexander IljinDelete throw-win32-error, replace with win32-error...
2020-01-06 Alexander Iljinwindows.errors: make check-invalid-handle throw windows...
2020-01-03 Doug ColemanRevert "windows.errors: make check-invalid-handle throw...
2020-01-03 Doug ColemanRevert "Delete throw-win32-error, replace with win32...
2020-01-03 Doug ColemanRevert "Replace "n>win32-error-string throw" with windo...
2020-01-03 Doug ColemanRevert "Replace "win32-error-string throw" with windows...
2020-01-03 Doug ColemanRevert "windows.errors: streamline error handling and...
2019-11-25 Alexander Iljinwindows.errors: streamline error handling and throwing
2019-11-25 Alexander IljinReplace "win32-error-string throw" with windows-error...
2019-11-25 Alexander IljinReplace "n>win32-error-string throw" with windows-error...
2019-11-25 Alexander IljinDelete throw-win32-error, replace with win32-error...
2019-11-25 Alexander Iljinwindows.errors: make check-invalid-handle throw windows...
2019-08-06 John BenediktssonRevert "io.encodings.utf16: add a utf16n word for nativ...
2019-08-05 John Benediktssonio.encodings.utf16: add a utf16n word for native utf16...
2019-08-05 John Benediktssonwindows.winsock: cleanup using.
2019-08-04 John Benediktssonwindows.uniscribe: re-commit the &dispose removal.
2019-08-02 Doug Colemanbasis: Fix Windows 10 select-all for emojis.
2019-07-30 Doug Colemanwindows.uniscribe: Apply the patch from #1402 for Windows.
2019-07-25 John Benediktssonwindows.uniscribe: remove <cache-assoc> &dispose.
2019-06-08 Alexander Iljinwindows.uniscribe: support transparency in text color 2145/head
2019-06-08 Alexander Iljinwindows.uniscribe: speed up pixel array processing...
2019-06-08 Alexander Iljinwindows.uniscribe: support text with transparent background
2019-05-02 KUSUMOTO Noriowindows.factor KUSUMOTO Norio plan 2
2019-04-23 Alexander Iljinwindows.user32: add the GetKeyboardType function
2019-04-23 Alexander Iljincontinuations[-docs]: add the finally word
2019-03-30 Alexander Iljinwindows.ole32: add a couple of constants
2019-03-23 Doug Colemanwindows.kernel32: add almost useless timezone function
2019-03-22 John Benediktssonwindows.dragdrop-listener: cleanup using.
2019-03-21 Doug Colemanwindows.dragdrop-listener: Fix using
2019-03-17 Doug Colemanwindows: Add all shell32 function stubs. Add more com.
2018-12-16 Doug Coleman*.txt: Add newlines, fix some spacing
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2018-07-13 Alexander Iljinwindows.registry: add change-registry-value and delete...
2018-07-07 Doug Colemanwindows.user32: Fix signature of LoadCursorW.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-03-17 Doug Colemanwindows.surface-dial: Add surface-dial COM interface.
2018-03-17 Doug Colemanwindows.com.wrapper: Fix up docs example so it runs.
2018-03-17 Doug Colemanwindows: Add some more win32 calls.
2018-03-04 Alexander Iljinwindows.kernel32: add the FILE_* constants for GetVolum... 1965/head
2018-02-20 Doug Colemanwindows: Add some words that would be useful for Window...
2018-02-11 Doug Colemanwindows.dragdrop-listener: Fix the other using!
2018-02-10 Doug Colemanfactor: Clean up wrong form of specialized-arrays in...
2018-01-23 John Benediktssonwindows.dropfiles: need to use windows.errors.
2018-01-22 Alexander Iljinwindows.dropfiles: add startup hook to reset initializa...
2018-01-22 Alexander Iljinwindows.dragdrop-listener: update copyright year to...
2018-01-22 Alexander Iljinwindows.dragdrop-listener: make it produce file-drop...
2018-01-22 Alexander Iljinwindows.dropfiles: fix hwnd-reject-files and world...
2018-01-22 Alexander Iljinwindows.dropfiles[-docs]: update copyright year to...
2018-01-22 Alexander Iljinwindows.dropfiles: remove an exception suppression
2018-01-22 Alexander Iljinwindows.dropfiles[-docs]: remove unnecessary symbol
2018-01-22 Alexander Iljinwindows.dropfiles: add summary file
2018-01-22 Alexander Iljinwindows.dropfiles[-docs]: implement the file-drop gesture
2018-01-22 Alexander Iljinwindows.dropfiles: move two words from windows.dragdrop...
2018-01-22 Alexander Iljinwindows.dropfiles: new vocab
2018-01-22 Alexander Iljinwindows.user32: add a couple of functions and related...
2018-01-22 Alexander Iljinwindows.shell32: remove duplicate HDROP type definition
2018-01-22 Alexander Iljinwindows.shell32: add some file drag-drop functions
2018-01-22 Alexander Iljinwindows.messages: add WM_COPYGLOBALDATA constant
2018-01-22 Alexander Iljinwindows.dragdrop-listener: call ole-initialize when...
2018-01-22 Alexander Iljinwindows.kernel32: add SetFileValidData function
2018-01-19 John Benediktssonwindows.gdiplus: remove extra whitespace.
2017-10-09 Alexander Iljinwindows.user32: add some of the power setting notificat...
2017-10-09 Alexander Iljinwindows.ole32: add LPCGUID type
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-09-09 Doug Colemanwindows.kernel32: Don't use /* */
2017-09-07 Doug Colemanwindows.dragdrop-listener: Remove unfinished autogenera...
2017-09-07 Doug Colemanwindows.dragdrop-listener: Fix an error when calling
2017-09-02 Doug Colemanwindows.dragdrop-listener: Fix compilation bug.
2017-09-01 Doug Colemanwindows: Fix some drag and drop apis.
2017-08-17 Alexander Iljinwindows.dragdrop-listener: add a short documentation... 1850/head
2017-08-17 Alexander Iljinwindows.dragdrop-listener: add copyright comments and...
2017-08-17 Alexander Iljinwindows.dragdrop-listener: optimize the DragEnter imple...
2017-08-17 Alexander Iljinwindows.dragdrop-listener: generalize some code for...
2017-08-17 Alexander Iljinwindows.dragdrop-listener: fix filenames-from-hdrop...
2017-08-17 Alexander Iljinwindows.dragdrop-listener: add a helper word
2017-08-17 Alexander Iljinwindows.dragdrop-listener: list all function parameters...
2017-08-17 Alexander Iljinwindows.dragdrop-listener: balance the stack effects...
next