Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 97c42694db LibGUI: Make selected item tint color based on focused state il y a 4 ans
  Andreas Kling f294bdedcc LibGUI: Make IconView return a larger content rect for editing il y a 4 ans
  Andreas Kling 8b31833650 LibGUI: Support top-to-bottom flow in IconView il y a 4 ans
  Andreas Kling 0117c57418 LibGUI: Move some large IconView internal helpers to the .cpp file il y a 4 ans
  Andreas Kling 226ac8a47b LibGUI: Don't fill IconView item text background unless actually wanted il y a 4 ans
  Andreas Kling 4236127fb9 LibGUI: Make the IconView cursor rect show up on the desktop il y a 4 ans
  AnotherTest 71de8b7480 LibGUI: Remove `AbstractView::did_update_model()' il y a 4 ans
  AmusedNetwork de6483bcdb LibGUI: Set vertical distance between icons relative to scroll value il y a 4 ans
  AmusedNetwork eac0344ef0 LibGUI: Limit the height of item text in IconView il y a 4 ans
  Joseph Bywater 348cd0fdc1 LibGUI: Clip rubber band to IconView widget content area il y a 4 ans
  Andreas Kling d27a8e505f LibGUI: IconView was hard-coding column 0 instead of model_column() il y a 4 ans
  Andreas Kling 5030f1ed4b LibGUI: Paint a focus rect around the cursor index in IconView il y a 4 ans
  Andreas Kling 272af7685b LibGUI: Improve and simplify IconView item name wrapping il y a 4 ans
  Andreas Kling 4bc8768737 LibGUI: Tint selected icons in {Icon,Table,Columns}View il y a 4 ans
  Andreas Kling 06a29e8aa5 LibGUI: Add some horizontal padding to multi-line IconView item titles il y a 4 ans
  Andreas Kling 5b50174e5d LibGUI: Break IconView item titles into two lines if necessary il y a 4 ans
  Tom 52a847a0eb LibGUI: Implement searching/jumping as you type in views il y a 4 ans
  Andreas Kling d3adbed231 LibGUI: Move keyboard item activation up to AbstractView il y a 4 ans
  Andreas Kling f52527ef9c LibGUI: Move editing key handling up to AbstractView il y a 4 ans
  Andreas Kling ece555b684 LibGUI: Support inline editing in GUI::IconView il y a 4 ans
  Andreas Kling 27687b1c6e LibGUI: Handle cursor keydown events in AbstractView il y a 4 ans
  Andreas Kling 27e86c03da LibGUI: Implement the virtual IconView::scroll_into_view() il y a 4 ans
  Andreas Kling 72443bd1ab LibGUI: Teach IconView to use AbstractView::move_cursor() il y a 4 ans
  Andreas Kling 9102b624ac LibGUI+DevTools+Applications: Use ModelIndex::data() in many places il y a 4 ans
  Andreas Kling a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole il y a 4 ans
  Tom d4c6ae8263 LibGUI: Add ability to disable multiselect for views il y a 5 ans
  Tom f266f0e880 LibGUI: Improve IconView performance with large selections il y a 5 ans
  Tom d4b87fb18e LibGUI: Implement IconView auto-scrolling when trying to select items out of view il y a 5 ans
  Andreas Kling d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes il y a 5 ans
  Andreas Kling 11c4a28660 Kernel: Move headers intended for userspace use into Kernel/API/ il y a 5 ans