コミット履歴

作者 SHA1 メッセージ 日付
  Andreas Kling a22774ee3f Taskbar: Start working on a taskbar app. 6 年 前
  Andreas Kling 318db1e48e WindowServer: Broadcast screen rect changes to all clients. 6 年 前
  Andreas Kling aef6030a80 LibC: Time-related POSIX compliance fixes. 6 年 前
  Andreas Kling 3ecfde193a GEventLoop: Quit the event loop on EOF from the WindowServer. 6 年 前
  Andreas Kling f88e550998 LibGUI: More work on GInputBox. 6 年 前
  Andreas Kling 57ff293a51 LibGUI: Implement nested event loops to support dialog boxes. 6 年 前
  Andreas Kling 01a2035ecf LibGUI: Don't nap in event loop if there are already queued events. 6 年 前
  Andreas Kling ce7c302933 Kernel: Oops, gettimeofday()'s tv_usec should be micro, not milliseconds. 6 年 前
  Andreas Kling eac3a6ad52 GEventLoop: Make the server fd/pid global, and only connect to server once. 6 年 前
  Andreas Kling f40d11f06d LibGUI+WindowServer: Implement drag-to-select behavior in GTextEditor. 6 年 前
  Andreas Kling 77359a5360 LibGUI: Only activate keyboard shortcuts on KeyDown, not KeyUp. 6 年 前
  Andreas Kling 5e40aa4f1a LibGUI: Move shortcut actions from GEventLoop to GApplications. 6 年 前
  Andreas Kling 596a5ce5a4 LibGUI+WindowServer: Add app-global keyboard shortcuts. 6 年 前
  Andreas Kling 6c2089c59d Put miscellaneous debug spam behind #ifdefs. 6 年 前
  Andreas Kling ae90043424 WindowServer+LibGUI: Send the window size along with Paint server messages. 6 年 前
  Andreas Kling 95cfa49f1b LibGUI: Make event receivers be weak pointers. 6 年 前
  Andreas Kling 9624b54703 More moving towards using signed types. 6 年 前
  Andreas Kling f5f136931a Kernel: Start adding various file system permission checks. 6 年 前
  Andreas Kling fa02d2a39b Rework the rendering model so that clients instantiate backing stores. 6 年 前
  Andreas Kling 59b8183c4b WindowServer: Support resizing windows. 6 年 前
  Andreas Kling bf30502560 LibGUI: Implement enter/leave events (with WindowServer support.) 6 年 前
  Andreas Kling 4b15dd2bca LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit(). 6 年 前
  Andreas Kling 640360e958 Move WindowServer to userspace. 6 年 前
  Andreas Kling 29c49356e3 WindowServer: Rename GUI_Foo to WSAPI_Foo. 6 年 前
  Andreas Kling c7f5213d5b LibGUI: Add some extremely primitive retrying for the server connection. 6 年 前
  Andreas Kling bf58241c11 Port the WindowServer and LibGUI to communicate through local sockets. 6 年 前
  Andreas Kling 427df5f312 LibGUI: Yield (using select()) in GEventLoop::wait_for_specific_event(). 6 年 前
  Andreas Kling 222a6f7bbc WindowServer: Post error messages to clients on protocol failure. 6 年 前
  Andreas Kling f529b845ec WindowServer: Convert entire API to be message-based. 6 年 前
  Andreas Kling fbbf57b61c Rename GUI_Event to GUI_ServerMessage. 6 年 前