Commit Graph

424 Commits

Author SHA1 Message Date
Adam D. Ruppe 688b42a785 callback based playing. will prolly do it on record too. will want a thread. 2014-12-26 12:04:10 -05:00
Adam D. Ruppe 780ee597eb initial Windows pcm support 2014-12-25 23:43:30 -05:00
Adam D. Ruppe d53a37794b better compatibility with edge triggered eventloop 2014-12-24 12:11:58 -05:00
Adam D. Ruppe f9a105b914 important commentary on edge-triggeredness 2014-12-24 12:11:45 -05:00
Adam D. Ruppe 4d73f858fd basic support for game controllers 2014-12-23 23:49:33 -05:00
Adam D. Ruppe 79f2d9f4a0 windows clear function impl 2014-12-22 18:36:37 -05:00
Adam D. Ruppe 295cbeead5 windows broke build! 2014-12-22 18:31:16 -05:00
Adam D. Ruppe 5db0da2abb stuff 2014-12-22 18:21:58 -05:00
Adam D. Ruppe f8ce62c773 sending POST requests 2014-12-22 17:45:44 -05:00
Adam D. Ruppe 5133c740dc scriptable properties 2014-12-22 17:45:30 -05:00
Adam D. Ruppe 92ad388884 catchup 2014-12-22 13:54:23 -05:00
Adam D. Ruppe 6c3507ca3b better url stuff (borrowed from cgi.d) 2014-12-22 13:52:35 -05:00
Adam D. Ruppe ff68e1cf00 ct to regular regex for compile speed boost 2014-12-22 13:52:21 -05:00
Adam D. Ruppe 3970db0891 more basic sound support 2014-12-18 21:39:32 -05:00
Adam D. Ruppe 47136e05ba initial ALSA support 2014-12-18 12:33:11 -05:00
Adam D. Ruppe 9a1992894b new stuff 2014-12-18 09:18:56 -05:00
Adam D. Ruppe 8f09236fc9 getline convenience function 2014-12-12 12:12:22 -05:00
Adam D. Ruppe 1933833c7b updates 2014-12-12 09:52:57 -05:00
Adam D. Ruppe 5e8f47c239 retiring mroe obsolete stuff 2014-12-12 09:46:47 -05:00
Adam D. Ruppe 40b6c2ed9d retiring some obsolete stuff 2014-12-12 09:46:09 -05:00
Adam D. Ruppe 3084267a11 listening-host support on all modes 2014-12-12 09:38:48 -05:00
Adam D. Ruppe d9e6fbeedc 64 bit 2014-12-09 19:18:38 -05:00
Adam D. Ruppe 19bf07d7fd better pasting 2014-12-09 10:01:58 -05:00
Adam D. Ruppe e483aff1f5 more getline improvements 2014-12-08 23:26:50 -05:00
Adam D. Ruppe 29d7ca6fe6 get ClientMessage right 2014-12-08 23:26:42 -05:00
Adam D. Ruppe 5f41fdc2c5 updates for terminal emulator 2014-12-06 22:58:02 -05:00
Adam D. Ruppe 0fa7f5db94 getline class and function - user-editable lines with history and completition 2014-12-06 22:41:34 -05:00
Adam D. Ruppe 0906e8f7b0 features needed for forking 2014-12-03 23:46:45 -05:00
Adam D. Ruppe c3a5240a17 catchup 2014-12-01 22:39:11 -05:00
Adam D. Ruppe 7c13fd0a65 window icon 2014-12-01 22:38:58 -05:00
Adam D. Ruppe 51b8c9415c systray proof of concept 2014-12-01 22:38:36 -05:00
Adam D. Ruppe ab42134737 better native event handler 2014-12-01 20:11:29 -05:00
Adam D. Ruppe 60e2c115ff more bindings for X 2014-11-28 13:30:19 -05:00
Adam D. Ruppe f9eef3a141 linux console special keys 2014-11-27 22:52:44 -05:00
Adam D. Ruppe 75e13156e9 bugs from dogfooding 2014-11-27 22:15:31 -05:00
Adam D. Ruppe bb4619715d script macro 2014-11-22 13:48:35 -05:00
Adam D. Ruppe 9c04174573 Windows hotkey basics 2014-11-13 18:22:51 -05:00
Adam D. Ruppe 20c3c49d66 64 bit fixes 2014-10-30 22:57:49 -04:00
Adam D. Ruppe 90b3b083de dmd warnings (thanks ketmar) 2014-10-22 11:06:05 -04:00
Adam D. Ruppe fa257c076d bug fixes and version out misplaced code 2014-09-18 09:14:25 -04:00
Chloride Cull 7ecd24393f No implicit conversions from long to int
source/sslsocket.d(44): Error: function deimos.openssl.ssl.SSL_read
(ssl_st* ssl, void* buf, int num) is not callable using argument types
(ssl_st*, void*, ulong)
2014-08-24 16:49:49 +02:00
Chloride Cull 2e5245d016 added trusted attributes to compile under latest version 2014-08-24 16:42:19 +02:00
Adam D. Ruppe 6518f912bc dup and stuff 2014-08-22 16:28:19 -04:00
Adam D. Ruppe bc850b299d Merge branch 'master' of https://github.com/juanjux/arsd 2014-08-22 16:12:55 -04:00
Juanjo Alvarez ffa8dc8bd2 fixed dom.d .dup calls for dmd 2.0.66 2014-08-22 22:06:59 +02:00
H. S. Teoh 310b46c992 Gah, need to use .get to handle case when environment variable isn't defined.
Otherwise it would throw a runtime exception. :-(
2014-08-08 14:43:17 -07:00
H. S. Teoh 3931c20de4 Replace deprecated getenv(X) with environment[X]. 2014-08-08 14:36:19 -07:00
Adam D. Ruppe 8a925179ad more characters 2014-07-15 19:24:25 -04:00
Adam D. Ruppe 74f72ca4c9 Merge pull request #55 from w0rp/master
Add missing HTML enttires back.
2014-07-15 19:21:02 -04:00
w0rp 530112353d Add missing HTML enities like ndash back and remove some trailing whitespace. 2014-07-15 22:55:03 +01:00