From 9db29a19cd001fdf19408a1ceffbaba00bb6cbcf Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Tue, 10 Feb 2015 09:53:21 +0300 Subject: [PATCH] change package structure - #56 --- README.md | 7 +- dub.json | 77 +++++++++------------- examples/example1/dub.json | 2 +- examples/helloworld/dub.json | 2 +- examples/tetris/dub.json | 2 +- src/dlangui/platforms/windows/win32fonts.d | 2 +- 6 files changed, 41 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index 510aac35..39ee22e5 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,11 @@ Wiki: [https://github.com/buggins/dlangui/wiki/Home](https://github.com/buggins/ Screenshots: [http://buggins.github.io/dlangui/screenshots.html](http://buggins.github.io/dlangui/screenshots.html) -[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/buggins/dlangui?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/buggins/dlangui.svg?branch=master)](https://travis-ci.org/buggins/dlangui) +WARNING: recent breaking change: when specifying dlangui library as DUB dependency, use "dlangui" instead of "dlangui:dlanguilib". + + +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/buggins/dlangui?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/buggins/dlangui.svg?branch=master)](https://travis-ci.org/buggins/dlangui) Main features: @@ -241,7 +244,7 @@ Sample dub.json: "targetType": "executable", "dependencies": { - "dlangui:dlanguilib": "~master" + "dlangui": "~master" } } diff --git a/dub.json b/dub.json index 66343ec3..285e3911 100644 --- a/dub.json +++ b/dub.json @@ -8,56 +8,43 @@ "buildRequirements":[ "allowWarnings" ], - "subPackages": [ - { - "name": "dlanguilib", - "description": "D language cross platform GUI library, inspired by Android UI API. Supports OpenGL based hardware acceleration, i18n, styles and themes.", - "homepage": "https://github.com/buggins/dlangui", - "license": "Boost", - "authors": ["Vadim Lopatin"], - "targetName": "dlanguilib", - "targetPath": "lib", - "targetType": "staticLibrary", + "targetName": "dlangui", + "targetPath": "lib", + "targetType": "staticLibrary", + "versions-posix": ["USE_SDL", "USE_OPENGL"], + "versions-windows": ["Unicode", "USE_FREETYPE"], + "versions": ["EmbedStandardResources"], - "versions-posix": ["USE_SDL", "USE_OPENGL"], - "versions-windows": ["Unicode", "USE_FREETYPE"], - "versions": ["EmbedStandardResources"], + "copyFiles-windows": ["lib/libfreetype-6.dll", "lib/zlib1.dll"], - "copyFiles-windows": ["lib/libfreetype-6.dll", "lib/zlib1.dll"], + "sourcePaths": [ + "3rdparty", "src" + ], - "sourcePaths": [ - "3rdparty", "src" - ], - - "importPaths": [ - "3rdparty", "src" - ], - - "stringImportPaths": [ - "views", - "views/res", - "views/res/mdpi", - "views/res/i18n" - ], - - "dependencies": { - "derelict-gl3": ">=1.0.12", - "dlib": ">=0.4.1", - "derelict-ft": ">=1.0.0", - "derelict-sdl2": ">=1.9.1" - }, - "-ddoxFilterArgs": ["--unittest-examples", "--min-protection=Protected", "--ex", "win32.", "--ex", "src.dlangui"] - }, - "./examples/helloworld/", - "./examples/example1/", - "./examples/tetris/" + "importPaths": [ + "3rdparty", "src" + ], + + "stringImportPaths": [ + "views", + "views/res", + "views/res/mdpi", + "views/res/i18n" ], "dependencies": { - "dlangui:dlanguilib": "*", - "dlangui:example1": "*", - "dlangui:helloworld": "*", - "dlangui:tetris": "*" - } + "derelict-gl3": ">=1.0.12", + "dlib": "~master", + "derelict-ft": ">=1.0.0", + "derelict-sdl2": ">=1.9.1" + }, + + "-ddoxFilterArgs": ["--unittest-examples", "--min-protection=Protected", "--ex", "win32.", "--ex", "src.dlangui"], + + "subPackages": [ + "./examples/helloworld/", + "./examples/example1/", + "./examples/tetris/" + ] } diff --git a/examples/example1/dub.json b/examples/example1/dub.json index 9f9b6495..9c199000 100644 --- a/examples/example1/dub.json +++ b/examples/example1/dub.json @@ -12,6 +12,6 @@ "stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"], "dependencies": { - "dlangui:dlanguilib": "*" + "dlangui": "*" } } diff --git a/examples/helloworld/dub.json b/examples/helloworld/dub.json index 48d0d18d..9941bf43 100644 --- a/examples/helloworld/dub.json +++ b/examples/helloworld/dub.json @@ -10,6 +10,6 @@ "targetType": "executable", "dependencies": { - "dlangui:dlanguilib": "*", + "dlangui": "*", } } diff --git a/examples/tetris/dub.json b/examples/tetris/dub.json index 8be965cb..b911e0e4 100644 --- a/examples/tetris/dub.json +++ b/examples/tetris/dub.json @@ -12,6 +12,6 @@ "stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"], "dependencies": { - "dlangui:dlanguilib": "*" + "dlangui": "*" } } diff --git a/src/dlangui/platforms/windows/win32fonts.d b/src/dlangui/platforms/windows/win32fonts.d index 8f254e8a..49a214a8 100644 --- a/src/dlangui/platforms/windows/win32fonts.d +++ b/src/dlangui/platforms/windows/win32fonts.d @@ -431,7 +431,7 @@ class Win32Font : Font { lf.lfCharSet = ANSI_CHARSET; //DEFAULT_CHARSET; lf.lfFaceName[0..def.face.length] = def.face; lf.lfFaceName[def.face.length] = 0; - lf.lfHeight = size; //pixelsToPoints(size); + lf.lfHeight = -size; //pixelsToPoints(size); lf.lfItalic = italic; lf.lfWeight = weight; lf.lfOutPrecision = OUT_TT_ONLY_PRECIS; //OUT_OUTLINE_PRECIS; //OUT_TT_ONLY_PRECIS;