Commit graph

  • 7459aa60a4 Make emigui fill entire web page Emil Ernerfeldt 2020-04-23 22:08:42 +0200
  • 1affa10dee Keep windows within the screen Emil Ernerfeldt 2020-04-23 22:07:27 +0200
  • 44d93d3701 Fix iOS rendering (hopefully) by avoiding infinities Emil Ernerfeldt 2020-04-23 22:07:08 +0200
  • 0b8351b9af Fix touch screen interactions Emil Ernerfeldt 2020-04-23 21:27:05 +0200
  • b39555bb23 Add support for hyperlinks Emil Ernerfeldt 2020-04-23 19:15:17 +0200
  • 25b06a6ff0 Update wasm/web example Emil Ernerfeldt 2020-04-23 09:50:03 +0200
  • 723c3ca908 Shrink window heights to fit content Emil Ernerfeldt 2020-04-23 09:34:33 +0200
  • b4ea51f0f9 Sliders: use title as id if available with scroll position as fallback Emil Ernerfeldt 2020-04-23 09:27:08 +0200
  • fd8180cea4 Fix left alignment of widgets and tweak style slightly Emil Ernerfeldt 2020-04-23 00:17:37 +0200
  • a4db437413 Make scroll bar prettier, and handle clicks outside of handle Emil Ernerfeldt 2020-04-22 23:25:32 +0200
  • 61033a5fc1 Remove dead code Emil Ernerfeldt 2020-04-22 21:11:13 +0200
  • 7846aa4e98 remove deprecated TODO.md Emil Ernerfeldt 2020-04-22 20:01:59 +0200
  • a8d9c3fc42 Listen to scroll wheel (glium only) Emil Ernerfeldt 2020-04-22 20:01:49 +0200
  • 9b404159c5 Expand clip_rects slightly to allow widgets just on the border Emil Ernerfeldt 2020-04-22 19:40:22 +0200
  • 104f2191a0 Improve Widget code, and make sure it paints within the given bounds Emil Ernerfeldt 2020-04-22 19:39:51 +0200
  • 700c93b8e3 Add Rect left/right/top/bottom accessors Emil Ernerfeldt 2020-04-22 19:38:38 +0200
  • 2a4828670e Unify child region creation Emil Ernerfeldt 2020-04-22 19:02:43 +0200
  • c604574e52 Unify state management Emil Ernerfeldt 2020-04-22 18:25:02 +0200
  • d941c5830d Unify style for buttons and collapsing headers Emil Ernerfeldt 2020-04-22 18:16:06 +0200
  • d70ae351c1 Rename foldable to CollapsingHeader and move to own file Emil Ernerfeldt 2020-04-22 18:15:27 +0200
  • 0b61d952e6 Drag scroll area background to scroll Emil Ernerfeldt 2020-04-22 17:38:36 +0200
  • dbf8520e63 Basic scroll area support Emil Ernerfeldt 2020-04-21 20:52:17 +0200
  • 4efbb94e1b Various small improvements Emil Ernerfeldt 2020-04-21 20:48:31 +0200
  • a56a869f48 Window: store inner size + misc improvements Emil Ernerfeldt 2020-04-21 20:46:30 +0200
  • 8b4e506493 Fix bug: accidental interaction on mouse-up Emil Ernerfeldt 2020-04-21 20:43:47 +0200
  • e9bdadb1da Some visual tweaks Emil Ernerfeldt 2020-04-21 16:50:56 +0200
  • 9be5537418 Animate foldable regions Emil Ernerfeldt 2020-04-21 14:47:17 +0200
  • 0ed578341b Add time as input to emigui to enable animations Emil Ernerfeldt 2020-04-21 14:46:42 +0200
  • 11cd1bdca3 Smooth frame time estimation in wasm example Emil Ernerfeldt 2020-04-21 14:40:46 +0200
  • 609473f85a Add option to debug paint clip rects Emil Ernerfeldt 2020-04-21 10:33:33 +0200
  • ed67cc6e59 Nicer looking indent regions with a gray vertical line Emil Ernerfeldt 2020-04-21 10:28:25 +0200
  • b89ab7aa3f Add a bunch of TODOs Emil Ernerfeldt 2020-04-21 10:27:53 +0200
  • cac5352ad7 Remove dead code Emil Ernerfeldt 2020-04-21 10:27:12 +0200
  • f74c2f8103 Finish glium clip_rect support Emil Ernerfeldt 2020-04-21 07:52:30 +0200
  • 9af64a6468 Implement clip_rect in WebGL clip_rect Emil Ernerfeldt 2020-04-21 07:51:48 +0200
  • 864eae2081 Separate clip_rect and desired_rect in Region Emil Ernerfeldt 2020-04-21 07:42:33 +0200
  • 94fdc2fd55 Expand and improve math code Emil Ernerfeldt 2020-04-21 07:39:23 +0200
  • 3a869aa5db Fix pixel vs points bug in logical screen size of glium window Emil Ernerfeldt 2020-04-21 07:38:46 +0200
  • 46f123eeb6 WIP: Working clip rects for glium Emil Ernerfeldt 2020-04-21 00:17:02 +0200
  • 2f02446f6f WIP: clip_rect Emil Ernerfeldt 2020-04-20 23:33:16 +0200
  • ffc1768e40 Update web example with experimental test windows Emil Ernerfeldt 2020-04-20 23:32:06 +0200
  • 335b22d38d Create region.add_label shortcut Emil Ernerfeldt 2020-04-20 23:42:11 +0200
  • c7efd72a75 Update web example with experimental test windows Emil Ernerfeldt 2020-04-20 23:32:06 +0200
  • 1f8cee7573 Fxi bug in column subregion code Emil Ernerfeldt 2020-04-20 23:22:50 +0200
  • 40a03dc9c1 New emigui example Emil Ernerfeldt 2020-04-20 21:41:48 +0200
  • 3eeb4eca2c Resize windows based on cursor position rather than movement Emil Ernerfeldt 2020-04-20 10:54:57 +0200
  • 98178e9d69 Show resize mouse cursor when resizing windows Emil Ernerfeldt 2020-04-20 10:01:13 +0200
  • 472e0b9afe Refactor Region: remember region rectangle Emil Ernerfeldt 2020-04-20 00:48:54 +0200
  • 7f85b2623b Draw separator between window title and its contents Emil Ernerfeldt 2020-04-19 23:51:38 +0200
  • 388132ba93 Implement window resizing Emil Ernerfeldt 2020-04-19 23:34:34 +0200
  • 1be828bbe3 Remove roadmap and replace with emigui/README.md with a TODO section Emil Ernerfeldt 2020-04-19 11:15:35 +0200
  • 6eae91e028 Distinguish ids that need to be unique and warn about name clashes Emil Ernerfeldt 2020-04-19 11:13:24 +0200
  • 1afda00fc4 Make it easier to create an Outline Emil Ernerfeldt 2020-04-19 11:11:41 +0200
  • 2170081221 Use new type Pos2 for positions (points) instead of Vec2 Emil Ernerfeldt 2020-04-19 01:05:49 +0200
  • 6eb1053c35 Start refactor mesher module into a more reusable Path concept Emil Ernerfeldt 2020-04-19 00:27:25 +0200
  • 7480191f1a Refactor Font towards supporting all unicode Emil Ernerfeldt 2020-04-18 17:09:01 +0200
  • 624e709a8f Make Id a proper newtype Emil Ernerfeldt 2020-04-17 23:44:14 +0200
  • 407df94945 Switch to parking_lot::Mutex Emil Ernerfeldt 2020-04-17 23:30:01 +0200
  • 481af55ce5 Handle window paint order (click to bring to front etc) Emil Ernerfeldt 2020-04-17 23:22:28 +0200
  • f709423809 Rename Data to Context and move to own file Emil Ernerfeldt 2020-04-17 15:33:52 +0200
  • de76cb6190 Move Memory and Region to own files Emil Ernerfeldt 2020-04-17 15:29:48 +0200
  • 1d3836ba80 Add rudimentary support for gui windows that you can move around Emil Ernerfeldt 2020-04-17 14:26:36 +0200
  • b26359d383 Add checkbox for antialiasing on/off Emil Ernerfeldt 2020-04-17 14:25:27 +0200
  • 74eeaf27ce Fix colors in glium (srgb issue) Emil Ernerfeldt 2020-04-16 23:10:42 +0200
  • 49cbd3fe07 Fix: properly sample white color (was off by half a texel) Emil Ernerfeldt 2020-04-16 23:10:05 +0200
  • 4a36b2c1c1 Fix name clash Emil Ernerfeldt 2020-04-15 11:45:45 +0200
  • 0265b3d43a Refactor: define rect by min/max Emil Ernerfeldt 2020-04-15 11:47:03 +0200
  • 7fc2500973 Update link to example code Emil Ernerfeldt 2020-04-12 12:22:51 +0200
  • d999962602 Refactor example code Emil Ernerfeldt 2020-04-12 12:07:51 +0200
  • 4889296f7a Build WASM in release Emil Ernerfeldt 2020-04-12 12:02:44 +0200
  • 98899c80b0 Fix font sliders Emil Ernerfeldt 2020-04-11 18:35:21 +0200
  • 1a4614869c cargo update Emil Ernerfeldt 2020-04-11 18:20:08 +0200
  • dba42b1ada Compilation fix Emil Ernerfeldt 2020-04-11 18:18:52 +0200
  • f4f03d49eb Some predefined colors Emil Ernerfeldt 2019-12-02 21:59:49 +0100
  • 157de8a966 Add support for monospace font Emil Ernerfeldt 2019-12-02 20:08:49 +0100
  • 100d4e328f export more Emil Ernerfeldt 2019-11-24 20:45:45 +0100
  • f728180918 Ignore warning about legacy implement_vertex macro in old glium Emil Ernerfeldt 2019-11-24 16:27:12 +0100
  • 9b862e9ec4 Update example_glium Emil Ernerfeldt 2019-11-18 20:06:41 +0100
  • be23d66f9e Update rusttype and run cargo update Emil Ernerfeldt 2019-11-02 10:15:06 +0100
  • be8eb02b3f Some minor fixes and additions Emil Ernerfeldt 2019-11-02 09:50:49 +0100
  • 1d6bc3baba Minor API improvements Emil Ernerfeldt 2019-04-25 18:07:36 +0200
  • 4836860c7b Create emigui_glium library Emil Ernerfeldt 2019-04-21 10:13:05 +0200
  • d0734ccdef Fix performance issue on touch devices Emil Ernerfeldt 2019-03-16 15:49:41 +0100
  • 97bbc6f066 Minor API tweaks Emil Ernerfeldt 2019-03-16 15:14:22 +0100
  • 6b5da83642 Adjust font sizes again Emil Ernerfeldt 2019-03-16 14:16:27 +0100
  • 375cc231a6 Fix touch interaction Emil Ernerfeldt 2019-03-16 14:12:40 +0100
  • 07711a456a Adjust font sizes Emil Ernerfeldt 2019-03-16 14:12:27 +0100
  • e06a4db7bc New font: Comfortaa Emil Ernerfeldt 2019-03-16 13:37:29 +0100
  • 2c2450e67b Fix retina resolution of example_glium Emil Ernerfeldt 2019-03-16 12:57:44 +0100
  • 075fa7ab0f Button clicked on mouse release Emil Ernerfeldt 2019-03-16 12:56:00 +0100
  • e1652bef77 Rename example app to example_wasm Emil Ernerfeldt 2019-03-16 12:55:42 +0100
  • 01862d07ae Add native glium backend Emil Ernerfeldt 2019-03-12 22:59:55 +0100
  • 0be9722af5 Handle more than 2^16 vertices in WebGL renderer Emil Ernerfeldt 2019-03-12 14:43:50 +0100
  • 0ba687f521 Run on requestAnimationFrame by default Emil Ernerfeldt 2019-03-12 10:00:41 +0100
  • 9cdd038285 Expose mesher module Emil Ernerfeldt 2019-03-12 09:59:43 +0100
  • 733df46a0a Update README.md Emil Ernerfeldt 2019-03-12 08:54:17 +0100
  • 192b59ebb0 Refactor: remove GuiCmd Emil Ernerfeldt 2019-03-11 15:59:49 +0100
  • 87288634e9 Refactor: Merge LayoutOptions and Style Emil Ernerfeldt 2019-03-11 15:39:54 +0100
  • 7cbf8e45bc Nicer looking colors and sliders Emil Ernerfeldt 2019-03-11 15:30:32 +0100
  • cd58190d35 Add slider example Emil Ernerfeldt 2019-03-11 13:32:54 +0100