26 Commits (7f7c8c933faf4972dcd6e6edd153219fe59ee459)

Author SHA1 Message Date
Vladimír Vondruš 7a30390890 Platform: extend window flags in Sdl2 and GlfwApplication. 6 years ago
Vladimír Vondruš 2149e78f82 Platform: make *Application::exit() exit right after constructor ends. 6 years ago
Vladimír Vondruš b04aa48c03 Platform: do at least something in the test draw event. 6 years ago
Vladimír Vondruš 5c4a00512b Platform: reorder test code for consistency. 6 years ago
Vladimír Vondruš 8af1f6a91e Platform: delay GLFW event callback setup to first main loop iteration. 6 years ago
Vladimír Vondruš c98635842f Platform: allow engine-specific options in GlfwApplicationTest. 6 years ago
Vladimír Vondruš c17f5a0340 Platform: avoid GlfwApplication::viewportEvent() being fired too soon. 6 years ago
Vladimír Vondruš 65743b5647 Platform: make it possible to override DPI scaling from the app. 6 years ago
Vladimír Vondruš e67526abf0 Platform: ability to set window size in Sdl2 and GlfwApplication. 6 years ago
Vladimír Vondruš 090c6bb4a7 Platform: window icon management in Glfw and Sdl2Application. 7 years ago
Vladimír Vondruš 3e4646f4be Platform: add tests for setMin/MaxWindowSize(). 7 years ago
Vladimír Vondruš 98e64b5dee Platform: make the GlfwApplication test app resizable. 7 years ago
Vladimír Vondruš 01e12ba495 Platform: test Sdl2App/GlfwApp mouse locking. 7 years ago
Vladimír Vondruš 7cb49fbb36 Platform: simple test for Sdl2 and GlfwApplication cursors. 7 years ago
Vladimír Vondruš 693fb55c10 Platform: fix GLFW/SDL2 tests on builds w/o GL. 7 years ago
Vladimír Vondruš 89d4a754d5 Platform: add MouseMoveEvent::relativePosition() to Glfw and Emscripten. 7 years ago
Vladimír Vondruš ad22f463fb Platform: add {Sdl2,Glfw,Emscripten}Application::setWindowTitle(). 7 years ago
Vladimír Vondruš 562cf677ff Platform: test initial window size params in GLFW and SDL2 apps. 7 years ago
Vladimír Vondruš 7e06581758 Platform: show the value of KeyEvent::key() in the tests. 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš 053f406b7d Platform: make SDL2 and GLFW apps buildable without TARGET_GL again. 7 years ago
Vladimír Vondruš a1356decdd Platform: extend GLFW and SDL2 test applications. 7 years ago
Vladimír Vondruš 2149f7b869 Wrap all tests in unnamed namespaces. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 3ca13dbc1b Platform: implement {Glfw,Sdl2}Application::exitEvent(). 7 years ago
Vladimír Vondruš 04a3f9588b Platform: test compilation & linking of all Application libraries. 8 years ago
Vladimír Vondruš e27f3b4e12 Automagic way of importing static plugins. 8 years ago
Vladimír Vondruš 93aeac258a Adapted to Corrade::PluginManager changes. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 66e17608e6 Text: introduce font ascent and descent. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 7a68362170 Making includes absolute, part 6: better filenames for internal files. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš 3003cbea2e Text: moved common glyph render code into AbstractLayouter::renderGlyph(). 13 years ago
Vladimír Vondruš 858c9787f0 Text: initial support for line height in AbstractFont. 13 years ago
Vladimír Vondruš 8003cd435a Text: returning std::unique_ptr instead of raw pointer. 13 years ago
Vladimír Vondruš a5e7c19973 MagnumFont: simple bitmap font. 13 years ago
Vladimír Vondruš 6eeb014110 Removed superfluous namespaces. 13 years ago
Vladimír Vondruš 4d69b63fb6 Adapted to Magnum changes. 13 years ago
Vladimír Vondruš b701dbb655 Adapted to Corrade changes. 13 years ago
Vladimír Vondruš 0927138ff1 Adapted to Magnum changes. 13 years ago
Vladimír Vondruš 29fd52b3e6 Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Vladimír Vondruš e887c1a140 Renamed helper headers to have lowercase first letter. 14 years ago
Vladimír Vondruš 6f3c2ac5ec Adapted to Magnum changes. 14 years ago
Vladimír Vondruš 186adfbd73 Fixed plugin registration after recent object library changes. 14 years ago
Vladimír Vondruš 1f4e6022ac TgaImporter: check if the file is long enough. 14 years ago