summaryrefslogtreecommitdiff
path: root/redo/dialog_windows.c
AgeCommit message (Collapse)Author
2014-08-27Resolved a TODO.Pietro Gagliardi
2014-08-26Changed the way dialogs work so that they do real modality properly and ↵Pietro Gagliardi
implemented such on Windows.
2014-08-25Added link to info in dialog_windows.c; removed TODOs in area_window.c and ↵Pietro Gagliardi
basicctrls_windows.c that I decided were fine as they were; more TODOs otherwise.
2014-08-25Settled OpenFile() modality issues on Windows.Pietro Gagliardi
2014-08-25Removed stray TODO.Pietro Gagliardi
2014-08-25Decided to keep OFN_NODEREFERENCELINKS; the Mac backend does so.Pietro Gagliardi
2014-08-25Added a third function for comdlg32.dll errors on Windows.Pietro Gagliardi
2014-08-19Implemented new dialog box techniques on Windows... kinda.Pietro Gagliardi
2014-08-18Added OpenFile(), the first dialog to be added, and implemented it on ↵Pietro Gagliardi
Windows... mostly.