summaryrefslogtreecommitdiff
path: root/plugingui/filebrowser.cc
AgeCommit message (Expand)Author
2019-02-01Add 'Set default path' button in filebrowser.Bent Bisballe Nyeng
2017-05-19Make sure we don't resize to negative values.Bent Bisballe Nyeng
2017-05-06Get rid of unused unistd includes. Change the rest of the sleep calls to c++.Bent Bisballe Nyeng
2017-05-05Refactor TextEdit widget.André Nusser
2017-04-20Change resource paths to be relative to the plugingui folder instead of the r...Bent Bisballe Nyeng
2017-04-17Add caption to FileBrowser dialog.Bent Bisballe Nyeng
2017-04-17Open FileBrowser with Browse buttons and read back result to LieEdit.Bent Bisballe Nyeng
2017-04-16Hacky filebrowser-as-a-Dialog implementation.Bent Bisballe Nyeng
2017-04-16Make FileBrowser a Dialog.Bent Bisballe Nyeng
2017-02-17Replace obsolete WIN32 ifdefs with platform define.Bent Bisballe Nyeng
2017-02-08UI resize refactoring part 1.Bent Bisballe Nyeng
2017-01-02Place "Path:" label in file browser with border.André Nusser
2016-03-22Change license to LGPLv3.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2015-11-18Refactored Slider. Expanded all event variable names (all was 'e' before). Ch...Bent Bisballe Nyeng
2015-11-07Refactored Painter.Bent Bisballe Nyeng
2015-10-26Refactored LineEdit and FileBrowser. Renamed all KEY_XYZ event types to KeyXyz.Bent Bisballe Nyeng
2015-10-08Add missing namedspace to Directory type.Bent Bisballe Nyeng
2015-10-03Refactored Directory.Bent Bisballe Nyeng
2015-10-03Refactor ComboBox and ListBox(Thin and Basic).Bent Bisballe Nyeng
2015-09-28Refactored Button.Bent Bisballe Nyeng
2015-05-15Add support for referenced files through refs.conf.Bent Bisballe Nyeng
2014-06-05Revert inclusion removalBent Bisballe Nyeng
2014-06-05Don't include direct.h unless we're compiling wityh mingw (ie. not cygwin)Bent Bisballe Nyeng
2014-06-05Don't include direct.h unless we're compiling wityh mingw (ie. not cygwin)Bent Bisballe Nyeng
2013-06-16Handling directories that can not be opened.Jonas Suhr Christensen
2013-05-27Missing SEP conversions.Bent Bisballe Nyeng
2013-05-15Fixed selection of none existing file.Jonas Suhr Christensen
2013-05-15Make it possible to type a path and have browser switch accordingly.Jonas Suhr Christensen
2013-05-06Remove drive list from filebrowser in win32. Generally clean up code.Bent Bisballe Nyeng
2013-05-05Dirty fixing win32 filebrowser.Bent Bisballe Nyeng
2013-05-04removed debug.Jonas Suhr Christensen
2013-05-04Added debug.Jonas Suhr Christensen
2013-05-04Windows filebrowser fixingJonas Suhr Christensen
2013-05-04Fixed compile error on WIN32.Jonas Suhr Christensen
2013-05-04Trying to fix filebrowser in windows.Jonas Suhr Christensen
2013-05-04testing windows drive selectionJonas Suhr Christensen
2013-05-04Attempt to handle windows path in filebrowserJonas Suhr Christensen
2013-04-26Setting directory to previous selected directory when selecting new file.jsc@umbraculum.org
2013-04-26Added cleaned path.jsc@umbraculum.org
2013-04-26Fixed lot of stuff.jsc@umbraculum.org
2013-04-26Is capable of selecting a file.jsc@umbraculum.org
2013-04-26Re-added functionality of setPath.jsc@umbraculum.org
2013-04-26Removed unused variable.jsc@umbraculum.org
2013-04-26Re-factored and -written.jsc@umbraculum.org
2013-04-19GUI position/size tweaks and some pixmap changes.Bent Bisballe Nyeng
2013-04-07Hacky fix for setPath in filebrowser.Bent Bisballe Nyeng
2013-03-30New box rendering of all widgets. Minor tweaks still missing.Bent Bisballe Nyeng
2013-03-22Added Engine->Messageing system. Implemented LoadStatus Message. Added Progre...Bent Bisballe Nyeng
2013-03-13Use new painter clear function.Bent Bisballe Nyeng