Commit Graph

1350 Commits

Author SHA1 Message Date
gazer 6968e412ea doc fixes 2016-03-27 20:07:33 +03:00
Vadim Lopatin 48bfd312f7 support older compiler 2016-03-25 15:01:28 +03:00
Vadim Lopatin 18a2451de5 support older compiler 2016-03-25 15:00:09 +03:00
Vadim Lopatin cb670b057d support older compiler 2016-03-25 14:59:39 +03:00
Vadim Lopatin 8b827420c2 support older compiler 2016-03-25 14:59:02 +03:00
Vadim Lopatin 695003ba2b minecraft mesh renderer is working 2016-03-25 14:39:10 +03:00
Vadim Lopatin 1ebecc8bc8 Merge branch 'master' of github.com:buggins/dlangui 2016-03-25 13:15:03 +03:00
Vadim Lopatin d27062ff63 fix 3d math; d3d example is now working 2016-03-25 13:14:45 +03:00
Vadim Lopatin 427669976a Merge pull request #220 from thedeemon/master
fix tooltips blinking
2016-03-24 15:02:40 +03:00
Dmitry Popov be04929d12 fix tooltips blinking: don't hide tooltip on mouse move event if no move really happened 2016-03-24 17:48:54 +07:00
Vadim Lopatin 6a18bde8aa Merge pull request #218 from clinei/ircclient-64-fix
Makes IRC client example build possible on 64bit Linux
2016-03-22 17:21:56 +03:00
Vadim Lopatin 86325e7c58 d3d camera controls 2016-03-22 17:21:22 +03:00
Vadim Lopatin 05442de450 d3d example fixes; DML - double literals fix, DML widgets: alpha property fix 2016-03-22 15:49:26 +03:00
Vadim Lopatin b10cc6f5d8 support ScrollBar.orientation property in DML 2016-03-22 14:47:31 +03:00
Tanel Tagaväli 20c5fdaa83 fixes #217 2016-03-22 13:38:25 +02:00
Vadim Lopatin 9f37ee5257 remove extra logging 2016-03-22 13:11:01 +03:00
Vadim Lopatin a8fb74602e d3d dminer fixes 2016-03-22 13:06:30 +03:00
Vadim Lopatin 01da716a70 minecraft like renderer 2016-03-22 11:55:05 +03:00
Vadim Lopatin 3671b1f2cb d3d example minecraft engine porting, some fixes and optimizations 2016-03-22 10:40:59 +03:00
Vadim Lopatin 73f63090f5 porting minecraft-like voxel engine implementation for d3d example 2016-03-22 09:47:22 +03:00
Vadim Lopatin e525e13e73 word wrapping for EditBox - starting implementation, issue #206 2016-03-21 17:19:42 +03:00
Vadim Lopatin 3e4d5b6622 fix #199 - crash on theme change 2016-03-21 16:58:00 +03:00
Vadim Lopatin 944d5158c5 d3d example: continue porting dminer - minecraft like engine 2016-03-21 15:48:01 +03:00
Vadim Lopatin a7f485555a porting miner 2016-03-21 14:20:18 +03:00
Vadim Lopatin 9d86705a55 fix double drawing of tab header - fix #190 2016-03-21 13:45:23 +03:00
Vadim Lopatin cb51dc04b1 fix #213 - logging broken by commit e89b684274 Solution: added methods Log.fv, fd, fi, fw, fe, ff which are format line versions of Log.v,d,i,w,e,f 2016-03-21 13:44:29 +03:00
Vadim Lopatin 3f6662d85a Merge branch 'master' of github.com:buggins/dlangui 2016-03-21 09:19:02 +03:00
Vadim Lopatin fe939b493e remove extra projects from visuald solutino 2016-03-21 09:17:42 +03:00
Vadim Lopatin 49ad644eb0 Merge pull request #210 from MyLittleRobo/master
Use invalidate instead of redraw added in commits dd0df51 and fed4712
2016-03-18 06:56:35 +03:00
FreeSlave 70ba227745 Use invalidate instead of redraw added in commits dd0df51 and fed4712 2016-03-17 10:49:31 -04:00
Vadim Lopatin 7ff48db516 Merge pull request #207 from MyLittleRobo/master
Implement showInFileManager for Linux (no xdg-open used)
2016-03-17 15:49:46 +03:00
Roman Chistokhodov 73e4b1702a Don't use xdg-open when showing file in folder 2016-03-17 07:57:04 -04:00
FreeSlave d9af0b3b17 Improved showInFileManager for linux 2016-03-17 01:41:29 +03:00
Vadim Lopatin e5eb93102e allow creation of switch widget in DML 2016-03-16 16:42:28 +03:00
Vadim Lopatin a46cc90815 update readme with SwitchWidget 2016-03-16 16:41:12 +03:00
Vadim Lopatin aca556d794 Implement SwitchWidget - close issue #205 2016-03-16 16:40:02 +03:00
Vadim Lopatin b0361baeb8 update icons in IRC Client example 2016-03-16 15:03:14 +03:00
Vadim Lopatin 5220409a4d IRC Client fixes; List fixes 2016-03-16 14:49:32 +03:00
Vadim Lopatin 9388461f7b add dlangui:ircclient to dub.json 2016-03-16 10:42:47 +03:00
Vadim Lopatin d50c71695b IRC client example: settings dialog is working - #201 2016-03-16 10:32:48 +03:00
Vadim Lopatin 44faf49b7b IRC Client sample resources 2016-03-16 09:06:55 +03:00
Vadim Lopatin 7e6f583342 Merge pull request #202 from Lastin/master
Adds missing asyncsocket.d and queue.d files to project settings for Linux
2016-03-16 07:56:03 +03:00
Lastin c0ac473dc9 Adds missing asyncsocket.d and queue.d files to project settings for Linux 2016-03-15 17:35:08 +00:00
Vadim Lopatin c9c3f82504 #201
improve settings dialog
2016-03-15 16:57:50 +03:00
Vadim Lopatin 69eb231279 IRC Client example, continue development 2016-03-15 16:45:04 +03:00
Vadim Lopatin f82b07e37e IRC Client example, continue development 2016-03-15 16:44:54 +03:00
Vadim Lopatin 6d0c8d83b3 irc client fixes 2016-03-15 15:41:52 +03:00
Vadim Lopatin 437391c7de AsyncSocket support in DlangUI; IRC Client example for AsyncSocket 2016-03-15 14:20:55 +03:00
Vadim Lopatin 03a878f5f1 Merge branch 'master' of github.com:buggins/dlangui 2016-03-14 08:42:08 +03:00
Vadim Lopatin 490d793cec scene3d fixes 2016-03-14 08:41:22 +03:00