Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add icons to application and window.
* Open file dialog if no command line argument.
* Install file type associations.
|
|
|
|
|
|
|
|
|
|
|
|
Also fix event loop and refreshing the display at the correct times.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now should behave more like the old glutPostRedisplay code did.
|
|
Bug casued by difference between GLUT and GLFW event interfaces.
|
|
Add OpenGL text rendering using textured quads, instead of using glut bitmap fonts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
platform/glut/glut-main.c
|
|
Jumping to a page will put the destination page in the history,
so that after reading a few pages, 't' will return to the point
where the original jump landed.
The forward key ('T', or shift-T) key will return to the page
before 't' was pressed.
Conflicts:
platform/glut/glut-main.c
|
|
|
|
<N>m to save a bookmark. <N>t to return to a bookmark.
'm' to save the current page in the navigation stack.
't' to return to the previous navigation point.
Hyperlinks, <N>g, and <N>t will automatically save the current
page in the navigation stack before jumping to the new page.
Conflicts:
platform/glut/glut-main.c
|
|
|
|
|