50 Commits (0bb042924f9ceac8558e766490f58d6b2a2cb33e)

Author SHA1 Message Date
Emil Ernerfeldt fac0866f73 example_glium: restore example app state 5 years ago
Emil Ernerfeldt ae6080405c Remove 'Web' from GuiInput 5 years ago
Emil Ernerfeldt 555d7aed20 Remove dropping files from emigui Input 5 years ago
Emil Ernerfeldt 896d87c804 make pixels_per_point optional in RawInput (default 1) 5 years ago
Emil Ernerfeldt 0f0e385ea3 [refactor] collect stuff into new `mod paint` 5 years ago
Emil Ernerfeldt 8f43d38e38 Style/visuals tweaks 5 years ago
Emil Ernerfeldt f9bb9f71c4 Add button to collapse windows 5 years ago
Emil Ernerfeldt d4204f03c0 Refactor: break out Layout to own struct/file 5 years ago
Emil Ernerfeldt 7a1c97ccfe Simplify and unify queries about available space 5 years ago
Emil Ernerfeldt 8c0942bf1e Show menu bar in main window instead of in example window 5 years ago
Emil Ernerfeldt 71154edf9b Add a fractal clock example to showcase painting performance 5 years ago
Emil Ernerfeldt 6bee26ca59 Glium: persist window position and size 5 years ago
Emil Ernerfeldt f1c57cb950 Improve example app 5 years ago
Emil Ernerfeldt fa82e8d806 Rename Region to Ui (shorter, sweeter) 5 years ago
Emil Ernerfeldt 9f6e9c94d6 Merge struct Emigui into Context 5 years ago
Emil Ernerfeldt 87e3aacf35 enforce and fix a bunch of clippy issues 5 years ago
Emil Ernerfeldt 45564f952b Kinetic windows 5 years ago
Emil Ernerfeldt bfbb669d02 Store/restore emigui memory state (window positions, sizes etc) 5 years ago
Emil Ernerfeldt b73fbb33d8 Improve size negotiation code. 5 years ago
Emil Ernerfeldt 4c79064760 Move code from glium example into glium library 5 years ago
Emil Ernerfeldt 14db237b1d Basic text input support 5 years ago
Emil Ernerfeldt 89823ab617 Print frame times for glium and wasm excluding painting 5 years ago
Emil Ernerfeldt 1e685d1cb0 Add support for text input in emilib and glium. 5 years ago
Emil Ernerfeldt 154424384f Implement Window as collection of Floating + Frame + Resize 5 years ago
Emil Ernerfeldt e26d08851f Add Floating and Frame containers as building blocks for windows 5 years ago
Emil Ernerfeldt 3a430c8fc7 Add new Resize container 5 years ago
Emil Ernerfeldt 8f879de9f5 minor glium app change 5 years ago
Emil Ernerfeldt 299cc76fcf silence clippy warning 5 years ago
Emil Ernerfeldt b39555bb23 Add support for hyperlinks 5 years ago
Emil Ernerfeldt fd8180cea4 Fix left alignment of widgets and tweak style slightly 5 years ago
Emil Ernerfeldt a8d9c3fc42 Listen to scroll wheel (glium only) 5 years ago
Emil Ernerfeldt 4efbb94e1b Various small improvements 5 years ago
Emil Ernerfeldt e9bdadb1da Some visual tweaks 5 years ago
Emil Ernerfeldt 0ed578341b Add time as input to emigui to enable animations 5 years ago
Emil Ernerfeldt 3a869aa5db Fix pixel vs points bug in logical screen size of glium window 5 years ago
Emil Ernerfeldt 2f02446f6f WIP: clip_rect 5 years ago
Emil Ernerfeldt 335b22d38d Create region.add_label shortcut 5 years ago
Emil Ernerfeldt 98178e9d69 Show resize mouse cursor when resizing windows 5 years ago
Emil Ernerfeldt 472e0b9afe Refactor Region: remember region rectangle 5 years ago
Emil Ernerfeldt 6eae91e028 Distinguish ids that need to be unique and warn about name clashes 5 years ago
Emil Ernerfeldt 2170081221 Use new type Pos2 for positions (points) instead of Vec2 5 years ago
Emil Ernerfeldt 481af55ce5 Handle window paint order (click to bring to front etc) 5 years ago
Emil Ernerfeldt f709423809 Rename Data to Context and move to own file 5 years ago
Emil Ernerfeldt 1d3836ba80 Add rudimentary support for gui windows that you can move around 5 years ago
Emil Ernerfeldt d999962602 Refactor example code 5 years ago
Emil Ernerfeldt 9b862e9ec4 Update example_glium 5 years ago
Emil Ernerfeldt 1d6bc3baba Minor API improvements 6 years ago
Emil Ernerfeldt 4836860c7b Create emigui_glium library 6 years ago
Emil Ernerfeldt 2c2450e67b Fix retina resolution of example_glium 6 years ago
Emil Ernerfeldt 01862d07ae Add native glium backend 6 years ago