Commit History

Author SHA1 Message Date
  Andreas Kling 274b41e47c Terminal: Changex internal opacity representation to byte instead of float. 6 years ago
  Andreas Kling 4118aaaa32 Terminal: Fix compiler warnings. 6 years ago
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 6 years ago
  Andreas Kling fd604a7c68 Applications: Run clang-format on everything. 6 years ago
  Andreas Kling 4edc73ad1f Terminal: Use the visual bell by default. 6 years ago
  Christopher Dumas e92fe52031 Terminal: Use Vectors and OwnPtrs for Terminal lines. Adjust scroll 6 years ago
  Robin Burchell 1024dfa81a StringViewize a bunch of things -- mostly LibGUI 6 years ago
  Andreas Kling 51581c21fc WindowServer+LibGUI: Add a way to bring a window to the front. 6 years ago
  Christopher Dumas b0d8dba16d Terminal: Single settings window & consistant visual bell timing 6 years ago
  Christopher Dumas 6a4cb25557 Terminal: Settings windows can be opened multiple times 6 years ago
  Christopher Dumas f8a02d4733 Terminal: Audible vs Visible beep option 6 years ago
  Andreas Kling 1361721053 Terminal: Add /usr/local/bin to the default PATH. 6 years ago
  Christopher Dumas 50154a23cb most apps now begin in the correct directory 6 years ago
  Christopher Dumas e3f81bce49 IRC client setttings, Terminal settings, more WM settings 6 years ago
  Andreas Kling f196e2fcda Terminal: Set original window title to "Terminal" 6 years ago
  Andreas Kling fe73543d41 Shell: Move the Shell to a separate directory and let's call it "Shell" :^) 6 years ago
  Andreas Kling 6a5d92f0ad WindowServer+LibGUI: Allow changing whether windows have alpha channels. 6 years ago
  Andreas Kling 0ae475ff5b Terminal: Add ability to adjust the terminal's opacity. 6 years ago
  Andreas Kling 8251f97858 Terminal: Add a window icon. 6 years ago
  Andreas Kling d4818dd2dd WindowServer: Give windows a "background color" to use for missing parts. 6 years ago
  Andreas Kling fb7c7829c2 Terminal: Export a simple PATH=/bin:/usr/bin to shells. 6 years ago
  Andreas Kling f47945759b LibGUI: Make GTableModel a retainable object. 6 years ago
  Andreas Kling 57ff293a51 LibGUI: Implement nested event loops to support dialog boxes. 6 years ago
  Andreas Kling 4e451c1e92 Add client-side double buffering of window backing stores. 6 years ago
  Andreas Kling ee0f00c644 Terminal: Use TERM=xterm by default, and implement some more escapes. 6 years ago
  Andreas Kling 66a5ddd94a More work on the variable-width font support. 6 years ago
  Andreas Kling b0c673265a Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal. 6 years ago
  Andreas Kling 424368034b LibC: Make errno codes be #defines instead of enum values. 6 years ago
  Andreas Kling 6084cd0c56 Add concept of size increments to windowing system. 6 years ago
  Andreas Kling b704d3d295 LibGUI: Add a GToolBar class that can be populated with GActions. 6 years ago