index
:
pugl.git
c++
dragdrop
main
Pugl GUI library
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
internal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-12
Factor out puglIsValidSize() and use consistent rules everywhere
David Robillard
1
-8
/
+7
2023-05-12
X11: Avoid deferring empty exposures
David Robillard
1
-10
/
+2
2023-05-03
Remove dead code
David Robillard
1
-13
/
+0
2023-01-14
Add general string hint interface
David Robillard
1
-0
/
+17
2023-01-11
Clean up puglRealize() implementations
David Robillard
1
-4
/
+7
2023-01-11
Remove cached frame from view
David Robillard
1
-15
/
+4
2023-01-08
Use ensureHint pattern everywhere
David Robillard
1
-0
/
+8
2023-01-07
Replace map/unmap events with more expressive configure events
David Robillard
1
-18
/
+4
2023-01-07
Rename create/destroy events to realize/unrealize
David Robillard
1
-7
/
+6
2023-01-07
Replace visible flag with a more descriptive view "stage"
David Robillard
1
-7
/
+28
2023-01-02
Ensure that views have an event handler set
David Robillard
1
-0
/
+5
2023-01-02
Factor out common realize checks and initialization
David Robillard
1
-0
/
+28
2022-10-07
Use uppercase integer literal suffixes
David Robillard
1
-14
/
+14
2022-06-08
Separate platform.h from internal.h
David Robillard
1
-18
/
+17
2022-06-08
Separate private and public function implementations
David Robillard
1
-0
/
+191