aboutsummaryrefslogtreecommitdiffstats
path: root/src/win.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-17Windows: Support extended mouse buttonsDavid Robillard1-0/+14
2021-12-17Make button numbers consistent across platformsDavid Robillard1-4/+4
2021-12-16Rename puglSetTransientFor to puglSetTransientParentDavid Robillard1-1/+1
2021-10-09Only call SetProcessDPIAware in programsfalkTX1-10/+11
2021-05-28Fix questionable float equality comparisonDavid Robillard1-2/+2
2021-05-25Rename event structs in a more readable styleDavid Robillard1-4/+4
2021-05-25Fix some conversion warningsDavid Robillard1-6/+6
2021-05-25Windows: Make puglSetFrame() consistent with X11falkTX1-2/+1
2021-05-24Separate stub backends from other backendsDavid Robillard1-3/+153
2021-05-08Send unmap/map events when the view is minimized/restoredDavid Robillard1-6/+9
2021-05-03Fix questionable event castsDavid Robillard1-1/+3
2021-01-02Simplify clang-format configuration and format all codeDavid Robillard1-798/+793
2020-12-11Fix a conversion warning with MinGWDavid Robillard1-1/+2
2020-12-01Make puglShow() realize automatically on Windows and MacOSDavid Robillard1-0/+7
2020-11-26Remove file documentationDavid Robillard1-5/+0
2020-11-25Rename puglShowWindow and puglHideWindow to puglShow an puglHideDavid Robillard1-2/+2
2020-10-30Simplify header namesDavid Robillard1-1/+1
2020-10-30Move implementation source files to a conventional src directoryDavid Robillard1-0/+1140