Commit History

Author SHA1 Message Date
  Andreas Kling c7f5213d5b LibGUI: Add some extremely primitive retrying for the server connection. 6 years ago
  Andreas Kling bf58241c11 Port the WindowServer and LibGUI to communicate through local sockets. 6 years ago
  Andreas Kling 427df5f312 LibGUI: Yield (using select()) in GEventLoop::wait_for_specific_event(). 6 years ago
  Andreas Kling 222a6f7bbc WindowServer: Post error messages to clients on protocol failure. 6 years ago
  Andreas Kling f529b845ec WindowServer: Convert entire API to be message-based. 6 years ago
  Andreas Kling fbbf57b61c Rename GUI_Event to GUI_ServerMessage. 6 years ago
  Andreas Kling 4f98a35beb WindowServer: Begin refactoring towards a fully asynchronous protocol. 6 years ago
  Andreas Kling 96352ab735 LibGUI: Pass the computed max_fd(+1) to select(). 6 years ago
  Andreas Kling 3085e400bc LibGUI: Add GAction class and make GMenu deal in actions rather than strings. 6 years ago
  Andreas Kling db98327bdc Plumb menu item activation events from WindowServer to clients. 6 years ago
  Andreas Kling 53d34a0885 Port Terminal to LibGUI. 6 years ago
  Andreas Kling 11db8c1697 Add a simple close button ("X") to windows. 6 years ago
  Andreas Kling 95c3442d59 Implement event loop timers. 6 years ago
  Andreas Kling 2e370fa4d5 LibGUI: Don't consider a GWidget focused if the window is inactive. 6 years ago
  Andreas Kling 25d045dee5 LibGUI: Reduce GEventLoop debug spam. 6 years ago
  Andreas Kling d72575d196 LibGUI: Start bringing up GTextBox in the standalone world. 6 years ago
  Andreas Kling 7cf3c7461c Refactor GUI rendering model to be two-phased. 6 years ago
  Andreas Kling 6d9959e367 LibGUI: Open the GUI event stream with O_CLOEXEC. 6 years ago
  Andreas Kling ea6678b7b3 LibGUI: Hook up GWindow event dispatch for paint and mouse events. 6 years ago
  Andreas Kling 8eae89a405 Start bringing up LibGUI properly (formerly Widgets.) 6 years ago
  Andreas Kling b91479d9b9 Rename all the LibGUI classes to GClassName. 6 years ago