Implement workaround for flex --header-file option
[emu8051.git] / src / gtk /
2014-04-09 Hugo VilleneuveCleanup of autoconf files
2014-04-09 Hugo VilleneuveSave window position in configuration file
2014-04-09 Hugo VilleneuveAllow to override window geometry on the command line
2014-04-07 Hugo VilleneuveAdd option no-define to AM_INIT_AUTOMAKE
2014-02-16 Hugo VilleneuveAdd proper error checking in asciihex2int functions
2014-02-15 Hugo VilleneuveReplace disam.h with opcodes{h,c}
2014-02-15 Hugo VilleneuveFix C99 standard types uintN_t
2014-02-13 Hugo VilleneuveShorten memory_ functions prefix to mem_ in memory.c
2014-02-13 Hugo VilleneuveRemove duplicate code for disassembly
2014-02-13 Hugo VilleneuveFix checkpatch warnings
2014-02-13 Hugo VilleneuveShorten GPLv2 licence text in header of each source...
2014-02-13 Hugo VilleneuveAdd up to 4 emulator timers
2014-02-13 Hugo VilleneuveRename CLI and GUI versions main source files
2014-02-13 Hugo VilleneuveAdd new value range check when writing register in...
2014-01-26 Hugo VilleneuveAdd better error checking when loading invalid hex...
2014-01-26 Hugo VilleneuveUse log functions to display errors
2014-01-25 Hugo VilleneuveAdd general-purpose timer to GUI
2014-01-24 Hugo VilleneuveRemove display of command line options in GUI mode
2014-01-24 Hugo VilleneuveSimplify options parsing code
2014-01-23 Hugo VilleneuveRemove dynamic update of GUI layout
2014-01-23 Hugo VilleneuveImprove view/hide of memory windows
2014-01-23 Hugo VilleneuveRemove deprecated view->sfr-window option
2014-01-23 Hugo VilleneuveFix error when toggling memory display viewing on/off
2014-01-14 Hugo VilleneuveRefactor memwin.c for internal and external memories
2014-01-14 Hugo VilleneuveChange confusing variable name bits_per_row to bytes_pe...
2014-01-14 Hugo VilleneuveImprove performance of GUI step operations
2014-01-11 Hugo VilleneuveCreate common function for running instructions
2014-01-03 Hugo VilleneuveFix warnings about unused function parameters
2014-01-03 Hugo VilleneuveAdd additional compile warning flags
2013-12-07 Hugo VilleneuveSeparate cli and gtk sources into separate directories