aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-21Remove spurious semicolonDavid Robillard1-1/+1
2023-10-21Filter out corresponding modifiers from key eventsDavid Robillard1-0/+23
2023-05-12Factor out puglIsValidSize() and use consistent rules everywhereDavid Robillard1-8/+7
2023-05-12X11: Avoid deferring empty exposuresDavid Robillard1-10/+2
2023-05-03Remove dead codeDavid Robillard1-13/+0
2023-01-14Add general string hint interfaceDavid Robillard1-0/+17
2023-01-11Clean up puglRealize() implementationsDavid Robillard1-4/+7
2023-01-11Remove cached frame from viewDavid Robillard1-15/+4
2023-01-08Use ensureHint pattern everywhereDavid Robillard1-0/+8
2023-01-07Replace map/unmap events with more expressive configure eventsDavid Robillard1-18/+4
2023-01-07Rename create/destroy events to realize/unrealizeDavid Robillard1-7/+6
2023-01-07Replace visible flag with a more descriptive view "stage"David Robillard1-7/+28
2023-01-02Ensure that views have an event handler setDavid Robillard1-0/+5
2023-01-02Factor out common realize checks and initializationDavid Robillard1-0/+28
2022-10-07Use uppercase integer literal suffixesDavid Robillard1-14/+14
2022-06-08Separate platform.h from internal.hDavid Robillard1-18/+17
2022-06-08Separate private and public function implementationsDavid Robillard1-0/+191