Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-17 | Replace obsolete WIN32 ifdefs with platform define. | Bent Bisballe Nyeng | |
2016-03-22 | Change license to LGPLv3. | André Nusser | |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser | |
2015-12-31 | Fix a couple of errors detected by coverity. | Bent Bisballe Nyeng | |
2015-11-20 | Missed a couple of NULL conversions. | Bent Bisballe Nyeng | |
2015-10-28 | Deploy range based for loops. | Bent Bisballe Nyeng | |
2015-10-03 | Refactored Directory. | Bent Bisballe Nyeng | |
2014-09-23 | Added config parse. | Jonas Suhr Christensen | |
2014-06-05 | Don't include direct.h unless we're compiling wityh mingw (ie. not cygwin) | Bent Bisballe Nyeng | |
2014-05-18 | Added missing ; under win32. | Jonas Suhr Christensen | |
2014-05-13 | Added filter to exclude hidden directories. | Jonas Suhr Christensen | |
2013-11-28 | Fix 64bit compile warning. | Bent Bisballe Nyeng | |
2013-05-27 | Missing SEP conversions. | Bent Bisballe Nyeng | |
2013-05-27 | Fixed stray '(' in emacs style comment. | Bent Bisballe Nyeng | |
2013-05-15 | Skipping filtering of file with length less than drumkit suffix length. | Jonas Suhr Christensen | |
2013-05-15 | Make it possible to type a path and have browser switch accordingly. | Jonas Suhr Christensen | |
2013-05-15 | Improved filebrowser functionality: | Jonas Suhr Christensen | |
* Directories listed first * Directories identified by "/" * Filtering out none drumkit files | |||
2013-05-06 | Remove drive list from filebrowser in win32. Generally clean up code. | Bent Bisballe Nyeng | |
2013-05-05 | Dirty fixing win32 filebrowser. | Bent Bisballe Nyeng | |
2013-05-04 | to lower case partition name | Jonas Suhr Christensen | |
2013-05-04 | tolower in isRoot(). | Jonas Suhr Christensen | |
2013-05-04 | Fix path creation in win32 | Bent Bisballe Nyeng | |
2013-05-04 | Attempt to handle windows path in filebrowser | Jonas Suhr Christensen | |
2013-04-28 | Add fixes for windows compilation. | Bent Bisballe Nyeng | |
2013-04-26 | Setting directory to previous selected directory when selecting new file. | jsc@umbraculum.org | |
2013-04-26 | Added cleaned path. | jsc@umbraculum.org | |
2013-04-26 | Fixed lot of stuff. | jsc@umbraculum.org | |
2013-04-26 | Is capable of selecting a file. | jsc@umbraculum.org | |
2013-04-26 | Added return to cdUp(). | jsc@umbraculum.org | |
2013-04-26 | Re-factored and -written. | jsc@umbraculum.org | |
Does not change working directory. Showing drives on windows when in root is a missing feature (will be fixed later). |