log src/gui.c @ 87:2e819b84d7c0 default tip

age author description
10 months ago Paper *: change license to BSD, update README for Unicode v2.1
10 months ago Paper *: refactor... basically everything! v2.0
2023-01-05 Paper gui.c: Add angled brackets around case v1.3
2023-01-05 Paper gui.c: Add drag and drop support
2022-08-02 Paper paper is retarded and caused a segfault episode 1 v1.2.3
2022-07-21 Paper [gui.c]: show version and type in a box
2022-07-18 Paper Update gui.c
2022-05-22 Paper Use Win32 libraries to copy files
2022-05-22 Paper We don't need to specify that it's ANSI
2022-05-21 Paper Use a common.c file to hold concurrent functions
2022-04-22 Paper oops..
2022-04-22 Paper Use ANSI instead of Unicode (Windows 95 support)
2022-04-22 Paper Crash fix for Windows 2000 and XP
2022-04-17 Paper wait.. is the cast even needed?
2022-04-08 Paper Update gui.c
2022-04-08 Paper wtf??
2022-04-08 Paper ???
2022-04-08 Paper cast our enum properly...
2022-04-08 Paper actually define our enum properly...
2022-04-08 Paper cast for type, make type a static variable
2022-04-07 Paper Add curly brackets around our switch statement so it actually works
2022-04-07 Paper Update gui.c
2022-04-07 Paper Use enums for `type`
2022-03-11 Paper GUI: automatically select project file extension
2022-02-02 Paper Remove broken include
2022-01-27 Paper Increase filename limit
2022-01-27 Paper Add Windows GUI version and a multitude of other changes