MPROMEditor now calls its columns "Opcode" and "muPC"
[Mograsim.git] / plugins / net.mograsim.plugin.core / src / net / mograsim / plugin / tables /
2020-10-07 Daniel KirschtenFixed #17 (Mem editors stop one address too early)
2020-10-03 Daniel KirschtenFinished MPROM support. Fixes #10
2020-03-31 Daniel KirschtenMerge branch 'development' into 'master'
2020-03-27 Daniel KirschtenRestructured the Preferences system
2019-11-15 Daniel KirschtenChanged mnemonic X to use BitVector X; added X for...
2019-11-13 Daniel KirschtenAdded short titles for MPM columns
2019-11-13 Daniel KirschtenAdded possibility to swap column tooltip and title...
2019-10-12 Fabian StemmlerFixed an IndexOutOfBoundsException
2019-10-11 Fabian StemmlerMemory Editor is now more intuitive
2019-10-09 Fabian StemmlerAdded null check in dispose() of InstructionView
2019-10-06 Fabian StemmlerRemoved EditingSupports from Instruction Preview in...
2019-10-05 Fabian StemmlerMoved ResourceChangeListener to DebugTarget; Listener...
2019-10-05 Fabian StemmlerQuick fix for MemoryEditor CellEditor using the wrong...
2019-10-05 Fabian StemmlerFile targeted by InstructionView is now accessible
2019-10-05 Daniel KirschtenMerge branch threads into development
2019-10-03 Fabian StemmlerHighlighting Instructions is now based on the selected...
2019-10-03 Daniel KirschtenMemoryEditor's Amount field defaults to 100
2019-10-03 Daniel KirschtenFixed SimulationView spamming exceptions in some situat...
2019-10-02 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-10-01 Fabian StemmlerMemoryEditor Font can now be configured
2019-10-01 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-10-01 Fabian StemmlerFixed a bug: colors/fonts did not update properly in...
2019-09-30 Daniel KirschtenFixed crashbug in ActiveInstructionPreviewContentProvider
2019-09-30 Fabian StemmlerInstruction Table Editing Support now uses the correct...
2019-09-30 Daniel KirschtenMerge branch 'machines-are-launch-configs' into development
2019-09-30 Fabian StemmlerActiveInstructionChangedListener moved to Machine and...
2019-09-29 Fabian StemmlerInsured InstructionTable removes all Listeners
2019-09-28 Fabian StemmlerModified values cells are now in italic
2019-09-28 Fabian StemmlerMade highlighted/modified cells bold; New default modif...
2019-09-28 Fabian StemmlerFixed issue with row highlighting
2019-09-27 Fabian StemmlerNon-default values are now highlighted in the Instructi...
2019-09-26 Daniel KirschtenFixed MemoryTableContentProvider#update throwing an...
2019-09-26 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-26 Daniel KirschtenMade MemoryView to an Editor
2019-09-26 Fabian StemmlerCreated CyclingCellEditor for BooleanEditingSupport
2019-09-26 Daniel KirschtenInstructionView now reacts to memory reassignments...
2019-09-26 Christian FemersReworked some parts of the MachineContext to make its...
2019-09-25 Daniel KirschtensetViewerInput now is much faster and doesn't cause...
2019-09-25 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-09-25 Fabian StemmlerSwitched BooleanEditingSupport back to ´CheckBoxCellEditor
2019-09-24 Fabian StemmlerNumbers in MemoryView and mpm editor now have leading...
2019-09-24 Fabian StemmlerMerge branch 'development' of
2019-09-24 Fabian StemmlerImproved error handling when opening and saving .mpm...
2019-09-24 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-09-23 Daniel KirschtenMade InstructionTable a bit easier to use
2019-09-22 Fabian StemmlerProject now correctly identified from file
2019-09-22 Fabian StemmlerSwitched Instruction View to project associated Machine...
2019-09-20 Fabian StemmlerMerge branch 'development' of
2019-09-20 Fabian StemmlerMachine name is no in mpm files
2019-09-19 Daniel KirschtenFixed a very stupid bug in InstructionView#highlight
2019-09-19 Daniel KirschtenFixed crashbug on Gtk
2019-09-19 Daniel KirschtenModified InstructionView#highlight
2019-09-18 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-18 Fabian StemmlerAdded active instruction preview to LogicUIPart
2019-09-18 Daniel KirschtenRemoved some more warnings and cleaned more SWT listeners
2019-09-17 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-17 Daniel KirschtenFixed the "Set active" button in InstructionView
2019-09-17 Fabian StemmlerMerge branch 'development' of
2019-09-17 Fabian StemmlerMicroInstructionMemory editor can now open and save...
2019-09-16 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-16 Fabian StemmlerChanged InstructionView into an Editor
2019-09-16 Fabian StemmlerMade MicroInstructions immutable
2019-09-16 Daniel KirschtenInstructionView now guesses the width of columns better
2019-09-16 Daniel KirschtenFixed displayed microinstruction bit order
2019-09-16 Daniel KirschtenMerge branch 'cont-integr-2' into 'development'
2019-09-16 Christian FemersThe final restructured version for automatic build...