Camilla Berglund
1285e07f1b
Documentation work.
2014-10-30 14:38:38 +01:00
Siavash Eliasi
f611ba8aa0
Using consistent margins for tips and code blocks.
2014-10-22 10:29:40 +03:30
Camilla Berglund
a21f2377bc
Updated TinyCThread URL.
2014-10-15 03:56:16 +02:00
Camilla Berglund
b140606a49
Added GLFW_INCLUDE_GLEXT for glext.h inclusion.
...
Closes #365 .
2014-10-13 23:57:21 +02:00
Camilla Berglund
2d13eb0920
Documentation work.
2014-10-13 17:23:05 +02:00
Camilla Berglund
496567d3f1
Documentation work.
2014-10-13 15:48:40 +02:00
Camilla Berglund
a6c57dc6f1
Documentation work.
2014-10-07 19:43:05 +02:00
Camilla Berglund
96d230becb
Documentation work.
2014-10-07 12:24:31 +02:00
Camilla Berglund
e0c26f0ec5
Changed default of GLFW_REFRESH_RATE.
...
Fixes #354 .
2014-10-06 23:52:10 +02:00
Camilla Berglund
6be821c18b
Documentation work.
2014-10-06 23:18:33 +02:00
Camilla Berglund
95654cfada
Documentation work.
2014-10-06 15:01:58 +02:00
Camilla Berglund
4591ad2d64
Documentation work.
2014-09-22 11:08:33 +02:00
Camilla Berglund
e9c7314d50
Added GLFW_FOCUSED window hint.
...
Fixes #101 .
2014-09-10 11:50:50 +02:00
Camilla Berglund
66c3af7628
Added compatibility paragraphs on flush control.
2014-09-05 13:57:58 +02:00
Camilla Berglund
44c899ce70
Added support for GL_KHR_context_flush_control.
2014-08-21 19:29:04 +02:00
Camilla Berglund
4ce884fa52
Added OpenGL Reference pointers.
2014-08-15 15:16:45 +02:00
Camilla Berglund
c39ebfe1b8
Fixed callback syntax in tutorial.
2014-07-23 23:52:20 +02:00
Camilla Berglund
0364457947
Added custom Doxygen layout file.
2014-07-04 13:27:41 +02:00
Siavash Eliasi
9c545d6a14
Fixed typo.
2014-07-03 10:26:49 +04:30
Camilla Berglund
c015852498
Restored smaller Doxygen code block padding.
...
This is a revert of db5b089cee
.
2014-07-02 18:41:30 +02:00
Siavash Eliasi
5a48f3123f
Using a light grey syntax highlighting theme.
2014-07-02 20:44:03 +04:30
Siavash Eliasi
51208601a4
Setting CSS for horizontal rules.
2014-06-26 22:16:09 +02:00
Siavash Eliasi
2ea74e60f9
Using slightly brighter set of colors for message boxes.
2014-06-26 22:16:09 +02:00
Siavash Eliasi
db5b089cee
Increasing code block padding.
2014-06-26 22:16:09 +02:00
Siavash Eliasi
ce3ff08932
Using different color for links inside code blocks.
2014-06-26 22:16:09 +02:00
Siavash Eliasi
30eccfd454
No orange links in documentation message boxes.
2014-06-26 22:16:09 +02:00
Siavash Eliasi
eb13951fb2
Removed unnecessary CSS rule.
2014-06-26 22:16:09 +02:00
Camilla Berglund
96b12ee504
Added character with modifiers callback.
...
The undefined behaviour changed with #40 has been reverted, making the
character-only callback again behave like a system text field. This
behavior has now been documentated.
Fixes #203 .
Fixes #305 .
2014-06-24 10:50:05 +02:00
Camilla Berglund
e8e05d462c
Documentation work.
...
Fixes #276 .
2014-06-19 11:38:22 +02:00
Siavash Eliasi
dcc3e72d39
Introducing extra.less and using Less CSS for higher flexibility.
...
This will reduce the amount of copy paste involved when performing
slight changes to the default color sets.
These Ruby gems are required for generating extra.css from extra.less:
gem install less therubyracer
Please run this command to regenerate extra.css:
lessc --compress extra.less > extra.css
2014-06-18 18:04:52 +02:00
Siavash Eliasi
0a4796b2a0
Doxygen CSS cleanup.
2014-06-18 18:04:52 +02:00
Siavash Eliasi
9e72bb1775
Setting CSS for missed elements.
2014-06-18 18:04:52 +02:00
Camilla Berglund
3ce7bfef07
Added GLFW_FLOATING.
...
Fixes #23 .
2014-06-18 16:39:39 +02:00
Camilla Berglund
c9808586b3
Added GLFW_DOUBLEBUFFER.
2014-06-18 16:36:53 +02:00
Camilla Berglund
281013002d
Added GLFW_DONT_CARE.
...
This changes the behavior of framebuffer hints set to zero. Before,
zero meant that any value was acceptable. This changes zero to be an
explicit preference and adds GLFW_DONT_CARE to mean that any value is
equally acceptable.
Fixes #70 .
2014-06-18 16:36:22 +02:00
Camilla Berglund
25e7ff1196
Added GLFW_AUTO_ICONIFY.
...
By default, full screen windows that lose focus will be iconified and
the video mode will be restored. This makes it impossible to create
applications spanning multiple monitors. The GLFW_AUTO_ICONIFY window
hint will allow users to disable this behavior.
Fixes #143 .
2014-06-18 16:33:58 +02:00
Siavash Eliasi
0ffe934a3e
Fixed typo in transition guide.
2014-05-26 10:33:22 +04:30
Camilla Berglund
aa5be2dbc3
Removed deprecated Doxygen options.
2014-05-23 13:53:55 +02:00
Siavash Eliasi
f91d1d967f
Fixed doxygen navigation bar position for Firefox web browser.
...
- More unification with website (page padding and width)
- Setting the minimum width of navigation bars to 800px.
2014-04-19 11:03:08 +04:30
Camilla Berglund
42bf473b18
Added linking tutorial caveat.
2014-04-13 18:08:12 +02:00
Siavash Eliasi
f6f5b4ab0d
Fixed doxygen navigation bar position for chromium web browser.
2014-04-12 08:52:02 +04:30
Camilla Berglund
eb3f75e03e
Added glfwGetWindowFrameSize.
2014-03-30 10:57:32 +02:00
Camilla Berglund
5c8121e7a8
Clarified language for file drop callback.
2014-03-29 21:35:21 +01:00
Camilla Berglund
68d757113b
Added custom cursors to news.
2014-03-21 15:58:01 +01:00
Eddie Ringle
d79be3f7fc
docs/window.dox: Fix typo
...
Signed-off-by: Eddie Ringle <eddie@eringle.net>
2014-03-16 17:43:41 -04:00
Camilla Berglund
1ccc23268c
Added glfwPostEmptyEvent.
2014-03-09 17:55:55 +01:00
Camilla Berglund
a89a02ff85
Fixed documentation copypaste error.
2014-03-06 15:31:24 +01:00
Siavash Eliasi
aaea58fa2e
Removed <code> element background from other undesirable cases.
2014-02-16 15:01:05 +03:30
Siavash Eliasi
9ddaf76b68
Added background colour for non-table and non-note <code> elements.
2014-02-16 14:07:30 +03:30
Camilla Berglund
754536404e
Updated version number on main page.
2014-02-13 15:33:34 +01:00