2023-03-13 20:27 | remove support for BMBYTES != 4 | Kyle Milz | 2 | +1 | -19 |
2023-03-13 20:17 | move defines to top of file | Kyle Milz | 1 | +7 | -7 |
2023-03-13 05:07 | rename variable to match name in dvitype manual | Kyle Milz | 1 | +8 | -9 |
2023-03-13 05:00 | delete global dvi_is_valid | Kyle Milz | 4 | +1 | -28 |
2023-03-13 04:45 | fix indentation and remove pointless casts | Kyle Milz | 1 | +4 | -4 |
2023-03-13 04:37 | delete duplicate macro | Kyle Milz | 1 | +0 | -2 |
2023-03-13 03:37 | replace lots of hand rolled parsing code with scanf() | Kyle Milz | 1 | +18 | -62 |
2023-03-13 00:13 | use variable names from dvitype manual | Kyle Milz | 1 | +6 | -7 |
2023-03-13 00:10 | delete another global variable | Kyle Milz | 7 | +1408 | -1479 |
2023-03-12 23:45 | use variable names identical to dvitype manual | Kyle Milz | 1 | +10 | -11 |
2023-03-12 23:40 | nuke one more global | Kyle Milz | 1 | +20 | -14 |
2023-03-12 22:54 | unwrap a line and remove space indents | Kyle Milz | 1 | +10 | -10 |
2023-03-12 22:50 | move font does not exist case out of for loop | Kyle Milz | 1 | +35 | -36 |
2023-03-12 22:39 | start cleaning up define_font() | Kyle Milz | 1 | +69 | -63 |
2023-03-12 07:02 | expand out compound if statement | Kyle Milz | 1 | +7 | -3 |
2023-03-12 04:26 | continue early to avoid control flow nesting | Kyle Milz | 1 | +3 | -3 |
2023-03-12 03:48 | Makefile cleanup | Kyle Milz | 1 | +5 | -6 |
2023-03-12 03:47 | continue early to avoid nesting control flow | Kyle Milz | 1 | +7 | -4 |
2023-03-12 01:35 | remove one layer of control flow from complicated loop | Kyle Milz | 1 | +17 | -14 |
2023-03-12 00:18 | remove one layer of control flow from complicated loop | Kyle Milz | 1 | +6 | -5 |
2023-03-12 00:04 | move numerator and denominator into local scope | Kyle Milz | 1 | +9 | -9 |
2023-03-11 23:55 | move last_page_offset into local scope | Kyle Milz | 1 | +7 | -10 |
2023-03-11 23:44 | move preamble comment storage to local scope | Kyle Milz | 1 | +7 | -4 |
2023-03-11 21:35 | simplify parse_color() | Kyle Milz | 1 | +81 | -109 |
2023-03-11 20:37 | statement bodies on newline | Kyle Milz | 1 | +8 | -3 |
2023-03-11 20:14 | reduce indirection | Kyle Milz | 1 | +2 | -4 |
2023-03-11 20:07 | simplify and inline prep_fd() | Kyle Milz | 3 | +11 | -37 |
2023-03-11 19:53 | delete now unused include | Kyle Milz | 1 | +0 | -1 |
2023-03-11 19:53 | remove extra newlines | Kyle Milz | 1 | +0 | -20 |
2023-03-11 19:51 | while bodies on newline | Kyle Milz | 1 | +4 | -2 |
2023-03-11 19:49 | replace only use of xpipe() with socketpair() | Kyle Milz | 3 | +3 | -24 |
2023-03-11 19:10 | replace xputenv() with setenv() | Kyle Milz | 3 | +3 | -15 |
2023-03-11 18:58 | replace memicmp with strncasecmp | Kyle Milz | 6 | +18 | -39 |
2023-03-11 18:51 | ansi function signatures | Kyle Milz | 1 | +6 | -22 |
2023-03-11 18:36 | unconditionally enable hush_cksum | Kyle Milz | 5 | +4479 | -4534 |
2023-03-11 18:30 | unconditionally disable hush_chars | Kyle Milz | 5 | +2967 | -3001 |
2023-03-11 18:22 | remove alt_font indirection | Kyle Milz | 2 | +3 | -4 |
2023-03-11 18:18 | use resource._gamma directly | Kyle Milz | 1 | +5 | -7 |
2023-03-11 18:15 | ansi function signature | Kyle Milz | 1 | +2 | -4 |
2023-03-11 18:15 | cleanup myatopix() | Kyle Milz | 1 | +5 | -4 |
2023-03-11 18:14 | statement bodies on newline for atopix() | Kyle Milz | 1 | +6 | -3 |
2023-03-11 18:13 | ansi function signature for color_special() | Kyle Milz | 1 | +1 | -2 |
2023-03-11 18:12 | use proper indentation in set_fg_color() | Kyle Milz | 1 | +20 | -20 |
2023-03-11 18:11 | ansi function signatures | Kyle Milz | 1 | +4 | -6 |
2023-03-11 18:10 | cleanup parse_color() | Kyle Milz | 1 | +3 | -4 |
2023-03-11 18:09 | remove extraneous tab in table | Kyle Milz | 1 | +68 | -68 |
2023-03-11 18:08 | ansi function signatures | Kyle Milz | 1 | +11 | -18 |
2023-03-11 18:07 | cleanup set_pen_size() | Kyle Milz | 1 | +8 | -6 |
2023-03-11 18:06 | ansi function signature | Kyle Milz | 1 | +1 | -2 |
2023-03-11 18:05 | cleanup dot_at() | Kyle Milz | 1 | +8 | -7 |
2023-03-11 18:04 | forgot in last commit | Kyle Milz | 1 | +0 | -1 |
2023-03-11 18:01 | cleanup line_btw() | Kyle Milz | 1 | +8 | -6 |
2023-03-11 08:21 | ansi function signatures | Kyle Milz | 1 | +6 | -14 |
2023-03-11 08:11 | delete magnification size customization | Kyle Milz | 4 | +4296 | -4434 |
2023-03-11 00:54 | remove -bd and -bw | Kyle Milz | 5 | +4648 | -4714 |
2023-03-11 00:33 | delete unused defines | Kyle Milz | 1 | +0 | -2 |
2023-03-10 23:48 | -hl went away a long time ago | Kyle Milz | 1 | +1 | -1 |
2023-03-10 23:47 | always warn on uninterpreted specials | Kyle Milz | 7 | +4712 | -4752 |
2023-03-10 23:31 | delete -iconic | Kyle Milz | 3 | +4256 | -4279 |
2023-03-10 23:22 | remove -wheelunit option | Kyle Milz | 5 | +4731 | -4783 |
2023-03-10 23:09 | use only -v for version | Kyle Milz | 3 | +4730 | -4733 |
2023-03-10 22:44 | ansi function signatures | Kyle Milz | 1 | +3 | -6 |
2023-03-09 22:49 | untypedef ubyte and wide_ubyte | Kyle Milz | 6 | +43 | -46 |
2023-03-09 22:39 | ansi function signatures | Kyle Milz | 1 | +16 | -20 |
2023-03-09 22:31 | ansi function signatures | Kyle Milz | 1 | +2 | -4 |
2023-03-09 22:16 | cleanup in do_load_freetype_font() | Kyle Milz | 1 | +36 | -35 |
2023-03-09 22:09 | delete ARGSUSED | Kyle Milz | 6 | +1 | -27 |
2023-03-09 22:04 | ansi function signature for spcl_scan() | Kyle Milz | 1 | +1 | -2 |
2023-03-09 03:56 | cleanup read_special() | Kyle Milz | 1 | +17 | -15 |
2023-03-09 03:51 | cleanup open_font_file() | Kyle Milz | 1 | +6 | -6 |
2023-03-09 03:46 | cleanup change_font() | Kyle Milz | 1 | +11 | -10 |
2023-03-09 03:44 | cleanup shrink_glyph_grey() | Kyle Milz | 1 | +48 | -46 |
2023-03-09 03:35 | cleanup sample() | Kyle Milz | 1 | +20 | -20 |
2023-03-09 01:28 | cleanup in print_dvi() | Kyle Milz | 1 | +16 | -13 |
2023-03-09 01:23 | ansi function signatures | Kyle Milz | 1 | +2 | -5 |
2023-03-09 01:20 | ansi function signatures | Kyle Milz | 1 | +3 | -6 |
2023-03-09 01:16 | clean up put_image() | Kyle Milz | 1 | +14 | -16 |
2023-03-09 01:12 | clean up put_bitmap() | Kyle Milz | 1 | +21 | -19 |
2023-03-09 01:06 | use inverted if conditions to return early in put_rule() | Kyle Milz | 1 | +9 | -6 |
2023-03-09 00:28 | ANSI function signatures | Kyle Milz | 1 | +2 | -5 |
2021-09-22 15:24 | start versioning at 0.1 | Kyle Milz | 1 | +1 | -1 |
2021-09-22 15:10 | explain wdvi(1) main feature in DESCRIPTION | Kyle Milz | 2 | +3737 | -3739 |
2021-09-22 02:15 | fail more gracefully when roff2dvi is not found | Kyle Milz | 1 | +1 | -2 |
2021-09-22 00:26 | make some function declarations real prototypes | Kyle Milz | 6 | +14 | -14 |
2021-09-22 00:21 | fix up the manual in a few places | Kyle Milz | 2 | +2008 | -2031 |
2021-09-22 00:19 | add some optional useful compiler warnings | Kyle Milz | 1 | +3 | -1 |
2021-09-21 18:04 | add 'f'ollow link feature | Kyle Milz | 9 | +4107 | -3869 |
2021-09-21 16:58 | split DEFAULT_TEXMF_PATH up into individual lines | Kyle Milz | 1 | +13 | -1 |
2021-09-21 16:57 | up the gamma when -rv is used | Kyle Milz | 1 | +1 | -1 |
2021-09-21 16:34 | silence a compiler warning | Kyle Milz | 1 | +2 | -2 |
2021-09-21 15:56 | do not error when default.h cant be updated | Kyle Milz | 1 | +2 | -2 |
2021-09-21 15:34 | take addr_widget into account when calculating window size | Kyle Milz | 1 | +99 | -65 |
2021-09-20 21:33 | add a warning when we disregard a scheme != https | Kyle Milz | 1 | +5 | -1 |
2021-09-20 21:31 | use port number 443 instead of service name | Kyle Milz | 1 | +1 | -1 |
2021-09-20 16:29 | cope with http response body being sent with headers | Kyle Milz | 1 | +102 | -40 |
2021-09-20 16:13 | add functions to #include comments | Kyle Milz | 1 | +3 | -3 |
2021-09-19 23:20 | dont shadow dvi_file global | Kyle Milz | 1 | +3 | -3 |
2021-09-19 23:19 | reference RFC near magic string | Kyle Milz | 1 | +1 | -0 |
2021-09-19 23:18 | /* */ looks worse than #ifdef notyet | Kyle Milz | 1 | +8 | -10 |
2021-09-18 22:07 | when -rv is given crank up the gamma | Kyle Milz | 1 | +2 | -0 |
2021-09-18 22:06 | does not seem to be a difference between Always and WhenMapped | Kyle Milz | 1 | +1 | -1 |
2021-09-18 22:05 | set insertion position to url if given | Kyle Milz | 1 | +1 | -1 |
2021-09-18 20:49 | url->port was changed to a string, use %s to print | Kyle Milz | 1 | +4 | -4 |
2021-09-18 20:44 | update start url | Kyle Milz | 1 | +1 | -1 |
2021-09-18 20:43 | reference xdvi(1) in SEE ALSO | Kyle Milz | 2 | +68 | -66 |
2021-09-18 20:42 | we still match on xdvi: in specials | Kyle Milz | 2 | +3 | -3 |
2021-09-18 20:40 | whitespace fixes | Kyle Milz | 2 | +46 | -43 |
2021-09-18 20:16 | greyscaling anti-aliasing is always used | Kyle Milz | 2 | +4561 | -4566 |
2021-09-18 17:06 | remove density arguments, use gamma instead | Kyle Milz | 4 | +4519 | -4628 |
2021-09-18 07:26 | remove duplicate verbiage, add consistency | Kyle Milz | 1 | +3 | -2 |
2021-09-18 07:23 | page border no longer exists, delete highGC | Kyle Milz | 6 | +4444 | -4471 |
2021-09-17 20:14 | check for errors in fseek() | Kyle Milz | 1 | +8 | -8 |
2021-09-17 20:11 | move parse_url() to util.c in preparation | Kyle Milz | 3 | +57 | -58 |
2021-09-17 19:04 | when -rv is given reverse all color specials | Kyle Milz | 2 | +16 | -3 |
2021-09-17 19:01 | copy visual from parent | Kyle Milz | 1 | +1 | -3 |
2021-09-17 18:54 | disable printing of fingerprints and certificates | Kyle Milz | 1 | +9 | -6 |
2021-09-17 18:54 | popup a warning on connect() failure instead of err() | Kyle Milz | 1 | +11 | -7 |
2021-09-16 20:03 | revert 26ea6b4 in xdvi, maybe we will be lucky | Kyle Milz | 4 | +2 | -12 |
2021-09-16 07:49 | move backing store checking closer to its only consumer | Kyle Milz | 3 | +4 | -5 |
2021-09-16 07:33 | set the backing store to WhenMapped | Kyle Milz | 1 | +4 | -0 |
2021-09-16 07:29 | give a parameter a type | Kyle Milz | 1 | +1 | -1 |
2021-09-16 06:30 | remove debugging printf()'s | Kyle Milz | 2 | +0 | -4 |
2021-09-16 06:02 | add debug bitmasks to manual | Kyle Milz | 2 | +3791 | -3750 |
2021-09-16 05:47 | update comment | Kyle Milz | 1 | +2 | -3 |
2021-09-16 02:56 | show top of first page on document load | Kyle Milz | 1 | +2 | -0 |
2021-09-16 02:51 | set an upper bound for the shrink factor | Kyle Milz | 4 | +4090 | -4086 |
2021-09-16 01:30 | two small fixes for http | Kyle Milz | 1 | +4 | -3 |
2021-09-16 00:52 | remove box around page | Kyle Milz | 1 | +0 | -6 |
2021-09-15 22:36 | clean up main() | Kyle Milz | 5 | +4985 | -5057 |
2021-09-15 20:37 | temporarily account for scrollbar width | Kyle Milz | 1 | +1 | -1 |
2021-09-15 20:36 | use CopyFromParent to not store current visual | Kyle Milz | 1 | +2 | -3 |
2021-09-15 20:32 | revert bad change | Kyle Milz | 1 | +1 | -1 |
2021-09-15 17:59 | use brute force to search for texmf trees | Kyle Milz | 3 | +5 | -20 |
2021-09-14 17:57 | use -MD for dependency generation | Kyle Milz | 1 | +6 | -6 |
2021-09-14 17:42 | replace some DISP with XtWindow(w) | Kyle Milz | 1 | +32 | -31 |
2021-09-14 17:11 | use resource._use_color directly | Kyle Milz | 3 | +9 | -10 |
2021-09-14 17:09 | use resource._warn_spec directly | Kyle Milz | 3 | +2 | -3 |
2021-09-14 17:05 | use resource list_fonts directly | Kyle Milz | 2 | +3 | -4 |
2021-09-14 16:47 | remove pixel_* and spell_* to better header file | Kyle Milz | 3 | +13 | -12 |
2021-09-14 16:41 | move struct per_page into better header file | Kyle Milz | 4 | +15 | -12 |
2021-09-14 16:39 | move struct geom_info into its only consumer | Kyle Milz | 2 | +14 | -12 |
2021-09-14 16:37 | move atopix() into only source file that uses it | Kyle Milz | 3 | +40 | -42 |
2021-09-14 16:34 | move struct drawinf and friends to better header | Kyle Milz | 4 | +42 | -38 |
2021-09-14 16:20 | delete the rest of postscript special support | Kyle Milz | 4 | +1 | -359 |
2021-09-14 16:04 | remove the 'keep' flag | Kyle Milz | 5 | +4770 | -4893 |
2021-09-14 01:42 | add error checking to fseek() | Kyle Milz | 1 | +23 | -11 |
2021-09-13 22:19 | spell Printf() correctly | Kyle Milz | 10 | +41 | -49 |
2021-09-13 22:11 | spell Fseek() correctly | Kyle Milz | 5 | +15 | -16 |
2021-09-13 22:08 | spell Sprintf correctly | Kyle Milz | 3 | +4 | -5 |
2021-09-13 22:07 | spell Fflush correctly | Kyle Milz | 2 | +4 | -5 |
2021-09-13 22:06 | spell Fread() correctly | Kyle Milz | 3 | +3 | -4 |
2021-09-13 22:05 | spell Strcpy correctly | Kyle Milz | 4 | +5 | -6 |
2021-09-13 21:48 | hesitantly remove TEXXET support | Kyle Milz | 4 | +17 | -354 |
2021-09-13 20:59 | fix non TEXXET defined builds | Kyle Milz | 1 | +4 | -4 |
2021-09-13 19:55 | remove user settable paper size | Kyle Milz | 5 | +4198 | -4540 |
2021-09-13 19:21 | remove source_fwd_box support | Kyle Milz | 4 | +0 | -57 |
2021-09-13 18:56 | rewrite parse_url using strsep() | Kyle Milz | 1 | +32 | -55 |
2021-09-13 15:27 | remove unused variable | Kyle Milz | 1 | +0 | -2 |
2021-09-13 15:26 | show failed directory | Kyle Milz | 1 | +1 | -1 |
2021-09-13 15:25 | remove extra parenthesis in format | Kyle Milz | 1 | +1 | -1 |
2021-09-12 22:08 | assume __STDC__ | Kyle Milz | 1 | +4 | -8 |
2021-09-12 22:06 | backout last change; it has more diff than i thought | Kyle Milz | 1 | +10 | -22 |
2021-09-12 22:03 | assume __STDC__ | Kyle Milz | 1 | +22 | -10 |
2021-09-12 16:02 | tidy up function prototypes and headers | Kyle Milz | 2 | +13 | -18 |
2021-09-11 23:45 | Remove DBG_BATCH | Kyle Milz | 4 | +45 | -64 |
2021-09-11 23:25 | use return value error checking in init_dvi() | Kyle Milz | 4 | +54 | -50 |
2021-09-11 23:19 | clean more files | Kyle Milz | 1 | +1 | -1 |
2021-09-11 22:57 | remove old comment | Kyle Milz | 1 | +1 | -1 |
2021-09-11 21:50 | move mgs_rec global to header file | Kyle Milz | 3 | +15 | -9 |
2021-09-11 21:44 | move more globals out of xdvi.h | Kyle Milz | 2 | +9 | -8 |
2021-09-11 21:39 | move struct {fg,bg}rec into better header file | Kyle Milz | 2 | +32 | -28 |
2021-09-11 21:31 | replace Fputs with fputs() and warnx() | Kyle Milz | 4 | +5 | -5 |
2021-09-11 21:25 | replace Putchar and Putc with normally spelled ones | Kyle Milz | 4 | +6 | -8 |
2021-09-11 21:22 | move more globals into header files | Kyle Milz | 4 | +9 | -10 |
2021-09-11 21:01 | move more globals into better header files | Kyle Milz | 5 | +13 | -20 |
2021-09-11 20:41 | remove n_files_left file counting code | Kyle Milz | 12 | +49 | -153 |
2021-09-11 20:01 | use strdup() and memcpy() instead of bcopy() | Kyle Milz | 1 | +9 | -12 |
2021-09-11 19:48 | convert more fprintf(stderr, ...) to warnx() | Kyle Milz | 9 | +25 | -28 |
2021-09-11 19:25 | replace hand rolled functions with err.h | Kyle Milz | 14 | +92 | -133 |
2021-09-11 17:50 | replace custom Warning() with warnx() | Kyle Milz | 1 | +8 | -22 |
2021-09-11 15:41 | remove signal handling | Kyle Milz | 7 | +18 | -504 |
2021-09-11 15:22 | sync man updates | Kyle Milz | 1 | +2150 | -2159 |
2021-09-10 19:37 | remove more command line arguments | Kyle Milz | 9 | +159 | -739 |
2021-09-10 19:26 | add make commands for creating default dvi | Kyle Milz | 2 | +5279 | -1 |
2021-09-10 18:43 | move default document to web server | Kyle Milz | 1 | +0 | -127 |
2021-09-10 16:41 | s/response/resp/g | Kyle Milz | 1 | +12 | -12 |
2021-09-10 16:18 | replace sscanf(%n) use in parse_headers() | Kyle Milz | 1 | +33 | -28 |
2021-09-09 20:49 | rename manual | Kyle Milz | 1 | +0 | -0 |
2021-09-09 20:48 | remove mktexpk support | Kyle Milz | 4 | +11 | -644 |
2021-09-09 20:24 | oops, should have been with last commit | Kyle Milz | 1 | +0 | -17 |
2021-09-09 20:23 | remove timer interfaces | Kyle Milz | 5 | +6 | -365 |
2021-09-09 18:55 | more cleanup of main | Kyle Milz | 1 | +97 | -128 |
2021-09-09 17:42 | clean up paper size warnings | Kyle Milz | 1 | +18 | -23 |
2021-09-09 17:22 | start cleaning up main() | Kyle Milz | 1 | +52 | -52 |
2021-09-09 02:56 | popup warn not exit on host resolution failure | Kyle Milz | 1 | +5 | -2 |
2021-09-09 02:53 | switch to different version | Kyle Milz | 1 | +1 | -1 |
2021-09-09 02:50 | dont clobber dvi_file when http_get() fails | Kyle Milz | 1 | +4 | -3 |
2021-09-09 01:35 | use a single XrmDatabase variable | Kyle Milz | 1 | +6 | -12 |
2021-09-09 01:26 | remove drag cursors | Kyle Milz | 3 | +1 | -28 |
2021-09-09 00:54 | remove unneeded function declaration | Kyle Milz | 1 | +0 | -2 |
2021-09-09 00:51 | dereference #define | Kyle Milz | 1 | +1 | -3 |
2021-09-09 00:50 | move a global closer to where it is used | Kyle Milz | 3 | +5 | -1 |
2021-09-09 00:43 | remove popup postponing | Kyle Milz | 4 | +1 | -58 |
2021-09-09 00:24 | move variable and delete duplicate code | Kyle Milz | 1 | +2 | -4 |
2021-09-08 23:58 | minor code reformatting | Kyle Milz | 1 | +9 | -15 |
2021-09-08 23:00 | only support TrueColor visual | Kyle Milz | 6 | +149 | -806 |
2021-09-08 18:54 | create and populate header files | Kyle Milz | 24 | +565 | -565 |
2021-09-08 18:52 | add more design details | Kyle Milz | 1 | +119 | -6 |
2021-09-08 18:52 | add target to create default.h | Kyle Milz | 1 | +4 | -1 |
2021-09-07 18:55 | remove features from manual | Kyle Milz | 1 | +2 | -494 |
2021-09-07 18:52 | move more function declarations into util.h | Kyle Milz | 12 | +36 | -32 |
2021-09-07 18:05 | move declaration of prep_fd() to util.h | Kyle Milz | 5 | +4 | -1 |
2021-09-07 18:01 | dereference typedef Boolean wide_bool | Kyle Milz | 5 | +12 | -13 |
2021-09-07 17:55 | start organizing and clean up of xdvi.h | Kyle Milz | 3 | +18 | -27 |
2021-09-07 17:49 | move xopendir() declaration to util.h header file | Kyle Milz | 4 | +6 | -5 |
2021-09-07 17:43 | remove CFGFILE support | Kyle Milz | 5 | +0 | -801 |
2021-09-07 17:03 | move address bar actions to events.c | Kyle Milz | 4 | +33 | -48 |
2021-09-07 16:43 | two improvements for network code | Kyle Milz | 2 | +62 | -43 |
2021-09-07 16:33 | replace xdvi_exit() with exit() | Kyle Milz | 6 | +7 | -20 |
2021-09-07 16:27 | Remove source special features | Kyle Milz | 6 | +0 | -1443 |
2021-09-06 17:00 | Use a default document on startup | Kyle Milz | 2 | +17 | -1 |
2021-09-06 16:23 | Turn depend into a real target | Kyle Milz | 1 | +3 | -3 |
2021-09-06 16:20 | Add 'tags' target | Kyle Milz | 1 | +3 | -0 |
2021-09-06 16:08 | Remove dvi file opening code | Kyle Milz | 6 | +4 | -1480 |
2021-09-05 22:08 | Gut file checking from check_dvi_file | Kyle Milz | 1 | +0 | -20 |
2021-08-29 16:55 | Garbage collect old files | Kyle Milz | 4 | +0 | -1386 |
2021-08-29 16:42 | Add new simplified Makefile | Kyle Milz | 1 | +41 | -0 |
2021-08-29 16:35 | Remove autotools | Kyle Milz | 6 | +0 | -6032 |
2021-08-29 16:32 | Move remaining config.h variables into files | Kyle Milz | 4 | +28 | -2 |
2021-08-29 01:53 | Remove C11 features for now. | Kyle Milz | 1 | +1 | -3 |
2021-08-29 01:17 | Remove MOTIF_TIMERS code | Kyle Milz | 2 | +0 | -83 |
2021-08-28 15:25 | Remove SELFAUTO support | Kyle Milz | 3 | +0 | -183 |
2021-08-28 15:17 | Remove EXTRA_APP_DEFAULTS | Kyle Milz | 2 | +3 | -92 |
2021-08-28 15:02 | Remove NOQUERY preprocessor condition | Kyle Milz | 1 | +1 | -12 |
2021-08-28 14:57 | Collapse some whitespace | Kyle Milz | 1 | +2 | -8 |
2021-08-28 14:54 | Remove no longer supported compilation options | Kyle Milz | 1 | +0 | -6 |
2021-08-28 14:53 | Remove K&R making header preprocessor stuff | Kyle Milz | 1 | +0 | -14 |
2021-08-28 14:50 | Sort #include's | Kyle Milz | 1 | +18 | -21 |
2021-08-28 14:46 | Remove unnecessary preprocessor conditions | Kyle Milz | 1 | +4 | -12 |
2021-08-28 14:42 | Define default dvips close to its use | Kyle Milz | 1 | +1 | -0 |
2021-08-28 14:37 | Use preprocessor test for endianness | Kyle Milz | 1 | +4 | -0 |
2021-08-26 15:26 | Remove strange function declaration macros | Kyle Milz | 6 | +35 | -69 |
2021-08-26 03:50 | Remove all lint preprocessor conditionals | Kyle Milz | 3 | +0 | -21 |
2021-08-26 03:46 | Define MFMODE to cx:600 | Kyle Milz | 1 | +1 | -3 |
2021-08-26 03:38 | Assume we have waitpid() | Kyle Milz | 1 | +1 | -9 |
2021-08-26 03:35 | Pick a definition of BMUNITS and BMBYTES | Kyle Milz | 1 | +4 | -1 |
2021-08-26 02:54 | Remove generic font loading code | Kyle Milz | 1 | +0 | -322 |
2021-08-26 01:04 | Remove USE_GF support. | Kyle Milz | 6 | +7 | -154 |
2021-08-25 14:59 | Delete DOSNAMES | Kyle Milz | 1 | +0 | -54 |
2021-08-25 14:58 | Correct function prototype signature | Kyle Milz | 1 | +1 | -1 |
2021-08-25 04:13 | Delete README | Kyle Milz | 1 | +0 | -232 |
2021-08-24 22:25 | Remove more conditionals from manual | Kyle Milz | 1 | +1 | -203 |
2021-08-23 21:52 | Disable BUTTONS | Kyle Milz | 3 | +0 | -486 |
2021-08-23 21:37 | Enable FREETYPE unconditionally | Kyle Milz | 6 | +1 | -61 |
2021-08-21 05:03 | Delete unneccessary definitions | Kyle Milz | 1 | +0 | -8 |
2021-08-21 05:00 | Define RETSIGTYPE as void | Kyle Milz | 1 | +5 | -5 |
2021-08-21 04:43 | Unconditionally enable GREY | Kyle Milz | 6 | +0 | -85 |
2021-08-21 04:23 | Unconditionally enable COLOR | Kyle Milz | 6 | +0 | -351 |
2021-08-21 04:08 | remove postscript manual verbiage | Kyle Milz | 1 | +0 | -371 |
2021-08-20 23:00 | Remove old garbage | Kyle Milz | 3 | +0 | -482 |
2021-08-20 22:41 | sort #includes | Kyle Milz | 1 | +6 | -6 |
2021-08-20 22:38 | Remove PS support | Kyle Milz | 9 | +15 | -1196 |
2021-08-20 22:04 | Remove PS_GS support | Kyle Milz | 5 | +4 | -1045 |
2021-08-20 21:55 | Remove PS_NEWS support | Kyle Milz | 4 | +1 | -943 |
2021-08-20 21:51 | Remove PS_DPS support | Kyle Milz | 4 | +1 | -850 |
2021-08-19 23:44 | assume FASYNC is defined | Kyle Milz | 2 | +0 | -12 |
2021-08-19 23:31 | sort #includes | Kyle Milz | 1 | +6 | -8 |
2021-08-19 23:10 | remove two unneeded prototypes | Kyle Milz | 1 | +0 | -2 |
2021-08-19 20:49 | assume we have XkbBell | Kyle Milz | 2 | +4 | -10 |
2021-08-19 20:38 | assume we have sys/wait.h | Kyle Milz | 4 | +4 | -38 |
2021-08-19 20:30 | assume we have O_NONBLOCK | Kyle Milz | 2 | +0 | -10 |
2021-08-19 20:23 | assume we have SA_RESTART | Kyle Milz | 1 | +0 | -4 |
2021-08-19 20:21 | assume we do not have STREAMS | Kyle Milz | 2 | +0 | -41 |
2021-08-19 20:19 | assume we do not have a flaky sigpoll | Kyle Milz | 2 | +2 | -52 |
2021-08-19 20:08 | assume we have sigaction | Kyle Milz | 1 | +1 | -46 |
2021-08-19 19:55 | assume vfork is available through unistd.h | Kyle Milz | 5 | +0 | -32 |
2021-08-19 19:49 | assume we have va_copy | Kyle Milz | 1 | +0 | -8 |
2021-08-19 19:48 | assume we have vasprintf | Kyle Milz | 1 | +0 | -13 |
2021-08-19 19:47 | assume we have vsnprintf | Kyle Milz | 2 | +1 | -91 |
2021-08-19 19:42 | assume we have poll | Kyle Milz | 5 | +13 | -150 |
2021-08-19 18:32 | assume we have mkstemp() | Kyle Milz | 1 | +0 | -32 |
2021-08-19 18:30 | assume __STDC__ | Kyle Milz | 1 | +0 | -5 |
2021-08-19 18:27 | delete strange preprocessor indirection | Kyle Milz | 1 | +2 | -4 |
2021-08-19 18:25 | remove sun os 4 workaround | Kyle Milz | 1 | +1 | -31 |
2021-08-19 18:22 | assume we have setenv and use it | Kyle Milz | 1 | +0 | -56 |
2021-08-19 18:17 | assume we have strerror() | Kyle Milz | 2 | +0 | -24 |
2021-08-19 18:13 | assume vfprintf will not give us trouble | Kyle Milz | 2 | +0 | -8 |
2021-08-19 18:11 | assume malloc and realloc are defined | Kyle Milz | 1 | +0 | -5 |
2021-08-19 18:09 | remove ARGS macro | Kyle Milz | 11 | +206 | -218 |
2021-08-19 17:18 | assume OLD_X11_TOOLKIT is false | Kyle Milz | 2 | +4 | -20 |
2021-08-19 17:16 | use the right cursor window | Kyle Milz | 1 | +0 | -4 |
2021-08-19 17:13 | Assume we have IntrinsicI.h | Kyle Milz | 1 | +1 | -13 |
2021-08-19 17:10 | fetch dvi files from network | Kyle Milz | 7 | +547 | -73 |
2021-08-19 01:01 | xdvizilla wont be needed | Kyle Milz | 3 | +0 | -259 |
2021-08-19 00:54 | remove imakefile | Kyle Milz | 1 | +0 | -332 |
2021-08-19 00:53 | delete vms files | Kyle Milz | 4 | +0 | -1394 |
2021-08-16 23:05 | Unifdef OPEN_MODE "r" | Kyle Milz | 7 | +16 | -22 |
2021-08-16 22:54 | Assume noreturn and unused attributes | Kyle Milz | 1 | +2 | -15 |
2021-08-16 22:48 | Unifdef INIT(x) =x | Kyle Milz | 2 | +35 | -37 |
2021-08-16 22:33 | Remove EXTERN | Kyle Milz | 2 | +100 | -106 |
2021-08-16 18:49 | Assume volatile is available. | Kyle Milz | 2 | +3 | -11 |
2021-08-16 18:43 | Assume _XFUNCPROTO{BEGIN,END} | Kyle Milz | 1 | +0 | -5 |
2021-08-16 18:35 | Assume stdarg.h | Kyle Milz | 5 | +5 | -111 |
2021-08-16 18:12 | Assume NeedFunctionPrototypes | Kyle Milz | 6 | +2 | -82 |
2021-08-16 17:49 | Assume dirent.h | Kyle Milz | 1 | +2 | -16 |
2021-08-16 17:42 | Assume we have unistd.h | Kyle Milz | 1 | +0 | -3 |
2021-08-16 17:39 | Assume VMS=0 | Kyle Milz | 7 | +0 | -116 |
2021-08-16 17:21 | One more X_NOT_STDC_ENV=0 | Kyle Milz | 1 | +0 | -4 |
2021-08-16 17:19 | Assume X_NOT_STDC_ENV=0 | Kyle Milz | 10 | +0 | -56 |
2021-08-16 17:00 | Assume Xosdefs.h is available. | Kyle Milz | 1 | +1 | -3 |
2021-08-16 16:51 | Convert one more K&R function declaration | Kyle Milz | 1 | +1 | -3 |
2021-08-16 16:50 | XlibSpecificationRelease is 6 | Kyle Milz | 2 | +0 | -17 |
2021-08-16 16:40 | Assume we have standard C headers | Kyle Milz | 1 | +11 | -13 |
2021-08-16 16:33 | Remove feature test macro for AIX | Kyle Milz | 1 | +0 | -4 |
2021-08-16 16:31 | Remove feature test macros. | Kyle Milz | 1 | +0 | -14 |
2021-08-16 15:35 | cc: silence compiler warnings | Kyle Milz | 6 | +16 | -26 |
2020-08-19 17:04 | Silence some warnings | Kyle Milz | 1 | +3 | -2 |
2020-08-18 23:14 | unifdef -DXtSpecificationRelease=7 | Kyle Milz | 4 | +1 | -180 |
2020-08-18 20:48 | %s/_Xconst/const | Kyle Milz | 17 | +524 | -532 |
2020-08-18 19:44 | unifdef -UMOTIF | Kyle Milz | 5 | +2 | -510 |
2020-08-18 19:36 | unifdef -DXAW3D=0 | Kyle Milz | 4 | +0 | -29 |
2020-08-18 19:32 | unifdef -DXAW=1 | Kyle Milz | 7 | +0 | -1344 |
2020-08-18 19:24 | unifdef -DTOOLKIT=1 | Kyle Milz | 7 | +6 | -1486 |
2020-08-18 18:51 | Use proper size for printf format specifier | Kyle Milz | 1 | +3 | -3 |
2020-08-18 18:50 | Silence compiler warning | Kyle Milz | 1 | +1 | -1 |
2020-08-18 18:49 | Include ctype.h for prototypes | Kyle Milz | 1 | +1 | -0 |
2019-08-02 05:13 | xdvi-22.86 | Kyle Milz | 47 | +45479 | -0 |