Camilla Berglund
0eccf75f65
Replace GL booleans with public macros
2015-10-13 00:46:02 +02:00
Camilla Berglund
13fbb4748a
Clean up cursor mode setting
2015-10-12 22:01:50 +02:00
Camilla Berglund
95a07f3340
Start 3.2
2015-10-12 21:59:49 +02:00
Camilla Berglund
f6defeff5d
Remove C++-isms in Mir port
...
Related to #568 .
2015-08-09 13:29:21 +02:00
Camilla Berglund
f8395886d3
Formatting
2015-07-30 20:36:03 +02:00
Brandon Schaefer
9527c93a1c
Move to the new MirEvent 2.0 + 0.14/0.15 changes
...
Closes #568 .
2015-07-30 20:35:55 +02:00
Camilla Berglund
38ae319bea
Header inclusion cleanup.
2015-05-28 01:52:22 +02:00
Camilla Berglund
d493a82f9e
Various error fixes.
...
Fixed incorrect error types. Added missing error string prefixes.
Removed some invalid or superfluous error emissions. Clarified some
error strings. Joined error string lines to aid grep. Replaced some
generic error strings with specific ones. Documentation work.
Fixes #450 .
2015-03-15 15:52:27 +01:00
Camilla Berglund
40f7d4fce0
Fixed cleanup on some Mir errors.
...
Release was called on invalid handles.
2015-01-06 15:24:38 +01:00
Camilla Berglund
ead3937394
Mir string fixes.
2015-01-06 02:38:00 +01:00
BrandonSchaefer
cbc18bf968
Various Mir fixes.
...
Changed set_type --> set_state.
Give more info back when an error happens with a connection/surface.
Small var name change size --> mirPixelFormats.
Fixes #412 .
2015-01-06 01:45:17 +01:00
Camilla Berglund
0fcbaeb596
Fixed broken Mir and Wayland builds.
...
Fixes #411 .
2015-01-06 01:44:31 +01:00
Camilla Berglund
641761ddb0
Changed state attribs to direct access.
...
Changed the window states (focused, iconified and visible) to query the
system directly.
THIS IS A BREAKING CHANGE, although a fairly obscure one. It affects
applications that both care about telling actual key events from
synthetic ones, and are implemented in a non-self-synchronizing way, and
that poll the GLFW_FOCUSED window attribute instead of using the window
focus callback.
If you maintain one of these, please feel free to drop me an email and
I'll help any way I can to transition your application to 3.1.
Fixes #189 .
Fixes #204 .
2015-01-04 16:53:32 +01:00
Camilla Berglund
2a1375e97c
Added glfwCreateStandardCursor.
...
This function allows the creation of cursor objects using one of several
standard cursor shapes from the current system cursor theme.
2014-12-15 21:58:44 +01:00
BrandonSchaefer
e778b83667
Move redundant free to where its not redundant.
2014-12-01 21:12:20 +01:00
BrandonSchaefer
a71a52ddd6
Check queue == NULL if we can't connect to server.
2014-12-01 21:12:20 +01:00
BrandonSchaefer
f306ea2f5d
Create an event queue to store all MirEvents.
...
This ensures all events come out of the same thread, as well as ensuring
the threads sync up correctly when touching the event queue.
2014-12-01 21:12:15 +01:00
Camilla Berglund
916371e04c
Formatting.
2014-11-10 02:04:43 +01:00
Camilla Berglund
13ac6e9a82
Fixed platform code writing to shared members.
2014-11-10 02:00:14 +01:00
BrandonSchaefer
8d5043f409
Could be a crash here, best to just check.
2014-11-10 02:00:14 +01:00
BrandonSchaefer
c03f273941
Fix crash from test/sharing.
2014-11-10 02:00:14 +01:00
BrandonSchaefer
4674ed367d
Fix some memory leaks.
...
One in wl_init.c, need to clean up Joysticks.
Finish getting the monitor modes set up.
Finish adding Unsupported error messages.
2014-11-10 02:00:14 +01:00
BrandonSchaefer
ac73c2bd6c
Get the correct mod for each KEY/MOTION event.
2014-11-10 02:00:14 +01:00
BrandonSchaefer
d76d56ce74
Add the start of size of each monitor and modes.
2014-11-10 02:00:14 +01:00
BrandonSchaefer
50cf4cfda3
Add Mir file licenses.
2014-11-10 02:00:14 +01:00
BrandonSchaefer
9bd0fae684
Make sure we go through all the pointer_coords.
2014-11-10 02:00:14 +01:00
BrandonSchaefer
8712d84bcc
Add in Mir input handling.
2014-11-10 02:00:14 +01:00
BrandonSchaefer
49696d0134
Init context API for native display.
2014-11-10 02:00:14 +01:00
BrandonSchaefer
4295b77582
Set up the Mir connection.
...
Set up the first of the Mir surface.
2014-11-10 02:00:14 +01:00
BrandonSchaefer
46c9663ed7
I should add the actual mir_* source files :).
2014-11-10 02:00:14 +01:00