Commit History

Author SHA1 Message Date
  asynts 843ebbd2c3 Everywhere: Replace a bundle of dbg with dbgln. 4 years ago
  Andreas Kling 7baaa34490 LibGUI: Make SortingProxyModel proxy accepts_drag() 4 years ago
  Andreas Kling 67b91d51a7 WindowServer+LibGUI: Pass the set of mime types being dragged to client 4 years ago
  Andreas Kling f181ddb56a LibGUI: Use String::formatted() and String::number() more 4 years ago
  Linus Groh 5b68ea8dde LibGfx: Make Bitmap path handling case insensitive 4 years ago
  AnotherTest 6d1e47e7dd LibGUI+WindowServer: Make DragOperation hold a MimeData instance 4 years ago
  Tom 52a847a0eb LibGUI: Implement searching/jumping as you type in views 4 years ago
  Andreas Kling 701787b906 LibGUI: Support editing filenames through FileSystemModel :^) 4 years ago
  Andreas Kling 76ae47c6ed LibGUI: Unbreak FileSystemModel::index(path) after virtual root changes 4 years ago
  Andreas Kling e4c23b0151 iLibGUI+Base: Show inaccessible directories with special icon in views 4 years ago
  Andreas Kling fad6b8f267 LibGUI: FileSystemModel should provide full paths to FileIconProvider 4 years ago
  Andreas Kling 31b65145b6 LibGUI+Base: Add a hard-disk icon and use it for the path "/" 4 years ago
  Andreas Kling 4d2782db5a LibGUI: Allow FileSystemModel to be rooted one level above "/" 4 years ago
  Andreas Kling f0349323c4 LibGUI: Don't require passing model to FileSystemModel::Node APIs 4 years ago
  Andreas Kling a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 4 years ago
  Andreas Kling 3dd15da7b1 LibGUI: Move file icon lookup into a separate FileIconProvider 4 years ago
  Andreas Kling dc696ba85c LibGUI: Show a special icon for the home directory in FileSystemModel 5 years ago
  Andreas Kling 9710c9742c LibGUI+FileManager: Add setting for showing/hiding dotfiles 5 years ago
  Sergey Bugaev 5fd8dbacb1 LibGUI+FileManager: Fix forgetting to map sorting proxy model indexes 5 years ago
  thankyouverycool deceb91c48 FileManager: Show an open folder icon for the selected directory 5 years ago
  Andreas Kling 0b9efc04b5 LibGUI: Sort FileSystemModel alphabetically internally 5 years ago
  Sergey Bugaev 0674d9362b LibGUI: Use Core::File::read_link() 5 years ago
  Hüseyin ASLITÜRK 0799835e15 LibGUI: Use new Bitmap::is_path_a_supported_image_format method 5 years ago
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 years ago
  Sergey Bugaev 602c3fdb3a AK: Rename FileSystemPath -> LexicalPath 5 years ago
  Andreas Kling 2adb0a07e5 LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 5 years ago
  Andreas Kling c666c251c8 LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable() 5 years ago
  Andreas Kling 2e03bded43 LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata 5 years ago
  Andreas Kling 04187576ff LibGUI: Models should always specify font via Model::Role::Font 5 years ago
  Hüseyin ASLITÜRK c9c1d1fae0 LibGUI: Create thumnail for gif files 5 years ago