aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
3 daysWindows: Improve error handlingHEADmainDavid Robillard1-46/+30
3 daysWindows: Simplify message pollingDavid Robillard1-21/+6
3 daysWindows: Avoid using a floating point loop counterDavid Robillard1-1/+3
11 daysReplace puglPostRedisplayRect() with puglObscureRegion()David Robillard9-66/+129
11 daysRename puglPostRedisplay() to puglObscureView()David Robillard18-44/+58
11 daysDraw position, size, and scale in pugl_management_demoDavid Robillard1-3/+21
11 daysUpdate clant configurationDavid Robillard1-4/+0
11 daysSimplify some conditionalsDavid Robillard1-3/+4
12 daysSimplify initial position code and place children at the originDavid Robillard5-134/+121
12 daysFactor out puglIsValidSize()David Robillard5-5/+14
12 daysFactor out puglIsValidPosition()David Robillard6-8/+17
12 daysRename PuglViewSize to PuglAreaDavid Robillard7-36/+36
12 daysMake puglSetSizeHint() consistent with puglSetSize()David Robillard7-37/+45
12 daysWindows: Avoid waiting less than a millisecondDavid Robillard1-2/+4
13 daysUpdate stale deprecationsDavid Robillard1-3/+3
13 daysUse a consistent naming scheme for parent functionsDavid Robillard6-15/+40
13 daysUse PuglSpan for view sizesDavid Robillard5-21/+19
13 daysFix strict header warning test buildDavid Robillard2-2/+9
13 daysFix pugl_shader_demo refresh rate on WindowsDavid Robillard2-6/+7
13 daysSupport building for Windows with or without UNICODEDavid Robillard3-40/+70
13 daysUse enums for WGL constantsDavid Robillard1-24/+36
13 daysX11: Generate text events for keypad symbolsMartin Preinfalk1-1/+2
13 daysMake MacOS touchpad scroll sensitivity closer to other platformsDavid Robillard1-3/+3
13 daysFix Windows test build with VulkanDavid Robillard2-2/+2
13 daysAdd header warning testsDavid Robillard8-1/+167
13 daysSeparate C++ build tests to avoid C/C++ warning clashesDavid Robillard10-111/+158
13 daysAdd missing const qualifierDavid Robillard1-1/+1
13 daysAdd PUGL_KEY_NONEDavid Robillard5-9/+9
13 daysFix whitespaceDavid Robillard2-8/+2
13 daysFix warnings in clang build on WindowsDavid Robillard4-12/+30
2024-12-21Suppress warnings in strict GCC buildDavid Robillard1-0/+1
2024-10-05Remove unused options struct from testDavid Robillard1-9/+5
2024-10-05Clean up documentation build and use unique target namesDavid Robillard7-20/+26
2024-10-01Make "docs" option yieldableDavid Robillard1-2/+2
2024-10-01Suppress new warnings in clang and clang-tidy 18David Robillard8-8/+17
2024-10-01Remove redundant "inline" specifierDavid Robillard1-4/+4
2024-07-13MacOS: Fix mouse wheel scroll speedDavid Robillard1-5/+11
2024-07-13MacOS: Fix expose event coordinatesDavid Robillard1-1/+4
2024-07-13X11: Avoid setting PBaseSize hints for top-level windowsDavid Robillard1-1/+2
2024-07-12Windows: Support building with UNICODEDavid Robillard3-20/+37
2024-06-10Fix build and tests with optional X11 features disabledDavid Robillard7-28/+34
2024-06-10Suppress new warnings in clang-tidy 17David Robillard1-0/+2
2024-06-10Avoid std::endlDavid Robillard1-3/+3
2023-11-11MacOS: Fix Cairo rendering on some systemsDavid Robillard1-3/+1
2023-11-11Add support for Num, Scroll, and Caps LockDavid Robillard6-26/+49
2023-11-11Add a special symbol for the tab keyDavid Robillard2-0/+3
2023-11-11MacOS: Support left/right shift, control, and option keysDavid Robillard1-4/+6
2023-11-11Consistently use trailing commas in enumsDavid Robillard1-10/+10
2023-11-11Suppress new warnings in clang-tidy 16David Robillard4-6/+11
2023-11-11Remove redundant default values from meson_options.txtDavid Robillard1-10/+10