emu8051.git
2013-11-06 Hugo VilleneuveAdd support to view/hide SFR memory dump window in...
2013-11-06 Hugo VilleneuveUpdate TODO
2013-11-06 Hugo VilleneuveRefactor code to create memory windows
2013-11-06 Hugo VilleneuveRefactor log functions
2013-11-06 Hugo VilleneuveAdd option to specify maximum pgm memory size
2013-11-06 Hugo VilleneuveRefactor code to read/write different memory types
2013-11-06 Hugo VilleneuveRename macros for maximum memory sizes
2013-11-06 Hugo VilleneuveLimit default external memory size to 1024 bytes
2013-11-06 Hugo VilleneuveFix syntax error in comment
2013-11-06 Hugo VilleneuveDo not reset emulator on file load (no ram clear)
2013-11-06 Hugo VilleneuveAdd Timers 0 and 1 to SFR window
2013-11-06 Hugo VilleneuveAdd option to specify maximum memory sizes
2013-11-06 Hugo VilleneuveAdd view menu option to enable/disable IRAM/XRAM windows
2013-11-06 Hugo VilleneuveAdd view menu option for selecting bits per row (8/16)
2013-11-06 Hugo VilleneuveAdd support for bits per row in config file
2013-11-06 Hugo VilleneuveAdd live option to change windows layout
2013-11-06 Hugo VilleneuveUse fixed font for ASCII column
2013-11-06 Hugo VilleneuveAlign memory data columns text on left side
2013-11-06 Hugo VilleneuveAdjust memory index column header according to number...
2013-11-06 Hugo VilleneuveHarmonize windows refresh function names
2013-11-06 Hugo VilleneuveSave vpane position for memory windows
2013-11-06 Hugo VilleneuveAdd external memory window vpaned_mem
2013-11-06 Hugo VilleneuveConvert memwin to display internal or external memory
2013-11-06 Hugo VilleneuveUse single function to refresh all windows
2013-11-06 Hugo VilleneuveCode cleanup (tree view store init)
2013-11-06 Hugo VilleneuveIncrease dissassembled instructions lines from 24 to 100
2013-11-06 Hugo VilleneuveAdd red color for current instruction in pgmwin
2013-11-06 Hugo VilleneuveRefresh pgmwin after modifying regwin (PC)
2013-11-06 Hugo VilleneuveAdd offset address to memwin dump header
2013-11-06 Hugo VilleneuveRemove address parameter when dumping memwin
2013-11-06 Hugo VilleneuveRefactor code for memwin and pgmwin modify
2013-11-06 Hugo VilleneuveRegisters window can now be edited
2013-11-06 Hugo VilleneuveRefresh register window after any memory modification
2013-11-06 Hugo VilleneuveMemory window can now be edited
2013-11-06 Hugo VilleneuveReplace macro EMU8051_DEBUG with logging functions
2013-11-06 Hugo VilleneuveReplace custom command-line options processing with...
2013-11-06 Hugo VilleneuveAdd debug log functions
2013-11-06 Hugo VilleneuveReplace custom help->about dialog with gtk_show_about_d...
2013-11-06 Hugo VilleneuveAdd web site url and bug report email to AC_INIT
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
next