Remove obsolescent macro AM_PROG_CC_C_O
[emu8051.git] / src / emugtk.c
2013-11-21 Hugo VilleneuveAdd PSW sub window
2013-11-06 Hugo VilleneuveRefactor code to create memory windows
2013-11-06 Hugo VilleneuveDo not reset emulator on file load (no ram clear)
2013-11-06 Hugo VilleneuveAdd view menu option to enable/disable IRAM/XRAM windows
2013-11-06 Hugo VilleneuveAdd live option to change windows layout
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 VilleneuveRemove address parameter when dumping memwin
2013-11-06 Hugo VilleneuveReplace macro EMU8051_DEBUG with logging functions
2013-11-06 Hugo VilleneuveReplace custom command-line options processing with...
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 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 VilleneuveSave paned positions and main window size to config...
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-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 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-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 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