Denis Feklushkin
|
9292783204
|
orientation const added
|
2017-11-12 20:45:13 +07:00 |
Denis Feklushkin
|
391d9959b3
|
dirty fix for #510
|
2017-11-10 13:14:01 +07:00 |
Denis Feklushkin
|
d63cb402e3
|
Widget: prevents using text() without override
|
2017-11-08 14:11:52 +07:00 |
Denis Feklushkin
|
1a76d96452
|
InputBox: access to _text fix
|
2017-11-08 14:02:40 +07:00 |
Denis Feklushkin
|
bd4e4a1ff6
|
Widget.text() is const
|
2017-11-07 17:09:05 +07:00 |
vennos5
|
565d0ab133
|
make glsupport.d compile with ldc2
|
2017-11-06 22:08:00 +02:00 |
Vadim Lopatin
|
f707ce3e83
|
Merge pull request #505 from denizzzka/const_adding
Const adding, bulk 2
|
2017-11-05 19:21:18 +03:00 |
Denis Feklushkin
|
380762c8bf
|
windowCaption() const added
|
2017-11-03 14:07:11 +07:00 |
Denis Feklushkin
|
61a30cee60
|
mainWidget() inout added
|
2017-11-03 13:55:46 +07:00 |
and3md
|
d0aba02426
|
FileDialog: add FILE_DIALOG_GRID style to simplify change only FileDialog grid font.
|
2017-10-31 19:11:35 +01:00 |
Denis Feklushkin
|
925224fdf8
|
class Button text() const
|
2017-10-27 15:21:15 +07:00 |
Denis Feklushkin
|
6db5d2cece
|
childCount() const
|
2017-10-26 22:05:37 +07:00 |
Denis Feklushkin
|
9c85ab7deb
|
child(int) works with const widget objects too
|
2017-10-26 22:00:51 +07:00 |
Denis Feklushkin
|
ead1cff962
|
const added
|
2017-10-26 20:44:02 +07:00 |
Vadim Lopatin
|
fcb5565f4c
|
Merge pull request #497 from denizzzka/again_adding_WIDGET_STYLE_CONSOLE
Separates BACKEND_CONSOLE flag and console-style widgets flag, second attempt
|
2017-10-24 19:56:07 +03:00 |
Denis Feklushkin
|
02d8833cda
|
ldc build fix-2
|
2017-10-22 15:51:41 +07:00 |
Denis Feklushkin
|
0984376266
|
ldc build fix
|
2017-10-22 14:22:55 +07:00 |
Denis Feklushkin
|
3a97a60ee8
|
Merge branch 'master' of https://github.com/buggins/dlangui into again_adding_WIDGET_STYLE_CONSOLE
|
2017-10-20 06:35:57 +07:00 |
Denis Feklushkin
|
0ab9eb8821
|
drawChar is abstract
|
2017-10-20 06:35:45 +07:00 |
Vadim Lopatin
|
62ceed2870
|
drawbuf pixel storage optimizations - don't use GC: #499
|
2017-10-19 14:21:25 +03:00 |
dayllenger
|
c074007ad2
|
CalcSaver template, optimize TextWidget measure
|
2017-10-18 11:16:28 +03:00 |
dayllenger
|
1c940fcc8e
|
optimize FrameLayout: do not layout when frame is invisible
|
2017-10-18 11:15:58 +03:00 |
Vadim Lopatin
|
4a547d94e7
|
add dragon curve example to dub.json
|
2017-10-18 10:36:58 +03:00 |
Denis Feklushkin
|
fe53b78ba3
|
types.d from upstream
|
2017-10-18 07:07:36 +07:00 |
Denis Feklushkin
|
da5b87c418
|
BACKEND_CONSOLE -> WIDGET_STYLE_CONSOLE
|
2017-10-18 07:01:43 +07:00 |
Denis Feklushkin
|
773211e349
|
enum flag added, excludedSourceFiles changed
|
2017-10-18 06:47:22 +07:00 |
Denis Feklushkin
|
4955435346
|
Merge branch 'master' of https://github.com/buggins/dlangui
|
2017-10-18 06:40:36 +07:00 |
Vadim Lopatin
|
0348baf11b
|
Merge pull request #494 from dayllenger/resources
DrawableCache refactoring
|
2017-10-17 18:48:08 +03:00 |
Vadim Lopatin
|
40a2908eee
|
trying to resolve issue with DMD out of memory - optimize metadata generation #425
|
2017-10-17 17:15:34 +03:00 |
Denis Feklushkin
|
e1f0c4b0da
|
Merge branch 'master' of https://github.com/buggins/dlangui
|
2017-10-17 13:02:31 +07:00 |
dayllenger
|
4b0d2f0ef0
|
DrawableCache refactoring
|
2017-10-16 15:11:16 +03:00 |
Vadim Lopatin
|
30d2bab54b
|
Merge branch 'master' of github.com:buggins/dlangui
|
2017-10-16 13:28:10 +03:00 |
Vadim Lopatin
|
29ff80b049
|
Merge pull request #492 from dayllenger/shadows
Box shadows
|
2017-10-16 13:27:45 +03:00 |
Vadim Lopatin
|
d8333126f6
|
fix console build #493
|
2017-10-16 13:26:29 +03:00 |
dayllenger
|
2b74271c31
|
draw box shadows as nine-patch; fix style's child states
|
2017-10-16 12:21:57 +03:00 |
dayllenger
|
18d30eb8a6
|
gaussian blur for ColorDrawBuf
|
2017-10-16 12:21:53 +03:00 |
gazer
|
5310d958b7
|
very basic BoxShadowDrawable
|
2017-10-16 12:21:18 +03:00 |
gazer
|
fe0e86d58b
|
add prefix to drawable inner names for borders and box shadows
|
2017-10-16 12:06:06 +03:00 |
gazer
|
bb4c7b0a02
|
box shadow property in Style
|
2017-10-16 12:05:09 +03:00 |
dayllenger
|
1672b644cd
|
optimization: memoize textSize and convertColors functions
|
2017-10-16 11:33:33 +03:00 |
dayllenger
|
47610bb9f4
|
small code edits
|
2017-10-16 11:33:33 +03:00 |
Vadim Lopatin
|
c9186ead05
|
Merge pull request #484 from dayllenger/work
Borders for widgets, 'border' style property
|
2017-10-16 11:23:24 +03:00 |
Vadim Lopatin
|
80a2cd9eca
|
Merge pull request #488 from denizzzka/console_CI_
Adds console build to Travis CI
|
2017-10-16 11:22:24 +03:00 |
Vadim Lopatin
|
32cb4e03e1
|
Merge pull request #486 from FreeSlave/x11_classhint
Add class hint for x11 window
|
2017-10-16 11:21:46 +03:00 |
Vadim Lopatin
|
e977a246b0
|
Merge pull request #485 from FreeSlave/x11_iconify
Use XIconifyWindow instead of sending the event to programmatically m…
|
2017-10-16 11:21:29 +03:00 |
Vadim Lopatin
|
8a3684ccea
|
Merge pull request #483 from FreeSlave/standardicons
Icon Providers for Windows and Freedesktop
|
2017-10-16 11:21:16 +03:00 |
dayllenger
|
ecf2c1791a
|
fix segfault because of _nullDrawable
|
2017-10-14 23:08:06 +03:00 |
Denis Feklushkin
|
ba26ecd980
|
Travis CI: console linking fix, right way
|
2017-10-14 18:08:38 +07:00 |
Denis Feklushkin
|
1c561ddbd0
|
Travis CI: console linking fix
|
2017-10-14 13:17:28 +07:00 |
Denis Feklushkin
|
51c0637ae4
|
External backends: enum flags config added
|
2017-10-13 12:08:32 +07:00 |