summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-06epub: Implement style 'visibility' attribute.Tor Andersson
2015-10-06gl: Accept command line arguments.Tor Andersson
2015-10-06gl: Clamp scrollbar when the content is fully visible.Tor Andersson
2015-10-06gl: Cleanups.Tor Andersson
2015-10-06gl: Update GLFW thirdparty library to include our fixes.Tor Andersson
2015-10-06gl: Display metadata information overlay.Tor Andersson
2015-10-06gl: Keep shrinkwrap when toggling outline side panel.Tor Andersson
2015-10-06gl: Fix text selection bug.Tor Andersson
2015-10-06gl: Add scroll wheel support.Tor Andersson
2015-10-06gl: Base UI sizes on line height.Tor Andersson
2015-10-06gl: Add simple (mouse event only) forms support.Tor Andersson
2015-10-06gl: Keep fz_page around for later use with annotations.Tor Andersson
2015-10-06gl: Only compute view transform once.Tor Andersson
2015-10-06gl: Render page contents and annotations to separate textures.Tor Andersson
2015-10-06gl: Use utility functions.Tor Andersson
2015-10-06gl: Bundle page texture info into a struct.Tor Andersson
2015-10-06gl: Windows stuff.Tor Andersson
* Add icons to application and window. * Open file dialog if no command line argument. * Install file type associations.
2015-10-06gl: Cut, copy, and paste in text fields.Tor Andersson
2015-10-06gl: Use UTF-8 string internally in text field.Tor Andersson
2015-10-06gl: Don't try searching outside the document.Tor Andersson
2015-10-06gl: Use upper control characters for special keys.Tor Andersson
2015-10-06gl: Split text field handling into separate file and add keyboard focus.Tor Andersson
2015-10-06gl: Handle keyboard events in main loop.Tor Andersson
Also fix event loop and refreshing the display at the correct times.
2015-10-06gl: Don't require ARB_texture_non_power_of_two extension.Tor Andersson
2015-10-06gl: Add an internal header file for GL application.Tor Andersson
2015-10-06gl: Remove unneeded fz_malloc return value test.Tor Andersson
2015-10-06gl: Remove unneeded printf message.Tor Andersson
2015-10-06gl: Rename some variables for clarity.Tor Andersson
2015-10-06gl: Fix MSVC warnings.Tor Andersson
2015-10-06gl: Fix event/display loop.Tor Andersson
Now should behave more like the old glutPostRedisplay code did.
2015-10-06gl: Don't zero 'number' on all keypresses.Tor Andersson
Bug casued by difference between GLUT and GLFW event interfaces.
2015-10-06gl: Use GLFW instead of GLUT.Tor Andersson
Add OpenGL text rendering using textured quads, instead of using glut bitmap fonts.
2015-10-06gl: Add GLFW thirdparty submodule.Tor Andersson
2015-10-06glut: Select rectangle with right mouse and extract text.Tor Andersson
2015-10-06glut: Fix potential buffer overflow in text field.Tor Andersson
2015-10-06glut: Mouse select text in text fields.Tor Andersson
2015-10-06glut: Tweak search input field layout.Tor Andersson
2015-10-06glut: Search in 200ms increments and let 'esc' abort search.Tor Andersson
2015-10-06glut: Add text field for search.Tor Andersson
2015-10-06glut: Change background to neutral gray. Add shrinkwrap function.Tor Andersson
2015-10-06glut: Show page number and file name in window title bar.Tor Andersson
2015-10-06glut: Implement proper scrollbar behavior with paging and thumb scrubbing.Tor Andersson
2015-10-06glut: Use middle button to scroll outline view.Tor Andersson
Conflicts: platform/glut/glut-main.c
2015-10-06glut: Add forward history navigation key, and improve history behavior.Tor Andersson
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
2015-10-06glut: Fit W, H, and Z to canvas size instead of window size.Tor Andersson
2015-10-06glut: Add navigation history and numbered bookmarks.Tor Andersson
<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
2015-10-06glut: Implement "smart move" scrolling with space and b keys.Tor Andersson
2015-10-06glut: Middle-mouse pan zoomed in page view.Tor Andersson
2015-10-06glut: Scroll zoomed in page view with arrow keys.Tor Andersson
2015-10-06glut: Links with mouseover highlighting.Tor Andersson
Conflicts: platform/glut/glut-main.c