aboutsummaryrefslogtreecommitdiff
path: root/src/window
AgeCommit message (Expand)Author
2021-11-16Window: allow setting window minimum/max size and positiondec05eba
2021-11-16Window: add function to get the current mouse button statedec05eba
2021-11-16Window: add mouse scroll eventdec05eba
2021-11-16Window: add function to check if the window has focusdec05eba
2021-11-15Window: add close, title, cursor visibility and framerate limitdec05eba
2021-11-15Add dynamic font atlas creation (not finished)dec05eba
2021-11-08Add window function to get key state, allow invalid utf8dec05eba
2021-11-07Use char array for text entered str, reset text fields on deinitdec05eba
2021-11-07Include utf8 string in text entered eventdec05eba
2021-11-07Implement text inputdec05eba
2021-11-06Fix exit being called when closing window, respond to wm ping, add is_open fu...dec05eba
2021-11-05Fix font being corrupt with certain sizes, fix image being corrupt if its rgb...dec05eba
2021-11-03Add mgl_window_get_view instead of giving prev view in set_viewdec05eba
2021-11-03Add viewportdec05eba
2021-11-02Start on syntax highlighting, output correct key button eventdec05eba
2021-10-29Fix multiple vertex buffers using the same datadec05eba
2021-10-28Use a separate glx context for every windowdec05eba
2021-10-24Add function to load image from memory, initialize window from an existing wi...dec05eba
2021-10-21Add vertex bufferdec05eba
2021-10-19poll event change namedec05eba
2021-10-19Change from callback to window polldec05eba
2021-10-18Do not make an initial draw call in window creation functiondec05eba
2021-10-18Add set_position and set_color to rectangle,sprite and textdec05eba