Commit History

Author SHA1 Message Date
  Andreas Kling 6fbabac460 LibGUI: Factor out scrolling logic from GTableView into a GScrollableWidget. 6 years ago
  Andreas Kling b54ab06595 GTableView: Add a way to turn off alternating row colors. 6 years ago
  Andreas Kling 1fc283ed7d IRCClient+LibGUI: Add an input box so we can send messages to channels. 6 years ago
  Andreas Kling a5d538b389 GTableView: Add a way to hide the column headers. 6 years ago
  Andreas Kling 5d69bf06d2 LibGUI: Don't fill widgets with background color by defualt. 6 years ago
  Andreas Kling 963e95cb1a GTableView: Minor painting cleanup. 6 years ago
  Andreas Kling 7d2c962836 LibGUI: Minor tidying. 6 years ago
  Andreas Kling 46caa2663b LibGUI: Use a separate data role for the table model sorting order. 6 years ago
  Andreas Kling 3681a402ba GTableView: Allow changing sort options by clicking column headers. 6 years ago
  Andreas Kling 7df1121e1c LibGUI: GTableModel::data() should take a GModelIndex instead of int,int. 6 years ago
  Andreas Kling 09ecef6299 GTableView: Ignore right clicks for now. 6 years ago
  Andreas Kling d932c03843 GTableView: Tweak focus appearance for selected items. 6 years ago
  Andreas Kling 06bd2fb2d5 GTableView: Allow initiating keyboard navigation with no current selection. 6 years ago
  Andreas Kling 7e955f7b60 GTableView: Tweak the look of column headers. 6 years ago
  Andreas Kling ac2a3f7fdf GTableView: Make the last column header separator look right. 6 years ago
  Andreas Kling f91a20f9d0 LibGUI: Unbreak clearing GTableView selection by clicking outside items. 6 years ago
  Andreas Kling ef4d517429 LibGUI: Tweak focus appearance and add it to GTableView. 6 years ago
  Andreas Kling 63cdc3d2d5 LibGUI: Support GTableView navigation with Page Up and Page Down. 6 years ago
  Andreas Kling 574a399347 LibGUI: GTableView should scroll items into view when keyboard navigating. 6 years ago
  Andreas Kling b5dcad932e LibGUI: Allow basic keyboard navigation in GTableView. 6 years ago
  Andreas Kling 9c21874d33 LibGUI: GTableView scrolling ranges should be based on the available area. 6 years ago
  Andreas Kling b5e5f26a82 Base: Add Csilla Bold 7x10 variant. 6 years ago
  Andreas Kling bff5b71467 LibGUI: Add a GModelNotification class that views will receive. 6 years ago
  Andreas Kling b132150799 LibGUI: Support bitmaps in GTableView cells. 6 years ago
  Andreas Kling fd428d6ed3 SharedGraphics: Make Painter clipping work with translated clip origin. 6 years ago
  Andreas Kling 8eefdbdce8 LibGUI: Add horizontal scrollbar to GTableView. 6 years ago
  Andreas Kling 28652a0bf7 LibGUI: GTableView was accidentally obscuring the last row. 6 years ago
  Andreas Kling 75fabef57b LibGUI: Add GVariant class and use it for table model data. 6 years ago
  Andreas Kling 62b4f39cd4 LibGUI: GTableView should clear the selection if clicking outside items. 6 years ago
  Andreas Kling 7eb42b5ffb LibGUI: GTableView paints itself completely, no need for auto filling. 6 years ago