summaryrefslogtreecommitdiff
path: root/src/gtkext
AgeCommit message (Expand)Author
2015-11-27Protected other data access using locks.Cyrille Bagard
2015-11-11Fixed most of the warnings about use of uninitialized data.Cyrille Bagard
2015-11-11Prepared the next generation of parallel processings.Cyrille Bagard
2015-11-09Avoided to load the status bar twice and to crash in the worst case.Cyrille Bagard
2015-11-01Always set a string literal as string format to please -Wformat-security.Cyrille Bagard
2015-10-10Fixed all remaining gtk warnings about deprecated declarations.Cyrille Bagard
2015-09-02Fixed two GCC warnings when using GTK.Cyrille Bagard
2015-08-13Improved the look of dock stations and saved screen space.Cyrille Bagard
2015-07-25Created an (empty) panel for evolution history.Cyrille Bagard
2015-07-17Updated the Python bindings.Cyrille Bagard
2015-07-12Defined AIF_RETURN_POINT to replace the previous 'return' accessors.Cyrille Bagard
2015-06-14Been able to move the caret when scrolling to a given address.Cyrille Bagard
2015-05-15Avoided crashes in graph views by filtering middle pending positions.Cyrille Bagard
2015-05-13Fixed a bug by searching lines in the whole code buffer instead of using the ...Cyrille Bagard
2015-05-12Included buffer views in graph views in the right way.Cyrille Bagard
2015-05-12Ensured parent nodes are centered on their children when expected.Cyrille Bagard
2015-05-06Allowed to customize the size of tooltips over buffer views.Cyrille Bagard
2015-05-06Displayed a tooltip for strings or code symbols in buffer views.Cyrille Bagard
2015-05-05Done not forget to allocate size for the view as soon as the size of its supp...Cyrille Bagard
2015-05-05Fixed some warnings during the compilation.Cyrille Bagard
2015-05-04Reordered slot indexes in order to avoid edges crossings.Cyrille Bagard
2015-04-30Fixed implicit declarations of functions causing crashes.Cyrille Bagard
2015-04-25Registered suitable linkage hooks and defined right links between instructions.Cyrille Bagard
2015-04-25Removed some debug messages.Cyrille Bagard
2015-04-23Handled a strange case of jump outside the current routine.Cyrille Bagard
2015-04-22Allowed to refer to an external list for highlighted segments.Cyrille Bagard
2015-04-20Transmitted the focus when a limit has been reached while using he keyboard.Cyrille Bagard
2015-04-17Received [smooth] scrolling events on view panels.Cyrille Bagard
2015-04-12Highlighted the current segment on caret location changes.Cyrille Bagard
2015-04-11Drawn a selection line on buffer views.Cyrille Bagard
2015-04-11Fixed the remaining bugs in all kinds of navigation in buffer views.Cyrille Bagard
2015-04-06Done some refactoring in order to make the code more GObject-friendly.Cyrille Bagard
2015-04-06Said goodbye to Graphviz.Cyrille Bagard
2015-04-05Fixed various bugs in the graph layout.Cyrille Bagard
2015-04-05Restored the panel for a glance at the current code view.Cyrille Bagard
2015-04-03Defined a preferred size for views and reacted on scroll events.Cyrille Bagard
2015-04-03Tried to show basic blocks in the graphic view again.Cyrille Bagard
2015-03-08Handle cross references as well as entry points.Cyrille Bagard
2015-02-25Provided tweaks about positions when looking for address coordinates.Cyrille Bagard
2015-02-09Created a dialog box to create new bookmarks.Cyrille Bagard
2015-01-08Removed deprecation warnings about gtk_misc_set_alignment().Cyrille Bagard
2014-12-31Resolved links in disassembled instructions.Cyrille Bagard
2014-12-30Tracked each binary area during the disassembling process and tried to follow...Cyrille Bagard
2014-12-10Loaded major segment properties for an external GTK3 theme and defined some n...Cyrille Bagard
2014-11-25Removed all references to old GTK stock icons and thus removed GCC warnings.Cyrille Bagard
2014-11-23Disabled some parts of Graphviz in order to be able to compile.Cyrille Bagard
2014-11-01Moved the caret with mouse and keyboard.Cyrille Bagard
2014-10-21Cleaned, fixed and improved the rules for the display of view columns.Cyrille Bagard
2014-09-16Used the new vmpa_t type in binary portions.Cyrille Bagard
2014-09-15Defined a GTK3 style for binary portions.Cyrille Bagard