emu8051.git
2013-10-10 Hugo VilleneuveAct as if reset was pressed if no hex file is specified...
2013-10-10 Hugo VilleneuveReplace GTK deprecated functions
2013-10-10 Hugo VilleneuveReplace deprecated gtk_clist (pgmwin)
2013-10-10 Hugo VilleneuveReplace deprecated gtk_clist (regwin)
2013-10-10 Hugo VilleneuveAdd title to memory window
2013-10-10 Hugo VilleneuveRefactor memory window ASCII display code section
2013-10-10 Hugo VilleneuveRefactor memory window code section
2013-10-10 Hugo VilleneuveReplace deprecated gtk_clist (memwin)
2013-10-10 Hugo VilleneuveReplace autogen custom commands with autoreconf
2013-10-10 Hugo VilleneuveRename config to build-aux
2013-10-10 Hugo VilleneuveRemove unused configure option --enable-debug
2013-10-10 Hugo VilleneuveRemove unused/commented code
2013-10-10 Hugo VilleneuveRemove superfluous function call gtk_widget_show_all...
2013-10-10 Hugo VilleneuveRemove superfluous function WindowDestroyEvent
2013-10-10 Hugo VilleneuveFix bug with children not resizing with main window
2013-10-10 Hugo VilleneuveAdd Gtk windows diagram
2013-10-10 Hugo VilleneuveAdd example configuration file
2013-10-10 Hugo VilleneuveSave paned positions and main window size to config...
2013-10-10 Hugo VilleneuveAdd support for saving UI settings to config file
2013-10-02 Hugo VilleneuveRename fixed_frame variable to scrollwin
2013-10-02 Hugo VilleneuveAdd vpaned to separate memory dump window
2013-10-02 Hugo VilleneuveAdd hpaned to separate pgm and disassembly windows
2013-10-02 Hugo VilleneuveRemove obsolete gtksizes.h
2013-10-01 Hugo VilleneuveEliminate all fixed size windows
2013-10-01 Hugo VilleneuveAllow frames to expand and fill inside vbox and hbox
2013-10-01 Hugo VilleneuveRemove fixed frame containing the 3 major windows
2013-10-01 Hugo VilleneuveReplace fixed frames with scrollable windows
2013-10-01 Hugo VilleneuveReplace deprecated gtk_widget_set_usize()
2013-10-01 Hugo VilleneuveReplace deprecated gtk_menu_append()
2013-10-01 Hugo VilleneuveReplace deprecated gtk_signal_connect()
2013-10-01 Hugo VilleneuveIncrease spacing between buttons
2013-10-01 Hugo VilleneuveReplace deprecated functions for displaying pixmap...
2013-09-09 Hugo VilleneuveReplace gtk_idle functions with g_idle equivalents
2013-09-09 Hugo VilleneuveActivate gtk deprecated compilation flags
2013-09-09 Hugo VilleneuveRemember previous opened directory in file selection...
2013-09-09 Hugo VilleneuveUse current working directory for initial file selectio...
2013-09-09 Hugo VilleneuveReplace gtk_file_selection dialog with gtk_file_chooser
2013-09-08 Hugo VilleneuveRelease v1.1.2 v1.1.2
2013-09-08 Hugo VilleneuveFix compiler warning (and potential bug) in auto-genera...
2013-09-08 Hugo VilleneuveFix compiler warning about unused variable set by getline()
2013-09-08 Hugo VilleneuveFix compiler warning about unused variable set by getch()
2013-09-08 Hugo VilleneuveFix error with CJNE instruction
2013-09-08 Hugo VilleneuveAdd test file for CJNE bug
2013-09-08 Hugo VilleneuveRemove obsolete comment about older c++ code
2013-09-08 Hugo VilleneuveFix trailing whitespace
2013-09-08 Hugo VilleneuveCreate two separate executables, emu8051-cli (default... v1.1.1
2013-09-08 Hugo VilleneuveAdd display of address in case of error
2013-09-08 Hugo VilleneuveFix error with SJMP instruction
2013-09-08 Hugo VilleneuveImprove window sizing
2013-09-08 Hugo VilleneuveRemove unnecessary autoconf checks
2013-09-08 Hugo VilleneuveFix syntax errors in ascii to int conversion v1.1.0
2013-09-08 Hugo VilleneuveConversion from iso8859-1 to utf-8
2013-09-08 Hugo VilleneuveRun checkpatch.pl on every source file
2013-09-08 Hugo VilleneuveUpdate NEWS and ChangeLog
2013-09-08 Hugo VilleneuveReintroduce command line mode
2013-09-08 Hugo VilleneuveUpdate Free Software Foundation address
2013-09-08 Hugo VilleneuveAdd licencing information to each source file
2013-09-08 Hugo VilleneuveUpgrade to gtk+-2
2013-09-08 Hugo VilleneuveAdd automatic regeneration of files from opcode2c.pl...
2013-09-08 Hugo VilleneuveCode simplification and cleanup
2013-09-08 Hugo VilleneuveModify generated files for 8051 instructions
2013-09-08 Hugo VilleneuveAdd options -h and -version
2013-09-08 Hugo VilleneuveChange autogen.sh script and rename test_files directory
2013-09-08 Hugo VilleneuveIncrease version number
2013-09-08 Hugo VilleneuveAdd documentation v0.1.0
2013-09-08 Hugo VilleneuveInitial import v0.0.1