1
0
Fork 0
Commit graph

14 commits

Author SHA1 Message Date
Robbert van der Helm
b4a3d2bb04 Add stubs for creating OpenGL contexts
There are now three todo!()s when compiling with the OpenGL flag that
need to be filled in, with the only nontrivial one being the X11
version.
2022-02-07 19:00:48 +01:00
Joakim Frostegård
5ad2d2bfb2 Derive Clone, Copy, PartialEq for EventStatus and WindowScalePolicy 2021-02-10 17:01:49 +01:00
micah
36e4474c8a separate Window::open() into three functions (parented, as_if_parented, and blocking) 2021-01-01 22:52:59 -06:00
Billy Messenger
7904ed77e1 reword comment 2020-10-20 19:18:42 -05:00
Billy Messenger
b2146908cc add comments to size 2020-10-20 19:17:20 -05:00
Billy Messenger
2096c37495 rename UseScaleFactor to ScaleFactor 2020-10-20 19:11:47 -05:00
Billy Messenger
579dfee1eb clean up dpi features 2020-10-20 19:02:45 -05:00
Billy Messenger
2ee975231b fix Windows build 2020-10-20 17:04:37 -05:00
Billy Messenger
3fe752ca80 remove min/max resize policy 2020-10-20 16:06:40 -05:00
Billy Messenger
a91a5a1126 update x11 code 2020-10-17 17:36:28 -05:00
Billy Messenger
688d45c720 refactor to use conversion between Point and Size to PhyPoint and PhySize 2020-10-17 17:27:06 -05:00
Billy Messenger
5866bf372e fix window_info_from_scale 2020-10-17 15:42:16 -05:00
Billy Messenger
dc5d3b9622 Add Point and Size structs 2020-10-17 14:01:03 -05:00
Billy Messenger
1b9fbf9bb8 refactor and modify events 2020-10-17 13:35:39 -05:00