aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-21Fix potential memory leaks due to realloc() failureDavid Robillard1-5/+13
2023-05-03Fix tautological unsigned comparisonsDavid Robillard1-6/+6
2023-01-14Add general string hint interfaceDavid Robillard1-13/+47
2023-01-11MacOS: Avoid calling sendEvent in modulesreuk1-0/+1
2023-01-11Remove cached frame from viewDavid Robillard1-1/+27
2023-01-08Prepare OpenGL context flags for OpenGL ES supportDavid Robillard1-4/+6
2023-01-08Add PUGL_SAMPLE_BUFFERS hintDavid Robillard1-0/+1
2023-01-08Add missing default hintDavid Robillard1-0/+1
2023-01-08Gracefully handle out of range hintsDavid Robillard1-3/+11
2023-01-07Replace map/unmap events with more expressive configure eventsDavid Robillard1-1/+1
2023-01-07Add support for special view types and stylesDavid Robillard1-2/+10
2023-01-07Replace visible flag with a more descriptive view "stage"David Robillard1-1/+1
2023-01-04Add puglUnrealize()David Robillard1-5/+1
2022-06-08Consolidate common deprecated API implementationDavid Robillard1-28/+0
2022-06-08Separate platform.h from internal.hDavid Robillard1-0/+3
2022-06-08Separate private and public function implementationsDavid Robillard1-0/+294