2141 Commits (2278128e6679bd51940bac9bf0b7b9f29afc4182)
 

Author SHA1 Message Date
Emil Ernerfeldt 11cd1bdca3 Smooth frame time estimation in wasm example 5 years ago
Emil Ernerfeldt 609473f85a Add option to debug paint clip rects 5 years ago
Emil Ernerfeldt ed67cc6e59 Nicer looking indent regions with a gray vertical line 5 years ago
Emil Ernerfeldt b89ab7aa3f Add a bunch of TODOs 5 years ago
Emil Ernerfeldt cac5352ad7 Remove dead code 5 years ago
Emil Ernerfeldt f74c2f8103 Finish glium clip_rect support 5 years ago
Emil Ernerfeldt 9af64a6468 Implement clip_rect in WebGL 5 years ago
Emil Ernerfeldt 864eae2081 Separate clip_rect and desired_rect in Region 5 years ago
Emil Ernerfeldt 94fdc2fd55 Expand and improve math code 5 years ago
Emil Ernerfeldt 3a869aa5db Fix pixel vs points bug in logical screen size of glium window 5 years ago
Emil Ernerfeldt 46f123eeb6 WIP: Working clip rects for glium 5 years ago
Emil Ernerfeldt 2f02446f6f WIP: clip_rect 5 years ago
Emil Ernerfeldt ffc1768e40 Update web example with experimental test windows 5 years ago
Emil Ernerfeldt 335b22d38d Create region.add_label shortcut 5 years ago
Emil Ernerfeldt c7efd72a75 Update web example with experimental test windows 5 years ago
Emil Ernerfeldt 1f8cee7573 Fxi bug in column subregion code 5 years ago
Emil Ernerfeldt 40a03dc9c1 New emigui example 5 years ago
Emil Ernerfeldt 3eeb4eca2c Resize windows based on cursor position rather than movement 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 7f85b2623b Draw separator between window title and its contents 5 years ago
Emil Ernerfeldt 388132ba93 Implement window resizing 5 years ago
Emil Ernerfeldt 1be828bbe3 Remove roadmap and replace with emigui/README.md with a TODO section 5 years ago
Emil Ernerfeldt 6eae91e028 Distinguish ids that need to be unique and warn about name clashes 5 years ago
Emil Ernerfeldt 1afda00fc4 Make it easier to create an Outline 5 years ago
Emil Ernerfeldt 2170081221 Use new type Pos2 for positions (points) instead of Vec2 5 years ago
Emil Ernerfeldt 6eb1053c35 Start refactor mesher module into a more reusable Path concept 5 years ago
Emil Ernerfeldt 7480191f1a Refactor Font towards supporting all unicode 5 years ago
Emil Ernerfeldt 624e709a8f Make Id a proper newtype 5 years ago
Emil Ernerfeldt 407df94945 Switch to parking_lot::Mutex 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 de76cb6190 Move Memory and Region to own files 5 years ago
Emil Ernerfeldt 1d3836ba80 Add rudimentary support for gui windows that you can move around 5 years ago
Emil Ernerfeldt b26359d383 Add checkbox for antialiasing on/off 5 years ago
Emil Ernerfeldt 74eeaf27ce Fix colors in glium (srgb issue) 5 years ago
Emil Ernerfeldt 49cbd3fe07 Fix: properly sample white color (was off by half a texel) 5 years ago
Emil Ernerfeldt 4a36b2c1c1 Fix name clash 5 years ago
Emil Ernerfeldt 0265b3d43a Refactor: define rect by min/max 5 years ago
Emil Ernerfeldt 7fc2500973 Update link to example code 5 years ago
Emil Ernerfeldt d999962602 Refactor example code 5 years ago
Emil Ernerfeldt 4889296f7a Build WASM in release 5 years ago
Emil Ernerfeldt 98899c80b0 Fix font sliders 5 years ago
Emil Ernerfeldt 1a4614869c cargo update 5 years ago
Emil Ernerfeldt dba42b1ada Compilation fix 5 years ago
Emil Ernerfeldt f4f03d49eb Some predefined colors 5 years ago
Emil Ernerfeldt 157de8a966 Add support for monospace font 5 years ago
Emil Ernerfeldt 100d4e328f export more 5 years ago
Emil Ernerfeldt f728180918 Ignore warning about legacy implement_vertex macro in old glium 5 years ago
Emil Ernerfeldt 9b862e9ec4 Update example_glium 5 years ago