1
0
Fork 0
Commit Graph

22 Commits

Author SHA1 Message Date
chylex 6227914384 Add compressed meta-block panel to BrotliBuilder w/ command filtering 2020-04-07 00:45:42 +02:00
chylex 3663985832 Get rid of MetaBlock.IsLast property 2020-03-15 12:40:20 +01:00
chylex 1b186f2d50 Make Brotli parameter classes immutable 2020-01-28 13:13:03 +01:00
chylex 8ad489139e Format bit counts in BrotliBuilder & add serialized byte count 2020-01-23 09:02:19 +01:00
chylex 31383bb7a7 Make BrotliFileStructure.Fixup remove bad LastEmpty meta-blocks & fix it crashing UI 2019-11-27 01:07:50 +01:00
chylex c9ad856c25 Refactor and enforce use of BrotliFileParameters & BrotliSerializationParameters 2019-11-27 00:05:22 +01:00
chylex e93ffbbc6e Move BrotliFileParameters & BrotliSerializationParameters to a different namespace 2019-11-26 18:25:17 +01:00
chylex c9e1b10dbc Enable C# 8 nullable reference types for all projects & fix warnings 2019-11-26 14:42:10 +01:00
chylex 612fb784b5 Refactor & reorganize MetaBlock classes 2019-11-23 07:34:23 +01:00
chylex 974541b937 Minor BrotliLib refactoring (ranges, exceptions, formatting) 2019-10-31 19:13:08 +01:00
chylex cd2c37764e Make MetaBlock classes (mostly) immutable 2019-10-19 15:27:39 +02:00
chylex 7ed6662ac0 Update GUI (sizes, margins, and disable 'Add Meta-Block (Compressed)' button) 2019-05-19 07:05:48 +02:00
chylex 18d8f1bff0 Replace references to window size + dictionary w/ BrotliFileParameters 2019-03-28 04:20:08 +01:00
chylex b760d566bd Minor refactoring 2019-03-11 10:29:11 +01:00
chylex 66b8795135 Reassign ISLAST bit on meta-blocks after modifying their structure 2019-02-07 02:01:10 +01:00
chylex 4573e237d4 Add confirmation dialog before deleting a meta-block 2018-11-17 15:01:29 +01:00
chylex 7b28689e58 Add UI to define hidden data in an empty meta-block 2018-11-17 14:10:26 +01:00
chylex dd3bd4a388 Add UI to define contents of an uncompressed meta-block 2018-11-17 14:07:31 +01:00
chylex 028be53dfa Fix missing call to handle notifications from meta-block UIs 2018-11-17 14:02:22 +01:00
chylex f04abfeeb3 Add UI to pick Brotli window size 2018-11-17 13:55:06 +01:00
chylex f71f0bdf17 Add WIP UI for managing the list of components in a Brotli file 2018-11-17 13:52:25 +01:00
chylex 44e41e1f05 Add a custom UI stacking system to use for Brotli element construction 2018-11-16 23:25:21 +01:00