Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-05-05 | * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings | Alan Modra | 1 | -22/+66 | |
call to rules that need no lookahead. Check for no lookahead. * rclex.l (get_string): Correct "strings" list handling. * resrc.c (read_rc_file): Discard strings. | |||||
2002-04-16 | Define MEMFLAGS_DISCARDABLE by default for dialogs. | Nick Clifton | 1 | -2/+2 | |
Add a test for this. | |||||
2002-04-15 | Allow two to five parameter in FONT statement of DIALOGEX resources. | Nick Clifton | 1 | -0/+37 | |
2002-04-10 | Regernated recently created expected output files using MSVC. | Nick Clifton | 1 | -2/+2 | |
Set MEMFLAG_PURE by default - bug exposed by regenerated files. | |||||
2002-04-09 | Add WS_CAPTION dialog style if CAPTION is specified. | Nick Clifton | 1 | -0/+2 | |
Add testcase. | |||||
2002-04-09 | Don't add default dialog style when explicit style specified. | Nick Clifton | 1 | -1/+5 | |
Print style even if it is 0. Add testcase. | |||||
2002-04-09 | Fix typo in BEDIT warning. | Nick Clifton | 1 | -4/+4 | |
2002-04-09 | Apply patch from Bernd Herd to fix quoted class definitions inside dialogs. | Nick Clifton | 1 | -0/+4 | |
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 1 | -8/+5 | |
2001-07-17 | * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more | DJ Delorie | 1 | -3/+3 | |
correct 10). * resrc.c (write_rc_resource): Likewise. * windres.h (SUBLANG_SHIFT): Define - as 10. | |||||
2001-03-13 | Fix typos in ChangeLogs and update copyright notices | Nick Clifton | 1 | -1/+1 | |
2000-10-12 | * Make comma after string after icon/control optional. | DJ Delorie | 1 | -6/+48 | |
2000-06-13 | * rcparse.y (control): ICON controls take an id as the first | DJ Delorie | 1 | -31/+21 | |
parameter, not an optional string. Also, call new convenience function that takes res_id's. * resrc.c (define_control): missing text means zero-length string, not zero ID. (define_icon_control): New. * windres.h: declare define_icon_control. | |||||
1999-05-12 | * rclex.l: add code to suppress certain output from cpp, replace | DJ Delorie | 1 | -0/+2 | |
all returns with MAYBE_RETURN (MAYBE_RETURN): new, implement the suppression by returning IGNORED_TOKEN as needed. (cpp_line): remember which file we're in, mark data from included *.h files for suppression. * rcparse.y (input): allow IGNORED_TOKEN outside of known constructs | |||||
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1 | -0/+1617 | |