Commit History

Author SHA1 Message Date
  Andreas Kling 4ab0cd5d4c LibGUI: Move frame painting from GFrame to StylePainter. 6 years ago
  Andreas Kling c02c9880b6 AK: Add Eternal<T> and use it in various places. 6 years ago
  Andreas Kling f242d6e559 FileManager: Tweak look of thumbnailing progress bar. 6 years ago
  Andreas Kling f249c40aaa Rename Painter::set_clip_rect() to add_clip_rect(). 6 years ago
  Andreas Kling d48f486634 LibGUI: Don't draw left and right side of surfaces that span entire window. 6 years ago
  Andreas Kling c7ab643883 Move LibGUI/GStyle to SharedGraphics/StylePainter. 6 years ago
  Andreas Kling 9fa21fa585 LibGUI: Add a GPainter class that inherits from Painter. 6 years ago
  Andreas Kling cb296ffede LibGUI: Add a GFrame class that can be inherited by framey widgets. 6 years ago
  Andreas Kling 5d69bf06d2 LibGUI: Don't fill widgets with background color by defualt. 6 years ago
  Andreas Kling 4ea7a51ecd LibGUI: Improve GStatusBar and GToolBar and share some code via GStyle. 6 years ago
  Andreas Kling 567a403683 LibGUI: Tweak GStatusBar margins. 6 years ago
  Andreas Kling 737a4d2377 LibGUI: Both GToolBar and GStatusBar should have highlight/shadow. 6 years ago
  Andreas Kling c5d88ff0d8 LibGUI: Top line on GStatusBar should be a highlight, not a shadow. 6 years ago
  Andreas Kling fd428d6ed3 SharedGraphics: Make Painter clipping work with translated clip origin. 6 years ago
  Andreas Kling d74b131c27 Add a little About app and hook it up to the system menu's "About..." entry. 6 years ago
  Andreas Kling 2def3d8d3f LibGUI: Start adding an automatic widget layout system. 6 years ago