Commit Graph

1673 Commits

Author SHA1 Message Date
Adam D. Ruppe b19472fdec
Merge pull request #298 from emil-perhinschi/master
fix for attachment filename when content-type is application/octet-stream
2021-08-12 16:41:06 -04:00
Emil Nicolaie Perhinschi a00eb2dd86 Merge branch 'filename_application_octet_stream' 2021-08-12 23:29:56 +03:00
Emil Nicolaie Perhinschi 47744e75f2 fix name for attachment when content type is application/octet-stream 2021-08-12 23:25:24 +03:00
Adam D. Ruppe 01e8b3a355 fix drop down selection input override 2021-08-04 16:01:13 -04:00
Adam D. Ruppe d41995d042 bug fix 2021-07-28 22:24:49 -04:00
Adam D. Ruppe 39b0cfeefd nbsp handling 2021-07-28 22:24:29 -04:00
Adam D. Ruppe 3f9f1af114 better scrolling slightly 2021-07-28 22:24:01 -04:00
Adam D. Ruppe 81dba0f46d a few little web enhancements 2021-07-28 22:23:38 -04:00
Adam D. Ruppe ae0fbaa89f initial commit 2021-07-28 22:23:24 -04:00
Adam D. Ruppe 846105b0be style 2021-07-16 15:09:17 -04:00
Adam D. Ruppe d55ad42377
Merge pull request #295 from emil-perhinschi/master
fixes for attachment processing, as instructed by A.Ruppe
2021-07-16 15:07:41 -04:00
Emil Nicolaie Perhinschi 64531cf1db fixes for attachment processing, as instructed by A.Ruppe 2021-07-16 22:01:26 +03:00
Adam D. Ruppe 9c22d7465b prep 2021-07-05 20:58:44 -04:00
Adam D. Ruppe 883159410b more minigui 2021-06-21 22:16:02 -04:00
Adam D. Ruppe bfff32d04b toPrettyString for xml too 2021-06-21 09:39:40 -04:00
Adam D. Ruppe ad308222f7 fixes 2021-06-16 14:15:58 -04:00
Adam D. Ruppe 7384d9398f more flex magic 2021-06-15 16:43:21 -04:00
Adam D. Ruppe 776d34f534 dmd deprecation handling 2021-06-15 07:23:17 -04:00
Adam D. Ruppe 498a0b0756 unlock cursor asap 2021-06-15 07:23:04 -04:00
Adam D. Ruppe f297fbf813 omg im the worst 2021-06-10 10:00:47 -04:00
Adam D. Ruppe 3f6fee45f7 bug 22011 workarounds 2021-06-09 22:37:06 -04:00
Adam D. Ruppe 5a6ed6245f bugs 2021-06-09 08:05:28 -04:00
Adam D. Ruppe 680030d378 oops 2021-06-08 23:04:33 -04:00
Adam D. Ruppe 2ec2a64536 prep for release 2021-06-08 22:22:10 -04:00
Adam D. Ruppe 4b0f2b31a8 more catchup 2021-06-08 15:03:50 -04:00
Adam D. Ruppe 1c943c529f utf mouse mode emulator support 2021-06-07 11:45:56 -04:00
Adam D. Ruppe a77f1b5b35 utf8 mouse mode support 2021-06-07 11:45:48 -04:00
Adam D. Ruppe bd5e49f8f4 avoid assert fail on an ok with no additional headers 2021-06-07 10:21:55 -04:00
Adam D. Ruppe 3f30effea7 more stuff 2021-06-06 14:37:37 -04:00
Adam D. Ruppe dcd4aa8b3b xshm error handling improvement - now works with transparent fallback 2021-06-03 11:46:57 -04:00
Adam D. Ruppe 1ccb81159d systemd stdio maybe... untested lol 2021-05-29 20:58:04 -04:00
Adam D. Ruppe 543d3a2b5d it just continues to get more awesome 2021-05-28 23:06:13 -04:00
Adam D. Ruppe 5ac7d88bd1
Merge pull request #287 from MuriloMir/patch-1
adding .paused() as a property
2021-05-26 13:11:55 -04:00
Murilo Miranda cc055e4c19
adding .paused() as a property
I have just added .paused() as a property to SampleController because it has .finished(), to tell if it's been stopped, but it has none to tell if it has been paused
2021-05-26 00:37:53 -03:00
Adam D. Ruppe 9dd0a00f08 more wip gui 2021-05-19 15:27:41 -04:00
Adam D. Ruppe 17f3e1cffa new minigui 2021-05-13 13:30:59 -04:00
Adam D. Ruppe 2c5255b486 fix ctrl+d bug in getline keeping the buffer 2021-05-13 11:38:39 -04:00
Adam D. Ruppe 0b34c82758 minigui styling 2.0 start 2021-05-13 08:50:16 -04:00
Adam D. Ruppe ad8ff20a84 avoid spurious bad escape sequence 2021-05-13 08:46:05 -04:00
Adam D. Ruppe f149974c09 Never free the default font in a destructor as it is a shared resource 2021-05-11 18:22:07 -04:00
Adam D. Ruppe af6533d774 docs for exceptions 2021-05-08 09:50:42 -04:00
Adam D. Ruppe 12149ab75d initial visual theme thing 2021-05-08 09:50:29 -04:00
Adam D. Ruppe f3d22c9bf4 Merge branch 'master' into before 2021-05-07 16:20:13 -04:00
Adam D. Ruppe 8236177683 doc note 2021-05-07 16:18:00 -04:00
Adam D. Ruppe b4ef822ad1 Merge branch 'master' of github.com:adamdruppe/arsd 2021-05-07 16:17:43 -04:00
Adam D. Ruppe 35f13b89e4 stuff 2021-05-07 16:17:35 -04:00
Adam D. Ruppe 0c43153d28
Merge pull request #285 from MoonlightSentinel/fixes
database_generation: Don't assign to functions, ... in populateFromDbRow
2021-05-07 16:15:35 -04:00
MoonlightSentinel d8c45fe1be
database_generation: Don't require an id attribute for insert 2021-05-07 22:12:52 +02:00
MoonlightSentinel d86bc412fc
database_generation: Don't assign to functions, ... in populateFromDbRow
Using `tupleof` instead of `__traits(allMembers, ...)` skips over all
nested declarations that are not actual fields.
2021-05-07 22:02:30 +02:00
Adam D. Ruppe 3d9718be32 stuff 2021-05-06 15:02:08 -04:00