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
/
pugl
/
pugl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-03
Make almost everything return a status
David Robillard
1
-10
/
+10
2019-09-03
Make event handler return a status
David Robillard
1
-1
/
+1
2019-09-03
Reorganize header and documentation into coherent sections
David Robillard
1
-96
/
+98
2019-09-03
Add puglSetWindowTitle()
David Robillard
1
-0
/
+10
2019-09-03
Rename remaining init functions
David Robillard
1
-15
/
+53
2019-09-03
Add puglSetClassName()
David Robillard
1
-6
/
+21
2019-09-03
Replace puglInitTransientFor() with puglSetTransientFor()
David Robillard
1
-9
/
+21
2019-09-03
Replace size and aspect ratio init functions with dynamic ones
David Robillard
1
-23
/
+50
2019-09-03
Move trivial deprecated implementations to header
David Robillard
1
-12
/
+44
2019-09-03
Move deprecated API to a separate section of the header
David Robillard
1
-78
/
+87
2019-09-03
Add puglGetWorld()
David Robillard
1
-0
/
+6
2019-09-03
Use consistent naming conventions
David Robillard
1
-17
/
+17
2019-09-03
Add swap interval hint
David Robillard
1
-0
/
+1
2019-09-03
Add functions to get and set view size and position
David Robillard
1
-2
/
+29
2019-09-03
Add puglDispatchEvents()
David Robillard
1
-1
/
+14
2019-09-03
Add puglPollEvents()
David Robillard
1
-1
/
+19
2019-09-03
Move puglGetTime() to PuglWorld
David Robillard
1
-10
/
+10
2019-09-03
Add PuglWorld
David Robillard
1
-4
/
+55
2019-09-03
Add puglHasFocus()
David Robillard
1
-0
/
+6
2019-09-03
Simplify hints implementation
David Robillard
1
-0
/
+2
2019-08-02
Replace puglIgnoreKeyRepeat() with a hint
David Robillard
1
-1
/
+4
2019-07-30
Fix incorrect comment
ssj71
1
-1
/
+1
2019-07-29
Reorganize source to separate private implementation details
David Robillard
1
-1
/
+1
2019-07-29
Clean up file documentation
David Robillard
1
-1
/
+1
2019-07-29
Completely separate backends from platform implementation
David Robillard
1
-13
/
+12
2019-07-29
Expose PuglBackend type
David Robillard
1
-0
/
+5
2019-07-29
Add deprecation macro and deprecate puglInitResizable()
David Robillard
1
-1
/
+11
2019-07-28
Windows: Factor out GL backend
David Robillard
1
-1
/
+4
2019-07-28
Make enterContext take a drawing parameter like leaveContext
David Robillard
1
-7
/
+14
2019-07-26
Windows: Implement size constraints
David Robillard
1
-0
/
+4
2019-07-25
Fix type of PuglEventText::time
David Robillard
1
-1
/
+1
2019-07-24
Support additional special keys
David Robillard
1
-1
/
+15
2019-07-24
Unify key and character fields and separate text events
David Robillard
1
-34
/
+45
2019-07-24
Rename PuglEventKey::utf8 to "string" with char type
David Robillard
1
-11
/
+11
2019-07-24
Remove view pointer from events
David Robillard
1
-10
/
+0
2019-07-24
Represent event time as double in seconds on all platforms
Stefan Westerfeld
1
-5
/
+5
2019-07-21
Add puglRequestAttention()
David Robillard
1
-0
/
+10
2019-06-27
Add puglGetTime()
David Robillard
1
-0
/
+10
2019-06-27
Fix documentation
David Robillard
1
-6
/
+0
2019-06-27
Consistently use uint32_t everywhere
David Robillard
1
-8
/
+8
2019-06-25
Fix void function prototypes
David Robillard
1
-1
/
+1
2019-02-17
Add puglGetProcAddress for using OpenGL extensions
David Robillard
1
-0
/
+11
2019-02-17
Squash blank line
David Robillard
1
-1
/
+0
2019-02-17
Add configuration API
David Robillard
1
-0
/
+33
2019-02-16
Clean up includes
David Robillard
1
-4
/
+3
2019-02-15
Remove PUGL_CAIRO_GL
David Robillard
1
-3
/
+2
2016-09-20
Move entire API to pugl.h
David Robillard
1
-21
/
+339
2016-09-18
Remove GLUT-like event callbacks
David Robillard
1
-136
/
+0
2016-09-18
Clean up documentation
David Robillard
1
-8
/
+6
2016-09-01
Expose puglEnterContext() and puglLeaveContext()
David Robillard
1
-1
/
+20
[next]