aboutsummaryrefslogtreecommitdiffstats
path: root/src/win.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-08Use consistent terminology for native viewsDavid Robillard1-1/+1
2022-06-08Separate platform.h from internal.hDavid Robillard1-0/+1
2022-06-08Separate private and public function implementationsDavid Robillard1-1/+1
2022-06-07Use a consistent scheme for enum sizesDavid Robillard1-1/+1
2022-05-23Add rich clipboard supportDavid Robillard1-11/+70
2022-05-21Add puglGetScaleFactor()David Robillard1-1/+42
2022-05-21Windows: Send configure events when frame moves or resizesDavid Robillard1-0/+3
2022-05-21Add puglSetPosition() and puglSetSize()David Robillard1-8/+74
2022-05-21Use consistent integer types for view positions and sizesDavid Robillard1-12/+13
2022-05-21Add a uniform API for setting size hintsDavid Robillard1-45/+27
2022-05-21Rename PUGL_UNSUPPORTED_TYPE to be more genericDavid Robillard1-1/+1
2022-05-20Windows: Set window class on local moduleDavid Robillard1-2/+10
2022-04-23Windows: Remove redundant view size assignmentDavid Robillard1-5/+0
2022-04-23Windows: Avoid initialization warningDavid Robillard1-1/+2
2022-04-23Windows: Avoid else after returnDavid Robillard1-3/+9
2022-04-23Strengthen MSVC warningsDavid Robillard1-2/+2
2021-12-17Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
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