mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
Added Sys::getLogicalDrives, implemented for Windows and Linux. UIFileDialog now shows the local drives when no more parent folders are present (when you can't go "up" anymore). Added DiskDrivesModel. Replaced all strcmp with strncmp. FileSystem::mkDir now supports recursive mkdir. Improvements and fixes in UIAbstractTableView, UITableView and UITreeView. Silenced use-after-free warning in the Memory Manager. Allow use premake option "--with-debug-symbols" for Windows builds. Closes SpartanJ/ecode#8.