andlabs-ui/todo.md

1.7 KiB

MAC OS X:

WINDOWS:

  • windows: windows key handling is just wrong; figure out how to avoid (especially since Windows intercepts that key by default)
  • redrawing controls after a window resize on Windows does not work properly
  • when adding IsDialogMessage() find out if that make sthe area in the area bounds test automatically focused

UNIX:

  • double-check to make sure MouseEvent.Held[] is sorted on Unix after we figure out how to detect buttons above button 5
  • resizing seems to be completely and totally broken in the Wayland backend
  • [12:55] pietro10: I meant to mention: 1073): Gtk-WARNING **: Theme parsing error: gtk.css:72:20: Not using units is deprecated. Assuming 'px'. twice.
  • figure out why Page Up/Page Down does tab stops

ALL PLATFORMS:

  • make sure MouseEvent's documentation has dragging described correctly (both Windows and GTK+ do)
  • make all widths and heights parameters in constructors in the same place (or drop the ones in Window entirely?)