Историја ревизија

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