Commit Graph

579 Commits

Author SHA1 Message Date
Grim Maple 475e0bba7c Fixes #662. Change grid widget to use `UIString` 2023-05-18 15:26:49 +03:00
Grim Maple 1d5df4d634 Refactor exmaple 1 2023-04-20 16:20:47 +03:00
Spirrwell 976093d9fe
[example1/opengl] Don't enable GL_POLYGON_SMOOTH and GL_MULTISAMPLE
GL_POLYGON_SMOOTH appears to have inconsistent behavior across drivers, and seems to cause issues for at least me on Linux with my graphics card.

According to Grim, it sounds like multisampling was enabled specifically for this as well, and so we no longer enable GL_MULTISAMPLE either
2023-01-10 10:32:48 -05:00
Grim Maple d31b5b9f1c Codestile, widget ordering in dmledit 2023-01-09 21:01:57 +03:00
徐昶森 a4f70afdc6 better dml: Sort object attributes; DockWin allow left column width draggable 2022-12-27 10:46:40 +03:00
Grim Maple 0a7a5e55b4 Example 1 refactoring part 2 2022-12-23 16:31:09 +03:00
Grim Maple 94fd203676 Move OpenGL example to Example1 2022-12-23 15:34:58 +03:00
Grim Maple a0b882b18a Refactor exmaple1 part 1 2022-12-17 17:42:34 +03:00
Grim Maple 9aea275e29 Remove example2 and test examples 2022-12-05 20:18:00 +03:00
Grim Maple cebe137ecd Fix pipelines 2022-11-05 21:41:45 +03:00
Grim Maple a24ae65da4 Remove X11 "extra" 3rdparty 2022-11-05 21:35:26 +03:00
Grim Maple fd39c58658 Fix exmaples, Add them to pipeline 2022-10-22 15:32:16 +03:00
Grim Maple 7a585654ee Fix dminer example 2022-10-22 15:12:32 +03:00
Grim Maple c9ccaad2ed Add multisampling support 2022-07-26 21:54:25 +03:00
V. Khmelevskiy a65085d8ad Migrate OpenGL/SDL2/FreeType to bindbc bindings 2022-05-24 16:13:36 +03:00
Grim Maple d19ff3c042 Fix opengl support, switch to bindbc 2022-04-16 13:49:04 +03:00
Grim Maple 585b31ae30 Update examples build 2022-04-16 13:47:59 +03:00
Vadim Lopatin 603b519040
Merge pull request #605 from emil-perhinschi/master
resolved some warnings
2020-07-28 12:10:51 +03:00
Vadim Lopatin f1df9bba23
Merge pull request #598 from GrimMaple/master
Remove win_app.def from windows build
2020-07-28 12:08:55 +03:00
Emil Nicolaie Perhinschi 96a251ab02 fixed examples including missing import std.conv; fixed deprecation warnings in examples 2020-06-16 00:37:34 +03:00
Emil Nicolaie Perhinschi c288a3f674 resolved some warnings (DIP25 and one place where variables were shaddowing each other 2020-06-15 23:54:59 +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
V. Khmelevskiy 108d7ce74c Clean-up android example 2019-02-18 20:24:56 +07:00
Vadim Lopatin 60159c61e2 Derelict GL3 upgrade - fix #579 2018-11-26 09:43:15 +03:00
V. Khmelevskiy 94161b4924 basic bezier curves with sample 2018-04-20 13:45:44 +07:00
Vadim Lopatin aa3fabc7b0
Merge pull request #528 from triplejam/master
quick fix for dmledit
2017-12-04 06:06:17 +03:00
James Johnson 846ea37565 quick fix for dmledit 2017-12-03 03:09:36 -05:00
dukc 00fb95f375 Now that was quite a difficulty spike for tetris! :D 2017-12-02 22:26:37 +02:00
vennos5 a276d37df4 remove echo 2017-11-07 19:04:03 +02:00
vennos5 cbd34f0be1 Fix build paths 2017-11-07 18:52:29 +02:00
vennos5 3f0fe0745e Added freetype build script 2017-11-07 18:09:59 +02:00
vennos5 063ba9ebbb Add mk files back 2017-11-06 22:20:14 +02:00
vennos5 48649f51ae attempt to use gradle instead of ant 2017-11-06 22:06:21 +02:00
Vadim Lopatin 72051ce5e8 dragon curve example improvements 2017-10-19 14:21:47 +03:00
Vadim Lopatin 4a547d94e7 add dragon curve example to dub.json 2017-10-18 10:36:58 +03:00
Vadim Lopatin 58080186e3 add Dragon Curve example 2017-10-17 18:16:59 +03:00
Vadim Lopatin 53e53e84ae update version; update visualD project 2017-10-16 11:40:42 +03:00
Vadim Lopatin 702bbc6c21 Merge pull request #489 from dayllenger/tetris
Expand window in tetris example
2017-10-16 11:22:36 +03:00
dayllenger fdbd7254ee expand window in tetris example 2017-10-14 19:28:33 +03:00
Roman Chistokhodov 137cb927f6 Fix for Windows 2017-10-12 19:20:59 +03:00
Roman Chistokhodov b2bcb79621 Add icon provider class. Add 3rdparty dependencies for freedesktop. Add 'Icons' tab to example1 2017-10-12 18:09:47 +03:00
and3md 94f955a1d8 Added WindowFlag.ExpandSize to example1. 2017-10-07 15:28:21 +02:00
Vadim Lopatin 6021717425 update version 2017-09-19 14:21:49 +03:00
Vadim Lopatin 12b19ed1ff update tree if items are added or removed - fix #278 2017-09-11 11:58:32 +03:00
Vadim Lopatin 65df1c5195 Merge pull request #428 from lemming-life/master
Example showing an editline list in dlangui.
2017-09-11 10:45:49 +03:00
lemming-life 57d643acc9 Example of an edit line list in dlangui. 2017-09-09 00:53:32 -06:00
lemming-life 1ea520aa28 Example showcasing and editline list. 2017-09-09 00:48:40 -06:00
Vadim Lopatin b22b951af8 Merge pull request #426 from lemming-life/master
Added StringListWidget for "list2" in example1.
2017-09-08 08:50:55 +03:00
lemming-life 089f22158e Added StringListWidget for "list2" in example1. Showcases finding keywords in the list via keyboard. 2017-09-07 22:51:07 -06:00