Commit Graph

2392 Commits

Author SHA1 Message Date
QuickFixGuy 0d72d68e63
Check out pipeline 2020-05-09 22:09:09 -06:00
Tyler Crandall 271da0c901 Update Dependency Versions and fixed deprecated features 2020-04-02 03:02:01 -06:00
Christian Durán 0907817186 Fix unistd dup usage 2020-03-14 11:18:35 -06:00
Daniele Bondì bbfb1ce96f Fixed passing argument to to!string (it cannot handle inout args - bug in phobos?) 2020-02-29 22:59:18 +01:00
Daniele Bondì e9b0a20482 Fixed deprecation warning about variable shadowing 2020-02-29 22:40:20 +01:00
Daniele Bondì 1e67893256 Fixed deprecation warning about foreach index being implicitly converted from size_t to int 2020-02-29 22:36:24 +01:00
Daniele Bondì 1c592c4664 Fixed deprecation warning about Nullable's alias this 2020-02-29 22:31:18 +01:00
Daniele Bondì 9c2c6a6fbb Fixed deprecation warning about union fields initialization 2020-02-29 22:25:16 +01:00
Christian Durán Carvajal 39ec1512c9
Merge cc66329d48 into 1822edb88d 2020-01-17 18:33:59 +00:00
Christian Durán Carvajal cc66329d48
Fix compilation for DMD 2.090 2020-01-17 12:05:02 -06:00
aferust 4d21e9d340 fix my stupitidy 2020-01-13 18:57:49 +03:00
aferust 6abd917549 @property bool enabled() 2020-01-13 16:30:46 +03:00
aferust 49555d43d6 fix some white spaces 2020-01-13 11:10:24 +03:00
aferust 65c0f2a678 remove lib folder 2020-01-13 10:58:05 +03:00
aferust 3b3ed044c8 SpinCtrl 2020-01-13 10:56:19 +03:00
Grim Maple a1660173eb Remove win_app.def from windows build 2019-10-26 19:58:38 +03:00
Feldwor b61957f7f9
add import std.algorithm;
```
vaidas@vaidas-SATELLITE-L855:~$ dub run dlangui:tetris
Building package dlangui:tetris in /home/vaidas/.dub/packages/dlangui-0.9.182/dlangui/examples/tetris/
Performing "debug" build using dmd for x86_64.
derelict-util 3.0.0-beta.2: target for configuration "library" is up to date.
derelict-ft 2.0.0-beta.5: target for configuration "library" is up to date.
derelict-gl3 2.0.0-beta.8: target for configuration "library" is up to date.
derelict-sdl2 3.0.0-beta.8: target for configuration "derelict-sdl2-dynamic" is up to date.
dlangui 0.9.182: target for configuration "minimal" is up to date.
dlangui:tetris 0.9.182: building configuration "application"...
.dub/packages/dlangui-0.9.182/dlangui/examples/tetris/src/gui.d(562,20): Error: min is not defined, perhaps import std.algorithm; is needed?
dmd failed with exit code 1.
```
2019-09-18 17:37:30 +03:00
Vadim Lopatin 1822edb88d
Merge pull request #589 from Superbelko/android-wip
Android wip
2019-08-09 11:52:42 +03:00
V. Khmelevskiy 9e831ea0aa Fix broken build 2019-02-20 19:58:42 +07:00
V. Khmelevskiy 6650581653 Update instructions 2019-02-19 10:42:14 +07:00
V. Khmelevskiy c79fca652a Android basic keyboard input support (incl. virtual keyboard)
Normal English input works fine. Punctuation and navigation are partially supported.
IME from virtual keyboard doesn't work at all, seems like the native activity wrapper(android_app class) issues after Android 4.0.
2019-02-18 20:24:56 +07:00
V. Khmelevskiy 108d7ce74c Clean-up android example 2019-02-18 20:24:56 +07:00
Vadim Lopatin edb42f5008
Merge pull request #585 from r4j4h/close-tab-on-midddle-mouse-click
Added functionality to close tabs with middle mouse click
2019-01-05 18:03:05 +03:00
Jasmine Hegman dd1c917de5 Added functionality to close tabs with middle mouse click when close button is enabled. 2019-01-01 05:40:44 -07:00
Vadim Lopatin d08f28204a
Merge pull request #583 from Disco1267/x11-fixes
Fixed handling of modfier keys, see issue #582
2018-12-06 21:00:02 +03:00
Arne Marschall c24c544f7e Fixed handling of modfier keys, see issue #582 2018-12-03 17:29:46 +01:00
Vadim Lopatin 317599ce87 fix SDL configuration build 2018-11-26 12:11:32 +03:00
Vadim Lopatin 1953223c31 update version 2018-11-26 09:43:56 +03:00
Vadim Lopatin 60159c61e2 Derelict GL3 upgrade - fix #579 2018-11-26 09:43:15 +03:00
Vadim Lopatin 5616e06d4e update version 2018-10-05 09:24:28 +03:00
Vadim Lopatin fb58a078d3 fix splitlines import 2018-10-05 09:23:44 +03:00
Vadim Lopatin 9cda6eac3a fix deprecatons 2018-10-05 09:13:49 +03:00
Vadim Lopatin 764c72f2b3 update version 2018-10-04 11:56:36 +03:00
Vadim Lopatin 328b1a4ee4
Merge pull request #575 from Ivo-Maffei/patch-1
Adding method to remove all bars from a chart
2018-09-10 16:31:09 +03:00
Ivo-Maffei 2b9345ee13
Adding method to remove all bars from a chart 2018-08-29 11:44:41 +02:00
Vadim Lopatin 18286dc659
Merge pull request #571 from dayllenger/master
fix #570 (DMD 2.081)
2018-08-08 12:03:34 +03:00
Viktor 23533060bb
fix #570 2018-07-10 00:20:28 +03:00
Vadim Lopatin d942853bcd update version 2018-05-08 11:43:09 +03:00
Vadim Lopatin ec0f8210a5
Merge pull request #566 from Superbelko/feature-roundrect
Rounded rectangle drawing for DrawBuf
2018-05-08 10:29:17 +03:00
V. Khmelevskiy bcb52bc442 Basic rounded rectangle implementation for DrawBuf 2018-04-25 09:37:27 +07:00
Vadim Lopatin 4132b1d152
Merge pull request #565 from triplejam/rangeviofix2
Fix for #534 - Simpler way
2018-04-23 09:20:11 +03:00
Vadim Lopatin e268886fef
Merge pull request #564 from Superbelko/feature-bezier
basic bezier curves with sample
2018-04-23 09:18:42 +03:00
Vadim Lopatin 47105e8a2b
Merge pull request #562 from triplejam/AdditionalDockHost
Allow individually named DockHost
2018-04-23 09:18:26 +03:00
James Johnson 90a55ea21f Prevent range violation 2018-04-20 06:25:24 -04:00
V. Khmelevskiy 94161b4924 basic bezier curves with sample 2018-04-20 13:45:44 +07:00
James Johnson 07fcfcc834 Allow individually named DockHost 2018-04-10 20:06:11 -04:00
Vadim Lopatin 1720960923 update version 2018-03-20 16:33:53 +03:00
Vadim Lopatin 7be8c5ab04
Merge pull request #559 from and3md/menu_and_popup_menu
Possibility to add popup menu to any widget, menu behavior fixes.
2018-03-20 16:29:46 +03:00
and3md dd4eed5ed2 Fix AppFrame after add popup menus to all widgets. 2018-03-08 19:09:50 +01:00
and3md c971b68655 Fix main menu after popup menu fix. 2018-03-08 19:09:41 +01:00