aboutsummaryrefslogtreecommitdiffstats
path: root/gui/application.cc
Commit message (Collapse)AuthorAgeFilesLines
* clangformatDavid Shah2019-06-241-2/+2
| | | | Signed-off-by: David Shah <dave@ds0.me>
* option to disable anti aliasing in guiMiodrag Milanovic2019-05-251-2/+3
|
* Merge pull request #169 from ajeakins/masterMiodrag Milanović2019-05-231-0/+17
|\ | | | | Fix device view not showing anything on macOS.
| * Bring back check that GL contexts get the format requested.Adrian Jeakins2019-05-011-0/+13
| |
| * Fix device view not showing anything on macOS.Adrian Jeakins2018-12-051-0/+4
| | | | | | | | | | * Fix line shader when running under the core profile and make version match those elsewhere. * Make surface format version match the openGL functions we are using.
* | gui: Fix warning: catching polymorphic type by valueMichael Buesch2019-05-201-1/+1
|/ | | | | gui/application.cc: In member function ‘virtual bool nextpnr_ice40::Application::notify(QObject*, QEvent*)’: gui/application.cc:56:32: warning: catching polymorphic type ‘class nextpnr_ice40::assertion_failure’ by value [-Wcatch-value=]
* Fix crash starting the GUI on macOS where we must request a core profile.Adrian Jeakins2018-12-041-0/+1
| | | | See http://doc.qt.io/qt-5/qabstractopenglfunctions.html
* Handle CTRL-C for windows buildMiodrag Milanovic2018-08-021-0/+13
|
* Added rest of properties to all sections in GUIMiodrag Milanovic2018-07-071-0/+7
|
* Added custom QApplication implementationMiodrag Milanovic2018-06-221-0/+47